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 243 - 272 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
266
Here's a diff for the changes I made to compile using gcc 3.3.1 ... VTP/TerrainSDK/vtui/BuildingDlg.cpp 679c679,680 < m_pEdge->m_pMaterial = ...
mattsanchezccc
Offline Send Email
Dec 19, 2003
2:59 am
267
... This one's quite puzzling; wildstr is a wxString2 so by C++ rules it should be accepted by anything that wants its parent class wxString... and casting it...
Ben Discoe
bdiscoe
Offline Send Email
Dec 19, 2003
3:39 am
268
The actual error is "conversion from wsString2 to const char * is ambiguous". As wxString2 is derived from wxString, we have ... 1. wxString2::operator const...
mattsanchezccc
Offline Send Email
Dec 21, 2003
4:29 pm
269
Dear friends Happy New year We are one of the fastest growing recruiting firm located in bangalore . Presently some of our prestigious clients are looking...
cool jobs
my_jobss
Offline Send Email
Jan 13, 2004
1:34 pm
270
Dear friends we are having openings for one of the leading MNC in INDIA the openings are in Bombay and Pune interview location-Bangalore JOB DESCRIPTION 1...
cool jobs
my_jobss
Offline Send Email
Jan 19, 2004
7:58 am
271
I've been thinking the solution to these kinds of conversion issues, which can get bogged down in compiler semantics. They stem from C++'s complex rules about...
Ben Discoe
bdiscoe
Offline Send Email
Jan 28, 2004
4:50 am
272
Folks, This is the first time we've seen a spam-ish off-topic post on vtp-unix, and i hope it doesn't become a pattern. If it does, i'll be forced to make ...
Ben Discoe
bdiscoe
Offline Send Email
Jan 28, 2004
4:57 am
Messages 243 - 272 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