On Tue, Apr 5, 2011 at 3:58 PM, Jin.Chengde <[email protected]> wrote: > > ../../src/Network/libNetwork.a(jpg-httpd.o): In function > `HttpdImageChannel::foundTerminator()': > /home/kent/FlightGear/FlightGear/src/Network/jpg-httpd.cxx:117: > undefined reference to `trJpgFactory::render()' > > if i make and make install the simgear , then configure and make the > flightgear's source code, no error happened, So any body have any idle? > it looks like have some link error with plib's network?
This is the usual problem of changing simgear configuration from jpeg factory enabled to disabled, without cleaning out the installed headers. FG's configure checks for the presence of the jpgfactory.hxx in the installed simgear headers. However, if you reconfigure simgear with jpeg factory disabled, that just means it won't install the mentioned jpgfactory.hxx, but it won't delete it either. Thus you end up with simgear libs without jpeg factory code, but the header is still there so FG thinks it can use them, resulting in link failure. -- Cheers, Csaba/Jester ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

