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....
joe dumoulin
joe.dumoulin@...
May 4, 2007 7:18 pm
605
Massimo, ... Interesting, i didn't know that gdal did have a 'framework' installation option. Most of the other libraries seem to (e.g. OSG) but in the...
Hi Massimo, Ben, If you wanted to use GDAL as a framework, you'll need to replace all instances of -lgdal with -framework GDAL in the makefiles. Because GDAL...
Nino, Wow. I just tried out the 'vterrainmacosxinstallscripts'. There's some intense script work in there! The download script appeared to run correctly. The...
Hi VTP user, i copied the script files in a directory : /source/vtposx setted the prefix and working directory to /source/vtposx but the script wrote the file...
sorry for the last mail i've delete the tar.gz log and added a link to it Hi VTP user, i copied the script files in a directory : /source/vtposx setted the...
I apologize for any issues; the scripts have been debugged on my machine and for my configuration, which alas is not the cleanest environment. Stefan has been...
... Set line 5 of the build script to: TEMP=/source/vtposx This is a little convoluted because the script builds all dependencies to be bundled with the VTP...
... hi, i opted to build oll the packages in : /Users/epifanio/vterrain i added manually the "missing" include directory in "build.shaded" at this point...
... As first step to continue the adventure.... i need to check what i've for zlib ... right? :-( this is what i'm using as make.defs file : # # GNU Makefile...
... Er, ok, how might i do that? ... It is building proj: ## Installing proj ## Fixing binary links find: lib: No such file or directory find: bin: No such...
Ben Discoe
mela@...
May 7, 2007 11:30 am
615
massimo, I am including the OSX section of my make.defs below. there are a couple of things I modified to get the vtp to compile on my 10.4.x system. I am...
joe dumoulin
joe.dumoulin@...
May 7, 2007 2:44 pm
616
Hi Ben, I started some of this a while ago. However, I cannot recall exactly where I got with this last time I worked on it. The semester has ended so I'll...
Pete Willemsen
willemsn@...
May 9, 2007 3:11 am
617
Before I put together my VTP xcode, I thought I'd grab Nino's scripts and try them out. They look good. However, I too was confused as to what SVN server we...
Pete Willemsen
willemsn@...
May 11, 2007 1:10 pm
618
Hi, using this isntructions ... then cd into the osx directory and type : ./download_dependencies.sh ALL ./build_vterrain.sh ALL all works fine , untill the...
Hi Massimo, Thanks for persisting. Is it possible you have already installed the OpenSceneGraph libraries manually in /Library/Frameworks? There would be a...
I was wondering if there is a permissions issue here. nino, do you need to run the script under sudo? Just a guess... Joe D...
joe dumoulin
joe.dumoulin@...
May 17, 2007 4:56 pm
621
Shouldn't be; all of the "installs" are to a local directory, not system. Will look into that possibility if problems persist :-/ ... need to ... massimo di ...
Ben, sorry i do no speak about it ... really i already have a osg framework in /library/frameworks folder it is installed by ossim + ossimplanet application...
Massimo, In order to build vtp; you might move them out of the way temporarily; once you have vtp built to your liking, you could put them back. Nino...
Nino, i've deleted all the osg stuff frrom my framework folder and the downloaded files. then i run the download script and the build script, all works fine...
Hi Peter, ... Very interesting. You ran the software 4 times, and it failed in 3 completely different areas! (And each area is known to work correctly on other...
Hi Ben, and the rest of the community, Success! I am now running Enviro succesfully using a fresh installation of Slackware-current with changes up to Wed May...
Hi Nino, Tried it today (the 2007-05-25 installer). Everything seemed to go well except - launching VTB, "Unable to transform coords - proj..." I tried to look...
Hi , i had exactly the same worning message when i start VTB i installed vtp thanks to the powerfool nino's script. i haven't a previouse vtp installation....
I haven't heard from Pete yet about VTP xcode files, so i tried today for the first time to build VTP on OS X using the old-fashioned Unix makefiles. Here's...