[Opengc-devel] Re: getting closer!
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Damion S. <dam...@ho...> - 2002-10-24 04:44:54
|
Ok, you're in the home stretch! This is easy to fix: 1) Make sure the contents of the nav zip file from Sourceforge are unzipped into /usr/local/navbase (or NavBase, or whatever) 2) _Don't_ unzip any of the .gz files that are present in /usr/local/navbase - they're supposed to be zipped 3) Here's the part I think is causing the error: the path name has to have a trailing "/". So your path would look like: /usr/local/NavBase/ A smarter version of the ini code would check for a trailing / and add one if it's missing. I should probably make that a priority. Let me know if adding the / fixes the problem. As a reminder, only the X-Plane data source works under Linux with the current build setup. I've disabled the flightgear code (temporarily) because it relies on Unix-specific networking and is not well integrated with CMake. There are X-plane configuration instructions included with the exe download - I don't think I've checked them into the CVS yet. -Damion- ----- Original Message ----- From: "Rick Marsico" <ri...@cc...> To: "Damion Shelton" <dam...@ho...> Cc: <ri...@cc...> Sent: Wednesday, October 23, 2002 4:35 PM Subject: getting closer! > Damion, > > Uncommenting the "round" function allowed me to achieve a successful > build! I proceeded to set up the required opengc.ini. I also moved the > nav database to /usr/local/NavBase. In opengc.ini I set the NAV > DATABASE PATH to /usr/local/NavBase. > > Upon executing OpenGC, things appear normal until I see the messages: > > Initing nav database > /usr/local/NavBasedefault.nav > file read error > > Things hang at this point. > > I tried renaming the NavBase directory to NavBasedefault.nav. These are > the resulting messages: > > Initing nav database > /usr/loca/NavBasedefault.nav > initing ils > > Rather than just hanging, the application then terminates. > > Just to see what would happen I also tried the .zip version of the nav > database. Same results. > > Rick > > > > |