RE: [Flightgear-devel] Re: 3d Clouds code

2002-09-20 Thread Michael Basler
Norman, Curt > Arrgh > > I forgot I had to tweak the configure.ac file because it no longer > sets $CFLAGS="-DWIN32" > > Yep that's it > > In the windows section of configure.ac we need to set $CFLAGS Norman, this finally did the job. Now it compiles and links cleanly under Cygwin again. Tha

Re: [Flightgear-devel] Re: 3d Clouds code

2002-09-19 Thread Curtis L. Olson
Norman, The better way to do this is to #include "simgear_config.h" in any file that needs the WIN32 symbol (or any other AC_DEFINE()'d symbol.) Regards, Curt. Norman Vine writes: > Michael Basler > > > Norman Vine wrote: > > > > > Ah there was a typo in the Makefile.am > > > > > > 'correct

Re: [Flightgear-devel] Re: 3d Clouds code

2002-09-19 Thread Norman Vine
Michael Basler > Norman Vine wrote: > > > Ah there was a typo in the Makefile.am > > > > 'corrected' one attached > > > > SimGear/simgear/sky/clouds3d/Makefile.am > > > > Please 'report' back to the list as to how this works > > Does not yet work. Hmm... Arrgh I forgot I had to tweak the

RE: [Flightgear-devel] Re: 3d Clouds code

2002-09-19 Thread Michael Basler
Norman, > Ah there was a typo in the Makefile.am > > 'corrected' one attached > > SimGear/simgear/sky/clouds3d/Makefile.am > > Please 'report' back to the list as to how this works Does not yet work. However the offending lines seem to be different, now. This is the new result: