Whoops! I mean Georg Vollnhals and not Greg.  Sorry Georg.

Thanks Greg for the make solution.  Still have problems.

Well it seem to have got a bit further in make but it still has
problems.  It seems to get to the clouds section or something then spits
out an error.  Here is the last little bit as make is working better now
the full readout is too long.  I used this configure:
CPPFLAGS=-DNOMINMAX ./configure --prefix=/fg-cvs

Then make:
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../simgear -I../../..  -DNOMINMAX
-I/fg-c
vs/include  -g -O2 -D_REENTRANT -MT cloud.o -MD -MP -MF
".deps/cloud.Tpo" -c -o
cloud.o cloud.cxx; \
         then mv -f ".deps/cloud.Tpo" ".deps/cloud.Po"; else rm -f
".deps/cloud.T
po"; exit 1; fi
cloud.cxx: In member function `bool SGCloudLayer::reposition(float*,
float*, dou
ble, double, double, double)':
cloud.cxx:726: error: `isnan' undeclared (first use this function)
cloud.cxx:726: error: (Each undeclared identifier is reported only once
for each
  function it appears in.)
make[4]: *** [cloud.o] Error 1
make[4]: Leaving directory `/home/First Last/SimGear-0.3-cvs/source/simgea
r/scene/sky'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/First Last/SimGear-0.3-cvs/source/simgea
r/scene'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/First Last/SimGear-0.3-cvs/source/simgea
r'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/First Last/SimGear-0.3-cvs/source/simgea
r'
make: *** [all-recursive] Error 1

Georg Vollnhals wrote:
> Johnny Lollipop schrieb:
>> I am following the instructions at: 
>> http://www.flightgear.org/Docs/Tutorials/fg_cygwin/fgfs_cygwin.htm
>>
>> This part works I think: ./configure -–prefix=/fg-cvs
>>
>> I am having trouble with make.  If you would like the make readout as 
>> a notepad txt file I can send it directly to your personal e-mail 
>> address.   Otherwise here it is.  Because of the error it is really 
>> short.
>>
>>
>> ../../simgear/math/SGQuat.hxx:134:35: macro "min" requires 2 
>> arguments, but only
>>   1 given
>>   
> 
> I had the same problem and the solution was given to me by some nice 
> people here on the list - sorry I have no link to the old theme!
> 
> Simple way to solve it:
> 
> CPPFLAGS=-DNOMINMAX ./configure --prefix=/fg-cvs
> (^^ added to ./configure... ^^^^)
> 
> or you add to your local .bash_profile file (...home/yourname/..)
> 
> LDFLAGS="-L/usr/local/lib"
> CXXFLAGS="-pipe -O2 -Wall -DWIN32 -DNOMINMAX -DHAVE_WINDOWS_H"
> CFLAGS=$CXXFLAGS
> export LDFLAGS
> export CXXFLAGS
> export CFLAGS
> 
> 
> Regards
> Georg "HeliFlyer" EDDW
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to