error building on Syllable

Denis Koroskin 2korden at gmail.com
Tue Apr 21 11:50:04 PDT 2009


On Tue, 21 Apr 2009 22:35:58 +0400, Rohan <rohan at land.ru> wrote:

> I tried to build all with option -Dlinux=1, and it's helped, I ret  
> around this error,

Well, technically, Syllable is not Linux.

So, the following list needs to be expanded:

- #if linux || __APPLE__ || __FreeBSD__
+ #if linux || __APPLE__ || __FreeBSD__ || __SYLLABLE__

or rather a shorter

#ifdef POSIX

> but after it I had fail
> http://img164.imageshack.us/img164/820/capture4.png

These all come from <math.h>, are you sure you link with C runtime library? (glibc?)



More information about the Digitalmars-d mailing list