[Xastir-dev] Using gunmake extensions in Makefile.am

2010-06-16 Thread Jerry Dunmire
I am working to generate the numerous OSM_* files from a single
template. It would be easy to do using a gnumake pattern rule
something like this:

%.geo: OSM_template.geo
sed 

However, use of pattern rules causes automake to warn that `%'-style
pattern rules are a GNU make extension.

I can hide this warning by adding this to the Makefile.am
AM_INIT_AUTOMAKE([-Wno-portablity])


The question is, do we need to continue supporting other make
programs, and may I make the change?

73,
...jerry
KA6HLD
___
Xastir-dev mailing list
Xastir-dev@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir-dev


Re: [Xastir-dev] Using gunmake extensions in Makefile.am

2010-06-16 Thread Jerry Dunmire
Hi Tom,
OK, but I haven't used a non-gmake many many years, so could you help
me out with the alternative? I'm trying to take a list of styles
(LIST=mapnik,skiing, ...) and use that to transform OSM_template.geo
to OSM_mapnik.geo, OSM_skiing.geo, etc. The sed(1) argument would also
come from the list.

Thanks,
...jerry


On Wed, Jun 16, 2010 at 7:07 PM, Tom Russo ru...@bogodyn.org wrote:
 On Wed, Jun 16, 2010 at 05:13:35PM -0700, we recorded a bogon-computron 
 collision of the je...@dunmire.org flavor, containing:
 I am working to generate the numerous OSM_* files from a single
 template. It would be easy to do using a gnumake pattern rule
 something like this:

 %.geo: OSM_template.geo
         sed 

 However, use of pattern rules causes automake to warn that `%'-style
 pattern rules are a GNU make extension.

 I can hide this warning by adding this to the Makefile.am
 AM_INIT_AUTOMAKE([-Wno-portablity])


 The question is, do we need to continue supporting other make
 programs, and may I make the change?

 Please do NOT add GNU make extensions to the Xastir build system.

 --
 Tom Russo    KM5VY   SAR502   DM64ux          http://www.swcp.com/~russo/
 Tijeras, NM  QRPL#1592 K2#398  SOC#236        http://kevan.org/brain.cgi?DDTNM
  It is better to live on your feet than to die with your knees.
  -- Mil Millington on running, in Instructions for Living Someone Else's Life

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

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


Re: [Xastir-dev] Using gunmake extensions in Makefile.am

2010-06-16 Thread Tom Russo
On Wed, Jun 16, 2010 at 07:44:27PM -0700, we recorded a bogon-computron 
collision of the je...@dunmire.org flavor, containing:
 Hi Tom,
 OK, but I haven't used a non-gmake many many years, so could you help
 me out with the alternative? I'm trying to take a list of styles
 (LIST=mapnik,skiing, ...) and use that to transform OSM_template.geo
 to OSM_mapnik.geo, OSM_skiing.geo, etc. The sed(1) argument would also
 come from the list.

Take a look how Jerry Stueve has handled creating the various fake-language
files (pirate, Swedish chef, pig-latin, etc.) from the English file.  See
config/Makefile.am for the pattern to follow.  Jerry's original attempt to
do this broke non-GNU make builds, as it used a make target that is set
differently in GNU make than it is in other system makes.  ($, as I recall,
which in BSD make is only set if the dependencies have wildcards, but is
always set in GNU make.)

 On Wed, Jun 16, 2010 at 7:07 PM, Tom Russo ru...@bogodyn.org wrote:
  On Wed, Jun 16, 2010 at 05:13:35PM -0700, we recorded a bogon-computron 
  collision of the je...@dunmire.org flavor, containing:
  I am working to generate the numerous OSM_* files from a single
  template. It would be easy to do using a gnumake pattern rule
  something like this:
 
  %.geo: OSM_template.geo
  ? ? ? ? sed 
 
  However, use of pattern rules causes automake to warn that `%'-style
  pattern rules are a GNU make extension.
 
  I can hide this warning by adding this to the Makefile.am
  AM_INIT_AUTOMAKE([-Wno-portablity])
 
 
  The question is, do we need to continue supporting other make
  programs, and may I make the change?
 
  Please do NOT add GNU make extensions to the Xastir build system.
 
  --
  Tom Russo ? ?KM5VY ? SAR502 ? DM64ux ? ? ? ? ?http://www.swcp.com/~russo/
  Tijeras, NM ?QRPL#1592 K2#398 ?SOC#236 ? ? ? 
  ?http://kevan.org/brain.cgi?DDTNM
  ?It is better to live on your feet than to die with your knees.
  ?-- Mil Millington on running, in Instructions for Living Someone Else's 
  Life
 
  ___
  Xastir-dev mailing list
  Xastir-dev@lists.xastir.org
  http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir-dev
 

-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236http://kevan.org/brain.cgi?DDTNM
 It is better to live on your feet than to die with your knees.
  -- Mil Millington on running, in Instructions for Living Someone Else's Life

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


[Xastir] Problem Configuring

2010-06-16 Thread Garland Sparks
I have attempted to include all of the files necessary to configure Xastir.
However, I received the following error (includes the last few lines of the
file):

config.status: creating src/shapelib/contrib/Makefile
config.status: creating symbolos/Makefile
config.status: creating xastir.sped
config.status: error: cannot find can input file:  xastir-min.spec.in
-- 

What does the error mean and how do I correct it.

Garland Sparks (K5AVL)
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Problem Configuring

2010-06-16 Thread Curt, WE7U

On Wed, 16 Jun 2010, Garland Sparks wrote:


I have attempted to include all of the files necessary to configure Xastir.


How are you getting the files?   If you're getting them via a
released package then all the files you need should be there.  Same
for CVS.



However, I received the following error (includes the last few lines of the
file):

config.status: creating src/shapelib/contrib/Makefile
config.status: creating symbolos/Makefile
config.status: creating xastir.sped
config.status: error: cannot find can input file:  xastir-min.spec.in


I see typo's in the above, so you must be hand-typing the messages
into your e-mail?

Are you trying to run an RPM command to build Xastir?  That's where
xastir-min.spec.in would come into play.  I have a few spec.in files
on my system here but they're not used for a normal compile.

Tell us more about what you're trying to do and we should be able to
help you.  If you're not building RPM's or LSB, this should be the
procedure:

./bootstrap.sh
./configure
make
sudo make install
sudo chmod 4755 /usr/local/bin/xastir   # Optional

Skip bootstrap.sh if you're building from a released package.

--
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] WMS need help

2010-06-16 Thread Curt, WE7U

On Wed, 16 Jun 2010, Kai Gunter Brandt wrote:

And for people wondering why? This is the most detailed maps for Norway 
available.


So now with the OSM options plus the WMSNorway and WMSEurope data
sources you've got three options.  WMSNorway is certainly the
prettiest, but I'm partial to topo maps.

--
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] WMS need help

2010-06-16 Thread Kai Gunter Brandt

On 06/16/2010 05:32 PM, Curt, WE7U wrote:

On Wed, 16 Jun 2010, Kai Gunter Brandt wrote:

And for people wondering why? This is the most detailed maps for 
Norway available.


So now with the OSM options plus the WMSNorway and WMSEurope data
sources you've got three options.  WMSNorway is certainly the
prettiest, but I'm partial to topo maps.



For me this has been a revolution so thanks to those who have contributed.

Depending on usage i can change the maps. I don't have time to 
contribute to OSM with data but i have provieded a long track to 
Hårteigen as this was easy to upload. Going on the mountain you don't 
have to assign different roadtypes etc so here i can give something back.


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


[Xastir] OSM maps and README.maps

2010-06-16 Thread David Flood
If someone can provide a one or two line description of what each of the new
map chooser files does then I'm willing to massage that info into the readme
and feed it back to Curt...

Dave
KD7MYC


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


Re: [Xastir] Linear scaling for OSM - ANNOUNCEMENT

2010-06-16 Thread Tom, ve7did
Just looked at the peninsula with mapnik and looks ok. Where exactly are 
yours missing.


Propagation Knows No Boundaries
73 de Tom,  ve7did



Bob Nielsen wrote:
I have noticed just the opposite (Olympic peninsula, WA).  Many 
missing tiles with mapnik but fine with OSM.


Bob, N7XY

On Jun 15, 2010, at 5:19 PM, Mark Esswein wrote:


Just re-compiled - this is awesome!  Thanks, Jerry!

BTW: the missing tiles problem goes away when I use Mapnik.

Thanks again and 73,

Mark/KG4PRN

___
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


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


Re: [Xastir] Linear scaling for OSM - ANNOUNCEMENT

2010-06-16 Thread Bob Nielsen
With zoom=1344 it looks normal, if I zoom in there are some large  
green blocks mainly south of Sequim using mapnik.geo.  With  
OpenStreetMaps.geo it all looks good.


73, Bob N7XY

On Jun 16, 2010, at 3:30 PM, Tom, ve7did wrote:

Just looked at the peninsula with mapnik and looks ok. Where  
exactly are yours missing.


Propagation Knows No Boundaries
73 de Tom,  ve7did



Bob Nielsen wrote:
I have noticed just the opposite (Olympic peninsula, WA).  Many  
missing tiles with mapnik but fine with OSM.


Bob, N7XY

On Jun 15, 2010, at 5:19 PM, Mark Esswein wrote:


Just re-compiled - this is awesome!  Thanks, Jerry!

BTW: the missing tiles problem goes away when I use Mapnik.

Thanks again and 73,

Mark/KG4PRN

___
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


___
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


[Xastir] Mac Binary Distribution for Xastir 1.9.9.

2010-06-16 Thread Jeremy McDermond
In light of the new OSM code that Jerry has so kindly contributed, I have 
rolled a new Xastir binary package for MacOS X.  It's available at:

http://www.nh6z.net/sites/default/files/Xastir.zip

Please note that the maps are stored within the application bundle, so please 
remember to back up your maps before you upgrade, and move them back into place 
afterwords.  You have been warned. ;)

It's based off of the CVS version of 1.9.9 checked out earlier today.  It has 
*not* been extensively tested, so YMMV, caveat emptor, res ipsa loquitur, etc...

Feel free to let me know about any problems or requests and I'll try to get to 
them as I can between my other projects.

--
Jeremy McDermond (NH6Z)
Xenotropic Systems
mcde...@xenotropic.com



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


[Xastir] gpsd errors still not having success

2010-06-16 Thread JohnD Thompson
Update to my post. Thanks for the info on gpsctl it did not solve my problem
but I learned how to change my gps mode from binary to NMEA. I have
attempted  unsuccessfully to get Xastir to function with gpsd v2.92-4 I have
3 machines with Ubuntu 10.04lts installed. 1 has xastir v1.9.4, 2 have
Xastir v1.9.9. all have gpsd v2.92-4.One machine is dual boot with Ubuntu
9.10 and Xastir v1.94 and gpsd 2.38. I have tried running the gps device in
binary(sirf), NMEA, read only mode with gps set to NMEA and Binary. I can
get the gps to function in serial mode if I set it to NMEA. I can not get
gpsd v2,92-4 to function with xastir. I downloaded the lucid/xastir live ISO
from the wiki and apt-get install gpsd to the ISO and still can not get gpsd
to function with xastir. I get 00 sats and invalid fix. also noted when I
attempt to use networked gps (gpsd) I do not get the red comm arrow in the
lower right corner. My machine with Ubuntu 9.10 and xastir 1.9.4  gpsd 2.38
I have no problems getting networked gps to function.In my first post I
mentioned a possible change with gpsd I have copied some text from the gpsd
site

Urgent news for maintainers of gpsd clients

We've been warning it was coming for years, and it's here: in 2.90, the
request/response protocol used by gpsd has changed in ways that will break
your application if you're not careful. The old protocol is gone from the
daemon. It is still supported in the client library, but will remain so only
for a very limited time. Read Moving to GPSD-NG: a Guide for Client
Developers to find out why this is happening and what you need to do about
it.

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