Ben, Commenting into wxosg/Canvas.cpp and GraphicsWindowWX.cpp, I obtained the libraries on MacOSX. Now, VTBuilder compiling reports: [ 60%] Building CXX...
1042
Bob MaX
exporttocanoma
Jan 20, 2013 2:49 pm
Ben, Other step on MacOSX ( and other errors ): [ 78%] Building CXX object TerrainApps/VTBuilder/CMakeFiles/VTBuilder.dir/VegDlg.cpp.o Linking CXX executable...
1043
Bob MaX
exporttocanoma
Jan 20, 2013 4:06 pm
Ben, On MacOSX Lion, i inserted "i386" as CMAKE_OSX_ARCHITECTURES I had this: Linking CXX executable VTBuilder.app/Contents/MacOS/VTBuilder ld: warning:...
1044
Ben Discoe
bdiscoe
Jan 20, 2013 9:35 pm
... Fortunately, It is easy to fix most of these. ... Instead of: void TLink::CopyAttributesFrom(TLink *rhs); just: void CopyAttributesFrom(TLink *rhs); ... ...
1045
Bob MaX
exporttocanoma
Jan 21, 2013 7:13 pm
Hi Ben, Dowloaded last src ( r7827 ). Recompiled on MacOSX Lion. I had these errors: Scanning dependencies of target vtlib [ 25%] Building CXX object ...
1046
Ben Discoe
bdiscoe
Jan 24, 2013 9:05 pm
I fixed that by renaming the method to not confuse gcc. Please update and try again. -Ben...
1047
Bob MaX
exporttocanoma
Jan 25, 2013 8:53 pm
Hi Ben, vtp/TerrainSDK/vtlib/core/NavEngines.cpp:538:17: error: call to 'pow' is ambiguous double damp = powf(0.5, elapsed * m_fDamping); ... Ciao Roberto...
1048
Ben Discoe
bdiscoe
Jan 29, 2013 2:58 am
Hi Stefan, I am revisting libMini today, because of build trouble on Ubuntu 2012.04. The VTP in its 'deps/mini39; folder was using mini rev 3526, which is from ...
1049
Ben Discoe
bdiscoe
Feb 4, 2013 8:09 pm
Thanks Stefan! The latest mini is building well for me on both Windows and Linux now. About versioning, perhaps you could tag it as a version number, like...
1050
Ben Discoe
bdiscoe
Feb 7, 2013 7:42 am
Roberto, I like the idea of the SeimicGlobe. The QTViewer globe sounds like a good place to start, did some work occur in that direction? Also, where is ...
1051
Bob MaX
exporttocanoma
Feb 10, 2013 11:10 am
Hi Ben and Ragi, first of all, many many many thanks for your essential support. Now I have VTBuilder and Enviro running on my Mac Mini with MacOSX Lion !...
1052
exporttocanoma
Feb 11, 2013 8:40 am
Hello all, I noticed that my recompiled version of VTP on my MacOSX Lion has these features missing: 1) VTBuilder and Enviro have no program icons, but a...
1053
Ben Discoe
bdiscoe
Feb 11, 2013 9:21 pm
... That is the "holy grail" of porting, it is apparently very difficult. To make a Mac package/bundle in which all of the dependency libraries and their data...
1054
Bob MaX
exporttocanoma
Feb 14, 2013 6:05 am
Hello Ben and others, I notice that in CMake-gui I ever find the OSG relate variables not correctly set. In fact, the main variable, is fixed set to a...
1055
Bob MaX
exporttocanoma
Feb 14, 2013 6:08 am
... by the way, my OSG directory is: /usr/local/openscenegraph ... Ciao Roberto 2013/2/14 Bob MaX <exporttocanoma@...>...
1056
Bob MaX
exporttocanoma
Feb 14, 2013 7:31 am
Hello Ben and Ragi, VTP MacOSX Lion. After recompiling, Enviro, now, crashes ever with all my projects, and also crashes choosing "Earth view" on the start...
1057
Ben Discoe
bdiscoe
Feb 14, 2013 9:45 am
... correctly ... As far as I know, that variable isn't actually used. So, I believe you can ignore it. It is just an artifact of the CMake scripts. -Ben...
1058
Ben Discoe
bdiscoe
Feb 14, 2013 9:48 am
... also ... Yes, it sounds like we will need to do some debugging on Mac. I recall that the crash was in wxAUI (not in VTP code) so we would have to figure...
1059
Stefan Roettger
snroettg
Feb 14, 2013 10:04 am
... Not in vtp itself, but in the cmake module FindOSG.cmake. Altough it was always set to a windows path on all platforms this did not affect finding the osg...
1060
Bob MaX
exporttocanoma
Feb 14, 2013 12:03 pm
Hi Ben, Stefan and others, I compiled again VTP on my MacOSX Lion 64 bit. Also, before I uninstalled my Gdal, Libmini, OpenSceneGraph and wxWidgets, and I...
1061
Ben Discoe
bdiscoe
Feb 15, 2013 7:08 am
Roberto, This is the relevant portion of your crash: Dyld Error Message: Symbol not found: __ZN3osg5Image10readPixelsEiiiijj Expected in:...
1062
Bob MaX
exporttocanoma
Feb 15, 2013 9:15 am
Hi Ben, ... I was thinking, you can compile with older versions (maybe more stable) of OpenSceneGraph and wxWidgets? This is because I understand that there...
1063
Bob MaX
exporttocanoma
Feb 15, 2013 9:48 am
Hi Ben and others, I am trying to recompile VTP on MacOSX Lion, using XCode, because probably (I hope) it has some tools for discover and debug better the...
1064
Roger James
rogerjames99
Feb 21, 2013 2:46 pm
Hi Ben, Stefan, Bob, etc. Just to let everyone know I am still in the land of living! I tried a new build of VTP on Ubuntu and hit a few problems. I had to add...
1065
Roger James
rogerjames99
Feb 21, 2013 5:54 pm
... I just checked in a fix for these things. I notice from earlier messages that there have been some problems with our local versions of Cmake FindPackage...
1066
Roger James
rogerjames99
Feb 22, 2013 5:19 pm
... I did not check in a fix for this. My ubuntu is still at wxWidgets 2.8.12. As far as I can see wxApp::OnAssertFailure is still conditional on __WXDEBUG___...
1067
Ben Discoe
bdiscoe
Feb 27, 2013 6:01 am
Hi Roger, Good to hear you're still with us! And able to poke the Linux build too, that's great. I'm a little surprised you had to change anything, since I...
1068
Roger James
rogerjames99
Feb 27, 2013 12:20 pm
... Hi Ben, While I am at it can I put a VTP_ prefix on the various conditional cmake option directives I have out in the code so that they all appear together...
1069
Ben Discoe
bdiscoe
Feb 27, 2013 9:39 pm
... in the ... That sounds great. ... I haven't tested it out much; if those files were touched, i was probably just keeping the code up to date with API...