... I think CMake is in good shape now, because i just did a clean-all, re-config from CMake, and the whole thing built flawlessly on Windows/vc9 with both...
904
Roger James
rogerjames99
Jun 18, 2011 3:13 pm
... I will update our FindGDAL.cmake module so that it has a GDAL_FIND_DEBUG option like our other find modules. ... I will look at putting all the...
905
Ben Discoe
bdiscoe
Jun 18, 2011 11:52 pm
... That sounds good. I guess then for Unix i can just turn GDAL_FIND_DEBUG off. ... I went ahead and did that, as you may have seen by my commit.. I also...
906
Roger James
rogerjames99
Jun 19, 2011 2:04 am
I get the names confused. The new stuff I am running comes from the wxFormBuilder project. I found a wxFormDesigner project but it appeared to be defunct. Are...
907
Ben Discoe
bdiscoe
Jun 19, 2011 7:18 pm
... Oh dear - you're right, i've got the names confused too. We are definitely using wxFormBuilder, which i'm afraid i've been calling "wxFormDesigner" in a...
908
Roger James
rogerjames99
Jun 20, 2011 12:02 pm
... The sooner the better for me. Anyone got any objections? ... Your quite right. Getting CMake to build the vtp XCode project files is the easy bit. The hard...
909
Roger James
rogerjames99
Jun 20, 2011 1:38 pm
... Well, it builds now. It just needed the wxWidgets advanced library adding to the link list. But Enviro hangs pretty much straight away. I am not going to...
910
Ben Discoe
bdiscoe
Jul 4, 2011 7:54 am
I have checked in a fix for the issue below. Now, Enviro will only use the Joystick and/or SpaceNavigator if you check the option in the Global Options ...
911
Kirsten
griffiki
Jul 11, 2011 8:00 pm
I've been trying to use Eclipse CDT to build and debug VTP in RHEL but I've been finding it difficult to set up. Is there an IDE that people have been using...
912
sandor_spruit
Jul 12, 2011 7:13 pm
Hi all, I am trying to compile the VTP code under Apple's Snow Leopard, using fink based packages, OSG 3.0.0, wxWidgets 2.9.2, libmini from SVN. I had to do...
913
Ben Discoe
bdiscoe
Jul 13, 2011 4:00 am
Sandor, If SUPPORT_WSTRING still has problems on Mac, my first advice is to build it with SUPPORT_WSTRING off. You could do that on the compiler command-line,...
914
Ben Discoe
bdiscoe
Jul 13, 2011 4:04 am
On Ubuntu, i've been using the Code::Blocks IDE (which is one of the supported outputs from CMake). It's a little awkward (it make all the VTP projects...
915
Sandor Spruit
sandor_spruit
Jul 18, 2011 9:39 am
... With SUPPORT_WSTRING set to 0 in config_vtdata.h, there's just a few errors of this type left: call of overloaded ‘DisplayAndLog(const wxString&)’ is...
916
Ben Discoe
bdiscoe
Jul 19, 2011 3:00 am
... Good! ... Well, that is suprising. The have clearly different types (char and wchar_t), and C++ is supposed to be able to disambiguate between them based ...
917
Sandor Spruit
sandor_spruit
Jul 19, 2011 9:29 am
... I have surrounded them with an #if SUPPORT_WSTRING and that helps a lot. ... Are you referring to the merge of Unicode and ANSI builds as per these list of...
918
Hector Oseguera
hector.oseguera
Jul 20, 2011 3:22 pm
Hi There, I'm trying to compile VTP un ubuntu 11.04. The thing is that I've installed all libraries needed but when I "cmake" de VTP library it says.... Could...
919
Roger James
rogerjames99
Jul 20, 2011 3:55 pm
... Hector, Try running a version of CMake that gives you a user interface I think ccmake (curses) and cmake-gui (graphical) are available on Ubuntu. Then make...
920
Stefan Röttger
stefan.roettger
Jul 20, 2011 5:28 pm
... I am willing to work on that ;-) On the other hand there are other libs around that also have the standard include scheme <folder/header>. For mini it is ...
921
Roger James
rogerjames99
Jul 20, 2011 7:04 pm
... Hi Stefan, I guess I picked up on it because I am usually building on windows in my development environment with source builds of most of the libraries, so...
922
geep999
Jul 20, 2011 11:37 pm
I've just been building the latest VTP from SVN. It's been a struggle but I've finally I've succeeded on Slackware 13.37 x86_64. I still have some runtime...
923
Ben Discoe
bdiscoe
Jul 21, 2011 5:42 am
Hi Peter, ... Machine. Usually, VM problems relate to not having a real direct OpenGL. For non-OpenGL stuff (like VTBuilder), a VM should be fine. But i...
924
Paul Allen
paul.l.allen@...
Jul 21, 2011 7:14 am
... I just did it on Fedora 14 64-bit to see if I could. No particular problems that a medium hammer wouldn't fix. I got a UI that runs, but I didn't build...
925
geep999
Jul 21, 2011 8:08 am
... Just using the VM as a sandbox for getting the building straight - and a quick functionality check - before installing on real PC. ... If it fails during...
926
geep999
Jul 21, 2011 3:39 pm
... I assume that you're running multilibs. I've avoided multilibs (so far) as it isn't part of the standard Slackware distribution. Cheers, Peter...
927
Paul Allen
paul.l.allen@...
Jul 21, 2011 6:26 pm
... Hmmm... Had to Google "multilibs". No, I'm not running multilibs. 64 bit Fedora keeps 64 bit and 32 bit libraries in separate trees. When you install...
928
Paul Allen
paul.l.allen@...
Jul 21, 2011 8:10 pm
... I wasn't going to respond to this, but it turns out I did keep notes from my build. There's some iteration with cmake until you get it happy with all the ...
929
Hector Oseguera
hector.oseguera
Jul 21, 2011 9:38 pm
Hi Stefan, Sorry that it took me so long to answer you. My mini folder, the one I got from the svn is in /home/hector/deps/mini, when i supposedly install the...
930
Paul Allen
paul.l.allen@...
Jul 21, 2011 11:12 pm
... Standard practice is that headers (*.h files) install in /usr/local/include and libraries (libMini.a) install in /usr/local/lib (or possibly someplace else...
931
Hector Oseguera
hector.oseguera
Jul 21, 2011 11:29 pm
My libMini.a is un /usr/local/lib/ so I must put this path in the .bashrc...? or in the cmake file? ________________________________ De: Paul Allen...
932
Paul Allen
paul.l.allen@...
Jul 22, 2011 12:06 am
... In the CMakeCache.txt file in your vtp source directory, you'll see a bit like this: //Path to Mini library MINI_LIBRARY:FILEPATH=MINI_LIBRARY-NOTFOUND ...