[Flightgear-devel] Problem building flight gear on 64-bit Linux

2006-11-10 Thread Vikas N Kumar
Hi All, I am running an x86_64 Linux (Slamd64) with gcc-3.4.4. I have glut-3.7 installed. I have freealut-1.1.0 and openal-0.0.8 and plib-1.8.4 installed. I checked out the latest version of OpenSceneGraph, SimGear and FlightGear and tried to compile them all. OSG and SimGear compiled fine and I

[Flightgear-devel] OSG build errors

2006-11-16 Thread Vikas N Kumar
Hi I have checked out the latest CVS version of OpenSceneGraph and am having compilation issues. I have built the latest CVS versions of OpenThreads and Producer successfully, however when I build OSG, I get the following error. I am running Slamd64, an x86_64 version of Slackware, with

[Flightgear-devel] SIm gear CVS error

2006-11-18 Thread Vikas N Kumar
Hi Friends, Below is the error i get with SimGear CVS version. I use Slamd64, an x86-64 version of SLackware with Linux 2.6.16.29 and gcc-3.4.6 Any help will be appreciated ! Thanks. Vikas Making all in misc gmake[3]: Entering directory `/mnt/extra/FLIGHTGEAR/SimGear/source/simgear/misc' if g++

Re: [Flightgear-devel] SIm gear CVS error

2006-11-18 Thread Vikas N Kumar
Hi I was doing make -j 2 always to use the dual-core for processing. That was causing the bug. However, building with --with-jpeg-factory does give errors. Thanks Vikas On 11/18/06, Vikas N Kumar [EMAIL PROTECTED] wrote: Hi Friends, Below is the error i get with SimGear CVS version. I use

[Flightgear-devel] real-time data

2006-11-26 Thread Vikas N Kumar
Hi All I need some help in collecting real-time data from FlightGear while the aircraft is being flown. I will need it when I interface it with hardware for instrument panels etc. Could someone point where I could look for some info on this ? Either in the source code or in some manual. I have

[Flightgear-devel] Linux - Solaris AMD64-SPARC64 interfacing

2006-11-30 Thread Vikas N Kumar
Hi All I have an AMD64 machine that runs a 64-bit flavor of GNU/Linux. I have a Sun SPARC64 machine that runs Solaris 7 with a gnu compiler toolset. Now if I want to use both these machines to run FlightGear, will it work. Say I run Flightgear on the AMD64 and the panel display of FG on SPARC64.

Re: [Flightgear-devel] Linux - Solaris AMD64-SPARC64 interfacing

2006-12-01 Thread Vikas N Kumar
Martin Spott wrote: No idea, but you could help porting the current state of FlightGear to Solaris :-) Hi Martin, I have started working on it. I have an Ultra 10 SPARC system running the 32-bit kernel and Solaris 7 (sunOS 5.7) . I have successfully installed freeglut, the current

Re: [Flightgear-devel] cvs update error

2006-12-02 Thread Vikas N Kumar
I also have been getting it since yesterday. Here is an example. amd64x2:~/EXTRA/FLIGHTGEAR/source$ cvs update -d -P cannot create_adm_p /tmp/cvs-serv22322/src/Airports No space left on device On 12/2/06, Lou Sanchez/Viviana Bellifemine [EMAIL PROTECTED] wrote: Hi, I get no space left on

Re: [Flightgear-devel] Linux - Solaris AMD64-SPARC64 interfacing

2006-12-11 Thread Vikas N Kumar
Hi Martin Have you been able to compile the simgear/props directory with the Sun Studio 11 compilers ? I am getting the static class member initialized twice error in props.cxx SGRawValue::DefaultValue is initialized twice for all the types explicitly defined. Do you know the fix for this or is

[Flightgear-devel] Simgear : Patch for Sun Solaris 10 + Sun Studio 11 compiilers

2006-12-15 Thread Vikas N Kumar
Hi Below is the patch to allow Sun Studio 11 compilers to compile SimGear on Solaris 10 for SPARC cleanly. I shall explain what I needed to do. I made changes to 3 files: a) props.cxx : The declaration of template class' static data members was not being accepted. Based on information from

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
Fine. Run with make CFLAGS=-DAPIENTRY CPPFLAGS=-DAPIENTRY and that should solve the problem Vikas On 12/22/06, Aleksey Y. Ulasevich (STAKANOV) [EMAIL PROTECTED] wrote: Martin Spott ?: Search for 'glut' and 'windows.h' in the mailing list archive and you'll likely find the proposed

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
Sorry i meant comment out the #undef APIENTRY in glut.h On 12/22/06, Vikas N Kumar [EMAIL PROTECTED] wrote: Just undefine APIENTRY in your glut.h and you should be good to go. - Take Surveys. Earn Cash. Influence

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
Just undefine APIENTRY in your glut.h and you should be good to go. On 12/22/06, Aleksey Y. Ulasevich (STAKANOV) [EMAIL PROTECTED] wrote: OS: Slackware 11.0 I install OSG from ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061114/OSG_OP_OT-1.2-Flightgear.tar.gz I get SimGear

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
You are getting errors when you build FlightGear right, so do it when you build FlightGear On 12/22/06, Aleksey Y. Ulasevich (STAKANOV) [EMAIL PROTECTED] wrote: Vikas N Kumar ?: Fine. Run with make CFLAGS=-DAPIENTRY CPPFLAGS=-DAPIENTRY and that should solve the problem Must I

[Flightgear-devel] using FG with multiple GPUs on one machine

2006-12-23 Thread Vikas N Kumar
Hi All I have a question regarding the working of FG with multiple GPUs on one machine. Today I have a graphics card that has one output port for the monitor, so I can connect only one monitor to it. Now I want to add one more graphics card to it, with one output port for another monitor. How does

[Flightgear-devel] Multiple graphics card and displays on one machine

2008-03-13 Thread Vikas N Kumar
Hi I am sure this question has come up many times on this and the users mailing lists. I now have setup a machine with an AMD Athlon X2 4200+ dual core CPU, 2GB RAM, Slamd64 Linux and 2 NVIDIA Graphics cards (FX5200 PCI based Dual head and FX 8600 GTS PCI-E based dual head) and have current

Re: [Flightgear-devel] Multiple graphics card and displays on one machine

2008-03-14 Thread Vikas N Kumar
John Wojnaroski wrote: First, you will require the CVS version of Flightgear with OSG support. Sounds like you have the xorg.conf file wiorking to handle your graphics boards, so all you will then need is the proper setup in the preferences.xml file. Note, this will NOT work with FG-1.0 or

Re: [Flightgear-devel] Multiple graphics card and displays on one machine

2008-03-14 Thread Vikas N Kumar
On Fri, Mar 14, 2008 at 7:47 PM, Vikas N Kumar [EMAIL PROTECTED] wrote: I reinstalled FlightGear, SimGear, OpenSceneGraph from their respective CVS/SVN repositories and rebuilt everything successfully. However, SimGear required plib so I had to install plib as well and FlightGear uses

Re: [Flightgear-devel] Multiple graphics card and displays on one machine

2008-03-14 Thread Vikas N Kumar
John Wojnaroski wrote: Did you remember to build with ./configure --enable-osgviewer ? Yes, I looked at an older post by you in the mailing list and rebuilt fgfs with osgviewer. I was able to get the 3 screen thing working but the performance was quite bad. The load scenery objects took more

Re: [Flightgear-devel] Multiple graphics card and displays on one machine

2008-03-15 Thread Vikas N Kumar
On Sat, Mar 15, 2008 at 12:55 AM, Vikas N Kumar [EMAIL PROTECTED] wrote: My graphics cards are capable since I can run fgfs in single screen mode on each screen and it works fine. But when I run with 3 screens, it seems slow. I also see this warning when I run fgfs with 3 screens

[Flightgear-devel] comprehensive preferences.xml manual

2008-03-17 Thread Vikas N Kumar
Hi It seems that after spending time searching a lot on the wiki, mailing lists, source code docs and the web, I have not found a detailed or comprehensive account of the preferences.xml file, all at one place. I understand that it takes time to write one. All I can find are very small bits and