Re: [Xastir] Xastir compile options

2006-10-27 Thread Curt, WE7U
On Fri, 27 Oct 2006, Tom Russo wrote: > Since weather alerts are done by calling draw_shapefile_map once for each > alert, and the alert's shape is stored as an index into the shapefile, rtree > actually has nothing to do. Rtree should have no impact at all on wx alert > drawing. Good to know.

Re: [Xastir] Xastir compile options

2006-10-27 Thread Tom Russo
On Fri, Oct 27, 2006 at 06:30:53AM -0700, we recorded a bogon-computron collision of the <[EMAIL PROTECTED]> flavor, containing: > On Thu, 26 Oct 2006, Dick C. Reichenbach wrote: > > > How does rtree indexing affect redrawing of weather alerts? Weather > > alert redrawing is one of the major dra

Re: [Xastir] Xastir compile options

2006-10-27 Thread Curt, WE7U
On Thu, 26 Oct 2006, Dick C. Reichenbach wrote: > How does rtree indexing affect redrawing of weather alerts? Weather > alert redrawing is one of the major drags on my machine. I've been > using rtree indexing for a very long time now, but I've never seen a > difference, as far as weather alerts

Re: [Xastir] Xastir compile options

2006-10-26 Thread Dick C. Reichenbach
Tom Russo wrote: I also recommend enabling rtree spatial indexing if you plan to use shapefile maps and do a bunch of zooming and panning operations --- this option, while still marked "experimental" is very stable and can speed up map redraws when using shapefiles that cover much more area tha

Re: [Xastir] Xastir compile options

2006-10-25 Thread Stephen Brown Jr
On 10/25/06, Dan Brown <[EMAIL PROTECTED]> wrote: Well -- you might try to simplify your life and give the "get-maptools.sh" script a try -- it does a bunch of the extra libs for you. And, does the ldconfig! And does it using sudo privs, so you don't have to be root. I'll give this a shot o

Re: [Xastir] Xastir compile options

2006-10-25 Thread Tom Russo
On Wed, Oct 25, 2006 at 06:26:02PM -0400, we recorded a bogon-computron collision of the <[EMAIL PROTECTED]> flavor, containing: > Managed to get everything installed minus GPSman support(which I don't need > right now anyhow) and for some reason now I am getting this error upon > startup: > > [E

Re: [Xastir] Xastir compile options

2006-10-25 Thread Dan Brown
On Wed, 25 Oct 2006, Stephen Brown Jr wrote: > sudo /sbin/ldconfig -v seems to have taken care of it ;) > > Now the bad part is I have to remember everything I have done with this over > the last 2 days so I can set up some of my friends boxes who are also > running Ubuntu. Gotta love it.. W

Re: [Xastir] Xastir compile options

2006-10-25 Thread Stephen Brown Jr
sudo /sbin/ldconfig -v seems to have taken care of it ;) Now the bad part is I have to remember everything I have done with this over the last 2 days so I can set up some of my friends boxes who are also running Ubuntu. Gotta love it.. Thanks all! Stephen N1VLV On 10/25/06, Dan Brown <[EM

Re: [Xastir] Xastir compile options

2006-10-25 Thread Dan Brown
On Wed, 25 Oct 2006, Stephen Brown Jr wrote: > Managed to get everything installed minus GPSman support(which I don't need > right now anyhow) and for some reason now I am getting this error upon > startup: > > [EMAIL PROTECTED]:~/xastir$ xastir & > [1] 28108 > xastir: error while loading shared

Re: [Xastir] Xastir compile options

2006-10-25 Thread Stephen Brown Jr
Managed to get everything installed minus GPSman support(which I don't need right now anyhow) and for some reason now I am getting this error upon startup: [EMAIL PROTECTED]:~/xastir$ xastir & [1] 28108 xastir: error while loading shared libraries: libgeotiff.so: cannot open shared object file: N

Re: [Xastir] Xastir compile options

2006-10-25 Thread Steven Friis
Stephen Brown Jr wrote: Still tweaking my install out and I noticed the following: Building with AX25 . : yes Building with Festival . : yes Building with GPSMan ... : no (don't need on this machine, but will

Re: [Xastir] Xastir compile options

2006-10-25 Thread Tom Russo
On Wed, Oct 25, 2006 at 05:37:22PM -0400, we recorded a bogon-computron collision of the <[EMAIL PROTECTED]> flavor, containing: > Still tweaking my install out and I noticed the following: > > Building with AX25 . : yes > Building with Festival ...

[Xastir] Xastir compile options

2006-10-25 Thread Stephen Brown Jr
Still tweaking my install out and I noticed the following: Building with AX25 . : yes Building with Festival . : yes Building with GPSMan ... : no (don't need on this machine, but will for my laptop eventually