Has anyone attempted to compile Enviro on a MAC with OSX? I would appreciate any advice, and project files if available. I did not notice any references to a...
185
Ben Discoe
bdiscoe
Jul 1, 2003 6:15 pm
Peter, If you do a search on "OSX" you'll see a few messages. Pete Willemsen reported getting it to build on OSX 10.2.4, and showed us a screenshot. I checked...
186
Pete Willemsen
willey197
Jul 2, 2003 5:22 pm
Peter, My screenshots showed VTBuilder working. After that I decided to grab the CVS version of VTP and reapply the changes I made in a nice systematic manner...
187
Der Lockruf des Kaos
der_lockruf.des-kaos@...
Jul 30, 2003 12:49 am
Hi all, i've a Problem with compiling vtp on my linux :( After a while i get the following Error from the compiler: ...
188
Donald Tidrow
dtidrow@...
Jul 30, 2003 4:19 pm
Loks like vtp has not been ported to the latest version of OSG. osg::GeoSet has been deprecated for some time now, and IIRC disappeared in either 0.9.4 or...
189
Ben Discoe
bdiscoe
Jul 30, 2003 4:27 pm
Don, This is not correct. VTP uses the current version of OSG - 0.9.4. As you know from the OSG mailing list, there was a quicky pre-release of 0.9.5 put out...
190
Ben Discoe
bdiscoe
Jul 30, 2003 4:44 pm
I visited the OSG site, and note that they have changed their 'latest39; links to the broken version, 0.9.5. This is surprising, since there was a pre-release...
191
Ben Discoe
bdiscoe
Aug 8, 2003 6:45 pm
The SUPPORT_WSTRING stuff is checked in. -Ben...
192
Mike Weiblen
mew_cx
Aug 26, 2003 6:00 am
Hi all, getting back into building VTP on linux, using KNOPPIX_V3.2-2003-07-26-EN (a debian-based bootable cdrom distribution, see http://knoppix.net/) as my ...
193
Rick L Vinyard Jr
rvinyard@...
Aug 27, 2003 1:06 am
I was compiling vtp 030821 and got the following error: g++ -O -g -DUNIX -DVTLIB_OSG=1 -I/usr/local/src/vtp/VTP/TerrainSDK...
194
Rick L Vinyard Jr
rvinyard@...
Aug 27, 2003 4:38 am
Just a follow up on the compilation errors, but before that, the good news. The apps and libs are compiled and working on a Debian unstable machine, and it's a...
195
Mike Weiblen
mew_cx
Aug 27, 2003 6:29 am
Hi Rick, Coincidentally, yesterday I posted a .zip of my patches to this list; it looks like we address some similar issues, albeit with slightly different...
196
Mike Weiblen
mew_cx
Aug 27, 2003 6:29 am
Hi Rick, ... change the destructor from private to protected. ... I changed the cast from (Vec3) to (Vec3&), then it compiled. -- mew...
197
Ben Discoe
bdiscoe
Sep 11, 2003 7:03 pm
Rick, It seems that your gcc is being very picky about 'const39;. I have added some 'const39; to MathOSG.h which should make gcc happy. I'll check in into to CVS...
198
Ben Discoe
bdiscoe
Sep 11, 2003 8:00 pm
Mike, Thanks for the great fixes, i have checked them all in to CVS. ... I have fixed this too. I moved the PointStyle constructor to vtdata/TParams.cpp where...
199
RICH BLISS
broadgroup7
Sep 14, 2003 3:08 pm
Ben: Want to incorporate Virtual Hawaii into the Virtual Globe project, for worldwide texture-grid. Will contact you about putting terrain detail into 3D ...
200
Ben Discoe
bdiscoe
Sep 15, 2003 6:51 pm
Rich, Not sure this is unix-specific but... 1. Which Virtual Globe project? There are several. 2. As far as i know, Active Worlds and the Viewpoint viewer are...
201
RICH BLISS
broadgroup7
Sep 16, 2003 9:35 am
Answers: Ben Discoe <ben@...> wrote: Rich, Not sure this is unix-specific but... No, not UNIX-specific, although UNIX is the base of the file...
202
Eric Sokolowsky
esok127
Sep 16, 2003 1:01 pm
... I used to work for Viewpoint, and their viewer is a closed, dead-end piece of software. I discourage its use. (Unless their business model has changed, ...
203
RICH BLISS
broadgroup7
Sep 16, 2003 3:20 pm
What would you suggest then to evolve a 3D standard then - a universal 3D browser - are you familiar with ManyOne's efforts? ... I used to work for Viewpoint,...
204
Eric Sokolowsky
esok127
Sep 16, 2003 3:53 pm
... I stopped at their booth at Siggraph, and they had several different people showing different things. There were two demonstrations that I watched. One...
205
rickbu235
Sep 24, 2003 3:22 am
... I have also been running vterrain on OS X for quite some time as well, just the libs, I don't really need the apps. I actually compiled everything with...
206
Pete Willemsen
willey197
Sep 24, 2003 4:30 pm
Hi. I think most everything that needed to be committed to the VTP source has been committed by Ben. I'll do a cvs update on my end and confirm that...
207
Rick L Vinyard Jr
rvinyard@...
Sep 25, 2003 10:43 pm
Sorry for the slow reply. ... The newer versions of gcc (3.0+) are getting very close to the ANSI spec, and have become very picky about a lot of items that...
208
Rick L Vinyard Jr
rvinyard@...
Oct 3, 2003 1:00 am
Any other *nix users have trouble getting the plugin with mozilla? ... -- Rick L. Vinyard, Jr. http://miskatonic.cs.nmsu.edu/...
209
Mike Weiblen
mew_cx
Oct 8, 2003 2:52 am
(whups, moved to the right list) ... Well, the unix build page at http://vterrain.org/Distrib/unix.html doesn't have version info, and instead refers to my...
210
Ben Discoe
bdiscoe
Oct 8, 2003 2:57 am
... Yes, that's _the_ list, step 2 in building on Unix. ... Fortunately proj changes extremely little over time. Any version 4.4.3 or newer is known to work....
211
Mike Weiblen
mew_cx
Oct 10, 2003 2:04 am
Hi Ben, Attached are patches to the latest VTP to build on knoppix (debian) linux. There are two: 1) an #ifdef for VTbuilder's MapDialog in case HTTP support...
212
Ben Discoe
bdiscoe
Oct 10, 2003 2:30 am
Rick, First, thanks for the patches. Patch 1: Adding uppercase file extension filters to catch e.g. .DEM as well as .dem. Are you certain this is necessary?...
213
Ben Discoe
bdiscoe
Oct 10, 2003 2:37 am
... Checked in, thanks. ... The issue is the OSG maintainers unilaterally decided that everyone wanted to double their memory usage by default. I strongly...