Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-15 Thread Lee Bengston
On Sat, Nov 15, 2008 at 4:56 PM, roger g6ckr <[EMAIL PROTECTED]> wrote:
_
> Well I'm rapidly advancing backwards.
> I just tried the CVS route and get lines like
>
> ./../xastir/src/map_tif.c:957: warning: format '%s' expects type 'char
> *', but argument 3 has type 'int'
> ../../xastir/src/map_tif.c:984: warning: format '%s' expects type 'char
> *', but argument 3 has type 'int'
> AND
> ../../xastir/src/map_tif.c:2591: error: 'current_right' undeclared
> (first use in this function)
> ../../xastir/src/map_tif.c:2604: error: 'current_line_width' undeclared
> (first use in this function)
> ../../xastir/src/map_tif.c:2655: warning: implicit declaration of
> function 'TIFFReadScanline'
> make[2]: *** [map_tif.o] Error 1
> make[2]: Leaving directory `/home/roger/src/XASTIR/build-full/src'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory `/home/roger/src/XASTIR/build-full/src'
> make: *** [install-recursive] Error 1
> [EMAIL PROTECTED]:~/src/XASTIR/build-full$
>
> During the make and install give the same errors.
> NOTE the build-full does not imply that the initial worked I just
> continued in the hope that the additions might help.
>
> 
> Was the page used.
> One question is should I have removed the 1.9.4 I had managed to compile
> Before. instinct says no as a fail like now would result in no version
> to run.
> I apologise that I'm not very good as soon as a set of instruction stop
> working.
> 73 Roger G6CKR

That looks like the same error that Rick Green reported in another
thread.  I am not seeing it, so I don't know what to think.  Earlier
this evening I built another Xastir VM from scratch with Xubuntu 8.10
in order to help me write the Wiki update, and everything was fine
except a GDAL glitch.  I installed GDAL via get-maptools, but
configure isn't finding it.  To me, though, GDAL is not a big deal.

Lee - K5DAT
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-15 Thread Lee Bengston
On Sat, Nov 15, 2008 at 8:10 AM, Tom Russo <[EMAIL PROTECTED]> wrote:
> On Fri, Nov 14, 2008 at 11:42:40PM -0600, we recorded a bogon-computron 
> collision of the <[EMAIL PROTECTED]> flavor, containing:
>> Hi Roger and list readers,
>>
>> Fyi, I tried compiling Xastir 1.95 from CVS on a clean install of
>> Xubuntu 8.10, and there were no problems.  With respect to package
>> names, the only difference between the 8.10 and 6.10 as documented in
>> http://www.xastir.org/wiki/index.php/HowTo:Ubuntu_6.10 was the
>> libdb4.7-dev package that needs to be installed instead of
>> libdb4.4-dev.
>>
>> Regarding the small difference between Ubuntu 6.10 and 7.04 in the
>> wiki, I followed the 6.10 procedure, which installs automake1.9 and
>> libxp-dev instead of automake and x11proto-print-dev.  I found that
>> there is no need to install autoconf in Intrepid/8.10 as it is
>> installed as a dependency when automake1.9 is installed.  Also,
>> X11proto-print-dev is installed as a dependency when libxp-dev is
>> installed, which I assume was the case with Ubuntu 6.10 as well.
>
> You might want to update the Wiki.  It is badly in need of being updated.

Done - and btw, it turns out that if one installs autoconf, automake is
installed as a dependency, and the plain automake pkg is actually
1.10, so the new HowTo in the installation notes of the Wiki reflects that.

Regards,

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


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-15 Thread roger g6ckr
On Fri, 2008-11-14 at 23:42 -0600, Lee Bengston wrote:
> On Fri, Nov 14, 2008 at 2:23 PM, roger g6ckr <[EMAIL PROTECTED]> wrote:
> 
> > Thanks for filling in the gaps.
> > While waiting last night (the xastir website and I suspect the list
> > server being down again) I did a recompile and the error did go away.
> > Now I need to find a UK map that I can make work.
> > Might have to run up my laptop over the weekend which still has Ubuntu
> > 8.04 on and compare how things run as there have been a few problems
> > with other Ham apps on 8.10
> > Roger
> 
> Hi Roger and list readers,
> 
> Fyi, I tried compiling Xastir 1.95 from CVS on a clean install of
> Xubuntu 8.10, and there were no problems.  With respect to package
> names, the only difference between the 8.10 and 6.10 as documented in
> http://www.xastir.org/wiki/index.php/HowTo:Ubuntu_6.10 was the
> libdb4.7-dev package that needs to be installed instead of
> libdb4.4-dev.
> 
> Regarding the small difference between Ubuntu 6.10 and 7.04 in the
> wiki, I followed the 6.10 procedure, which installs automake1.9 and
> libxp-dev instead of automake and x11proto-print-dev.  I found that
> there is no need to install autoconf in Intrepid/8.10 as it is
> installed as a dependency when automake1.9 is installed.  Also,
> X11proto-print-dev is installed as a dependency when libxp-dev is
> installed, which I assume was the case with Ubuntu 6.10 as well.
> 
> Fyi, I also installed the geotiff packages from the ubuntu repository
> instead of using the get-maptools script.  Knowing from recent
> experience with other Debian based distros that the header files get
> installed in /usr/include/geotiff, I copied them into /usr/include
> before compiling Xastir, and it seems happy with that.
> 
> Regards,
> 
> Lee - K5DAT
> Murphy, TX
> ___
Well I'm rapidly advancing backwards.
I just tried the CVS route and get lines like 

./../xastir/src/map_tif.c:957: warning: format ‘%s’ expects type ‘char
*’, but argument 3 has type ‘int’
../../xastir/src/map_tif.c:984: warning: format ‘%s’ expects type ‘char
*’, but argument 3 has type ‘int’
AND
../../xastir/src/map_tif.c:2591: error: ‘current_right’ undeclared
(first use in this function)
../../xastir/src/map_tif.c:2604: error: ‘current_line_width’ undeclared
(first use in this function)
../../xastir/src/map_tif.c:2655: warning: implicit declaration of
function ‘TIFFReadScanline’
make[2]: *** [map_tif.o] Error 1
make[2]: Leaving directory `/home/roger/src/XASTIR/build-full/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/roger/src/XASTIR/build-full/src'
make: *** [install-recursive] Error 1
[EMAIL PROTECTED]:~/src/XASTIR/build-full$ 

During the make and install give the same errors.
NOTE the build-full does not imply that the initial worked I just
continued in the hope that the additions might help.


Was the page used.
One question is should I have removed the 1.9.4 I had managed to compile
Before. instinct says no as a fail like now would result in no version
to run.
I apologise that I'm not very good as soon as a set of instruction stop
working.
73 Roger G6CKR
 


___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-15 Thread Lee Bengston
On Sat, Nov 15, 2008 at 2:09 PM, Tom Russo <[EMAIL PROTECTED]> wrote:
> On Sat, Nov 15, 2008 at 11:46:56AM -0600, we recorded a bogon-computron 
> collision of the <[EMAIL PROTECTED]> flavor, containing:
>> On 11/15/08, Tom Russo <[EMAIL PROTECTED]> wrote:
>> > On Fri, Nov 14, 2008 at 11:42:40PM -0600, we recorded a bogon-computron 
>> > collision of the <[EMAIL PROTECTED]> flavor, containing:
>> >
>> --snip-
>>
>> >  > Fyi, I also installed the geotiff packages from the ubuntu repository
>> >  > instead of using the get-maptools script.  Knowing from recent
>> >  > experience with other Debian based distros that the header files get
>> >  > installed in /usr/include/geotiff, I copied them into /usr/include
>> >  > before compiling Xastir, and it seems happy with that.
>> >
>> >
>> > This is probably not best practice, as those copies will not be updated if 
>> > the package is updated.
>> >
>> >  Better practice would be to tell configure to add /usr/include/geotiff to
>> >  the search path, which is easily done:
>> >/path/to/configure CPPFLAGS="-I/usr/include/geotiff"
>> >
>> >  Then you don't have orphaned copies of geotiff headers, and configure can
>> >  still find the ones that the package installs in the nonstandard place.
>> >
>>
>> For my own use, it's probably 6 one way and half a dozen the other.
>> If I do the configure mod, I'll lose it every time I rebuild Xastir.
>
> Not entirely true.  The configure options are stored in config.log and
> config.status, and if you simply do a "make" when configure has changed,
> configure will be rerun with the same options you used last time.  Or you
> can cut/paste from the comment line of config.log that captures the
> line that you used last time.

Thanks - did not realize the options were stored in separate files.

> Or you can do what I do: keep a file in your build directory called
> "reconfigure" and then run ". ./reconfigure" instead of remembering the
> options you needed to get it done.

I like that.

>> For a pre-built VM to be distributed to others, I think I'll just
>> install geotiff from souce as shown in the wiki.
>
> It's very annoying that the packagers of the Ubuntu (and Debian?) geotiff
> package chose to place the header files in a nonstandard location.

Yes, I've seen exactly the same thing in Mepis and DreamLinux, which
are Debian based.   There's a gdal binary available as well (for the
newer versions of Ubuntu, Mepis, and DreamLinux), which I have not
tried yet.

Lee - K5DAT
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-15 Thread Lee Bengston
On Sat, Nov 15, 2008 at 2:29 PM, Ray Wells <[EMAIL PROTECTED]> wrote:

>
> FWIW, I follow the Ubuntu 7.04 Wiki fairly closely on my Debian (v4.0
> Etch) systems (two desktop and one laptop installation) and xastir works
> first time, every time. geotiff headers are installed in /usr/local/include.
>
> Ray vk2tv

Yes, if you follow the wiki, geotiff is installed from source instead
of using the binary package from the repositories.  Using that method,
the headers end up where they are supposed to be.

Lee - K5DAT
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-15 Thread Ray Wells
Tom Russo wrote:
> On Sat, Nov 15, 2008 at 11:46:56AM -0600, we recorded a bogon-computron 
> collision of the <[EMAIL PROTECTED]> flavor, containing:
>   
>> On 11/15/08, Tom Russo <[EMAIL PROTECTED]> wrote:
>> 
>>> On Fri, Nov 14, 2008 at 11:42:40PM -0600, we recorded a bogon-computron 
>>> collision of the <[EMAIL PROTECTED]> flavor, containing:
>>>
>>>   
>> --snip-
>>
>> 
>>>  > Fyi, I also installed the geotiff packages from the ubuntu repository
>>>  > instead of using the get-maptools script.  Knowing from recent
>>>  > experience with other Debian based distros that the header files get
>>>  > installed in /usr/include/geotiff, I copied them into /usr/include
>>>  > before compiling Xastir, and it seems happy with that.
>>>
>>>
>>> This is probably not best practice, as those copies will not be updated if 
>>> the package is updated.
>>>
>>>  Better practice would be to tell configure to add /usr/include/geotiff to
>>>  the search path, which is easily done:
>>>/path/to/configure CPPFLAGS="-I/usr/include/geotiff"
>>>
>>>  Then you don't have orphaned copies of geotiff headers, and configure can
>>>  still find the ones that the package installs in the nonstandard place.
>>>
>>>   
>> For my own use, it's probably 6 one way and half a dozen the other.
>> If I do the configure mod, I'll lose it every time I rebuild Xastir.
>> 
>
> Not entirely true.  The configure options are stored in config.log and 
> config.status, and if you simply do a "make" when configure has changed,
> configure will be rerun with the same options you used last time.  Or you
> can cut/paste from the comment line of config.log that captures the 
> line that you used last time.
>
> Or you can do what I do: keep a file in your build directory called 
> "reconfigure" and then run ". ./reconfigure" instead of remembering the 
> options you needed to get it done.
>
>   
>> For a pre-built VM to be distributed to others, I think I'll just
>> install geotiff from souce as shown in the wiki.
>> 
>
> It's very annoying that the packagers of the Ubuntu (and Debian?) geotiff
> package chose to place the header files in a nonstandard location.
>
>   
FWIW, I follow the Ubuntu 7.04 Wiki fairly closely on my Debian (v4.0 
Etch) systems (two desktop and one laptop installation) and xastir works 
first time, every time. geotiff headers are installed in /usr/local/include.

Ray vk2tv

___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-15 Thread Tom Russo
On Sat, Nov 15, 2008 at 11:46:56AM -0600, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> On 11/15/08, Tom Russo <[EMAIL PROTECTED]> wrote:
> > On Fri, Nov 14, 2008 at 11:42:40PM -0600, we recorded a bogon-computron 
> > collision of the <[EMAIL PROTECTED]> flavor, containing:
> >
> --snip-
> 
> >  > Fyi, I also installed the geotiff packages from the ubuntu repository
> >  > instead of using the get-maptools script.  Knowing from recent
> >  > experience with other Debian based distros that the header files get
> >  > installed in /usr/include/geotiff, I copied them into /usr/include
> >  > before compiling Xastir, and it seems happy with that.
> >
> >
> > This is probably not best practice, as those copies will not be updated if 
> > the package is updated.
> >
> >  Better practice would be to tell configure to add /usr/include/geotiff to
> >  the search path, which is easily done:
> >/path/to/configure CPPFLAGS="-I/usr/include/geotiff"
> >
> >  Then you don't have orphaned copies of geotiff headers, and configure can
> >  still find the ones that the package installs in the nonstandard place.
> >
> 
> For my own use, it's probably 6 one way and half a dozen the other.
> If I do the configure mod, I'll lose it every time I rebuild Xastir.

Not entirely true.  The configure options are stored in config.log and 
config.status, and if you simply do a "make" when configure has changed,
configure will be rerun with the same options you used last time.  Or you
can cut/paste from the comment line of config.log that captures the 
line that you used last time.

Or you can do what I do: keep a file in your build directory called 
"reconfigure" and then run ". ./reconfigure" instead of remembering the 
options you needed to get it done.

> For a pre-built VM to be distributed to others, I think I'll just
> install geotiff from souce as shown in the wiki.

It's very annoying that the packagers of the Ubuntu (and Debian?) geotiff
package chose to place the header files in a nonstandard location.

-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236http://kevan.org/brain.cgi?DDTNM
 "Argue for your limitations and sure enough, they're yours."  -- R. Bach
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-15 Thread Curt, WE7U
On Sat, 15 Nov 2008, Lee Bengston wrote:

> On 11/15/08, Tom Russo <[EMAIL PROTECTED]> wrote:
>> On Fri, Nov 14, 2008 at 11:42:40PM -0600, we recorded a bogon-computron 
>> collision of the <[EMAIL PROTECTED]> flavor, containing:
>>
> --snip-
>
>> > Fyi, I also installed the geotiff packages from the ubuntu repository
>> > instead of using the get-maptools script.  Knowing from recent
>> > experience with other Debian based distros that the header files get
>> > installed in /usr/include/geotiff, I copied them into /usr/include
>> > before compiling Xastir, and it seems happy with that.
>>
>>
>> This is probably not best practice, as those copies will not be updated if 
>> the package is updated.
>>
>>  Better practice would be to tell configure to add /usr/include/geotiff to
>>  the search path, which is easily done:
>>/path/to/configure CPPFLAGS="-I/usr/include/geotiff"
>>
>>  Then you don't have orphaned copies of geotiff headers, and configure can
>>  still find the ones that the package installs in the nonstandard place.
>>
>
> For my own use, it's probably 6 one way and half a dozen the other.
> If I do the configure mod, I'll lose it every time I rebuild Xastir.
> For a pre-built VM to be distributed to others, I think I'll just
> install geotiff from souce as shown in the wiki.

How'z about creating symlinks in /usr/include to the real spot
instead?  That way it picks up any updates and Xastir's configure
can still find the package.

Another alternative might be to tweak the xastir update script in
your distributed VMWare image to include the configure option and
insist that people use that to upgrade to the latest CVS.

-- 
Curt, WE7U. archer at eskimo dot com
http://www.eskimo.com/~archer
   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
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-15 Thread Lee Bengston
On 11/15/08, Tom Russo <[EMAIL PROTECTED]> wrote:
> On Fri, Nov 14, 2008 at 11:42:40PM -0600, we recorded a bogon-computron 
> collision of the <[EMAIL PROTECTED]> flavor, containing:
>
--snip-

>  > Fyi, I also installed the geotiff packages from the ubuntu repository
>  > instead of using the get-maptools script.  Knowing from recent
>  > experience with other Debian based distros that the header files get
>  > installed in /usr/include/geotiff, I copied them into /usr/include
>  > before compiling Xastir, and it seems happy with that.
>
>
> This is probably not best practice, as those copies will not be updated if 
> the package is updated.
>
>  Better practice would be to tell configure to add /usr/include/geotiff to
>  the search path, which is easily done:
>/path/to/configure CPPFLAGS="-I/usr/include/geotiff"
>
>  Then you don't have orphaned copies of geotiff headers, and configure can
>  still find the ones that the package installs in the nonstandard place.
>

For my own use, it's probably 6 one way and half a dozen the other.
If I do the configure mod, I'll lose it every time I rebuild Xastir.
For a pre-built VM to be distributed to others, I think I'll just
install geotiff from souce as shown in the wiki.

Thanks,
Lee
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-15 Thread Tom Russo
On Fri, Nov 14, 2008 at 11:42:40PM -0600, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> On Fri, Nov 14, 2008 at 2:23 PM, roger g6ckr <[EMAIL PROTECTED]> wrote:
> 
> > Thanks for filling in the gaps.
> > While waiting last night (the xastir website and I suspect the list
> > server being down again) I did a recompile and the error did go away.
> > Now I need to find a UK map that I can make work.
> > Might have to run up my laptop over the weekend which still has Ubuntu
> > 8.04 on and compare how things run as there have been a few problems
> > with other Ham apps on 8.10
> > Roger
> 
> Hi Roger and list readers,
> 
> Fyi, I tried compiling Xastir 1.95 from CVS on a clean install of
> Xubuntu 8.10, and there were no problems.  With respect to package
> names, the only difference between the 8.10 and 6.10 as documented in
> http://www.xastir.org/wiki/index.php/HowTo:Ubuntu_6.10 was the
> libdb4.7-dev package that needs to be installed instead of
> libdb4.4-dev.
> 
> Regarding the small difference between Ubuntu 6.10 and 7.04 in the
> wiki, I followed the 6.10 procedure, which installs automake1.9 and
> libxp-dev instead of automake and x11proto-print-dev.  I found that
> there is no need to install autoconf in Intrepid/8.10 as it is
> installed as a dependency when automake1.9 is installed.  Also,
> X11proto-print-dev is installed as a dependency when libxp-dev is
> installed, which I assume was the case with Ubuntu 6.10 as well.

You might want to update the Wiki.  It is badly in need of being updated.

> Fyi, I also installed the geotiff packages from the ubuntu repository
> instead of using the get-maptools script.  Knowing from recent
> experience with other Debian based distros that the header files get
> installed in /usr/include/geotiff, I copied them into /usr/include
> before compiling Xastir, and it seems happy with that.

This is probably not best practice, as those copies will not be updated if
the package is updated.

Better practice would be to tell configure to add /usr/include/geotiff to
the search path, which is easily done:
   /path/to/configure CPPFLAGS="-I/usr/include/geotiff"

Then you don't have orphaned copies of geotiff headers, and configure can
still find the ones that the package installs in the nonstandard place.

-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236http://kevan.org/brain.cgi?DDTNM
 "Argue for your limitations and sure enough, they're yours."  -- R. Bach



___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-14 Thread Lee Bengston
On Fri, Nov 14, 2008 at 2:23 PM, roger g6ckr <[EMAIL PROTECTED]> wrote:

> Thanks for filling in the gaps.
> While waiting last night (the xastir website and I suspect the list
> server being down again) I did a recompile and the error did go away.
> Now I need to find a UK map that I can make work.
> Might have to run up my laptop over the weekend which still has Ubuntu
> 8.04 on and compare how things run as there have been a few problems
> with other Ham apps on 8.10
> Roger

Hi Roger and list readers,

Fyi, I tried compiling Xastir 1.95 from CVS on a clean install of
Xubuntu 8.10, and there were no problems.  With respect to package
names, the only difference between the 8.10 and 6.10 as documented in
http://www.xastir.org/wiki/index.php/HowTo:Ubuntu_6.10 was the
libdb4.7-dev package that needs to be installed instead of
libdb4.4-dev.

Regarding the small difference between Ubuntu 6.10 and 7.04 in the
wiki, I followed the 6.10 procedure, which installs automake1.9 and
libxp-dev instead of automake and x11proto-print-dev.  I found that
there is no need to install autoconf in Intrepid/8.10 as it is
installed as a dependency when automake1.9 is installed.  Also,
X11proto-print-dev is installed as a dependency when libxp-dev is
installed, which I assume was the case with Ubuntu 6.10 as well.

Fyi, I also installed the geotiff packages from the ubuntu repository
instead of using the get-maptools script.  Knowing from recent
experience with other Debian based distros that the header files get
installed in /usr/include/geotiff, I copied them into /usr/include
before compiling Xastir, and it seems happy with that.

Regards,

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


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-14 Thread roger g6ckr
On Thu, 2008-11-13 at 22:30 -0700, Tom Russo wrote:
> On Thu, Nov 13, 2008 at 05:58:29PM +, we recorded a bogon-computron 
> collision of the <[EMAIL PROTECTED]> flavor, containing:
> [removing db4.4 and others]
> > OK all I have now is libdB4.7 and 4.6 which I left because synaptic
> > wanted to rip out a lot more stuff most of which looked like it was
> > still required.
> > But I still get the same mention of 4.4 whe i start xastir
> 
> When removing these, it's generally necessary only to remove the -dev 
> packages,
> not all the run time packages.  The run-time packages are often required by
> other packages and will break things if you remove them (as you noticed),
> but you should only have a single -dev package, and it should match the 
> highest (latest) version of the collection of run-time packagess you've got
> installed.  So you can have both libdb4.7 and libdb4.6 packages, but you 
> should 
> only have libdb4.7-dev.
> 
> Xastir's configure procedure looks for the highest numbered release of
> Berkeley DB, and links against that.  The -dev package that is installed has 
> got to match that version.
> 
> Most (if not all) Ubuntu packages that depend on Berkeley DB of a particular 
> version only require the run-time, not the -dev.  -dev packages are for codes 
> you'll be building from source.  The dev packages are the ones with the 
> header files used to build other codes from source, the run-time packages
> have the shared libraries and any associated applications.
> 
Thanks for filling in the gaps.
While waiting last night (the xastir website and I suspect the list
server being down again) I did a recompile and the error did go away.
Now I need to find a UK map that I can make work.
Might have to run up my laptop over the weekend which still has Ubuntu
8.04 on and compare how things run as there have been a few problems
with other Ham apps on 8.10
Roger 

___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-13 Thread Tom Russo
On Thu, Nov 13, 2008 at 05:58:29PM +, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
[removing db4.4 and others]
> OK all I have now is libdB4.7 and 4.6 which I left because synaptic
> wanted to rip out a lot more stuff most of which looked like it was
> still required.
> But I still get the same mention of 4.4 whe i start xastir

When removing these, it's generally necessary only to remove the -dev packages,
not all the run time packages.  The run-time packages are often required by
other packages and will break things if you remove them (as you noticed),
but you should only have a single -dev package, and it should match the 
highest (latest) version of the collection of run-time packagess you've got
installed.  So you can have both libdb4.7 and libdb4.6 packages, but you should 
only have libdb4.7-dev.

Xastir's configure procedure looks for the highest numbered release of
Berkeley DB, and links against that.  The -dev package that is installed has 
got to match that version.

Most (if not all) Ubuntu packages that depend on Berkeley DB of a particular 
version only require the run-time, not the -dev.  -dev packages are for codes 
you'll be building from source.  The dev packages are the ones with the 
header files used to build other codes from source, the run-time packages
have the shared libraries and any associated applications.

-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236http://kevan.org/brain.cgi?DDTNM
 "Argue for your limitations and sure enough, they're yours."  -- R. Bach
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-13 Thread Tom Russo
On Thu, Nov 13, 2008 at 05:58:29PM +, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> On Thu, 2008-11-13 at 01:53 +, Lee Bengston wrote:
> > On Thu, Nov 13, 2008 at 1:45 AM, Tom Russo <[EMAIL PROTECTED]> wrote:
> > > On Wed, Nov 12, 2008 at 10:39:11PM +, we recorded a bogon-computron 
> > > collision of the <[EMAIL PROTECTED]> flavor, containing:
> > >>
> > >> * WARNING *
> > >> Berkeley DB header files/shared library file do NOT match!
> > >> Disabling use of the map cache.
> > >>  Header file: Sleepycat Software: Berkeley DB 4.4.20: (February 24,
> > >> 2006)
> > >> Library file: Berkeley DB 4.7.25: (May 15, 2008)
> > >> * WARNING *
> > >
> > > You gotta fix that.  Get rid of the DB 4.4 header files (its '-dev' 
> > > package)
> > > and install the 4.7 -dev package instead.
[and another comment by Lee to the same effect]
> OK all I have now is libdB4.7 and 4.6 which I left because synaptic
> wanted to rip out a lot more stuff most of which looked like it was
> still required.
> But I still get the same mention of 4.4 whe i start xastir
> 
> Was there an implied "and re-complile" in there somewhere?

Yes.  Definitely.  The headers are compiled in.

-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236http://kevan.org/brain.cgi?DDTNM
 "Argue for your limitations and sure enough, they're yours."  -- R. Bach



___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-13 Thread roger g6ckr
On Thu, 2008-11-13 at 01:53 +, Lee Bengston wrote:
> On Thu, Nov 13, 2008 at 1:45 AM, Tom Russo <[EMAIL PROTECTED]> wrote:
> > On Wed, Nov 12, 2008 at 10:39:11PM +, we recorded a bogon-computron 
> > collision of the <[EMAIL PROTECTED]> flavor, containing:
> >>
> >> * WARNING *
> >> Berkeley DB header files/shared library file do NOT match!
> >> Disabling use of the map cache.
> >>  Header file: Sleepycat Software: Berkeley DB 4.4.20: (February 24,
> >> 2006)
> >> Library file: Berkeley DB 4.7.25: (May 15, 2008)
> >> * WARNING *
> >
> > You gotta fix that.  Get rid of the DB 4.4 header files (its '-dev' package)
> > and install the 4.7 -dev package instead.
> 
> From my previous post in this thread...
> 
>   Most of the packages will not be changed, but some may
>   be different.  One in particular is libdb4.4-dev, which was
>   already up to libdB4.6-dev in Ubuntu 8.04.  It may still be
>   version 4.6 in 8.10, or it could be a newer version.
> 
> At least now we all know it's libdb4.7-dev.
> 
> Lee - K5DAT
OK all I have now is libdB4.7 and 4.6 which I left because synaptic
wanted to rip out a lot more stuff most of which looked like it was
still required.
But I still get the same mention of 4.4 whe i start xastir

Was there an implied "and re-complile" in there somewhere?
or have I missed something else?
73 Roger G6CKR

___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-12 Thread Lee Bengston
On Thu, Nov 13, 2008 at 1:45 AM, Tom Russo <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 12, 2008 at 10:39:11PM +, we recorded a bogon-computron 
> collision of the <[EMAIL PROTECTED]> flavor, containing:
>>
>> * WARNING *
>> Berkeley DB header files/shared library file do NOT match!
>> Disabling use of the map cache.
>>  Header file: Sleepycat Software: Berkeley DB 4.4.20: (February 24,
>> 2006)
>> Library file: Berkeley DB 4.7.25: (May 15, 2008)
>> * WARNING *
>
> You gotta fix that.  Get rid of the DB 4.4 header files (its '-dev' package)
> and install the 4.7 -dev package instead.

>From my previous post in this thread...

  Most of the packages will not be changed, but some may
  be different.  One in particular is libdb4.4-dev, which was
  already up to libdB4.6-dev in Ubuntu 8.04.  It may still be
  version 4.6 in 8.10, or it could be a newer version.

At least now we all know it's libdb4.7-dev.

Lee - K5DAT
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-12 Thread Tom Russo
On Wed, Nov 12, 2008 at 10:39:11PM +, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> 
> * WARNING *
> Berkeley DB header files/shared library file do NOT match!
> Disabling use of the map cache.
>  Header file: Sleepycat Software: Berkeley DB 4.4.20: (February 24,
> 2006)
> Library file: Berkeley DB 4.7.25: (May 15, 2008)
> * WARNING *

You gotta fix that.  Get rid of the DB 4.4 header files (its '-dev' package)
and install the 4.7 -dev package instead.  

-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236http://kevan.org/brain.cgi?DDTNM
 "Argue for your limitations and sure enough, they're yours."  -- R. Bach
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-12 Thread roger g6ckr
On Wed, 2008-11-12 at 22:39 +, roger g6ckr wrote:

> > 
> > To get the same effect, you can create a launcher that does:
> > 
> >  env LANG="en_GB" xastir 
> > 
Interestingly the above works if the launcher is set to launch as
"application in a terminal" but
env LANG="en_GB" /usr/local/bin/xastir
is needed if just application.
And I found the ICON.

May have over trimmed a bit so will add back that Ubuntu 8.10 is the OS

73 Roger

___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-12 Thread roger g6ckr
On Wed, 2008-11-12 at 15:09 -0700, Tom Russo wrote:
> On Wed, Nov 12, 2008 at 09:58:36PM +, we recorded a bogon-computron 
> collision of the <[EMAIL PROTECTED]> flavor, containing:
> > On Wed, 2008-11-12 at 21:18 +, roger g6ckr wrote:
> > > On Wed, 2008-11-12 at 10:27 -0800, Curt, WE7U wrote:
> > > > On Tue, 11 Nov 2008, roger g6ckr wrote:
> > > > 
> > > > > Warning:
> > > > >Name: create_appshell text_output
> > > > >Class: XmTextField
> > > > >Character '\41' not supported in font.  Discarded.
> > > > 
> > > > In the FAQ.
> > > > 
> > > Thanks.
> > > Also at the bottom of the Ubuntu HowTo page.
> > > will be logging out and back to test shortly.
> > > I assume it will work with GB as well as US.
> > > Roger
> > Additional info.
> > Tried changing from
> > LANG="en_GB.UTF-8"
> > to
> > LANG="en_GB"
> > 
> > and logged out and back in the result was the same
> > So I tried 
> > LANG="en_US" still the same.
> 
> The /etc/environment file mentioned in the Ubuntu HowTo page seems not to 
> matter
> anymore in Ubuntu 8.04.  That is, it seems never to be read and the 
> environment
> is never set from it. (You can check --- do an ls -lu on the file and you'll
> find that it's never read on reboot and login.)
> 
> To get the same effect, you can create a launcher that does:
> 
>  env LANG="en_GB" xastir 
> 
> instead of just "xastir", and that'll do the trick.  It'll change the language
> setting ONLY for the process running xastir, and the annoying X messages go
> away.
> 
> Ever since I upgraded to 8.04 I had to do this.  I have yet to find any 
> file in /etc that allows me to customize the language properly, nor have I
> figured out (or really tried to figure out) what file gets scribbled when
> one uses the GUI interface to set the language (which does not give you the
> option to drop the UTF-8 from your current setting).
> 
> If you figure it out, lemme know, because it's one of those annoyances about
> the upgrade I simply haven't bothered to work through, just work around.
> 
That makes me feel a bit better I had reached the similar conclusion and
just done in in the shell (after a few Googled prompts)
The whole output is pasted in case there are any other bits that need
attention.

[EMAIL PROTECTED]:~$ LANG=en_GB
[EMAIL PROTECTED]:~$ xastir


* WARNING *
Berkeley DB header files/shared library file do NOT match!
Disabling use of the map cache.
 Header file: Sleepycat Software: Berkeley DB 4.4.20: (February 24,
2006)
Library file: Berkeley DB 4.7.25: (May 15, 2008)
* WARNING *


Built-in map types:
  gnis   USGS GNIS Datapoints
   map   APRSdos Maps
   map   WinAPRS/MacAPRS/X-APRS Maps
   pdb   PocketAPRS Maps

Support for these additional map types has been compiled in: 
   geo   Image Map (ImageMagick/GraphicsMagick library, many formats
allowed)
   geo   URL (Internet maps via libcurl library)
   shp   ESRI Shapefile Maps (Shapelib library)
   xpm   X Pixmap Maps (XPM library)
festival_client: connect to server failed
SayText: Couldn't open socket to Festival
Warning: locale not supported by C library, locale unchanged
Indexing maps...
Finished indexing maps
*** Reading WX Alert log files
*** Done with WX Alert log files

-
73 Roger



___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-12 Thread Tom Russo
On Wed, Nov 12, 2008 at 09:58:36PM +, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> On Wed, 2008-11-12 at 21:18 +, roger g6ckr wrote:
> > On Wed, 2008-11-12 at 10:27 -0800, Curt, WE7U wrote:
> > > On Tue, 11 Nov 2008, roger g6ckr wrote:
> > > 
> > > > Warning:
> > > >Name: create_appshell text_output
> > > >Class: XmTextField
> > > >Character '\41' not supported in font.  Discarded.
> > > 
> > > In the FAQ.
> > > 
> > Thanks.
> > Also at the bottom of the Ubuntu HowTo page.
> > will be logging out and back to test shortly.
> > I assume it will work with GB as well as US.
> > Roger
> Additional info.
> Tried changing from
> LANG="en_GB.UTF-8"
> to
> LANG="en_GB"
> 
> and logged out and back in the result was the same
> So I tried 
> LANG="en_US" still the same.

The /etc/environment file mentioned in the Ubuntu HowTo page seems not to matter
anymore in Ubuntu 8.04.  That is, it seems never to be read and the environment
is never set from it. (You can check --- do an ls -lu on the file and you'll
find that it's never read on reboot and login.)

To get the same effect, you can create a launcher that does:

 env LANG="en_GB" xastir 

instead of just "xastir", and that'll do the trick.  It'll change the language
setting ONLY for the process running xastir, and the annoying X messages go
away.

Ever since I upgraded to 8.04 I had to do this.  I have yet to find any 
file in /etc that allows me to customize the language properly, nor have I
figured out (or really tried to figure out) what file gets scribbled when
one uses the GUI interface to set the language (which does not give you the
option to drop the UTF-8 from your current setting).

If you figure it out, lemme know, because it's one of those annoyances about
the upgrade I simply haven't bothered to work through, just work around.

-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236http://kevan.org/brain.cgi?DDTNM
 "Argue for your limitations and sure enough, they're yours."  -- R. Bach
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-12 Thread roger g6ckr
On Wed, 2008-11-12 at 21:18 +, roger g6ckr wrote:
> On Wed, 2008-11-12 at 10:27 -0800, Curt, WE7U wrote:
> > On Tue, 11 Nov 2008, roger g6ckr wrote:
> > 
> > > Warning:
> > >Name: create_appshell text_output
> > >Class: XmTextField
> > >Character '\41' not supported in font.  Discarded.
> > 
> > In the FAQ.
> > 
> Thanks.
> Also at the bottom of the Ubuntu HowTo page.
> will be logging out and back to test shortly.
> I assume it will work with GB as well as US.
> Roger
Additional info.
Tried changing from
LANG="en_GB.UTF-8"
to
LANG="en_GB"

and logged out and back in the result was the same
So I tried 
LANG="en_US" still the same.

I then checked the FAQ which says reboot rather than log out.
tried that and the problem is still the same.

So either the is another file the sets the LANG or something else has
changed.

I guess if I had set up a Launcher I would never have seen it so I can
live with it but on the other hand it will be wasting a few processor
cycles.

Getting a UK map to replace the outline pat of the world map is probably
a more important goal.
73 Roger
G6CKR


___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-12 Thread roger g6ckr
On Wed, 2008-11-12 at 10:27 -0800, Curt, WE7U wrote:
> On Tue, 11 Nov 2008, roger g6ckr wrote:
> 
> > Warning:
> >Name: create_appshell text_output
> >Class: XmTextField
> >Character '\41' not supported in font.  Discarded.
> 
> In the FAQ.
> 
Thanks.
Also at the bottom of the Ubuntu HowTo page.
will be logging out and back to test shortly.
I assume it will work the GB as well as US.
Roger

___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-12 Thread Curt, WE7U
On Tue, 11 Nov 2008, roger g6ckr wrote:

> Warning:
>Name: create_appshell text_output
>Class: XmTextField
>Character '\41' not supported in font.  Discarded.

In the FAQ.

-- 
Curt, WE7U. archer at eskimo dot com
http://www.eskimo.com/~archer
   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
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-12 Thread roger g6ckr
Well I have managed to compile 1.9.4 on my Ubuntu 8.10 system.
Nearly fell at the last but remembered from fldigi testing to blow away
the old ./xastir folder. Was geting a map error and launch was stopping.
I am getting warnings like the one below. But it's not crashing the app
"
Warning: 
Name: create_appshell text_output
Class: XmTextField
Character '\41' not supported in font.  Discarded.
"
But I half remember reading something about that and will go look later
(but I off back to work for a wile in a few minutes so if some kind
person would like to point me in the right direction I wont complain ;-)

The HowTo for 6.10 /7.04 was followed and then the read me files form
the tarball were followed once it was opened.
73 Roger G6CKR



On Tue, 2008-11-11 at 12:39 +1000, David wrote:
> Hi All...the HowTo for Ubuntu _6.10 is excellentuse the 7.04 info 
> and it will work on 8.04 no problems.just done a reinstall of 8.04 
> on a h/d as im having problems with the new 8.10
> if you use the CVS for th d/l and setup and you need to update there 
> will be a file in the main dir update-xastirive used this to do 
> updating many times...works very well
> 
> 73 David VK4BDJ
> 
> 
> 
> Lee Bengston wrote:
> > The 1.94 source package (I assume you downloaded the stable version)
> > requires various libraries to be installed before it will compile.
> > The binary has been build for Ubuntu as is, so it is expected to work
> > without installing any additional packages.
> >
> > http://www.xastir.org/wiki/index.php/HowTo:Ubuntu_6.10
> >
> > The link above has a HowTo that should be close to what you need.
> >
> > One suggestion: instead of using apt-get install, use adept or
> > synaptic and search for the packages starting with the section labeled
> >  "start installing packages".  If you don't find the package using the
> > exact name in the HowTo, use part of the name, and see what it finds.
> > Most of the packages will not be changed, but some may be different.
> > One in particular is libdb4.4-dev, which was already up to
> > libdB4.6-dev in Ubuntu 8.04.  It may still be version 4.6 in 8.10, or
> > it could be a newer version
> >
> > The HowTo includes the CVS procedure, but the same packages to any any
> > source code version of Xastir.
> >
> > Have fun,
> >
> > Lee - K5DAT
> >
> >
> > On Mon, Nov 10, 2008 at 11:32 AM, roger g6ckr <[EMAIL PROTECTED]> wrote:
> >   
> >> Hi.
> >> I'm the He mentioned.
> >> I have the 1.9.3 binary now running.
> >> But for a compile of 1.9.4get loads of complaints from the make stage
> >> ending in an error 2 last line.
> >> I notice there are a few problems with Ubuntu 8.10 (upgraded from 8.04)
> >> which I will read through before jumping at the CVS route.
> >> 
> > ___
> > Xastir mailing list


___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-10 Thread Steve/WM5Z
Yup, it's all back.



Lee Bengston wrote:
> On Mon, Nov 10, 2008 at 11:08 AM, Steve/WM5Z <[EMAIL PROTECTED]> wrote:
>   
>> Thanks Lee,
>>
>> I did forget that step. Is the server back up? Last I checked the
>> tarball wasn't downloading. It would just time out.
>>
>> Steve
>>
>> 
>
> I didn't try a download yesterday when I sent that message, but
> sourceforge appeared to be up - unlike the xastir.org site, which I
> could not access then, but I can now.
>
> Lee
> ___
> Xastir mailing list
> [email protected]
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
>
>   
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-10 Thread David
Hi All...the HowTo for Ubuntu _6.10 is excellentuse the 7.04 info 
and it will work on 8.04 no problems.just done a reinstall of 8.04 
on a h/d as im having problems with the new 8.10
if you use the CVS for th d/l and setup and you need to update there 
will be a file in the main dir update-xastirive used this to do 
updating many times...works very well

73 David VK4BDJ



Lee Bengston wrote:
> The 1.94 source package (I assume you downloaded the stable version)
> requires various libraries to be installed before it will compile.
> The binary has been build for Ubuntu as is, so it is expected to work
> without installing any additional packages.
>
> http://www.xastir.org/wiki/index.php/HowTo:Ubuntu_6.10
>
> The link above has a HowTo that should be close to what you need.
>
> One suggestion: instead of using apt-get install, use adept or
> synaptic and search for the packages starting with the section labeled
>  "start installing packages".  If you don't find the package using the
> exact name in the HowTo, use part of the name, and see what it finds.
> Most of the packages will not be changed, but some may be different.
> One in particular is libdb4.4-dev, which was already up to
> libdB4.6-dev in Ubuntu 8.04.  It may still be version 4.6 in 8.10, or
> it could be a newer version
>
> The HowTo includes the CVS procedure, but the same packages to any any
> source code version of Xastir.
>
> Have fun,
>
> Lee - K5DAT
>
>
> On Mon, Nov 10, 2008 at 11:32 AM, roger g6ckr <[EMAIL PROTECTED]> wrote:
>   
>> Hi.
>> I'm the He mentioned.
>> I have the 1.9.3 binary now running.
>> But for a compile of 1.9.4get loads of complaints from the make stage
>> ending in an error 2 last line.
>> I notice there are a few problems with Ubuntu 8.10 (upgraded from 8.04)
>> which I will read through before jumping at the CVS route.
>> 
> ___
> Xastir mailing list
> [email protected]
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
>
>   

___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-10 Thread Lee Bengston
The 1.94 source package (I assume you downloaded the stable version)
requires various libraries to be installed before it will compile.
The binary has been build for Ubuntu as is, so it is expected to work
without installing any additional packages.

http://www.xastir.org/wiki/index.php/HowTo:Ubuntu_6.10

The link above has a HowTo that should be close to what you need.

One suggestion: instead of using apt-get install, use adept or
synaptic and search for the packages starting with the section labeled
 "start installing packages".  If you don't find the package using the
exact name in the HowTo, use part of the name, and see what it finds.
Most of the packages will not be changed, but some may be different.
One in particular is libdb4.4-dev, which was already up to
libdB4.6-dev in Ubuntu 8.04.  It may still be version 4.6 in 8.10, or
it could be a newer version

The HowTo includes the CVS procedure, but the same packages to any any
source code version of Xastir.

Have fun,

Lee - K5DAT


On Mon, Nov 10, 2008 at 11:32 AM, roger g6ckr <[EMAIL PROTECTED]> wrote:
> Hi.
> I'm the He mentioned.
> I have the 1.9.3 binary now running.
> But for a compile of 1.9.4get loads of complaints from the make stage
> ending in an error 2 last line.
> I notice there are a few problems with Ubuntu 8.10 (upgraded from 8.04)
> which I will read through before jumping at the CVS route.
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-10 Thread Lee Bengston
On Mon, Nov 10, 2008 at 11:08 AM, Steve/WM5Z <[EMAIL PROTECTED]> wrote:
> Thanks Lee,
>
> I did forget that step. Is the server back up? Last I checked the
> tarball wasn't downloading. It would just time out.
>
> Steve
>

I didn't try a download yesterday when I sent that message, but
sourceforge appeared to be up - unlike the xastir.org site, which I
could not access then, but I can now.

Lee
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-10 Thread Steve/WM5Z
Thanks Lee,

I did forget that step. Is the server back up? Last I checked the 
tarball wasn't downloading. It would just time out.

Steve



Lee Bengston wrote:
> Hi Steve,
>
> Fyi, the Xastir development tarball can be downloaded via the link below:
>
> http://sourceforge.net/projects/xastir/
>
> One comment, if he does download from CVS, he will need to execute the
> bootstrap.sh script.
>
> Regards,
>
> Lee - K5DAT
> Murphy, TX
>
>
> On Sun, Nov 9, 2008 at 4:54 PM, Steve/WM5Z <[EMAIL PROTECTED]> wrote:
>   
>>  Original Message 
>> Subject:Re: [linuxham] Xastir
>> Date:   Sun, 09 Nov 2008 15:45:36 -0700
>> From:   Steve/WM5Z <[EMAIL PROTECTED]>
>> To: [EMAIL PROTECTED]
>> References: <[EMAIL PROTECTED]>
>> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
>>
>>
>> OOPS, forgot a line. See line I added below
>>
>> There is another method you can use too.
>>
>> Open gedit (if you are using gnome) or kedit (KDE's version) and paste the
>> following into it;
>>
>> update -P -d
>> status -v
>> diff -u
>>
>> Save this as a file named ".cvsrc" and be sure to include the period before
>> the name.
>>
>> Next, open a terminal window. Cut and past the following line;
>>
>> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/xastir login
>>
>> This will log you into the cvs. When it asks for a password, just hit enter.
>> Do not add anything. You will now be logged in anonymously.
>>
>> Now cut and paste this line. Sit back as you will now be building and
>> downloading all the files needed to build xastir in a file folder called
>> xastir.
>>
>> -
>> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/xastir co
>> xastir
>> -
>>
>> You could save this for later use as you can update xastir right along with
>> the developers.
>>
>> In the Terminal window, you change directories to xastir, do the
>> "./configure, make as usual, then change to superuser to install.
>>
>> One other hint. If you want to automatically install almost all of the tool
>> libraries, within xastir, change to superuser cd to scripts and type;
>>
>> sh get-maptools.sh When that is finished, type or cut and paste into
>> terminal
>>
>> /sbin/ldconfig
>>
>> when that has finished, type exit.
>>
>> One gotcha to be very careful of is to never run ./configure or make as
>> superuser. You will make a mess that is hard to clean up. Also never run
>> xastir in su mode.
>>
>> Do the ./configure - make from here and you will have all that you need.
>>
>>
>>
>> Hope this helps Roger.
>>
>>
>> Steve/WM5Z
>>
>> roger g6ckr wrote:
>> 
>>> On Fri, 2008-11-07 at 17:54 -0700, Steve/WM5Z wrote:
>>>
>>>   
 Try http://www.xastir.org and on the left side of the page is a link to
 the active download place. But I just checked, and I guess that the page is
 down.

 I could send you the tarball if you like.

 
>>> site is still down.
>>> So I might have the take you up in the tarball if nothing is working
>>> nearer next weekend.
>>> odd problem  at the moment is it complains that libcurl and / or wget is
>>> missing but both seem to be installed, so maybe its a version or
>>> location problem.
>>> Also there is a festival problem  but I did have the install that so
>>> maybe it's one of those apps that have to be run once before it's fully
>>> installed.
>>> 73 Roger
>>>
>>>
>>>   
> ___
> Xastir mailing list
> [email protected]
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
>
>   
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-10 Thread roger g6ckr
Hi.
I'm the He mentioned.
I have the 1.9.3 binary now running.
But for a compile of 1.9.4get loads of complaints from the make stage
ending in an error 2 last line.
I notice there are a few problems with Ubuntu 8.10 (upgraded from 8.04)
which I will read through before jumping at the CVS route.
Roger G6CKR
On Sun, 2008-11-09 at 20:46 -0600, Lee Bengston wrote:
> Hi Steve,
> 
> Fyi, the Xastir development tarball can be downloaded via the link below:
> 
> http://sourceforge.net/projects/xastir/
> 
> One comment, if he does download from CVS, he will need to execute the
> bootstrap.sh script.
> 
> Regards,
> 
> Lee - K5DAT
> Murphy, TX
> 
> 
> On Sun, Nov 9, 2008 at 4:54 PM, Steve/WM5Z <[EMAIL PROTECTED]> wrote:
> >
> >
> >  Original Message 
> > Subject:Re: [linuxham] Xastir
> > Date:   Sun, 09 Nov 2008 15:45:36 -0700
> > From:   Steve/WM5Z <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > References: <[EMAIL PROTECTED]>
> > <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
> >
> >
> > OOPS, forgot a line. See line I added below
> >
> > There is another method you can use too.
> >
> > Open gedit (if you are using gnome) or kedit (KDE's version) and paste the
> > following into it;
> >
> > update -P -d
> > status -v
> > diff -u
> >
> > Save this as a file named ".cvsrc" and be sure to include the period before
> > the name.
> >
> > Next, open a terminal window. Cut and past the following line;
> >
> > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/xastir login
> >
> > This will log you into the cvs. When it asks for a password, just hit enter.
> > Do not add anything. You will now be logged in anonymously.
> >
> > Now cut and paste this line. Sit back as you will now be building and
> > downloading all the files needed to build xastir in a file folder called
> > xastir.
> >
> > -
> > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/xastir co
> > xastir
> > -
> >
> > You could save this for later use as you can update xastir right along with
> > the developers.
> >
> > In the Terminal window, you change directories to xastir, do the
> > "./configure, make as usual, then change to superuser to install.
> >
> > One other hint. If you want to automatically install almost all of the tool
> > libraries, within xastir, change to superuser cd to scripts and type;
> >
> > sh get-maptools.sh When that is finished, type or cut and paste into
> > terminal
> >
> > /sbin/ldconfig
> >
> > when that has finished, type exit.
> >
> > One gotcha to be very careful of is to never run ./configure or make as
> > superuser. You will make a mess that is hard to clean up. Also never run
> > xastir in su mode.
> >
> > Do the ./configure - make from here and you will have all that you need.
> >
> >
> >
> > Hope this helps Roger.
> >
> >
> > Steve/WM5Z
> >
> > roger g6ckr wrote:
> >>
> >> On Fri, 2008-11-07 at 17:54 -0700, Steve/WM5Z wrote:
> >>
> >>>
> >>> Try http://www.xastir.org and on the left side of the page is a link to
> >>> the active download place. But I just checked, and I guess that the page 
> >>> is
> >>> down.
> >>>
> >>> I could send you the tarball if you like.
> >>>
> >>
> >> site is still down.
> >> So I might have the take you up in the tarball if nothing is working
> >> nearer next weekend.
> >> odd problem  at the moment is it complains that libcurl and / or wget is
> >> missing but both seem to be installed, so maybe its a version or
> >> location problem.
> >> Also there is a festival problem  but I did have the install that so
> >> maybe it's one of those apps that have to be run once before it's fully
> >> installed.
> >> 73 Roger
> >>
> >>
> ___
> Xastir mailing list
> [email protected]
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [Fwd: Re: [linuxham] Xastir]

2008-11-10 Thread Lee Bengston
Hi Steve,

Fyi, the Xastir development tarball can be downloaded via the link below:

http://sourceforge.net/projects/xastir/

One comment, if he does download from CVS, he will need to execute the
bootstrap.sh script.

Regards,

Lee - K5DAT
Murphy, TX


On Sun, Nov 9, 2008 at 4:54 PM, Steve/WM5Z <[EMAIL PROTECTED]> wrote:
>
>
>  Original Message 
> Subject:Re: [linuxham] Xastir
> Date:   Sun, 09 Nov 2008 15:45:36 -0700
> From:   Steve/WM5Z <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> References: <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
>
>
> OOPS, forgot a line. See line I added below
>
> There is another method you can use too.
>
> Open gedit (if you are using gnome) or kedit (KDE's version) and paste the
> following into it;
>
> update -P -d
> status -v
> diff -u
>
> Save this as a file named ".cvsrc" and be sure to include the period before
> the name.
>
> Next, open a terminal window. Cut and past the following line;
>
> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/xastir login
>
> This will log you into the cvs. When it asks for a password, just hit enter.
> Do not add anything. You will now be logged in anonymously.
>
> Now cut and paste this line. Sit back as you will now be building and
> downloading all the files needed to build xastir in a file folder called
> xastir.
>
> -
> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/xastir co
> xastir
> -
>
> You could save this for later use as you can update xastir right along with
> the developers.
>
> In the Terminal window, you change directories to xastir, do the
> "./configure, make as usual, then change to superuser to install.
>
> One other hint. If you want to automatically install almost all of the tool
> libraries, within xastir, change to superuser cd to scripts and type;
>
> sh get-maptools.sh When that is finished, type or cut and paste into
> terminal
>
> /sbin/ldconfig
>
> when that has finished, type exit.
>
> One gotcha to be very careful of is to never run ./configure or make as
> superuser. You will make a mess that is hard to clean up. Also never run
> xastir in su mode.
>
> Do the ./configure - make from here and you will have all that you need.
>
>
>
> Hope this helps Roger.
>
>
> Steve/WM5Z
>
> roger g6ckr wrote:
>>
>> On Fri, 2008-11-07 at 17:54 -0700, Steve/WM5Z wrote:
>>
>>>
>>> Try http://www.xastir.org and on the left side of the page is a link to
>>> the active download place. But I just checked, and I guess that the page is
>>> down.
>>>
>>> I could send you the tarball if you like.
>>>
>>
>> site is still down.
>> So I might have the take you up in the tarball if nothing is working
>> nearer next weekend.
>> odd problem  at the moment is it complains that libcurl and / or wget is
>> missing but both seem to be installed, so maybe its a version or
>> location problem.
>> Also there is a festival problem  but I did have the install that so
>> maybe it's one of those apps that have to be run once before it's fully
>> installed.
>> 73 Roger
>>
>>
___
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir