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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 513 - 543 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
513
I'm open to advice on what to do about the spam that occasionally finds its way into this list. It's been minor, no more than a few each week, but seems to be...
Ben Discoe
bdiscoe
Offline Send Email
Jul 16, 2005
7:01 pm
515
i386 is building now, and if all goes well it should be pushed up by my cron scripts later tonight... It's been awhile (Fedora Core 3) since I've built rpms...
Rick L Vinyard Jr
rvinyard@...
Send Email
Aug 31, 2005
2:58 am
516
Thanks, Rick, i've now checked in those changes. By the way, i have /finally/ located a place that sells small computers with Linux pre-installed and working...
Ben Discoe
bdiscoe
Offline Send Email
Sep 1, 2005
12:38 am
517
... Cool. Those look pretty nice. Anything AMD 64-bit is pretty awesome. ... Most likely not. Ubuntu is very nice, but I've never gotten the hang of packaging...
Rick L Vinyard Jr
rvinyard@...
Send Email
Sep 7, 2005
2:34 am
518
... Oh. :( Can Debian install software from a RPM at all? I Googled a bit and it seems there is some kind of conversion possible from an .rpm to a .deb, but...
Ben Discoe
bdiscoe
Offline Send Email
Sep 7, 2005
3:26 am
519
... Yes. There is an app called 'alien' that will create a .deb from a .rpm. ... The problem with alien is library dependencies. Often, the different ...
Rick L Vinyard Jr
rvinyard@...
Send Email
Sep 7, 2005
4:16 am
520
Near the top of ChunkUtil.h ... #include <stdlib.h> #include <assert.h> #include <xutility> #include <new> // for placement new Line 7 reference to <xutility>...
Branko
bkby475@...
Send Email
Sep 11, 2005
1:00 pm
521
Line 23... void CPL_STDCALL cpl_error_handler(CPLErr eErrClass, int err_no, const char *msg) caused g++ to complain. I eventually determined that the problem...
Branko
bkby475@...
Send Email
Sep 11, 2005
1:00 pm
522
Several screens of errors are produced when compiling the above file, starting thus: QUOTE make[1]: Entering directory `/home/source/VTP/TerrainSDK/vtui' g++...
Branko
bkby475@...
Send Email
Sep 11, 2005
1:01 pm
523
I experienced the same problem with you. I'm not sure, but I compiled vtui-library with two different ways as following : 1) way using wxGTK-2.6.1 Compile it...
miniy78
Offline Send Email
Sep 11, 2005
2:12 pm
524
I compiled TerrainSDK sucessfully. But, I has problems in compiling TerrainApps. Compiling VTBuilder, I got error messages as following : . . . g++ -O2 -g...
miniy78
Offline Send Email
Sep 11, 2005
2:20 pm
525
Hi Branko, ... Yes, Rick reported this last week, fix is checked in, it's safe to omit the include. ... That's surprising; it's a standard part of GDAL (in...
Ben Discoe
bdiscoe
Offline Send Email
Sep 12, 2005
6:13 am
526
... Can other folks (Rick, Pete, others?) comment on whether this change applies across platforms? If so, i'll change the makefiles to use 'wx-config-2.6'. ...
Ben Discoe
bdiscoe
Offline Send Email
Sep 12, 2005
6:18 am
527
... Gcc is being very picky. wxCharBuffer should automatically cast to (const char *), and vtString has a constructor for (const char *). So, the compiler...
Ben Discoe
bdiscoe
Offline Send Email
Sep 12, 2005
7:04 am
528
Hi Ben, thanks for on-going support. ... Thanks ... grep -r cannot find CPL_STDCALL anywhere in the tar nor installed on my system. I'm using...
Branko
bkby475@...
Send Email
Sep 12, 2005
12:00 pm
529
Hi Branco, ... Ah. It appears that CPL_STDCALL was introduced with GDAL 1.3.0. To support 1.2.6, just put in the define i mentioned: #define CPL_STDCALL ... ...
Ben Discoe
bdiscoe
Offline Send Email
Sep 12, 2005
6:15 pm
530
... All I can say is that it might. To build libvtui all I did was: 1) Build wxGTK from the freshrpms testing tree 1a) Download ...
Rick L Vinyard Jr
rvinyard@...
Send Email
Sep 13, 2005
1:39 am
531
... An edit to the VTP downloads page would prevent next customer falling into the same trap. ... I've just grabbed the file from CVS. But wait there's more,...
Branko
bkby475@...
Send Email
Sep 13, 2005
12:01 pm
532
Branko, Thanks for the diff, i have checked that in. BTW, my new Linux machine just arrived last night, setting it up this morning, so hopefully i'll be able...
Ben Discoe
bdiscoe
Offline Send Email
Sep 13, 2005
6:33 pm
533
Hi, its me again. Its down to VTP/TerrainApps and I'm getting errors associated with include and link paths. For instance: * in places, the Makefile says just...
Branko
bkby475@...
Send Email
Sep 14, 2005
1:16 pm
534
Hi Branko, Some of them have been reported and fixed; some of them i found and fixed myself yesterday while building VTP on Debian myself. ... Actually,...
Ben Discoe
bdiscoe
Offline Send Email
Sep 15, 2005
1:21 am
535
Ben, ... I just attempted to download from CVS by using the web page link labeled as "download tarball". It returned this error: Error Error: Export failure...
Branko
bkby475@...
Send Email
Sep 17, 2005
8:16 pm
536
Branko, ... Could you tell me what page and link you mean? There isn't anything on the VTP website that says "download tarball". I presume you're trying to...
Ben Discoe
bdiscoe
Offline Send Email
Sep 18, 2005
3:13 am
537
Ben, Compiling the above file results in this: QUOTE make[1]: Entering directory `/home/source/VTP/TerrainApps/Enviro' g++ -O -g -DUNIX -DUNIX -DVTLIB_OSG=1...
Branko
bkby475@...
Send Email
Sep 18, 2005
12:50 pm
538
Ben, Although I haven't finished building all the executables in TerrainApps, some of the simple ones are ready to run but they are not finding their data ...
Branko
bkby475@...
Send Email
Sep 18, 2005
12:50 pm
539
... Ben, I used the web interface assuming (perhaps wrongly) that it was the only way to get through authentication. Attempting to retrace my steps.... The...
Branko
bkby475@...
Send Email
Sep 18, 2005
12:51 pm
540
Hi Branko, ... I see what is occurring here. wxWidgets is looking for "wx/frame.h", and it's finding the file of that name in the VTP headers, instead of the...
Ben Discoe
bdiscoe
Offline Send Email
Sep 20, 2005
7:47 am
541
Branko, ... That's great! ... That's OK; it's just warning. It should go away as soon as you run Enviro successfully for the first time, but it only affect...
Ben Discoe
bdiscoe
Offline Send Email
Sep 20, 2005
8:25 am
542
Branko, ... The web interface is only for browsing what's in the repository. When one refers to getting files "with CVS", it means running the cvs utility to...
Ben Discoe
bdiscoe
Offline Send Email
Sep 20, 2005
8:25 am
543
For those interested in VTP on OS X, I've finally managed to get settled and update the VTP on OS X pages. For the most part, the CVS code compiles straight...
Pete Willemsen
willemsn@...
Send Email
Oct 5, 2005
4:22 pm
Messages 513 - 543 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