bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Build failure on OSX


From: Juergen Sauermann
Subject: Re: [Bug-apl] Build failure on OSX
Date: Wed, 29 Jan 2014 12:22:51 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi,

thanks. fixed in SVN 112.

/// Jürgen

On 01/29/2014 08:45 AM, Elias Mårtenson wrote:
In the function Tokenizer::scan_real(), there is a call to exp10(). This function is unique to glibc and does not exist on OSX (and likely not on FreeBSD either, although I haven't checked).

Changing the call to exp10(x) to pow(10, x) makes it work.

Regards,
Elias


reply via email to

[Prev in Thread] Current Thread [Next in Thread]