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 go through the (alien to me) Unix build process, i tried Xcode, and found
it to be quite reasonable as an IDE. Not quite MSVC, but a big step up from
having to troubleshoot Makefiles and type commands to config and build.
So, before i set about trying to make Xcode project files for the VTP
libs/apps, has some work already been done along those lines? I believe
Pete mentioned something about it, and perhaps someone else has tried
Xcode+VTP.
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...
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
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
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
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 ...
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...
Ben, I, ve not installed using fink. I use darwin, but you can look for fink installs in /sw. Darwin uses /opt, and remember find! very useful, e.g., sudo...
joe dumoulin
joe.dumoulin@...
May 29, 2007 3:06 am
... fink installs in the /sw directory which is not part of the default search path. you just have to add /sw to you path environment variable in your bash...
Hi Ben, Regarding the missing debug.txt: I forgot that the installer changes /Applications/VTerrain to read-only, which is why you don't see the file created...
on adding the path to .profile, you want to be sure to export the PATH after changing it, e.g., echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.profile Joe D...
joe dumoulin
joe.dumoulin@...
May 29, 2007 3:54 pm
Hi Ben, List, Regarding the PROJ.4 issue on the OSX release: I've done some digging, and found: 1) VTBuilder is finding your proj.4 data files just fine under...
Google search shows that this problem has appeared for mapserver users as well. Heres a response from Frank Warmerdam with a suggestion that might help.. I...
joe dumoulin
joe.dumoulin@...
May 31, 2007 12:47 pm
I found a solution: setting the PROJSO environment variable in the code prior to invoking GDAL. Messy, but it works. I'll look into it further to see if...
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...