bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Build failure on OSX


From: Elias Mårtenson
Subject: [Bug-apl] Build failure on OSX
Date: Wed, 29 Jan 2014 15:45:29 +0800

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]