[Flightgear-devel] Question for Solaris-men

2005-10-01 Thread Martin Rosenau
Sergio wrote: The question is only : how to set an USB-joystick on Solaris 10x86 up ? An the reason for to ask this question here is : nobody interesting to answer me on Solaris forums, simply because the only reason to use a joystick on Solaris is precisely ... to use FlightGear ! Right ?

Re: [Flightgear-devel] Never ending story: Building SimGear CVS under Cygwin

2005-10-01 Thread Erik Hofman
Georg Vollnhals wrote: lowlevel.cxx: In function `void sgReadFloat(void*, float*)': lowlevel.cxx:62: Fehler: Ungultige Umformung von unsigned int* in uint32_t* lowlevel.cxx:62: Fehler: Argument 1 von void sgEndianSwap(uint32_t*) wird initialisiert Fixed, what's next? :-) Erik

Re: [Flightgear-devel] Question for Solaris-men

2005-10-01 Thread Sergio
Martin Rosenau a écrit : Under Solaris 9/Sparc USB joysticks are recognized as /dev/usb/hidN (while N is a number starting from 0). Under Solaris 10/x86 this should be the same. OK : i have my four hubN and a one hid0 : the joystick (Thrustmaster Topgun), seems... - cfgadm see it as

[Flightgear-devel] Re: CVS: data/Navaids TACAN_freq.dat.gz, NONE, 1.1

2005-10-01 Thread Alex Romosan
Erik Hofman [EMAIL PROTECTED] writes: Update of /var/cvs/FlightGear-0.9/data/Navaids In directory baron:/tmp/cvs-serv24190 Added Files: TACAN_freq.dat.gz Log Message: Add misiing file --- NEW FILE --- ‹ hmm, there seems to be a lot of junk in this file: [EMAIL

Re: [Flightgear-devel] Re: CVS: data/Navaids TACAN_freq.dat.gz, NONE, 1.1

2005-10-01 Thread Andy Ross
Alex Romosan wrote: hmm, there seems to be a lot of junk in this file: Actually, this file is in fact a gzipped tar file containing a single TACAN_freq.txt file. Is that intended? Andy ___ Flightgear-devel mailing list

Re: [Flightgear-devel] Never ending story: Building SimGear CVS under Cygwin

2005-10-01 Thread Georg Vollnhals
Erik Hofman schrieb: ... Fixed, what's next? :-) Erik Hi Erik, it was obviously not difficult for you to assume that I have to ask you again and again .. It is strange, it seems for me that these make-errors are due to errors in code - if so, why do *I* get the problems with make and not

Re: [Flightgear-devel] Never ending story: Building SimGear CVS under Cygwin

2005-10-01 Thread AJ MacLeod
On Saturday 01 October 2005 17:29, Georg Vollnhals wrote: It is strange, it seems for me that these make-errors are due to errors in code - if so, why do *I* get the problems with make and not all other who compile the CVS stuff? The errors you've found so far were all experienced by others

Re: [Flightgear-devel] Never ending story: Building SimGear CVS under Cygwin

2005-10-01 Thread Georg Vollnhals
AJ MacLeod schrieb: ... Keep at it, you'll get there eventually! Cheers, AJ Hi AJ, thank you for your encouragement and explanations. I'll try to remember your hint for the time I'll get to FlightGear CVS. I am very motivated to get a working CVS FlightGear version and as far as anyone

Re: [Flightgear-devel] Never ending story: Building SimGear CVS under Cygwin

2005-10-01 Thread Vassilii Khachaturov
Sorry for the German warnings and error codes but I don't know how to switch them to English. If I remember right, you told me that you can read German :-) Otherwise I would try to translate, please tell me! [snip] You can do: $ LANG=C $ export LANG from your shell, and thereafter in the same

[Flightgear-devel] USB joystick support under Solaris

2005-10-01 Thread Martin Rosenau
Hello. In the replies to my last post to the list I was told that joystick support under Solaris is a real problem. I developed a program that adds USB joystick support to FlightGear under Solaris without re-compiling FlightGear or the plib library. The program uses the props network

Re: [Flightgear-devel] Never ending story: Building SimGear CVS under Cygwin

2005-10-01 Thread Georg Vollnhals
Vassilii Khachaturov schrieb: Sorry for the German warnings and error codes but I don't know how to switch them to English. If I remember right, you told me that you can read German :-) Otherwise I would try to translate, please tell me! [snip] You can do: $ LANG=C $ export LANG from

Re: [Flightgear-devel] Never ending story: Building SimGear CVS under Cygwin

2005-10-01 Thread David Luff
Georg Vollnhals writes: RenderTexture.cpp:40: warning: ignoring #pragma warning RenderTexture.cpp:66: warning: ignoring #pragma comment RenderTexture.cpp: In member function `bool RenderTexture::BeginCapture(RenderTexture*)': RenderTexture.cpp:909: warning: unused variable 'bContextReset'

Re: [Flightgear-devel] USB joystick support under Solaris

2005-10-01 Thread Sergio
Martin Rosenau a écrit : Hello. In the replies to my last post to the list I was told that joystick support under Solaris is a real problem. I developed a program that adds USB joystick support to FlightGear under Solaris without re-compiling FlightGear or the plib library. I placed the

Re: [Flightgear-devel] Never ending story: Building SimGear CVS under Cygwin

2005-10-01 Thread Georg Vollnhals
Hi Dave, I installed *all* Cygwin stuff after I got the first errors some time ago because I did not really know what I need. I reinstalled it all now before trying again Graphics (one of many entries, but this should it be) 2.2.0-1 169k freeglut: OpenSourced alternative to the OpenGL

Re: [Flightgear-devel] Never ending story: Building SimGear CVS under Cygwin

2005-10-01 Thread Richard Harke
freeglut is an alternative to glut, not to OpenGL mesa is an alternative to OpenGL but it does not have the performance required for FG Normally you need to get 3D accelerated drivers from the vendor of your video card, Nvidia or ATI, for example. But I have no idea how to install them under