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
SGThread.cxx: In function `int gettimeofday(timeval*, void*)':
SGThread.cxx:70: warning: converting to `long int' from `float'

Erik Hofman wrote:

> Frank Olaf wrote:
>
>> metar.cxx: In member function `void SGMetar::useCurrentDate()':
>> metar.cxx:162: error: `gmtime_r' undeclared (first use this function)
>> metar.cxx:162: error: (Each undeclared identifier is reported only once for each function it appears in.)
>
>
> I think I have this fixed in CVS now.
>
> Erik
>
> _______________________________________________
> Flightgear-users mailing list
> [email protected]
> http://mail.flightgear.org/mailman/listinfo/flightgear-users
> 2f585eeea02e2c79d7b1d8c4963bae2d



--
Frank Olaf Sem-Jacobsen


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

Reply via email to