> Andy Ross writes: > > William Earnest wrote: > >> js_demo.cxx:21: undefined reference to `jsJoystick::jsJoystick(int)' > >> js_demo.cxx:84: undefined reference to `jsJoystick::read(int *, float *)' > > > > Recent plib changes have turned the joystick routines from an inlined > > header file into a real library. You need to add a -lplibjs to the > > _LDADD lines in src/Input/Makefile.am and src/Main/Makefile.am.
Curt comments: > Unfortunately we can't just add -lplibjs to the _LDADD lines, this > will break the build for everyone with a anything earlier than this > week's plib cvs. Specifically we want to be able to build with the > most recent official plib stable release. I'm tempted to suggest that the CVS tree of FGFS depends on the CVS of PLIB. _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
