... I've also updated my gentoo ebuilds with a 040903 ebuild at: http://miskatonic.cs.nmsu.edu/gentoo/portage/ I've also enabled an rsync server so you can use...
Rick L Vinyard Jr
rvinyard@...
Sep 7, 2004 5:06 am
359
Hi, I'm trying to build on Mac OS 10.3.x, and having issues when linking OpenThreads for vtosg. The linker chokes when trying to read the ...
I have to specify it explicitly. Here's my Makefile for the vtosg directory. Last night I updated my VTerrain system on my mac with the latest libraries and...
Forgot to post the web site again... the Makefiles for the TerrainSDK are posted on this page: http://www.cs.utah.edu/~willemsn/vtp/macosx_readme.html If you...
Hi All, I finally managed to squeeze some time out and post information about porting VTerrain to OS X. Good news is that VTBuilder appears to work although I...
Thanks to Pete for getting the Makefiles adapted for OSX! ... I'm afraid i'm not Unix-savvy enough to know how to merge two makefiles, surely it should be...
... This is isn't difficult; I (or someone else) will have to spend a little time on it. Yes, it's very easy to avoid hand-editing the Makefile system; I'm...
... When we ship the VTP binaries on Windows, for end-users, we just put all the DLLs into a folder along with the apps. The apps find them because the rule ...
... With regard to Makefiles, I just noticed something interesting. For some reason, I've never noticed the configure script in the VTerrain source. I'm...
... I don't recall who originally made the 'configure' file, but i do know that it doesn't currently do anything, beside produce makefiles that don't work ... ...
hai mahesh here i am working as hardware and network engineer only in lan network so iam to upgrade my self so i have decide to do linux while i have been...
For those on the list, there has been a whole bunch of work done recently on the VTP port to OSX, by Pete and Nino. It's been going on mostly with direct...
... A simpler way to test this (without involving OSG/OpenGL or vtlib) is to simply run VTBuilder, then load that same BT file. ... I don't know what's special...
... Just got done trying this. The results are the same. I loaded the crater_0513.bt through the Open Layer menu. The progress bar makes it all the way to...
Pete, Thanks for the detailed report, i found and fixed the glitch in the byte-swapping code. The fix is in ByteOrder.cpp: 102c99 < SwapMemBytes( ptr, type,...
Hey Ben, Thanks for the update. glutSimple works! :) I've added a screenshot of glutSimple running: http://www.cs.utah.edu/~willemsn/vtp/macosx_readme.html ...
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...