Hello Nino, I was looking at getting VTP running on OS X a while ago, and had some chats with Pete Willemsen. Ben mentioned you had moved this forward a bit. I...
Hi Stephen and List, I have not updated the VTP to the head yet; however I started that process today. Good news: the scripts have been updated along with the...
In this comes up again: This was caused by a fink installation of the hdf4 and hdf5 libraries. The simple solution is to disable them when building GDAL: Add...
Hi group, Tried to upgrade to latest release <released 071111>, after good experience with previous releases. Ran into several problems building on Linux: ...
Hi folks, I've been watching now for quite a while how the different builds for Unix MacOSX have been struggling to keep up to date with the Windows head....
Hi Stefan, Cmake sounds good to me... My only hesitation would be that Pete W. and I invested a lot of time with Xcode to enable draggable installs. The system...
Hi Nino, ... Cmake, in the first place, is a build system and not an installer, so this should not exclude the usage of dragndrop in an installer. From our...
... Personally, I'd prefer automake and autoconf... mainly since I already have the autotools files written for the Fedora builds, and it's a lot easier to...
rvinyard@...
Nov 30, 2007 8:31 pm
663
... Yep, I would be fine with that too, except there is a whole lot of Windows programmers out there that would not want to use any other thing except VC++...
Hi Peter, ... Sorry about those (const char*) casts. Only gcc needs them, and i'm afraid i didn't check the gcc build before releasing. I have been good...
... I didn't have the same issues because for now all I'm trying to get compiled and running is the TerrainSDK and glutSimple. However, glutSimple has been...
rvinyard@...
Dec 3, 2007 10:32 pm
667
Hi Ben, Stefan and group, Happy New Year. Revisiting my compile on Slackware 12.0 problem, I see that I have libmini 8.5.6: README.html:Version 8.5.6 as of...
Hi there, both VTP and libMini can be built from the svn heads at (libmini | vtp).googlecode.com. Actual tested and working revision is 324 for libMini and...
Hello all, I am building vtp using svn gdal, Proj 4.5, svn OpenSceneGraph, wxWidget 2.8, and svn libmini. Below is the error message I'm getting...can anyone...
... The conflict is apparently with OSG, which has changed their API in SVN. The VTP code is currently on OSG 2.0. OSG 2.2 is probably compatible. Beyond...
I just upgraded my Linux machine to Ubuntu 7.10 (gutsy gibbon). To my happy surprise, i found that their standard repository now has a very recent version of...
I'm now trying to compile vtp with OpenSceneGraph 2.2. I get the same error as before, so I changed the 3rd arg of writeNode to NULL. All goes well until I...
... I'd guess not. 2.2 should be fine, the above is not an API issue. The linker has some problem with osgParticle, so the most likely fix is to add...
I believe VTBuilder and Enviro was built, but with an update from svn and your suggestion to add -losgParticle, I am getting this error with both VTBuilder,...
Bob, Ah, you're building VTP from SVN, welcome to the fast-moving development. :) The reference to triangulate was just checked in to SVN, in the vtdata...
Hi Ben and group, 1/ Am pleased to report that VTP revision 6618 builds OK on Slackware 12.0. i.e. glutSimple wxSimple VTBuilder Enviro CManager Supported by...
Hi Ben and group, 1/ I have now tested keyboard navigation in Enviro/VTP Rev 6618 with various releases of wxGTK. wxGTK-2.8.3 OK wxGTK-2.8.4 OK wxGTK-2.8.5...
Peter, I have tested the wx versions available to me: wxMSW-2.8.3 wxMSW-2.8.7 wxGTK-2.8.4 Keyboard navigation works with all these. So, it must be something...
Ben and group, Wonder if another Linux user can duplicate the problem? Added VTLOG messages in canvas.cpp, and see vtGLCanvas::OnKeyUp/OnKeyDown/OnChar aren't...
Hi Ben and group, In latest release vtp-src-080114.zip TerrainSDK/vtdata/triangle/triangle.c & triangle.h are missing. I used the ones from svn, Revision 6618....
... Thanks for the catch. I hadn't updated the script which builds the source zip to include Triangle. I've done that now and re-uploaded vtp-src-080114.zip ...
Hi Ben and group, Using <released 080114> on Slackware 12.0 Linux. Graphics: Nvidia Geforce 7600 GS. Driver Nvidia 169.07 Making progress using VTP - thanks...