Hey, I think you are right. Yup, I think we can just go ahead and drop -libplibjs into whereever it is needed.
Regards, Curt. Frederic Bouvier writes: > From: "Alex Perry" <[EMAIL PROTECTED]> > > > > 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. > > I think libplibjs has been there for a while (at least present in 1.6.0) > even > if it was empty until few days ago. It should be harmless to > specify -lplibjs > in the makefile ( Well, in fact '-lplibjs -lplibul' ) > > Cheers, > > -Fred > > > > _______________________________________________ > Flightgear-devel mailing list > [EMAIL PROTECTED] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
