Frederic Bouvier schrieb: > Donn Washburn a écrit : > >> Frederic Bouvier wrote: >> >> >>> You'd better avoid the jpeg factory for now. Try : >>> >>> $ configure --without-jpeg-factory >>> >>> -Fred >>> >>> >> That was it! Seems to compile rather cleanly now. >> >> Does this imply that libjpeg.so.# here has a unique problem? >> >> > > No, jpgFactory.cxx needs a port from plib to osg > > -Fred > > Sorry, I am not satisfied with this answer because it works without any problem here. Therefore I have to ask Donn whether he uses the right SimGear CVS. If he wants to compile OSG then he has to use the normal CVS branch, otherwise the SimGear-0.3-cvs-PREOSG CVS sources.
jpgfactory.cxx is *different* in both branches, ie: ----------------------------------------------- OSG (Line 24 ..) #ifdef HAVE_WINDOWS_H # include <windows.h> #endif #include "jpgfactory.hxx" .... (Line 240 ..) //OSGFIXME // sgFrustrum 'frustrum = ssgGetFrustrum(); ------------------------------------------- PLIB (Line 24 ..) #ifdef HAVE_WINDOWS_H # include <windows.h> #endif #include <plib/ssg.h> #include "jpgfactory.hxx" ... (Line 240 ..) sgFrustrum 'frustrum = ssgGetFrustrum(); ------------------------------------------------------------------------------------- Did Donn use the wrong SimGear CVS branch for his compile? Regards Georg EDDW ------------------------------------------------------------------------- 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
