I have just merged my external-terrain-work-in-progress branch back into the SVN trunk. The changes include. 1. Use of osgViewer now unconditional. 2. Support...
885
Roger James
rogerjames99
Feb 5, 2011 5:35 pm
I have set the svn:eol-style property to native on all the .c, .cpp, .h, .sh, .txt, and Makefile files in the repository. These means that when you check out...
886
Ben Discoe
bdiscoe
Mar 5, 2011 9:24 pm
... Seems reasonable; i thought that was SVN's default already. I wasn’t seeing any trouble with CRs appearing when i checked out on Linux, but i guess it ...
I solve the problem by adding -lnetcdf, -lXmu and -lglut. because I think it's lack of library. But I still don't know real reason....
889
Ben Discoe
bdiscoe
Mar 12, 2011 3:53 am
Xingrong, I believe those methods (nc_strerror, nc_get_var_double etc.) are in the NetCDF library. You could either confirm that the NetCDF library is present...
890
xingrongfan@...
Mar 12, 2011 12:38 pm
Ben, Thank you for your reply! I solved the problem befor receiving your Email. As you said, we just add -netcdf and then it's ok. Best wishes! -- Xingrong Fan...
891
Pascal
magellani
Mar 20, 2011 4:59 pm
Hi, the building process of the latest (Feb.2011) trunk of VTP worked without problems on my linux openSUSE 11.4 (64 bit) on an acer notebook with ati radeon...
892
Ben Discoe
bdiscoe
Mar 21, 2011 4:24 pm
Hi Pascal, ... That's good to hear. ... Wow, 4.1 - that's a fresh driver! ... functions. Do you get the same crashes with the OSG sample applications? I am...
893
xingrongfan@...
xingrongfan...
Mar 22, 2011 3:29 pm
... The building materials file (Culture/materials.xml) was not found on your Data Path. Without this file, materials will not be handled correctly. Please...
894
Ionut Ovejanu
ionut_ovejanu
Mar 28, 2011 1:19 pm
hello, VTBuilder was compiled ok. When i try to compile Enviro, on Ubuntu 10.04: Â In function `GraphicsWindowWX::CloseOsgContext()': ...
895
geep999
May 2, 2011 1:23 pm
Hi Group, Just built VTP <release 110123> on Slackware 13.37 x86_64, gcc (GCC) 4.5.2, KDE 4.5.5, wxPython-2.8.12.0 I used "make" as per the instructions ...
896
geep999
May 2, 2011 3:51 pm
I am struggling to understand how to build the svn version on Linux - Slackware 13.37 x86_64. Do I now have to install additional software osgViewer,...
897
geep999
May 6, 2011 8:55 am
Hi Group, Reverted to known working older release and built it on Slackware 13.37. A few minor patches needed due to newer version of libpng. Anyway - Enviro...
898
geep999
May 6, 2011 3:24 pm
... Enviro OK with wxGTK2.8.4 - keyboard navigation is working. Cheers, Peter...
899
geep999
May 6, 2011 3:44 pm
... Rebuilt VTP <release 110123> against a local copy of wxGTK-2.8.4 Keyboard navigation is now working with Enviro. Used the old Makefiles and make, rather...
900
Roger James
rogerjames99
May 6, 2011 5:41 pm
... Hi Peter, Out of the country travelling for a few days so sorry about the late reply. wxGTK keyboard. Yes that will not work without the fix I put in ...
901
Roger James
rogerjames99
May 7, 2011 12:55 pm
... Peter, Cmake is a build/makefile generator. It prcoesses a hierarchy of CMakeLists.txt files contained in a file system hierarchy. You usually point it at...
902
geep999
May 9, 2011 10:55 am
Roger - thanks for the guidance. Am slowly trying to get to grips with ccmake - will pursue. Have just got the IDE installed. Probably the source code changes...
903
Ben Discoe
bdiscoe
Jun 18, 2011 4:21 am
... 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,...