[Flightgear-devel] FlightGear without Joystick

2003-02-20 Thread Martin Spott
Hello, at least since 1.6.0 release (or earlier) PLIB appears not to build joystick support on Solaris (not on the two machines I use to compile miscallaneous stuff on). But FlightGear does not build with a PLIB without joystick support: /usr/local/src/FlightGear/src/Cockpit/built_in ~ g++ [...]

Re: [Flightgear-devel] FlightGear without Joystick

2003-02-20 Thread Erik Hofman
Martin Spott wrote: Hello, at least since 1.6.0 release (or earlier) PLIB appears not to build joystick support on Solaris (not on the two machines I use to compile miscallaneous stuff on). But FlightGear does not build with a PLIB without joystick support: Do you tend to wait until PLIB has

Re: [Flightgear-devel] FlightGear without Joystick

2003-02-20 Thread Martin Spott
This should be fixed in the CVS version of plib. I've added a jsNone.cxx file with empty functions for IRIX, Solaris and HP-UX. I tried yesterday without success: /usr/local/src/plib/src/js ~ g++ [...] -c -o js.o js.cxx In file included from js.cxx:23: js.h:40:32: machine/joystick.h: No

Re: [Flightgear-devel] FlightGear without Joystick

2003-02-20 Thread Erik Hofman
Martin Spott wrote: This should be fixed in the CVS version of plib. I've added a jsNone.cxx file with empty functions for IRIX, Solaris and HP-UX. I tried yesterday without success: /usr/local/src/plib/src/js ~ g++ [...] -c -o js.o js.cxx In file included from js.cxx:23: js.h:40:32:

Re: [Flightgear-devel] FlightGear without Joystick

2003-02-20 Thread Martin Spott
Somehow your compiler identifies itself as being a BSD platform. Instead it should support the SOLARIS definition. I think it's a different issue. Taken from current 'README': PORTABILITY and DEPENDANCIES: [...] JS -- Currently Linux/Windows/BSD only. plib-1.4.2 detects the presence of a

Re: [Flightgear-devel] FlightGear without Joystick

2003-02-20 Thread Erik Hofman
Martin Spott wrote: Somehow your compiler identifies itself as being a BSD platform. Instead it should support the SOLARIS definition. I think it's a different issue. Taken from current 'README': PORTABILITY and DEPENDANCIES: [...] JS -- Currently Linux/Windows/BSD only. from the README in

Re: [Flightgear-devel] FlightGear without Joystick

2003-02-20 Thread Curtis L. Olson
Martin, Our assumption has been that plib supports joysticks on every platform, or hides the fact that it doesn't from the calling application. Apparently neither is the case, at least for solaris. :-( Question, if you hack up the FG code to yank out all joystick support, can you then get to

Re: [Flightgear-devel] FlightGear without Joystick

2003-02-20 Thread Curtis L. Olson
Martin Spott writes: Curtis L. Olson [EMAIL PROTECTED] wrote: Question, if you hack up the FG code to yank out all joystick support, can you then get to the end and get a working FG build? I'll try my best as time permits. I spent quite a couple of hours compiling and testing