hello, it is nice to hear that their is a package which supports various digital map formats including elevation models. i am just starter in this area.i...
823
Ben Discoe
bdiscoe
Dec 22, 2009 8:25 pm
Padmini, The vtdata library will work well for loading DTED elevation into your Qt application, but it provides many other services as well, which may be very ...
824
randomlygenerated121
randomlygene...
Jan 11, 2010 10:35 am
Hi, When I try to build TerrainSDK I get lots of errors related to basic functions not being found, because the language the code base is written in, is _not_...
825
Ben Discoe
bdiscoe
Jan 11, 2010 6:16 pm
Hi Ron, ... in, ... The code builds on every C++ platform known.. ... C++ is a superset of C; in C++ you can call C functions like strlen by including...
826
randomlygenerated121
randomlygene...
Jan 12, 2010 10:38 am
Hi Ben, First of all I would like to thank you for your response. ... I don't like to respond in this way, but I am not just making this stuff up. ...
827
Stefan Roettger
stefan.roettger
Jan 12, 2010 4:55 pm
Ron, on the one hand, VTP is in fact C++ code, but on the other hand VTP is mainly a Windows software meaning that it is primarily MSVC++ compatible code, not...
828
Kenneth D Weinert
kenw+vtp@...
Jan 12, 2010 5:34 pm
... Hash: SHA1 ... I, on the other hand, have only one problem compiling VTP on Ubuntu 9.10 (64 bit), and that's with glutSimple. For some reason it can't find...
829
Stefan Roettger
stefan.roettger
Jan 12, 2010 5:47 pm
... can you make a symbolic link from libGL.so to libGL.so.1 and see if that fixes the issue? Stefan...
830
Kenneth D Weinert
kenw+vtp@...
Jan 12, 2010 5:50 pm
... Hash: SHA1 ... Fixes that one, creates a new one :) /usr/local/lib/libvtosg.so: undefined reference to `osg::BoundingSphere::expandBy(osg::BoundingSphere...
831
Stefan Roettger
stefan.roettger
Jan 12, 2010 5:54 pm
... That may be an issue with an older osg version. Just a guess. Stefan...
832
randomlygenerated121
randomlygene...
Jan 13, 2010 9:08 am
... Hi Stefan, Did you also try building the SDK? I expect it to be impossible to build the application without the SDK, but otherwise we are talking about...
833
randomlygenerated121
randomlygene...
Jan 13, 2010 9:12 am
Hi, On http://code.google.com/p/libmini/source/checkout, the command svn checkout http://libmini.googlecode.com/svn/trunk/ libmini-read-only is wrong and...
834
Ben Discoe
bdiscoe
Jan 13, 2010 9:28 am
... with a ... change ... Sounds reasonable, although to make sure i get everything i should build it myself with that compiler. Just now, i did an update-all...
835
Ron de Bruijn
randomlygene...
Jan 13, 2010 10:22 am
... According to http://gcc.gnu.org/gcc-4.4/changes.html the ABI might have changed depending on the exact stuff VTP uses. Probably you are not running Karmic...
836
randomlygenerated121
randomlygene...
Jan 13, 2010 10:29 am
Hi, While trying to build libMini I ran into another dependency (libsquish). Trying to build libsquish, the author doesn't include the header file for INT_MAX...
837
Kenneth D Weinert
kenw+vtp@...
Jan 13, 2010 12:30 pm
... Hash: SHA1 ... Just a quick note: I just did an apt-cache search gcc and 4.4 is the latest version that shows and I've certainly done nothing to ensure ...
838
randomlygenerated121
randomlygene...
Jan 14, 2010 10:20 am
Hi, I am sorry for sending this to the wrong mailing list, but I am not subscribed to the non *nix specific mailing list, yet and I assume the same people hang...
839
Stefan Roettger
stefan.roettger
Jan 14, 2010 7:59 pm
... This message is auto-generated and cannot be changed unfortunately. The proper checkout instructions are found here: http://www.stereofx.org/download ...
840
Stefan Roettger
stefan.roettger
Jan 14, 2010 8:25 pm
... libsquish is actually MacOS X and Ubuntu tested and compiles well. I just checked again with gcc 4.4.1 coming with Ubuntu 9.10. Not even a warning. Do you...
841
randomlygenerated121
randomlygene...
Jan 15, 2010 8:32 am
... I didn't build exactly in the same way as you, which probably explains it. I will try that later. There is nothing weird about my system. Best regards, Ron...
842
Ben Discoe
bdiscoe
Jan 16, 2010 8:24 pm
... I have now tried this; i spent most of a day on the upgrade. There were only a couple small hitches, including manual installation of the nvidia driver,...
843
Kenneth D Weinert
kenw+vtp@...
Jan 16, 2010 8:34 pm
... Hash: SHA1 ... This was not an issue I had, but I have heard of it and I was having other issues with the nvidia driver. Upgrading to the latest (195.xx)...
844
Ben Discoe
bdiscoe
Jan 16, 2010 8:44 pm
... As i described, my machine won't boot; it gets that 'Kernel panic'. Are you proposing there is a way to upgrade my driver without booting the computer? I...
845
Kenneth D Weinert
kenw+vtp@...
Jan 16, 2010 8:55 pm
... Hash: SHA1 ... Open mouth, insert foot :) Sorry about that, I remembered that I had read posts about bootup issues, but that (obviously) later on. ... ...
846
Ben Discoe
bdiscoe
Jan 18, 2010 7:38 am
Thanks for the help. I did a fresh clean install of Ubuntu 9.10 (download iso, burn cd, boot-install) and my Linux machine appears to be working great now....
847
Ben Discoe
bdiscoe
Jan 18, 2010 7:41 am
On my fresh clean Ubuntu machine, i get this: ben@tuktuk:~/deps/mini$ ./build.sh bash: ./build.sh: /bin/tcsh: bad interpreter: No such file or directory Help? ...
848
Ron de Bruijn
randomlygene...
Jan 18, 2010 8:43 am
Hi, ... apt-get install tcsh solves that. The general way to solve it however is: apt-get install apt-file && apt-file update && apt-file search tcsh Best...
849
Ron de Bruijn
randomlygene...
Jan 18, 2010 8:47 am
... There was no need to do a reinstallation in principle. You could have booted from a LiveCD and then chrooted to your OS and installed another kernel which ...
850
Stefan Roettger
stefan.roettger
Jan 18, 2010 10:16 am
... The libMini build script works out-of-the-box on my default "Suse Linux machine" and on my "default Red Hat machine" but not on the "default Ubuntu 9.x...
851
Ben Discoe
bdiscoe
Jan 18, 2010 11:56 pm
Thanks Stefan, i used the Package Manager and got tcsh. You may want to add a sentence to the libMini readme saying it's needed, seeing as Ubuntu's fairly...