Hi list.

The current cvs version of flightgear does not compile under linux. The error 
message is:

-------- cut ------------
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src  
-I/usr/X11R6/include -I/usr/local//include  -g -O2 -D_REENTRANT -c 
jpg-httpd.cxx
In file included from jpg-httpd.cxx:46:
jpg-httpd.hxx:38:43: simgear/screen/jpgfactory.hxx: No such file or directory
In file included from jpg-httpd.cxx:46:
jpg-httpd.hxx: In constructor `HttpdImageChannel::HttpdImageChannel()':
jpg-httpd.hxx:69: error: invalid use of undefined type `struct trJpgFactory'
jpg-httpd.hxx:53: error: forward declaration of `struct trJpgFactory'
jpg-httpd.hxx:73: error: `init' undeclared (first use this function)
[...]
-------- cut ------------

A quick fix is to use an undocumented configure option:
./configure --without-jpeg-factory

(this option should show up when "./configure --help" is called)

regards,
Oliver

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

Reply via email to