Thanks for your help, Ben. It compiles now. I'm curious to understand more about using SDL, so I'm in the process of building the sdl_simple example. By the...
Here is a summary of the changes I had to make to the source to get things working under RedHat linux. I don't claim that these are the "correct" changes, but...
Hi Ben and List, Is there any known bug for lighting using OpenSceneGraph? I'm saying that because when I run wxEnviro my 3d objects and the roads go black ...
I have seen this bug also, intermittently. I have no idea what might be causing it. It appears that the direction of the lighting flips (e.g. 0,0,1 ->...
Hi Ben, I'm using the latest VTP and OpenSceneGraph 0.9.3 and I still have this problem. I believed I fixed it. You have to disable the default osg light...
Thomas, I have CC'd the vtp-unix list which is the right place for this question. From the look of your compiler messages, it appears that you have an old ...
All libraries compiled (no problem except that Mini seems to need -permissive on my system - RedHat 8.0) No problems with TerrainSDK. I get as far as...
Thomas
Thomas@...
Apr 16, 2003 2:44 am
130
... What an idiot! Got it figured out about 10 seconds after sending the email (after several hours banging my head on the wall) Just added: use namespace std;...
Thomas
Thomas@...
Apr 16, 2003 3:14 am
131
Thomas, you needed to add 'use namespace std;' somewhere in the code to get it to compile for you? Let me know where you added it so i can check the change...
... In TerrainApps/Enviro/wx/SceneGraphDlg.cpp I put it right after line 21: #include <typeinfo> using namespace std; Don't rejoice just yet! It compiled ok,...
Thomas
Thomas@...
Apr 17, 2003 1:44 am
133
Thomas, FWIW, VTBuilder is running cleanly for me. If both Enviro and VTBuilder crash immediately on startup for you, it sounds like the problem is deeper ...
I am trying to compile libMini (MINI-4.7.zip) on my spanking-new RedHat9 machine, and getting the following problem: [ben@tuktuk mini]$ ./build.sh c++ -O3...
... VTBuilder is fine - or would be if I had more RAM - ssslllooowww ;^( here is the debug.txt from Enviro Enviro LoadTerrainDescriptions...Done. Opening the...
Thomas
Thomas@...
Apr 19, 2003 5:21 am
136
... I had this one too. Adding -fpermissive to the C++ compile options seems to fix it. Thomas...
Thomas
Thomas@...
Apr 19, 2003 5:28 am
137
Thanks Thomas, That worked. I've added a note about "-fpermissive" to the online build instructions. Now i can compile and run Enviro, but it exits...
... You probably need to re-compile OSG after compiling Mini anyway - don't ask me why but gcc-3.2.x seems to be very fussy about things like that. Thomas...
Thomas
Thomas@...
Apr 19, 2003 8:18 am
139
Ben Discoe ... I placed a modified version of libMini-4.7 that compiles for me with Cygwin gcc-3.2.2 without needing the -fpermissive flag at ...
Ben, I'm sorry I could not get back to you before, but I did not have time to work in the VTP since my last post. We have another project that we use...
Hi Roni, Thanks for the update on the lighting problem. I look forward to putting out a new release when we solve it. ... It should not be. It should be...
Ben, Thanks for the answers. I'll take a look why the light source is not been applied to the scene. Just to let you know, the lightning is updated at:...
Roni, In case you're on the OSG mailing list, you may have seen a series of messages from me there. Thanks to you pointing me in the right place, i tracked...
Ben, I really apreciate your fix Ben. I did the changes and it's working great now. Thanks again, Roni ... matrix ... replaced ... fixed OSG ... 1-line...
Hi Ben and list !!! I've downloaded the release 030429 and installed in Linux. I had one compile issue that I was able to fix: Files vtlib/Building3D.cpp and...
Thomas, Before I tried to fix that problem I read the e-mail's you and Ben exchanged. I thought -fpermissive was only for the libMini and I did not had that...
Ben, Thomas, Norman and list, Have you be able to run the new release of Enviro in Linux? If select Kealakekua bay scenario it crashes, but if I deselect the ...
... I get that as well but I also have to remove saguaro from the PlantModels directory before Enviro will work at all. I'm still using data from the March CD...
Thomas
Thomas@...
May 3, 2003 1:51 am
150
... No, you didn't miss anything. At that point I had only used it for libMini. It was only later that I started using it in any situation where gcc3.2 changes...
Thomas
Thomas@...
May 3, 2003 1:59 am
151
I've fixed all the gcc issues with the new Felkel code, and checked the fixes into CVS. Everything builds cleanly. However.. I am still getting having a...
... I had a lot of relocation errors when I changed from SuSE 7.3 to RedHat 8.0 - can't get SuSE here ;^( Only solved by re-compiling a whole load of stuff. ...