On Tue, 21 Apr 2009 22:35:58 +0400, Rohan <[email protected]> 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?)

Reply via email to