Search the web
Sign In
New User? Sign Up
vtp-unix
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 376 - 405 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
376
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@...
Send Email
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....
Ben Discoe
bdiscoe
Offline Send Email
Oct 1, 2004
3:49 pm
378
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@...
Send Email
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? ...
Pete Willemsen
willey197
Offline Send Email
Oct 4, 2004
9:35 pm
380
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...
Ben Discoe
bdiscoe
Offline Send Email
Oct 4, 2004
9:47 pm
381
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@...
Send Email
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...
Ben Discoe
bdiscoe
Offline Send Email
Oct 4, 2004
10:32 pm
383
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@...
Send Email
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...
Ben Discoe
bdiscoe
Offline Send Email
Oct 5, 2004
12:36 am
385
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@...
Send Email
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...
Ben Discoe
bdiscoe
Offline Send Email
Oct 5, 2004
7:41 pm
387
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@...
Send Email
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 ...
Pete Willemsen
willey197
Offline Send Email
Oct 13, 2004
7:03 pm
389
Thanks Pete, i've checked that in. Gcc must be a bit pickier. -Ben...
Ben Discoe
bdiscoe
Offline Send Email
Oct 13, 2004
7:15 pm
390
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...
Pete Willemsen
willey197
Offline Send Email
Oct 13, 2004
7:53 pm
391
... 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...
Ben Discoe
bdiscoe
Offline Send Email
Oct 13, 2004
9:09 pm
392
... No problem. I haven't updated in a while and then decided to do some work with VTerrain today. Bad timing on my part. :) Pete...
Pete Willemsen
willey197
Offline Send Email
Oct 13, 2004
9:10 pm
393
Should the function "void Enviro::LoadTerrainDescriptions()" show that there are not terrain descriptions to load when there are indeed terrains in the...
Pete Willemsen
willey197
Offline Send Email
Oct 29, 2004
8:17 pm
394
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 ...
Ben Discoe
bdiscoe
Offline Send Email
Oct 29, 2004
8:24 pm
395
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. ...
Pete Willemsen
willey197
Offline Send Email
Oct 29, 2004
10:31 pm
396
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...
Pete Willemsen
willey197
Offline Send Email
Nov 1, 2004
9:16 pm
397
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 ...
Ben Discoe
bdiscoe
Offline Send Email
Nov 1, 2004
10:10 pm
398
I've been attempting to work on road-related aspects in VTerrain, but keep getting a failed assertion from vtRoadMap3d::AddMeshToGrid, wxEnviro:...
Pete Willemsen
willey197
Offline Send Email
Nov 2, 2004
6:00 pm
399
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 ...
Ben Discoe
bdiscoe
Offline Send Email
Nov 2, 2004
9:00 pm
400
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,...
Ben Discoe
bdiscoe
Offline Send Email
Nov 4, 2004
4:15 am
401
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 ...
Martin Witzel
mtn_10
Offline Send Email
Nov 8, 2004
10:25 am
402
hey all I recently re-financed my mortgage for free even though I have BAD credit. They even gave me a great rate! Take a look at this service... ...
mflolmamraq
Offline Send Email
Nov 8, 2004
10:45 am
403
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. ...
Ben Discoe
bdiscoe
Offline Send Email
Nov 10, 2004
1:50 am
404
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 Patto Kanegae
eduardopatto...
Offline Send Email
Dec 13, 2004
10:02 pm
405
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 ...
Ben Discoe
bdiscoe
Offline Send Email
Dec 13, 2004
10:17 pm
Messages 376 - 405 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help