... 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...
Hi Linux folks, After i build the VTP applications on Linux, i have been struggling to figure out how to launch them from my desktop. It is easy to make a ...
Ben Discoe
tuktuk@...
Apr 7, 2007 11:04 pm
598
Some news: I ordered a MiniMac today (or is it MacMini? i can never remember) so i'll be able to help people with their Mac issues better, after it arrives...
Ben Discoe
tuktuk@...
Apr 7, 2007 11:10 pm
599
I will fly to Hawaii to provide Ben vital support through the first 24 hours of the critical transitional period. Mac support will be helpful toward increasing...
My MiniMac is running very nicely, and it runs the VTP binaries that Nino built. Now, i am now facing the prospect of building VTP on Mac. Rather than try to...
so it looks like gcc can't find gdal ogr. are the includes from gdal actually in /usr/local/include? Joe D...
joe dumoulin
joe.dumoulin@...
May 4, 2007 5:36 pm
603
Hi i've solved the gdal problem using a "non framework" installation, ./configure --prefix=/usr/local --without-python now i've gdal in usr local /bin /lib...
This might be a simple problem too. Look for your ZLIB installation and make sure that the path to the libraries is correctly set up in the make.defs file....