Hi, I am trying to build to os x but am hitting errors which I am not familiar in solving, so would very much appreciate any suggestions to resolve this. ...
Hi Patrick, I suggest you check out http://www.d.umn.edu/~willemsn/vtp/macosx_readme.html My look over your compile log makes me think GDAL isn't installed. ...
Pete Willemsen
willemsn@...
Feb 13, 2006 7:37 pm
569
Hi, Seem to be making progress but another error in 'make' as follows << g++ -g -O -Dunix=1 -D__DARWIN_OSX__ -fPIC -I/sw/include -DUNIX -I./shapelib -I/ ...
Hi, Regarding failed builds, is it OK~possible to resume the build with the last command used or is it best~required to build from a new source code directory?...
Is this with the CVS version of VTerrain? What version of GDAL are you using? I have not had problems with GDAL in the past. PolyChecker.cpp compiles fine...
Pete Willemsen
willemsn@...
Feb 21, 2006 3:51 pm
572
Hi pete, I am using the source 060210 and GDAL 1.3.1. and PROJ 4.4.9. Should mention that since my last post I have taken more notice of the General Unix build...
Hi Patrick, I spent a little time updating the OS X page last evening/this morning. Check it out again. I've compiled VTP on the latest release 060210....
Pete Willemsen
willemsn@...
Feb 24, 2006 8:08 pm
574
Hi, Followed the Readme but error " No such file or directory" is being returned. I used 'vptOSX_051025' in the path_to_vtp_dist and in setting the...
... That doesn't make sense to me.. wxSimple and wxEnviro get their OpenGL context in the same way: they let wxWidgets create a wxGLCanvas. So they should...
... Well, actually if wxSimple is doing it without X, which it appears to be looking over the code in wxSimple/canvas.cpp wxGLContext *context = GetContext(); ...
Pete Willemsen
willemsn@...
Mar 5, 2006 2:29 am
578
I'm trying to install VTP on a MacOSX 10.4 with osg1 I got the file from pete web pages, but I receive the following errors ../core/TiledGeom.cpp: In member...
Mario Mango Furnari
mf@...
Mar 5, 2006 5:42 pm
579
Mario, I don't have a Mac, but at first look it seems that you have some wrong version of libMini. It must be libMini-6.83a. Perhaps you have some other ...
Quoting Ben Discoe <ben@...>: Hi Ben, Thank for the answer. However I ave the correct version of libMini. Any other suggestion? Thanks Mario ... -- ...
Mario Mango Furnari
mf@...
Mar 7, 2006 12:07 pm
581
Hi, Hoping for any help regarding my post 574 concerning running problem with the binary version. Patrick...
All the best for you! Professor Constantin NITU University of Bucharest __________________________________________________ Do You Yahoo!? Tired of spam?...
Hi, I am trying to compile VTP under MacOS 10.4.7 and Xcode 2.0. When making VTP I get the following error, BuilderView.cpp: In member function `void...
Good Morning! I've been working with Ben and I received permission to subscribe to the list to solicite help. We've been trying to build VTP for several months...
Mario, It looks like maybe an old version of GDAL, which does not know CPL_STDCALL. What version of GDAL do you have installed? -Ben ... From: Mario Mango...
Quoting Ben Discoe <ben@...>: Hoi Ben, sorry for the multiple messages. I installed the gdal using fink and the version is the 1.2.6-1005 Do you...
Mario Mango Furnari
mf@...
Oct 23, 2006 10:05 pm
587
Mario, The build instructions do say that you need GDAL ver. 1.3.x, and links are provided to the current release 1.3.2. GDAL 1.2.6 is very, very old. -Ben...
Hi,Ben. we should exclude the file "iowin32.c,iowin32.h" from makefile,but I donnot know how to(I only removed them when compile). and in the "Make.defs" file...
... Yes, i did a similar thing to make it build on Linux. Perhaps they should be moved into a subfolder. It's unfortunate that we are still on "Makefiles" in...
Ben. there are some link errors with ENVIRO application, so in enviro/makefile,the part support Mac OS X shoud like this: # Support of Mac OS X ifeq...
Zjf, I am a little unsure how the Makefile for Mac is supposed to work. ... But these already exist in the LIBS definition above it. Perhaps the solution, to...
Quoting gis_zjf <gis_zjf@...>: Hi Ben and zjf I had one problem on building VTBuilder, here the error mmf:/VTP/VTP/TerrainApps/VTBuilder mf$ make g++...
Mario Mango Furnari
mf@...
Oct 28, 2006 10:51 pm
593
Hi Ben and zjf I had one problem on building VTBuilder, here the error ... I suppose that it is a dynamic loading problem, but I can't figure out how to fix it...
Mario Mango Furnari
mf@...
Oct 29, 2006 11:07 pm
594
Hi Mario, You need to compile VTBuilder with -DUSE_OPENGL=0. For some reason, beyond my knowledge, the OSX OpenGL framework does not define: ...
To follow up, if you are building against the head, there are a few changes you'll want to make. I've included my .diff log. One change you might ignore...
Reviewing changes.. ... Those are already included on line 200, so there should be no nned to the top of the file as well? ... VTBuilder does not call OSG at...