Re: [Xastir] Tiger maps?

2010-09-05 Thread Michael Lewis

Curt, WE7U wrote:

On Sat, 4 Sep 2010, Michael Lewis wrote:


MINIMUM OPTIONS:
ShapeLib (Vector maps) . : yes (internal)

RECOMMENDED OPTIONS:
GraphicsMagick/ImageMagick (Raster maps) : no
pcre (Shapefile customization) . : no
dbfawk (Shapefile customization) ... : no
rtree indexing (Shapefile speedups)  : yes
map caching (Raster map speedups) .. : no
internet map retrieval . : yes (libcurl)


Install:
1) GraphicsMagick and GraphicsMagick-devel
   -or-
   ImageMagick and ImageMagick-devel

2) Pcre and Pcre-devel

3) BerkeleyDB and BerkeleyDB-devel (latest version only if given
multiple choices).

Here are the package names for OpenSuSE-11.3 64-bit that I have
installed (might give you clues for whatever OS you're running).  In
my case I can just select the -devel package and the package
manager auto-selects the rest of the packages needed:

ImageMagick-devel-6.6.1.0-4.1.1.x86_64
ImageMagick-6.6.1.0-4.1.1.x86_64

pcre-devel-7.9.0-6.7.x86_64
libpcre0-7.9.0-6.7.x86_64
pcre-7.9.0-6.7.x86_64
libpcreposix0-7.9.0-6.7.x86_64
libpcrecpp0-7.9.0-6.7.x86_64

libdb-4_5-devel-4.5.20-99.13.x86_64
libdb-4_5-32bit-4.5.20-99.13.x86_64
libdb-4_5-4.5.20-99.13.x86_64

After you get some of the pre-requisites installed, re-run Xastir's
./configure command to see if you get more yes answers.  Repeat
until satisfied.

Ok after a few hours plus falling asleep with the laptop on the bed I 
finally got the recommended options to display as all yes. I guess I can 
go ahead with the rest of setting up Xastir then?

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-05 Thread Curt, WE7U

On Sun, 5 Sep 2010, Michael Lewis wrote:

Ok after a few hours plus falling asleep with the laptop on the bed I finally 
got the recommended options to display as all yes. I guess I can go ahead 
with the rest of setting up Xastir then?


Sure.  Type:  make

If that goes well, remove the packaged binary you were running, then
type:  sudo make install or su; make install; exit

--
Curt, WE7U. http://www.eskimo.com/~archer
   APRS:  Where it's at!http://www.xastir.org
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-05 Thread Michael Lewis

 On 9/5/2010 10:43 AM, Curt, WE7U wrote:

On Sun, 5 Sep 2010, Michael Lewis wrote:

Ok after a few hours plus falling asleep with the laptop on the bed I 
finally got the recommended options to display as all yes. I guess I 
can go ahead with the rest of setting up Xastir then?


Sure.  Type:  make

If that goes well, remove the packaged binary you were running, then
type:  sudo make install or su; make install; exit

Yeah I got Xastir running early this morning not sure if my last post 
posted here but I was trying to figure out how to update the shortcut 
under the linux start menu because it still points to the old version of 
Xastir if you click it.. Having said that the county are listed but 
would it be too hard to get town names? I think having roads would make 
the map a little too clutter? At least it seems so far the weather 
overlay and other settings have stuck but not my voice warnings.. I 
forgot what I needed for that a speech program I think.

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-05 Thread Curt, WE7U

On Sun, 5 Sep 2010, Michael Lewis wrote:

Yeah I got Xastir running early this morning not sure if my last post posted 
here but I was trying to figure out how to update the shortcut under the 
linux start menu because it still points to the old version of Xastir if you 
click it..


Which means you didn't remove the old package so you have two
Xastir's on your system.

Sorry, I can't help you with shortcuts as that's not my thing.  Read
the Mint docs and they should tell you how to do it.  I'm sure it's
an easy thing to do once you find the right sentence that tells you
how.


Having said that the county are listed but would it be too hard to 
get town names? I think having roads would make the map a little too clutter?


Zoom in.  You should get more labels as you zoom in.


weather overlay and other settings have stuck 
but not my voice warnings.. I forgot what I needed for that a speech program 
I think.


Festival and Festival-devel.  Another of those no settings from
configure that needs to be changed to a yes, then make/make install
again after that.  Festival also needs to be running before you
start that newly-compiled Xastir.

--
Curt, WE7U. http://www.eskimo.com/~archer
   APRS:  Where it's at!http://www.xastir.org
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Upgrade / Update 1.98 to 1.99 CVS

2010-09-05 Thread Curt, WE7U

On Sun, 5 Sep 2010, Dean Groe wrote:


The make install seems to be working OK.  I get a new 1.98
/usr/local/bin/xastir with today's date each time I go through with the
process.

cvs update does not generate any errors and claims to be updating, although it
runs through pretty quick.  Should I see individual files being transferred? I
am not FWIW.


Two possible problems, one is that you're starting up the old
version still.

The second is that you need to run ./bootstrap.sh before
configure if you're updating from CVS.  That creates a brand-new
configure for you among other things, then configure builds
brand-new Makefiles for you.

To successfully run bootstrap.sh you'll need autoconf and automake
installed (developer tools, but not particularly large ones).

--
Curt, WE7U. http://www.eskimo.com/~archer
   APRS:  Where it's at!http://www.xastir.org
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Upgrade / Update 1.98 to 1.99 CVS

2010-09-05 Thread F4EIR

 Hello,

i'm new but i can try tu find a way.

Can you search a xastir executable anywhere on your mobile. delete them 
and try a new update.


73
Arnaud
F4EIR

Le 05/09/2010 18:44, Dean Groe a écrit :

All this recent traffic regarding upgrading old versions, plus about a half hour
of time this AM that no one was trying to get my attention, inspired me to try
the update from 1.98 to 1.99 on my mobile PC.


I am running Debian Lenny on that one.  Xastir was originally installed from
CVS, so I figured this should be a no brainer


Both README.CVS and Notes:CVS had me believing that I should just be able to
cvs update and su, then make install, and I should be at 1.99 .

Well, that did not work so well.  I still had 1.98 .

So then I took a look at the Debian Lenny HowTo, and decided that I should do
the full routine with the bootstrap, configure, and make steps too.

Still no joy, still 1.98 .

The make install seems to be working OK.  I get a new 1.98
/usr/local/bin/xastir with today's date each time I go through with the
process.


cvs update does not generate any errors and claims to be updating, although it
runs through pretty quick.  Should I see individual files being transferred? I
am not FWIW.


What am I missing?

Thanks

Dean  KD4TWJ




___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir





___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-05 Thread Michael Lewis

 On 9/5/2010 1:51 PM, Curt, WE7U wrote:

On Sun, 5 Sep 2010, Michael Lewis wrote:

Yeah I got Xastir running early this morning not sure if my last post 
posted here but I was trying to figure out how to update the shortcut 
under the linux start menu because it still points to the old version 
of Xastir if you click it..


Which means you didn't remove the old package so you have two
Xastir's on your system.

Sorry, I can't help you with shortcuts as that's not my thing.  Read
the Mint docs and they should tell you how to do it.  I'm sure it's
an easy thing to do once you find the right sentence that tells you
how.


Having said that the county are listed but would it be too hard to 
get town names? I think having roads would make the map a little too 
clutter?


Zoom in.  You should get more labels as you zoom in.


weather overlay and other settings have stuck but not my voice 
warnings.. I forgot what I needed for that a speech program I think.


Festival and Festival-devel.  Another of those no settings from
configure that needs to be changed to a yes, then make/make install
again after that.  Festival also needs to be running before you
start that newly-compiled Xastir.


I zoomed in pretty close in and I still saw nothing..

NYC area

http://img801.imageshack.us/img801/9994/199z.png

As for the other Xastir not too sure how to remove it.. I might just 
leave it I'm just on linux because of Xastir so much code to just get 
something simple to run.


for the Festival that's the name of it I'd have to install it again 
later tonight.

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] cvs script

2010-09-05 Thread James Jolin
 This discussion about cvs has reminded me to ask the question about 
the   ./update-xastir
script in the cvs wiki.  I have used that a few times and all has seemed 
to go well, but I have never run the bootstrap command.  Have I been 
doing anything wrong here?

Jim WA9ARB

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-05 Thread Curt, WE7U

On Sun, 5 Sep 2010, Michael Lewis wrote:

As for the other Xastir not too sure how to remove it.. I might just leave it 
I'm just on linux because of Xastir so much code to just get something simple 
to run.


Ha.  ;-)

Xastir itself is over 100,000 lines of C-code (that's not counting
comments or white-space).  It compiles/runs on a wide variation of
operating systems.  Right now with the technology used for the build
system in Xastir, what you just did is about as simple as it gets.
People worked hard on those scripts to make them work for most
situations.  Without the bootstrap.sh and configure scripts you'd
have had to hand-edit the Makefiles throughout the tree structure
for your system, and I can guarantee you wouldn't have like that!
hi hi

BTW:  The configure;make;make install invocation is pretty much
what you'll expect of most open-source apps out there if you install
from sources.  Once you've been around Linux/Unix for a while and
have installed things from the bleeding edge sources, you'll get
quite used to it.

Glad you got it going, and the Festival/Festival-devel install, then
configure;make;make install for Xastir shouldn't take long.
Festival must be running daemon mode by the way, before Xastir.
Since you got it running before there shouldn't be any difficulties
with that part the next time around.

--
Curt, WE7U. http://www.eskimo.com/~archer
   APRS:  Where it's at!http://www.xastir.org
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] cvs script

2010-09-05 Thread Curt, WE7U

On Sun, 5 Sep 2010, James Jolin wrote:

This discussion about cvs has reminded me to ask the question about the 
./update-xastir
script in the cvs wiki.  I have used that a few times and all has seemed to 
go well, but I have never run the bootstrap command.  Have I been doing 
anything wrong here?


Probably...  But not WRT Xastir.  hi

Take a look at what's inside the update-xastir script:

less update-xastir

--
Curt, WE7U. http://www.eskimo.com/~archer
   APRS:  Where it's at!http://www.xastir.org
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Upgrade / Update 1.98 to 1.99 CVS

2010-09-05 Thread Bob Nielsen
A make clean is probably also needed.  The update-xastir script will handle 
everything for you.

Bob, N7XY

On Sep 5, 2010, at 10:54 AM, Curt, WE7U wrote:

 On Sun, 5 Sep 2010, Dean Groe wrote:
 
 The make install seems to be working OK.  I get a new 1.98
 /usr/local/bin/xastir with today's date each time I go through with the
 process.
 
 cvs update does not generate any errors and claims to be updating, 
 although it
 runs through pretty quick.  Should I see individual files being transferred? 
 I
 am not FWIW.
 
 Two possible problems, one is that you're starting up the old
 version still.
 
 The second is that you need to run ./bootstrap.sh before
 configure if you're updating from CVS.  That creates a brand-new
 configure for you among other things, then configure builds
 brand-new Makefiles for you.
 
 To successfully run bootstrap.sh you'll need autoconf and automake
 installed (developer tools, but not particularly large ones).
 
 -- 
 Curt, WE7U. http://www.eskimo.com/~archer
   APRS:  Where it's at!http://www.xastir.org
  Lotto:  A tax on people who are bad at math. - unknown
 Windows:  Microsoft's tax on computer illiterates. - WE7U.
 The world DOES revolve around me:  I picked the coordinate system!
 ___
 Xastir mailing list
 Xastir@lists.xastir.org
 http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Upgrade / Update 1.98 to 1.99 CVS

2010-09-05 Thread Curt, WE7U

On Sun, 5 Sep 2010, Bob Nielsen wrote:


A make clean is probably also needed.  The update-xastir
script will handle everything for you.


Thanks for that.

Also, if you're running update-xastir or doing

cvs update;./bootstrap.sh;./configure

manually to keep your system up-to-date, make sure to install
automake and autoconf on your system.  Those are used by
bootstrap.sh to create the new configure script.  This becomes
important anytime we change the configure.ac or acinclude.m4 files.

--
Curt, WE7U. http://www.eskimo.com/~archer
   APRS:  Where it's at!http://www.xastir.org
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] cvs script

2010-09-05 Thread James Jolin

 On 9/5/2010 1:27 PM, Curt, WE7U wrote:

On Sun, 5 Sep 2010, James Jolin wrote:

This discussion about cvs has reminded me to ask the question about 
the ./update-xastir
script in the cvs wiki.  I have used that a few times and all has 
seemed to go well, but I have never run the bootstrap command.  Have 
I been doing anything wrong here?


Probably...  But not WRT Xastir.  hi

Take a look at what's inside the update-xastir script:

less update-xastir
Thanks for the info, Curt...your message was even funnier when I looked 
up what WRT stood for.

Jim

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-05 Thread Curt, WE7U

On Sun, 5 Sep 2010, Michael Lewis wrote:

Would I be missing any other files because the towns don't show up when I 
zoom in closer? Or would that be a setting in Xastir it's self?


Could be either.

I don't have Tiger2009 installed here, but have Tiger2008.  I just
selected each file in a county directory one-by-one and didn't see
city names show up either, but did see the yellow filled areas
representing those towns.


You know what 
part sucked is having a hard drive crash on you about a week after you 
installed Xastir lucky for me I did not do much other then just install from 
the version that came with mint..


Backups...

I instituted backups at home finally for three machines and a
laptop, all controlled via one desktop, backing up to an external
hard drive.  Using BackupPC for that.

Plus I just mirrored my home directory on my main box.  If one drive
goes out I don't lose anything (so two layers of backups for that
mount when you include the BackupPC backup).

I use a few different backup schemes at work, but just set up Amanda
again on one machine to back up another two machines.  I had
recently lost one of the mirrored drives in that box, so set it up
again with two newer drives (plus a spare on the shelf) that are
larger.

Some people like to back up important files to CD, DVD
(R/W/eraseable perhaps?) or even flash drives.

One thing that _will_ happen again and again:  Hard drives will
fail.  Plan for it.  I've lost many drives over the years but
haven't lost anything important yet.

--
Curt, WE7U. http://www.eskimo.com/~archer
   APRS:  Where it's at!http://www.xastir.org
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-05 Thread Michael Lewis

 On 9/5/2010 3:46 PM, Curt, WE7U wrote:

On Sun, 5 Sep 2010, Michael Lewis wrote:

Would I be missing any other files because the towns don't show up 
when I zoom in closer? Or would that be a setting in Xastir it's self?


Could be either.

I don't have Tiger2009 installed here, but have Tiger2008.  I just
selected each file in a county directory one-by-one and didn't see
city names show up either, but did see the yellow filled areas
representing those towns.


You know what part sucked is having a hard drive crash on you about a 
week after you installed Xastir lucky for me I did not do much other 
then just install from the version that came with mint..


Backups...

I instituted backups at home finally for three machines and a
laptop, all controlled via one desktop, backing up to an external
hard drive.  Using BackupPC for that.

Plus I just mirrored my home directory on my main box.  If one drive
goes out I don't lose anything (so two layers of backups for that
mount when you include the BackupPC backup).

I use a few different backup schemes at work, but just set up Amanda
again on one machine to back up another two machines.  I had
recently lost one of the mirrored drives in that box, so set it up
again with two newer drives (plus a spare on the shelf) that are
larger.

Some people like to back up important files to CD, DVD
(R/W/eraseable perhaps?) or even flash drives.

One thing that _will_ happen again and again:  Hard drives will
fail.  Plan for it.  I've lost many drives over the years but
haven't lost anything important yet.

well I know when I had the online tiger maps I could get them to show.. 
it's no big deal sometimes it's good to have a little bit better detail.


I've been trying to get in a habit of making backups more now.
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Upgrade / Update 1.98 to 1.99 CVS

2010-09-05 Thread David Flood
 after the cvs update, did you do ./bootstrap followed by 
./configure?  Those two command get the system ready for make...if 
that works then follow that by sudo make install


So the sequence should look a little like this:

cvs update
output of that command
./bootstrap
should get 5 or 6 lines
./configure
should get a lot of output followed by a chart of yes and no's
make
compiles the program
sudo make install
will prompt for root password and install things...


Dave
KD7MYC

On 9/5/2010 9:44 AM, Dean Groe wrote:

Both README.CVS and Notes:CVS had me believing that I should just be able to
cvs update and su, then make install, and I should be at 1.99 .

Well, that did not work so well.  I still had 1.98 .



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-05 Thread Dale Seaburg

 On Sun, 5 Sep 2010, Curt, WE7U wrote:

   On Sun, 5 Sep 2010, Michael Lewis wrote:

Would I be missing any other files because the towns don't show up 
when I zoom in closer? Or would that be a setting in Xastir it's self?


  Could be either.

  I don't have Tiger2009 installed here, but have Tiger2008.  I just
  selected each file in a county directory one-by-one and didn't see
  city names show up either, but did see the yellow filled areas
  representing those towns.


When I was messing with TL 2008 offline maps, I had to diddle with the 
dbfawk files to get the towns and county names to appear the way I 
wanted.  But, it has been too long since I've played with them to 
remember which shapefile/dbfawk pairs I had messed with.  One place (on 
the internet - maybe on the TL site?) had the full meaning of the 
shapefile  names, and what the basic data was in each.  That gave me the 
clue for which dbfawk files I needed to edit.


It took a good bit of trial-n-error to get the right combination.  I 
played with zoom level values and color values.   I also had to fiddle 
with the layer level priority file (can't recall the name for it either) 
to get the town yellow fill-in to drop below the town street level 
detail so I could see the streets again.


Sorry for not remembering the detail of filenames, etc.  I am living 
proof of If you don't use it, you lose it adage.  Too busy this past 
year and a half with Windoze stuff to keep myself Linux/Xastir 
active/current.  It *just works* on my TC1100 laptop as a fixed station 
(KG5LT) with almost NO assistance from me.  Even through power outages!  
Can't say that for a Windoze machine...


I might add one word of advice: before editing any dbfawk file, make a 
backup *first*.  I learned that the hard way, groan.


I'll be glad when I finish my current Windoze project so I can 
experience the OSM excitement.  That sounds really neat.  A big thanks 
to Jerry et. al. for their hard work getting that going.


73 - Dale.  KG5LT


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-05 Thread terrylj2
This may be a bit off topic but I have looked and have yet to find if jpg files 
can be converted to shapefiles or a raster file. Any advice?
Sent from my Verizon Wireless BlackBerry

-Original Message-
From: Dale Seaburg kg...@verizon.net
Sender: xastir-boun...@lists.xastir.org
Date: Sun, 05 Sep 2010 15:48:51 
To: xastirxastir@lists.xastir.org
Reply-To: Xastir - APRS client software discussion xastir@lists.xastir.org
Subject: Re: [Xastir] Tiger maps?

  On Sun, 5 Sep 2010, Curt, WE7U wrote:

On Sun, 5 Sep 2010, Michael Lewis wrote:

 Would I be missing any other files because the towns don't show up 
 when I zoom in closer? Or would that be a setting in Xastir it's self?

   Could be either.

   I don't have Tiger2009 installed here, but have Tiger2008.  I just
   selected each file in a county directory one-by-one and didn't see
   city names show up either, but did see the yellow filled areas
   representing those towns.


When I was messing with TL 2008 offline maps, I had to diddle with the 
dbfawk files to get the towns and county names to appear the way I 
wanted.  But, it has been too long since I've played with them to 
remember which shapefile/dbfawk pairs I had messed with.  One place (on 
the internet - maybe on the TL site?) had the full meaning of the 
shapefile  names, and what the basic data was in each.  That gave me the 
clue for which dbfawk files I needed to edit.

It took a good bit of trial-n-error to get the right combination.  I 
played with zoom level values and color values.   I also had to fiddle 
with the layer level priority file (can't recall the name for it either) 
to get the town yellow fill-in to drop below the town street level 
detail so I could see the streets again.

Sorry for not remembering the detail of filenames, etc.  I am living 
proof of If you don't use it, you lose it adage.  Too busy this past 
year and a half with Windoze stuff to keep myself Linux/Xastir 
active/current.  It *just works* on my TC1100 laptop as a fixed station 
(KG5LT) with almost NO assistance from me.  Even through power outages!  
Can't say that for a Windoze machine...

I might add one word of advice: before editing any dbfawk file, make a 
backup *first*.  I learned that the hard way, groan.

I'll be glad when I finish my current Windoze project so I can 
experience the OSM excitement.  That sounds really neat.  A big thanks 
to Jerry et. al. for their hard work getting that going.

73 - Dale.  KG5LT


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Raster/Shapefiles (was Tiger maps?)

2010-09-05 Thread Alex Carver


--- On Sun, 9/5/10, terrylj2 wrote:
 2010, 5:04 PM
 This may be a bit off topic but I
 have looked and have yet to find if jpg files can be
 converted to shapefiles or a raster file. Any advice?


A JPG is a raster file though perhaps not one that Xastir can use directly.  
Just convert it into a different file type like XPM or GIF and it should 
display like any other image file in Xastir.

Converting a JPG to a shapefile would be a lot harder and take a lot of work on 
your part to draw all the details.


  
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Upgrade / Update 1.98 to 1.99 CVS

2010-09-05 Thread Dean Groe


--

Message: 4
Date: Sun, 5 Sep 2010 10:54:38 -0700 (PDT)
From: Curt, WE7U curt.w...@gmail.com
To: Xastir - APRS client software discussion xastir@lists.xastir.org
Subject: Re: [Xastir] Upgrade / Update 1.98 to 1.99 CVS
Message-ID: alpine.lnx.2.00.1009051052480.16...@wapiti.we7u.net
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

On Sun, 5 Sep 2010, Dean Groe wrote:

 The make install seems to be working OK.  I get a new 1.98
 /usr/local/bin/xastir with today's date each time I go through with the
 process.

 cvs update does not generate any errors and claims to be updating, although 
it
 runs through pretty quick.  Should I see individual files being transferred? I
 am not FWIW.

Two possible problems, one is that you're starting up the old
version still.

The second is that you need to run ./bootstrap.sh before
configure if you're updating from CVS.  That creates a brand-new
configure for you among other things, then configure builds
brand-new Makefiles for you.

To successfully run bootstrap.sh you'll need autoconf and automake
installed (developer tools, but not particularly large ones).

--

Thanks for the reply Curt.

As mentioned in my original message, with the second attempt, I did also 
perform 
the bootstrap, configure, and make routines.  I still ended up with a newer 
1.98 xastir executable. 


And that is the only xastir executable on the system under /usr/ .  I suspect 
that there is one under the ~xastir/src directories too, but I know that I am 
calling /usr/local/bin/xastir.  


Regarding the CVS update process.  I suspect that may be part of the problem.  
I 
did not see any files being transferred. 

I am guessing that ~xastir/src/CVS/Entries is the log of what happened with the 
CVS update?  If it is, I can tell you that there are no entries newer than 22 
March 2010.  

The date of both  the ~xastir/src/CVS/Entries and  ~xastir/src/CVS/Entries.Log 
files is today, but no updated information inside.  I know that there have been 
significant updates since 1.98, so that is why I am puzzled.  


Or, have I assumed FAR too much.  MUST I do a complete re-install to move up to 
1.99?  I have assumed that a CVS update and re-compile would get me there. 


Thanks

Dean 


  

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Upgrade / Update 1.98 to 1.99 CVS

2010-09-05 Thread David A Aitcheson
Dave,

You are 99% spot on!  Except . . .

On 09/05/2010 01:16 PM, David Flood wrote:
  after the cvs update, did you do ./bootstrap followed by
 ./configure?  Those two command get the system ready for make...if
 that works then follow that by sudo make install

 So the sequence should look a little like this:

 cvs update
 output of that command
 ./bootstrap
 should get 5 or 6 lines
 ./configure
 should get a lot of output followed by a chart of yes and no's
 make
 compiles the program
 sudo make install
 will prompt for root password and install things...

This password (on most *nix operating systems) is the _users_ password. 
Not the root password.

 Dave
 KD7MYC

 On 9/5/2010 9:44 AM, Dean Groe wrote:
 Both README.CVS and Notes:CVS had me believing that I should just be
 able to
 cvs update and su, then make install, and I should be at 1.99 .

 Well, that did not work so well.  I still had 1.98 .
Dave
KB3EFS
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Upgrade / Update 1.98 to 1.99 CVS

2010-09-05 Thread Bob Nielsen
One more step (as I posted earlier:

On Sep 5, 2010, at 3:03 PM, David A Aitcheson wrote:

 Dave,
 
 You are 99% spot on!  Except . . .
 
 On 09/05/2010 01:16 PM, David Flood wrote:
 after the cvs update, did you do ./bootstrap followed by
 ./configure?  Those two command get the system ready for make...if
 that works then follow that by sudo make install
 
 So the sequence should look a little like this:
 
 cvs update
 output of that command
 ./bootstrap
 should get 5 or 6 lines
 ./configure
 should get a lot of output followed by a chart of yes and no's

make clean

 make
 compiles the program
 sudo make install

This will remove the existing binary files and cause them to be rebuilt from 
the updated source code.  

Or just run ./xastir-update and let it do everything for you.

Bob, N7XY

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-05 Thread Lee Bengston
On Sun, Sep 5, 2010 at 1:02 PM, Michael Lewis subar...@optimum.net wrote:

 As for the other Xastir not too sure how to remove it.. I might just leave
 it I'm just on linux because of Xastir so much code to just get something
 simple to run.

Sorry to bring this up so late, but reading that you are using Linux
Mint, and assuming it's the latest version, which based on Ubuntu
10.04, there are easier ways to install a newer version of Xastir.

1) Install the updated binary, which is documented at
http://www.xastir.org/wiki/HowTo:Ubuntu_10.04-binary  (I wouldn't
bother with this now that you have compiled and installed the latest
from source)

2) Use the build script as detailed in the Installation Notes for
Ubuntu 10.04 at http://www.xastir.org/wiki/HowTo:Ubuntu_10.04

On #2 above, the script downloads Xastir from CVS, installs
dependencies, and does the boostrap, configure, make, and make install
steps automatically.

Removing the older binary Xastir can be done by the command 'sudo
apt-get remove xastir' at the command line.

Regards,

Lee - K5DAT
Murphy, TX
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir