Hello We have released LinGis 0.1 for SUSE Linux 9.1 today. Description ========= LinGis is a distribution of free GIS applications and libraries in RPM ...
Jens Oberender
grass@...
Jul 28, 2004 2:55 pm
307
greetings! i am having a bit of trouble compiling VTP on a debian stable machine. based on the install instructions, i believe that i have compiled and ...
dylan
d@...
Jul 30, 2004 8:57 pm
308
Dylan, It appears that your platform isn't happy with wide strings. In the file TerrainSDK/vtdata/config_vtdata.h, simply change SUPPORT_WSTRING from 1 to 0,...
Ben, Thanks for the pointers. After changing: 'SUPPORT_WSTRING 0' the compile ... dylan@rice:~/src/VTP/TerrainSDK$ make cd vtdata ; make all make[1]:...
dylan
d@...
Jul 31, 2004 7:42 pm
310
... Probably not. Probably just isn't including the std header, for some reason. Try adding: #include <fstream> to the top of that header file. -Ben...
hello all, I'm trying to compile vtp on my slack box, but I'm stuck with that problem: make[1]: Leaving directory `/ARQUIVOS/VTP/VTP/TerrainSDK/xmlhelper' cd...
I've tested my gentoo and the vtp libs on the amd64 platform and have had good results so far. If anyone is interested they can be downloaded from the ...
Rick L Vinyard Jr
rvinyard@...
Aug 11, 2004 3:50 am
315
Hi Rick, Thanks for the 0.9.7 patches. As fate would have it, i just finished making most of these changes independently, and was about to do the CVS checkin ...
I have made the necessary changes to vtosg to support OSG-0.9.7 and checked them into CVS. I've done a little testing, and it doesn't look like anything...
... Ahh, and here I was thinking I was jumping in early enough... :) ... Since I've got the gentoo ebuilds set to build against the releases (gentoo doesn't...
Rick L Vinyard Jr
rvinyard@...
Aug 12, 2004 12:46 am
318
... I've checked the change into CVS as well. ... Yes, i'm building against mini-5.0 as well. ... Uh..? ministub has 2 constructors, they work, we call them....
... Sounds great. I'll give it a shot sometime tomorrow and let you know what results I get. ... I'll take a look at it again. There was some reason why g++...
Rick L Vinyard Jr
rvinyard@...
Aug 12, 2004 3:38 am
320
Ben, Here the info on the reason for patching ministub... Here's what I get from g++ when compiling SRTerrain.cpp: ../core/SRTerrain.cpp:19: error: base...
... I think i really need to make it more emphatic in the instructions: you need to _undefine_ that value, not define it as 0. OSG uses #ifdef not #if. Simply...
Aaargh. Looks like OSG broke for floats. We could forward this to the OSG list for them to solve, or i can dig into it to find the fix, it's probably just a...
Ah... I'm not sure. It's the August 9th build, so I'm betting it's the first 0.9.7. I will download another copy and see if that works any better (now I see...
... That's good! ... Yes, it's expected. I would guess you are building with the latest VTP release, 040805? That release was matched to OSG 0.9.6-x, and the...
... in the ... either (A) ... It breaks. I pulled the stuff from cvs (using cervisia), and I get this - gmake -C xmlhelper all; gmake -C vtdata all; gmake -C...
Roger, ... OK, at least it's not a compile/link error. It seems that instead, the build process itself isn't working, because it isn't finding any of the ...
... 'configure' ... Nope. Well, after it broke once, I did, to see if it would change anything; it didn't, and I deleted everything and refetched from CVS, and...
Hi Roger, ... Ah yes, that's the fun of building from CVS, you are right on the cutting edge. :) I added support for QuikGrid a couple days ago. You could...
... cutting ... disable ... That's from http://www.perspectiveedge.com/source.html, I'm assuming. I don't mind the cutting edge - heck, I run gentoo-dev ~arch....
... Must be something unusual about the way libMini was configured or built? I notice that it builds with 'build.sh' script, any chance it didn't pick up your...