I've been fiddling around with the library moving dependencies out to *.fpc 
files.
Now I get this on previously working tests:

 + build/release/bin/flx --static --output_dir=build/release/tut/tutorial 
-Ibuild/release/tut/tutorial --test=build/release -c --test=build/release 
build/release/tut/tutorial/tut-03.02-1.flx
build/release/tut/tutorial/tut-03.02-1.cpp: In function ‘void 
flxusr::tut__hyphen_03__period_02__hyphen_1::_init_(flxusr::tut__hyphen_03__period_02__hyphen_1::thread_frame_t*)’:
build/release/tut/tutorial/tut-03.02-1.cpp:149: error: ‘isnan’ was not declared 
in this scope


The thing that puzzles me is, "isnan" is defined in math.h, and math.h is 
#included. I checked with a 5 line
test.c and test.cpp program, and #include <math.h> includes it, it works in 
both cases. So what gives?
Any ideas? Several tests fail because of this. This is why I love C, it's so 
reliable ..:)


--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to