Search the web
Sign In
New User? Sign Up
vtp-unix
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 123 - 152 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
123
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...
bonnlanb
Offline Send Email
Apr 1, 2003
4:30 pm
124
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...
bonnlanb
Offline Send Email
Apr 2, 2003
5:29 pm
125
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 ...
rzanolli11
Offline Send Email
Apr 8, 2003
4:52 pm
126
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 ->...
VTP
bdiscoe
Offline Send Email
Apr 8, 2003
7:27 pm
127
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...
rzanolli11
Offline Send Email
Apr 8, 2003
7:47 pm
128
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 ...
VTP
bdiscoe
Offline Send Email
Apr 15, 2003
5:20 am
129
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@...
Send Email
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@...
Send Email
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...
VTP
bdiscoe
Offline Send Email
Apr 16, 2003
7:49 pm
132
... 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@...
Send Email
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 ...
Ben Discoe
bdiscoe
Offline Send Email
Apr 19, 2003
2:35 am
134
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...
Ben Discoe
bdiscoe
Offline Send Email
Apr 19, 2003
2:40 am
135
... 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@...
Send Email
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@...
Send Email
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...
Ben Discoe
bdiscoe
Offline Send Email
Apr 19, 2003
7:58 am
138
... 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@...
Send Email
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 ...
Norman Vine
nhv
Offline Send Email
Apr 19, 2003
12:32 pm
140
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...
rzanolli11
Offline Send Email
Apr 28, 2003
12:04 pm
141
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 Discoe
bdiscoe
Offline Send Email
Apr 28, 2003
7:33 pm
142
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:...
rzanolli11
Offline Send Email
Apr 28, 2003
8:33 pm
143
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 Discoe
bdiscoe
Offline Send Email
Apr 29, 2003
3:35 am
144
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...
rzanolli11
Offline Send Email
Apr 29, 2003
11:34 am
145
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...
rzanolli11
Offline Send Email
May 1, 2003
12:50 pm
146
... I just used -fpermissive. Thomas...
Thomas
Thomas@...
Send Email
May 1, 2003
10:40 pm
147
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...
rzanolli11
Offline Send Email
May 2, 2003
12:31 pm
148
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 ...
rzanolli11
Offline Send Email
May 2, 2003
12:39 pm
149
... 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@...
Send Email
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@...
Send Email
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...
Ben Discoe
bdiscoe
Offline Send Email
May 4, 2003
2:07 am
152
... 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. ...
Thomas
Thomas@...
Send Email
May 4, 2003
2:30 am
Messages 123 - 152 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help