> 
> I think you will need at least libjpeg-devel and 
> giflib-devel.  giflib-devel is the one I hit which wasn't 
> installed by default on fedora.


Or just look in OpenSceneGraph/make/makedirdefs

And change these accordingly
  
ifeq ($(LIBJPEG_INSTALLED),yes)
  PLUGIN_DIRS += jpeg
endif

ifeq ($(LIBUNGIF_INSTALLED),yes)
  PLUGIN_DIRS += gif
endif


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to