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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 358 - 387 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
358
... 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@...
Send Email
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 ...
Nino Walker
NinoWalker
Offline Send Email
Sep 7, 2004
8:58 pm
360
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...
Pete Willemsen
willey197
Offline Send Email
Sep 13, 2004
12:35 am
361
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...
Pete Willemsen
willey197
Offline Send Email
Sep 13, 2004
2:47 pm
362
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...
Pete Willemsen
willey197
Offline Send Email
Sep 15, 2004
5:53 am
363
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...
Ben Discoe
bdiscoe
Offline Send Email
Sep 15, 2004
10:01 pm
364
... 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...
Pete Willemsen
willey197
Offline Send Email
Sep 16, 2004
1:58 am
365
... 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 ...
Ben Discoe
bdiscoe
Offline Send Email
Sep 16, 2004
2:16 am
366
... 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...
Pete Willemsen
willey197
Offline Send Email
Sep 16, 2004
3:47 am
367
... 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 ... ...
Ben Discoe
bdiscoe
Offline Send Email
Sep 16, 2004
7:37 pm
368
... I think this is a good idea. From what I understand, Nino is working on this as we type. :) Pete...
Pete Willemsen
willey197
Offline Send Email
Sep 16, 2004
7:38 pm
369
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...
mahesh m
zoommahesh
Offline Send Email
Sep 24, 2004
7:22 am
370
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...
Ben Discoe
bdiscoe
Offline Send Email
Sep 25, 2004
12:37 am
371
... 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...
Ben Discoe
bdiscoe
Offline Send Email
Sep 25, 2004
12:52 am
372
... 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 Willemsen
willey197
Offline Send Email
Sep 25, 2004
4:14 am
373
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,...
Ben Discoe
bdiscoe
Offline Send Email
Sep 27, 2004
8:58 pm
374
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 ...
Pete Willemsen
willey197
Offline Send Email
Sep 27, 2004
9:45 pm
375
Pete, Awesome! That indicates that a great deal is working correctly on MacOSX. Enviro can't be far off. -Ben...
Ben Discoe
bdiscoe
Offline Send Email
Sep 28, 2004
3:17 am
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
Messages 358 - 387 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