Donn Washburn a écrit : > Frederic Bouvier wrote: > >> Donn Washburn a écrit : >> >>> Georg Vollnhals wrote: >>> >>> >>>> Melchior FRANZ schrieb: >>>> >>>> >>>>> Umm ... and you are sure you have updated SimGear/CVS, too? >>>>> (Hint: doesn't look like it. :-) >>>>> >>>>> >> You should have SimGear CVS when compiling FlightGear CVS, both updated >> at the same time. >> >> Same for the base package >> >> -Fred >> >> > The source of Simgear maybe the problem coming from a 20 minute ago > download. Any clue. > make[3]: Entering directory > `/mnt/hdb1/f/Flight/SimGear-121606/source/simgear/screen' > if g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../.. -I../.. > -DGLX_GLXEXT_PROTOTYPES -I/usr/X11R6/include -g -O2 -D_REENTRANT -MT > jpgfactory.o -MD -MP -MF ".deps/jpgfactory.Tpo" -c -o jpgfactory.o > jpgfactory.cxx; \ > then mv -f ".deps/jpgfactory.Tpo" ".deps/jpgfactory.Po"; else > rm -f ".deps/jpgfactory.Tpo"; exit 1; fi > jpgfactory.cxx: In member function ‘int trJpgFactory::render()’: > jpgfactory.cxx:243: error: ‘frustum’ was not declared in this scope > jpgfactory.cxx:267: error: ‘memcpy’ was not declared in this scope > jpgfactory.cxx: In function ‘boolean > empty_output_buffer(jpeg_compress_struct*)’: > jpgfactory.cxx:322: error: ‘memcpy’ was not declared in this scope > jpgfactory.cxx: In function ‘void term_destination(jpeg_compress_struct*)’: > jpgfactory.cxx:354: error: ‘memcpy’ was not declared in this scope > make[3]: *** [jpgfactory.o] Error 1 > make[3]: Leaving directory > `/mnt/hdb1/f/Flight/SimGear-121606/source/simgear/screen' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/mnt/hdb1/f/Flight/SimGear-121606/source/simgear' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/mnt/hdb1/f/Flight/SimGear-121606/source/simgear' > make: *** [all-recursive] Error 1 > > The config.log didn't mention a lack of jpeg headers or seem to imply a > problem. >
You'd better avoid the jpeg factory for now. Try : $ configure --without-jpeg-factory -Fred -- Frédéric Bouvier http://frfoto.free.fr Photo gallery - album photo http://www.fotolia.fr/p/2278 Other photo gallery http://fgsd.sourceforge.net/ FlightGear Scenery Designer ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
