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 ... ...
... This one's quite puzzling; wildstr is a wxString2 so by C++ rules it should be accepted by anything that wants its parent class wxString... and casting it...
The actual error is "conversion from wsString2 to const char * is ambiguous". As wxString2 is derived from wxString, we have ... 1. wxString2::operator const...
Dear friends Happy New year We are one of the fastest growing recruiting firm located in bangalore . Presently some of our prestigious clients are looking...
Dear friends we are having openings for one of the leading MNC in INDIA the openings are in Bombay and Pune interview location-Bangalore JOB DESCRIPTION 1...
I've been thinking the solution to these kinds of conversion issues, which can get bogged down in compiler semantics. They stem from C++'s complex rules about...
Folks, This is the first time we've seen a spam-ish off-topic post on vtp-unix, and i hope it doesn't become a pattern. If it does, i'll be forced to make ...