Hi, all other CYGWIN users! For me I got a compile error (see bottom lines) with latest FG CVS. This is *no* fix as I am no c-coder but a working *amateurish* work-around. May help you to get it running until it is fixed by a *prof*:
file: ../source/tests/al-info.c #include <stdio.h> #ifdef __APPLE__ # include <OpenAL/al.h> # include <OpenAL/alc.h> #else # include <AL/al.h> # include <AL/alc.h> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> my add-on # ifndef __CYGWIN__ # include <AL/alext.h> # endif <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end my add-on #endif Former compile error: al-info.c:10:23: AL/alext.h: No such file or directory make[1]: *** [al-info.o] Fehler 1 make: *** [all-recursive] Fehler 1 Regards Georg EDDW ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
