Hi, How 'buildable' is vpt on OS X and if it is for the relatively experienced is there a measure of support for those not so, like myself. Basically I am...
Hi Patrick, Building VTP on OS X doesn't require much tuning as it compiles completely out of the tarball. However, I haven't had a chance to test it on Tiger...
Hi, Thanks very much Pete for your guidance and new links…which I had not checked out. In relation to compiling VPT I had a go but encountered a few problems...
Thanks Pete, am making progress now but hit a problem with 2 items as shown below (for both VTBuilder+Enviro), a) /usr/local/VTerrain.dist I have not noticed...
Pete, Just looking again at the Readme, the folder name in bold (below) is not expected~writen in any of the files is it?……as you saw in the last email I...
We are using VTerrain version 2-something for a large VR project and the biggest problem that we've run into is that our data sets are limited to a too-low...
Hi Randy, It's probably a better question for the main list than this unix-specific list, but no problem. ... What size texture do you want/need to display? ...
Ben, Thank you very much for your help. A few questions in more detail: ... Up to a gigabyte (30k by 30k) and possibly up; we're trying to model large...
Randall, ... Take a look at the vtTerrainScene class. Currently, it's a fairly simple collection of vtTerrain objects, each of which defines a rectangular...
Hi, all. I'm trying to get VTP (and the software I'm working on that is built on VTP) built under Fedora. Most of it is going pretty well, but I am having a...
We've had some serious trouble building it here, too, as has a friend ... And yeah, we found problems with that wxWhatever stuff. It took a long time, but...
... Hi Randall, Please forgive my curiousity, but the build challenges that have been described are on Unix flavors. I wasn't aware there was a commercial ...
Randall, ... That's incorrect, IMHO. The standard usage for most libraries, GDAL included, is to not include the library name in the include path. Some ...
... vGeo ( http://www.vrco.com/ ). It's not so much a library and it's not open-source, but it can handle the terrain and model importation/viewing (and CAVE...
I'm open to advice on what to do about the spam that occasionally finds its way into this list. It's been minor, no more than a few each week, but seems to be...
i386 is building now, and if all goes well it should be pushed up by my cron scripts later tonight... It's been awhile (Fedora Core 3) since I've built rpms...
Rick L Vinyard Jr
rvinyard@...
Aug 31, 2005 2:58 am
516
Thanks, Rick, i've now checked in those changes. By the way, i have /finally/ located a place that sells small computers with Linux pre-installed and working...
... Cool. Those look pretty nice. Anything AMD 64-bit is pretty awesome. ... Most likely not. Ubuntu is very nice, but I've never gotten the hang of packaging...
Rick L Vinyard Jr
rvinyard@...
Sep 7, 2005 2:34 am
518
... Oh. :( Can Debian install software from a RPM at all? I Googled a bit and it seems there is some kind of conversion possible from an .rpm to a .deb, but...
... Yes. There is an app called 'alien' that will create a .deb from a .rpm. ... The problem with alien is library dependencies. Often, the different ...
Rick L Vinyard Jr
rvinyard@...
Sep 7, 2005 4:16 am
520
Near the top of ChunkUtil.h ... #include <stdlib.h> #include <assert.h> #include <xutility> #include <new> // for placement new Line 7 reference to <xutility>...
Branko
bkby475@...
Sep 11, 2005 1:00 pm
521
Line 23... void CPL_STDCALL cpl_error_handler(CPLErr eErrClass, int err_no, const char *msg) caused g++ to complain. I eventually determined that the problem...
Branko
bkby475@...
Sep 11, 2005 1:00 pm
522
Several screens of errors are produced when compiling the above file, starting thus: QUOTE make[1]: Entering directory `/home/source/VTP/TerrainSDK/vtui' g++...
Branko
bkby475@...
Sep 11, 2005 1:01 pm
523
I experienced the same problem with you. I'm not sure, but I compiled vtui-library with two different ways as following : 1) way using wxGTK-2.6.1 Compile it...
I compiled TerrainSDK sucessfully. But, I has problems in compiling TerrainApps. Compiling VTBuilder, I got error messages as following : . . . g++ -O2 -g...
Hi Branko, ... Yes, Rick reported this last week, fix is checked in, it's safe to omit the include. ... That's surprising; it's a standard part of GDAL (in...
... Can other folks (Rick, Pete, others?) comment on whether this change applies across platforms? If so, i'll change the makefiles to use 'wx-config-2.6'. ...
... Gcc is being very picky. wxCharBuffer should automatically cast to (const char *), and vtString has a constructor for (const char *). So, the compiler...