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 ...
I was compiling vtp 030821 and got the following error: g++ -O -g -DUNIX -DVTLIB_OSG=1 -I/usr/local/src/vtp/VTP/TerrainSDK...
Rick L Vinyard Jr
rvinyard@...
Aug 27, 2003 1:06 am
194
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...
Rick L Vinyard Jr
rvinyard@...
Aug 27, 2003 4:38 am
195
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...
Rick, It seems that your gcc is being very picky about 'const'. I have added some 'const' to MathOSG.h which should make gcc happy. I'll check in into to CVS...
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...
Ben: Want to incorporate Virtual Hawaii into the Virtual Globe project, for worldwide texture-grid. Will contact you about putting terrain detail into 3D ...
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...
... 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, ...
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,...
... I stopped at their booth at Siggraph, and they had several different people showing different things. There were two demonstrations that I watched. One...
... 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...
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...
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...
Rick L Vinyard Jr
rvinyard@...
Sep 25, 2003 10:43 pm
208
Any other *nix users have trouble getting the plugin with mozilla? ... -- Rick L. Vinyard, Jr. http://miskatonic.cs.nmsu.edu/...
Rick L Vinyard Jr
rvinyard@...
Oct 3, 2003 1:00 am
209
(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...
... 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....
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...
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?...
... Checked in, thanks. ... The issue is the OSG maintainers unilaterally decided that everyone wanted to double their memory usage by default. I strongly...
... Actually, I didn't investigate it much. More of a quick hack to test the datasets I had. ... And I didn't even change all the types in that section. I...
Rick L Vinyard Jr
rvinyard@...
Oct 10, 2003 3:36 am
215
... On gcc the #pragma is silently ignored, unless a warning-level switch turns on a warning (about the pragma itself, not what the pragma was attempt to warn...
... Actually, what I'd suggest is #error. The #pragma directive is for compiler specific directives and IIRC according to ANSI spec any unrecognized #pragma is...
Rick L Vinyard Jr
rvinyard@...
Oct 10, 2003 3:47 am
217
... There may actually be an error condition. I compiled against the double matrices, modifying the convert matrix method. Running glutSimple evidenced...
Rick L Vinyard Jr
rvinyard@...
Oct 10, 2003 4:00 am
218
... Ah. It seems MSVC supports #error too. I'll use that. ... Well, aside from mem usage, there are the related aspects of performance (float is still faster...
Yes, i forgot to mention that Roger James also saw glitches (flickering lights, previously traced to matrix issues) when he built with OSG_USE_DOUBLE_MATRICES,...
... The visibility problem I was having is still there after rebuilding, so what I thought might be a real error wasn't. ... Yes. ... For the most part, the...