Hello all, Sorry to bother you with this email. The problem is most likely something simple that I missed but I cannot figure out what from the error message...
James P Dugan
jamesdugan@...
Nov 5, 2003 5:11 am
237
Hi James, I haven't experienced this problem, but it does appear to be a misconfig of OSG, given the errors about double* conversion; if properly configed,...
On Wed, 05 Nov 2003 09:57:32 -0700 ... Mike, All I did was comment out the #define OSG_USE_DOUBLE_MATRIX 1 line in the include/osg/Matrix file. I think that...
... No, they are due to me being sleep-deprived last night and releasing at 4:30 AM without going all the way through the build process on my RedHat machine ...
... That's what I though, thanks for confirming. On the particular debian linux config I'm using, moving to prebuilt wxwin2.4.2 causes a cascade of ...
Hello, I'm a new user trying to get build 031112 built on a Sunblade 150 using the gcc compiler but when I do a make in TerrainSDK I get complaints: "grep:...
Trevor, That's strange, i don't think that makefiles try to use the .dsp at all. Do you get this message using 'make' or 'configure'? Don't use 'configure',...
I get it using "make", configure works fine! ok, I already used configure....should I just re-extract the files overtop or is there an easier way to back out...
Trev, Re-extract the correct makefiles. I will remove 'configure' from the source archives before it bites another person, should have done that long ago. ...
MessageInstructions? you read those things ;) Yeah, I knew I wasn't supposed to run it, I just couldn't get past some compiler errors and I thought that might...
The sqrtf function is sqrt that takes and returns a float. It's an ANSI C function. The "*f" math functions are apparently missing from some platforms; note ...
When compiling VTP once all the .o files have been compiled in vtdata it tries to create the .so shared library but I get the error: I figure I'm missing a...
Well, I answered my own question, it requires the -fPIC flag set not only for the shared library but also for the compiling of all the .o files as well!! Just...
Trev, Good to hear you got the .so to build. As you're the first person to mention building on Solaris, i'm really interested to hear your experiences getting...
After many errors and fixes to the errors I have finally got TerrainSDK compiled! Now I'm trying to compile TerrainApps but it barfs trying to link glutSimple...
Hi all, I'd like to share my vast hours of experience trying to build VTP libraries and apps. I'm running stock RH 9.0 on a Dell Precision 360. All of these...
Doh, I had the same problem, then found out that the configure script is obsolete and should not be ran!! Who reads the instructions anyway!? we're engineers...
Hi Michael, Perhaps you might find my linux build tools helpful, see http://mew.cx/vtp.html It's a bit dated (Jan 2003), so it might need tweeking, but I've...
Hi Michael, Trevor, I remembered that I had done some work refreshing my VTP build process for the 031112 release, tho I was detoured before I could complete...
Hi Michael, ... These definite issue from trying to use that 'configure' script donated by someone long ago. I thought i had removed 'configure' from the...
Thanks Matt, I have now checked in a fix for that, to make gcc happy. -Ben ... m_pLevel->SetEdgeMaterial(*GetGlobalMaterials()->FindName(m_strMaterial)); ... ...
Trevor, Not sure if this will help, but attached is my makefile for building gdal on debian linux. It captures the flags I use when configuring and building...
I discovered this problem occurs in several source files, both in the TerrainSDK and the TerrainApps trees. I'll generate diffs and post them tonight (or...
I discovered problems, not in building gdal, but later on, due to xerces. I wound up specifying --without-xerces when running configure. Matt ... gdal on ... ...