Hello! ... I managed to compile VTerrain on my PowerBook G4 (Debian GNU/Linux). On loading a layer from the distributed ones it fails with the following ...
Robert Jordens
rjo-lists@...
Oct 1, 2004 3:41 pm
377
Hi Robert, Welcome to the list. Indeed, we just found and fixed that problem a few days ago. The endianness code was wrong, and it's a simple 2-line fix....
Hi! (gdb) run Starting program: /home/rj/data/dl/build/vtp/VTP/Enviro/wxEnviro [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 24166)] ...
rjo-lists@...
Oct 4, 2004 7:25 pm
379
You got Enviro to compile all the way through? I keep getting the ... Is this a Mac OS X PPC system? If so, what OS version and XCode version are you using? ...
Hi Robert, That's a pretty strange error. The call stack says it's calling LayerDlg::OnLayerCreate, but that's a GUI call that can't be called at such an...
Hello! ... This is Debian GNU/Linux on an Apple PowerBook G4. No MacOSX ;-] ... The segfault happens after opening any arbitrary terrain: The Object-tree and...
rjo-lists@...
Oct 4, 2004 10:12 pm
382
... Please run Enviro all the way through with (attempting to) load a terrain, exit the program, then send me the debug.txt file that results. Thanks, Ben...
Hello! ... Attached. But this is without DEBUG=1. That'll have to wait until tomorrow. Robert. -- Real Users are afraid they'll break the machine -- but...
rjo-lists@...
Oct 4, 2004 10:58 pm
384
Robert, Interesting: on your machine, the app never gets a Paint event. This explains why it does not load the terrain, because the whole process is triggered...
Hello! ... VTBuilder runs just fine. I can load .bt's. I can make it crash by trying to load Data/Terrains/Hawai'i.xml though: ... Setting layer filename to...
Robert Jordens
rjo-lists@...
Oct 5, 2004 6:40 am
386
Robert, It's good to have someone trying unusual things on an unusual platforms - it helps to find unusual things. ... VTBuilder doesn't load Terrain.xml...
Hello! ... ;-] ... I thought so. You can start hunting at <http://packages.qa.debian.org/x/xerces23.html> ... Yes. [17/5011]rj@kermit:~$ ldd...
Robert Jordens
rjo-lists@...
Oct 5, 2004 8:39 pm
388
Hi Ben, Just updated from CVS on my Linux box and ran into a compilation problem in TerrainSDK/vtlib/core/AnimPath.cpp: 193. The iterator needs to be a ...
Yeah, it does seem to be a little picky at times. I haven't used VTBuilder on Linux in a while, but when I attempted to export & resample elevation of some...
... This is a drawback of working closely with CVS, sorry :) I broke the automated dialog initialization behavior yesterday, and i need to check in fixes, but...
Should the function "void Enviro::LoadTerrainDescriptions()" show that there are not terrain descriptions to load when there are indeed terrains in the...
Pete, Yes, LoadTerrainDescriptions should be finding your .xml files. (From what i recall the last time i build on Linux, it did work, but...) It's likely ...
Hey Ben, It appears that the stat function thinks "Generic.xml" and my terrain file are directories. I'm not sure why at the moment, but I'll figure it out. ...
I think I've almost got the dirent issue fixed on my SuSE linux system, but now when I attempt to load a terrain, I'm getting a seg fault after coordinate...
Thanks for the stack Pete, it shows exactly what's going wrong. The Enviro GUI tells vtlib when the time changes, and vtlib tells the GUI when the time ...
Pete, I can imagine what the issue might be. The vtRoadMap3d code gathers extents based on the road nodes. It then makes up an LOD grid based on those ...
Oh good, that's good to hear. Just a logic problem in the wx code, rather than something messy with the OS, it should be debuggable pretty easy.. Actually,...
Hello all, I am about to integrate vtp into VrJuggler 2.0. How should the vtCamera of a TerrainScene be integrated in vrjuggler ? I guess the head position I ...
Hi Martin, ... Sounds interesting! I'm not familiar with VrJuggler works, although i've seen people do an integration of it with OSG, so it must be possible. ...
Hi, I'm runnig Linux Fedora Core 2 and just downloaded VTBuilder .zip source and extracted it to /usr/loca/app/vtbuilder inside this folder I have - TerrainSDK...
Eduardo, ... OK. That's a somewhat unusual place to put it, but it should be OK. ... Um... the way to disable netCDF support is to edit config_vtdata.h, as ...