Looks like you're using my build tools, which I haven't had a chance to port to the newest version yet. Dunno how well those tools work with the latest vtp ...
Today i (finally) wrote up some build instruction for Unix/Linux, linked from the main Unix page: http://vterrain.org/Distrib/unix.html to the new page: ...
thanks x1000000000 ben ..illl let you know shortly ;-) lee On Wed, 2003-03-12 at 13:21, VTP wrote: Today i (finally) wrote up some build instruction for...
... Thanks, Ben. I just subscribed to that list and moved the discussion over there. ... Yes. When I load the DEMs on the Window's version of VTBuilder, they...
The last time i built and ran VTBuilder on Linux (Redhat 7.2), i didn't test importing a DEM but i did test loading a BT file. It loaded and displayed ...
... Pete, this is great news, the first reported case of VTP compiling and running on a Mac!! I wonder to what degree wxWindows cooperates the OSX "look and...
Ben, It didn't take me long to get the code compiled. However, I can't state that it works perfectly. :) I'll be attempting to debug an issue I'm having...
... wrote: Hi Pete, I'm running VTBuilder for a long time in Linux but I never tried to load a dem file. I tried after seen your message and I had the same ...
Hi Roni, I've downloaded file from gisdatadepot before, but haven't loaded them yet into VTBuilder. My attempts at doing so this morning weren't all that...
Yes. If you import a .tar.gz file into VTBuilder, it will automatically unzip it to a temporary directory and look for something to import from in the...
Pete, I'm sorry. I forget to tell you about this problem. What you did is right if you rename the catd.ddf to lower case works, another option is put * in the...
Hmmm, it should work. VTBuilder (in MainFrame::LoadLayer()) does a case-insensitive comparison to "catd.ddf" to see if there is a SDTS transfer in the...
FWIW My experience is that it is a case issue. (I ran into and mentioned it a while ago) I did try to track it down, but didnt come to a culprit. I realize ...
Hi Mew, Ben and Pete, I did some debugging last night and figure out that the problem is with wx. The filter function is not working the way works in Windows. ...
Ben, The drag and drop property of VTBuilder works fine in Linux it creates a C:/TEMP inside of the VTBuilder directory. My question is looking at the code I...
Roni, That's because the unzipping is done before vtElevLayer::ImportFromFile() is called... or at least, it's supposed to be. Looking into the code, i see ...
This is interesting. When running VTBuilder on Mac OS X, I kept getting Bus Errors whenevern the wxFileDialog was opened. I've been trying to figure out...
Hi Pete, Before you do that try to get the latest wxGTk that I posted in the message number 113. It fixed all my filter problems and I installed it and...
Yes, wxMac-2.4.0 is the latest for Mac. Roni ... the ... installed ... trying ... ImportDirectory[ltype], ... went ... window ... I've ... various ... format ...
Ben, Can sdts files from gisdatadepot supply the height of the buildings? Looking in the code looks like it is hard coded to have a maximum of 2 stories. I...
Roni, I presume you mean the SDTS-DLG files. These are classic USGS DLG which have been converted to SDTS with no additional processing or information. It's...
I've not been able to figure out what's going on. Why is there a conflict for sys_errlist[] between wwwsys.h and the system header file bits/syserr.h? I'm...
Brian, The short answer is simply to disable VTP's dependence on Libwww, by setting SUPPORT_HTTP to 0 in config_vtdata.h. The long answer, if you really want...
Thanks for your help, Ben. It compiles now. I'm curious to understand more about using SDL, so I'm in the process of building the sdl_simple example. By the...