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 testin
"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 FlightGear, DRI, FreeTDS and othe
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 the
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
> 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
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: machine
> 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 s
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 j