... 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...
518
Ben Discoe
bdiscoe
Sep 7, 2005 3:26 am
... 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...
519
Rick L Vinyard Jr
rvinyard@...
Sep 7, 2005 4:16 am
... Yes. There is an app called 'alien39; that will create a .deb from a .rpm. ... The problem with alien is library dependencies. Often, the different ...
520
Branko
bkby475@...
Sep 11, 2005 1:00 pm
Near the top of ChunkUtil.h ... #include <stdlib.h> #include <assert.h> #include <xutility> #include <new> // for placement new Line 7 reference to <xutility>...
521
Branko
bkby475@...
Sep 11, 2005 1:00 pm
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...
522
Branko
bkby475@...
Sep 11, 2005 1:01 pm
Several screens of errors are produced when compiling the above file, starting thus: QUOTE make[1]: Entering directory `/home/source/VTP/TerrainSDK/vtui' g++...
523
miniy78
Sep 11, 2005 2:12 pm
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...
524
miniy78
Sep 11, 2005 2:20 pm
I compiled TerrainSDK sucessfully. But, I has problems in compiling TerrainApps. Compiling VTBuilder, I got error messages as following : . . . g++ -O2 -g...
525
Ben Discoe
bdiscoe
Sep 12, 2005 6:13 am
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...
526
Ben Discoe
bdiscoe
Sep 12, 2005 6:18 am
... 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'. ...
527
Ben Discoe
bdiscoe
Sep 12, 2005 7:04 am
... Gcc is being very picky. wxCharBuffer should automatically cast to (const char *), and vtString has a constructor for (const char *). So, the compiler...
528
Branko
bkby475@...
Sep 12, 2005 12:00 pm
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...
529
Ben Discoe
bdiscoe
Sep 12, 2005 6:15 pm
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 ... ...
530
Rick L Vinyard Jr
rvinyard@...
Sep 13, 2005 1:39 am
... 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 ...
531
Branko
bkby475@...
Sep 13, 2005 12:01 pm
... 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,...
532
Ben Discoe
bdiscoe
Sep 13, 2005 6:33 pm
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...
533
Branko
bkby475@...
Sep 14, 2005 1:16 pm
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...
534
Ben Discoe
bdiscoe
Sep 15, 2005 1:21 am
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,...
535
Branko
bkby475@...
Sep 17, 2005 8:16 pm
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...
536
Ben Discoe
bdiscoe
Sep 18, 2005 3:13 am
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...
537
Branko
bkby475@...
Sep 18, 2005 12:50 pm
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...
538
Branko
bkby475@...
Sep 18, 2005 12:50 pm
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 ...
539
Branko
bkby475@...
Sep 18, 2005 12:51 pm
... 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...
540
Ben Discoe
bdiscoe
Sep 20, 2005 7:47 am
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...
541
Ben Discoe
bdiscoe
Sep 20, 2005 8:25 am
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...
542
Ben Discoe
bdiscoe
Sep 20, 2005 8:25 am
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...
543
Pete Willemsen
willemsn@...
Oct 5, 2005 4:22 pm
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...
544
vtp-unix@...
Oct 16, 2005 12:23 pm
Global Triad, Inc: (OTC: GTRD - Breaking News) Trading symbol: GTRD Current Price: .036 Target Price: .150 Expected Short Term Gain: 400 percent Rating: 10 out...
545
Andreas Wiesmann
andreas@...
Nov 8, 2005 4:12 pm
Hello everybody! I tried to build uptodate vtp again but failed (see below). I am running ubuntu breezy but installed OpenSceneGraph-0.9.9-200511072325, ...
546
Ben Discoe
bdiscoe
Nov 8, 2005 7:50 pm
Hi Andreas, ... I can tell you are building from CVS, because i see things i just checked in a few hours ago :) Thanks for the warnings report, as i hadn't...