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 488 - 527 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
488
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...
Patrick
cv952emv
Offline Send Email
May 18, 2005
10:14 pm
489
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...
Pete Willemsen
willey197
Offline Send Email
May 24, 2005
12:59 pm
490
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...
patrick hunt
cv952emv
Offline Send Email
May 26, 2005
7:55 pm
491
And if you could put……that in Tcsh… export PROJ_LIB=<path_to_vtp_dist>/Shared/proj export GEOTIFF_CSV=<path_to_vtp_dist>/Shared/gdal export...
patrick hunt
cv952emv
Offline Send Email
May 26, 2005
8:21 pm
492
Sure. Replace "export" with "setenv" and the "=" with a space " ": setenv PROJ_LIB <path_to_vtp_dist>/Shared/proj setenv GEOTIFF_CSV...
Pete Willemsen
willey197
Offline Send Email
May 26, 2005
9:56 pm
493
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...
patrick hunt
cv952emv
Offline Send Email
May 27, 2005
8:58 pm
494
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...
patrick hunt
cv952emv
Offline Send Email
May 27, 2005
9:12 pm
496
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...
Randy
antiglommer
Offline Send Email
Jun 10, 2005
1:51 pm
497
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 Discoe
bdiscoe
Offline Send Email
Jun 10, 2005
5:25 pm
498
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 Munroe
antiglommer
Offline Send Email
Jun 14, 2005
6:21 pm
499
Randall, ... Take a look at the vtTerrainScene class. Currently, it's a fairly simple collection of vtTerrain objects, each of which defines a rectangular...
Ben Discoe
bdiscoe
Offline Send Email
Jun 14, 2005
7:15 pm
502
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...
Damp Dave
damp_dave
Offline Send Email
Jun 27, 2005
3:41 pm
503
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...
Randall Munroe
antiglommer
Offline Send Email
Jun 28, 2005
1:38 pm
504
... 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 ...
Ben Discoe
bdiscoe
Offline Send Email
Jun 28, 2005
4:49 pm
505
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 ...
Ben Discoe
bdiscoe
Offline Send Email
Jun 28, 2005
4:55 pm
506
... 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...
Randall Munroe
antiglommer
Offline Send Email
Jun 28, 2005
5:54 pm
513
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...
Ben Discoe
bdiscoe
Offline Send Email
Jul 16, 2005
7:01 pm
515
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@...
Send Email
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...
Ben Discoe
bdiscoe
Offline Send Email
Sep 1, 2005
12:38 am
517
... 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@...
Send Email
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...
Ben Discoe
bdiscoe
Offline Send Email
Sep 7, 2005
3:26 am
519
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
miniy78
Offline Send Email
Sep 11, 2005
2:12 pm
524
I compiled TerrainSDK sucessfully. But, I has problems in compiling TerrainApps. Compiling VTBuilder, I got error messages as following : . . . g++ -O2 -g...
miniy78
Offline Send Email
Sep 11, 2005
2:20 pm
525
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...
Ben Discoe
bdiscoe
Offline Send Email
Sep 12, 2005
6:13 am
526
... 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'. ...
Ben Discoe
bdiscoe
Offline Send Email
Sep 12, 2005
6:18 am
527
... Gcc is being very picky. wxCharBuffer should automatically cast to (const char *), and vtString has a constructor for (const char *). So, the compiler...
Ben Discoe
bdiscoe
Offline Send Email
Sep 12, 2005
7:04 am
Messages 488 - 527 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