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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 236 - 265 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
236
Hello all, Sorry to bother you with this email. The problem is most likely something simple that I missed but I cannot figure out what from the error message...
James P Dugan
jamesdugan@...
Send Email
Nov 5, 2003
5:11 am
237
Hi James, I haven't experienced this problem, but it does appear to be a misconfig of OSG, given the errors about double* conversion; if properly configed,...
Mike Weiblen
mew_cx
Offline Send Email
Nov 5, 2003
10:01 pm
238
On Wed, 05 Nov 2003 09:57:32 -0700 ... Mike, All I did was comment out the #define OSG_USE_DOUBLE_MATRIX 1 line in the include/osg/Matrix file. I think that...
James P Dugan
dugan_add2003
Offline Send Email
Nov 6, 2003
4:40 am
239
Hi Ben, I'm giving a go at compiling the new 031112 release, got this error: make[2]: Entering directory ...
Mike Weiblen
mew_cx
Offline Send Email
Nov 13, 2003
3:29 am
240
... No, they are due to me being sleep-deprived last night and releasing at 4:30 AM without going all the way through the build process on my RedHat machine ...
Ben Discoe
bdiscoe
Offline Send Email
Nov 13, 2003
3:54 am
241
Sooner than i thought. Fixed enough to get it compiling and running on my Linux box. Fresh source zip is in the same place: ...
Ben Discoe
bdiscoe
Offline Send Email
Nov 13, 2003
4:31 am
242
... That's what I though, thanks for confirming. On the particular debian linux config I'm using, moving to prebuilt wxwin2.4.2 causes a cascade of ...
Mike Weiblen
mew_cx
Offline Send Email
Nov 13, 2003
5:06 pm
243
Hello, I'm a new user trying to get build 031112 built on a Sunblade 150 using the gcc compiler but when I do a make in TerrainSDK I get complaints: "grep:...
Trevor Skaling
trevor_skaling
Offline Send Email
Dec 3, 2003
10:35 pm
244
Trevor, That's strange, i don't think that makefiles try to use the .dsp at all. Do you get this message using 'make' or 'configure'? Don't use 'configure',...
Ben Discoe
bdiscoe
Offline Send Email
Dec 3, 2003
11:29 pm
245
I get it using "make", configure works fine! ok, I already used configure....should I just re-extract the files overtop or is there an easier way to back out...
Trevor Skaling
trevor_skaling
Offline Send Email
Dec 3, 2003
11:38 pm
246
Trev, Re-extract the correct makefiles. I will remove 'configure' from the source archives before it bites another person, should have done that long ago. ...
Ben Discoe
bdiscoe
Offline Send Email
Dec 3, 2003
11:46 pm
247
MessageInstructions? you read those things ;) Yeah, I knew I wasn't supposed to run it, I just couldn't get past some compiler errors and I thought that might...
Trevor Skaling
trevor_skaling
Offline Send Email
Dec 3, 2003
11:58 pm
248
The sqrtf function is sqrt that takes and returns a float. It's an ANSI C function. The "*f" math functions are apparently missing from some platforms; note ...
Ben Discoe
bdiscoe
Offline Send Email
Dec 4, 2003
12:07 am
249
When compiling VTP once all the .o files have been compiled in vtdata it tries to create the .so shared library but I get the error: I figure I'm missing a...
trevor_skaling
Offline Send Email
Dec 10, 2003
12:01 am
250
Well, I answered my own question, it requires the -fPIC flag set not only for the shared library but also for the compiling of all the .o files as well!! Just...
Trevor Skaling
trevor_skaling
Offline Send Email
Dec 10, 2003
12:14 am
251
Trev, Good to hear you got the .so to build. As you're the first person to mention building on Solaris, i'm really interested to hear your experiences getting...
Ben Discoe
bdiscoe
Offline Send Email
Dec 10, 2003
12:19 am
252
After many errors and fixes to the errors I have finally got TerrainSDK compiled! Now I'm trying to compile TerrainApps but it barfs trying to link glutSimple...
trevor_skaling
Offline Send Email
Dec 13, 2003
1:13 am
253
Hi all, I'd like to share my vast hours of experience trying to build VTP libraries and apps. I'm running stock RH 9.0 on a Dell Precision 360. All of these...
Michael Logan
logan_number5
Offline Send Email
Dec 13, 2003
1:19 am
254
Doh, I had the same problem, then found out that the configure script is obsolete and should not be ran!! Who reads the instructions anyway!? we're engineers...
Trevor Skaling
trevor_skaling
Offline Send Email
Dec 13, 2003
1:30 am
255
Hi Michael, Perhaps you might find my linux build tools helpful, see http://mew.cx/vtp.html It's a bit dated (Jan 2003), so it might need tweeking, but I've...
Mike Weiblen
mew_cx
Offline Send Email
Dec 13, 2003
4:29 pm
256
Hi Michael, Trevor, I remembered that I had done some work refreshing my VTP build process for the 031112 release, tho I was detoured before I could complete...
Mike Weiblen
mew_cx
Offline Send Email
Dec 13, 2003
4:48 pm
257
Error: make[1]: Entering directory `/usr/src/VTP/TerrainSDK/vtui' g++ -O2 -g -DUNIX -I/usr/local/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__...
mattsanchezccc
Offline Send Email
Dec 13, 2003
7:54 pm
258
Hi Michael, ... These definite issue from trying to use that 'configure' script donated by someone long ago. I thought i had removed 'configure' from the...
Ben Discoe
bdiscoe
Offline Send Email
Dec 16, 2003
12:04 am
259
Thanks Matt, I have now checked in a fix for that, to make gcc happy. -Ben ... m_pLevel->SetEdgeMaterial(*GetGlobalMaterials()->FindName(m_strMaterial)); ... ...
Ben Discoe
bdiscoe
Offline Send Email
Dec 16, 2003
12:11 am
260
private: logan5@... Many thanks to everyone who replied to a very tired software guy during a Friday night tirade.. 8-) Using a fresh install,...
Michael Logan
logan_number5
Offline Send Email
Dec 16, 2003
12:50 am
261
I've checked in a version of 'ElevationGridIO.cpp' without any gotos. We can chastise RJ who is the old-school coder who wrote it :) -Ben...
Ben Discoe
bdiscoe
Offline Send Email
Dec 16, 2003
1:19 am
262
Anyone? ... From: trevor_skaling [mailto:tskaling@...] Sent: December 12, 2003 5:13 PM To: vtp-unix@yahoogroups.com Subject: [vtp-unix] Wrong gdal version? ...
Trevor Skaling
trevor_skaling
Offline Send Email
Dec 17, 2003
4:44 pm
263
Trevor, Not sure if this will help, but attached is my makefile for building gdal on debian linux. It captures the flags I use when configuring and building...
Mike Weiblen
mew_cx
Offline Send Email
Dec 18, 2003
4:30 pm
264
I discovered this problem occurs in several source files, both in the TerrainSDK and the TerrainApps trees. I'll generate diffs and post them tonight (or...
mattsanchezccc
Offline Send Email
Dec 18, 2003
6:34 pm
265
I discovered problems, not in building gdal, but later on, due to xerces. I wound up specifying --without-xerces when running configure. Matt ... gdal on ... ...
mattsanchezccc
Offline Send Email
Dec 19, 2003
2:32 am
Messages 236 - 265 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