Frank Olaf wrote:
Thanks, that was impressively quick. The compilation now cleanly passes the point in question, but it now holds on a different error that also seems to be related to pthreads.

The error message is quite correct, there is no config.h in the same directory as pthread.h.

make[3]: Entering directory `/c/fgcompile/simgear/source/simgear/threads'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../.. -I/fg/include -g -O2 -D_REENTRANT -MT SGThread.o -MD -MP -MF ".deps/SGThread.Tpo" -c -o SGThread.o SGThread.cxx; \ then mv -f ".deps/SGThread.Tpo" ".deps/SGThread.Po"; else rm -f ".deps/SGThread.Tpo"; exit 1; fi
In file included from SGThread.hxx:28,
                from SGThread.cxx:17:
C:/msys/1.0/fg/include/pthread.h:167:20: config.h: No such file or directory

This is odd, I don't think pthread.h should be referencing config.h anytime, unless it's not the autoconf generated file but rather a system wide file??

Erik

_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to