Re: [Xastir] Learning to use CVS with Ubuntu

2008-11-14 Thread Steve/WM5Z
You are missing the -dev file. Find it for the version of X you have 
installed. This will probably fix this problem.

Steve/WM5Z

William M. Bickley wrote:
> Having trashed my Ubuntu 8.10 install trying to make it work with
> Xastir, I'm now back to 8.;04 and Xastir 1.9.0.  Ever the glutton for
> punishment, I'm now trying to learn how to get 1.9.5 installed using CVS
> and the instructions on the WIKI.
>
> I get thru the bootstrap step ok, but then the configure step comes up
> with this:
>
>   
>
> Bootstrap complete.
> [EMAIL PROTECTED]:~/xastir$ ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
>
> Configuring xastir 1.9.5
>
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking how to run the C preprocessor... gcc -E
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for gawk... (cached) mawk
> checking for ranlib... ranlib
> checking for devices... found /dev/ttyS0 and /dev/ttyS1
> checking for search paths... done
> checking for the pthreads library -lpthreads... no
> checking whether pthreads work without any flags... no
> checking whether pthreads work with -Kthread... no
> checking whether pthreads work with -kthread... no
> checking for the pthreads library -llthread... no
> checking whether pthreads work with -pthread... yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for cc_r... gcc
> checking whether compiler accepts -Wno-unused-parameter... yes
> checking for compiler flags... using -g -O2 -pipe -W -Wall
> -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread
> checking for system... Linux
> checking for gm... no
> checking for /usr/bin/gm.exe... no
> checking for convert... no
> checking for /usr/bin/convert.exe... no
> checking for lpr... /usr/bin/lpr
> checking for gv... no
> checking for festival... no
> checking for gpsman... /usr/bin/gpsman
> checking for X... no
> configure: error: *** No X11!  Install X-Windows development
> headers/libraries! ***
> [EMAIL PROTECTED]:~/xastir$
>
>   
>
> Any help would be appreciated.
>
> Bill
>
>
>
> ___
> 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] Learning to use CVS with Ubuntu

2008-11-14 Thread Lee Bengston
On Fri, Nov 14, 2008 at 6:38 PM, Tom Russo <[EMAIL PROTECTED]> wrote:
> On Fri, Nov 14, 2008 at 07:31:19PM -0500, we recorded a bogon-computron 
> collision of the <[EMAIL PROTECTED]> flavor, containing:
>> Having trashed my Ubuntu 8.10 install trying to make it work with
>> Xastir, I'm now back to 8.;04 and Xastir 1.9.0.  Ever the glutton for
>> punishment, I'm now trying to learn how to get 1.9.5 installed using CVS
>> and the instructions on the WIKI.
>>
>> I get thru the bootstrap step ok, but then the configure step comes up
>> with this:
>>
> [...]
>>
>> Any help would be appreciated.
>
> Look at the wiki:
>
> http://www.xastir.org/wiki/index.php/HowTo:Ubuntu_6.10
>
> The instructions there for 7.04 are pretty much the same as for 8.04, with
> only minor changes.  It's probably easiest if you use Synaptic to install
> the packages required instead of the "apt-get" lines suggested there, because
> it'll be easier to find the right packages (the packages with version
> numbers in them probably won't be right).  But other than one or two packages
> with version numbers in their names, the 7.04 instructions are exactly right
> for 8.04, too.
>
> Important: do not install "libdb4.4-dev" but rather install libdb4.7-dev.


Actually, recalling my own libdb mistake on the original Xastir-Hardy
virtual machine where I mistakenly thought the newest version was 4.5,
the correct package for Hardy (8.04) is libdb4.6-dev.  For Intrepid
(8.10), the correct one is libdb4.7-dev.

Regards,

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


Re: [Xastir] Learning to use CVS with Ubuntu

2008-11-14 Thread Bob Nielsen
Xorg-dev has a lot of dependencies, including libx11-dev.  A quick  
look shows that getting the xastir build dependencies calls in a lot  
of the same packages.

Bob, N7XY
Bainbridge Island, WA (IOTA NA-065)

On Nov 14, 2008, at 5:07 PM, Tom Russo wrote:

> On Fri, Nov 14, 2008 at 04:46:31PM -0800, we recorded a bogon- 
> computron collision of the <[EMAIL PROTECTED]> flavor, containing:
>>  From the error message I suspect it is missing the libx11-dev
>> package, although to be safe you could use 'apt-get build-dep  
>> xastir'.
>
> The actual package needed is "xorg-dev"  That's in the wiki entry I  
> posted.
>
> -- 
> 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

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


Re: [Xastir] Learning to use CVS with Ubuntu

2008-11-14 Thread William M. Bickley
The sum of those two did the trick. I'm up now with 1.9.5.

Thanks to all.

Bill



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Bob Nielsen
Sent: Friday, November 14, 2008 7:47 PM
To: Xastir - APRS client software discussion
Subject: Re: [Xastir] Learning to use CVS with Ubuntu


 From the error message I suspect it is missing the libx11-dev  
package, although to be safe you could use 'apt-get build-dep xastir'.

Bob, N7XY

On Nov 14, 2008, at 4:31 PM, William M. Bickley wrote:

> Having trashed my Ubuntu 8.10 install trying to make it work with 
> Xastir, I'm now back to 8.;04 and Xastir 1.9.0.  Ever the glutton for 
> punishment, I'm now trying to learn how to get 1.9.5 installed
> using CVS
> and the instructions on the WIKI.
>
> I get thru the bootstrap step ok, but then the configure step comes up 
> with this:
>
>>>>>
>
> Bootstrap complete.
> [EMAIL PROTECTED]:~/xastir$ ./configure
> checking for a BSD-compatible install... /usr/bin/install -c checking 
> whether build environment is sane... yes checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
>
> Configuring xastir 1.9.5
>
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gcc... gcc
> checking for C compiler default output file name... a.out checking 
> whether the C compiler works... yes checking whether we are cross 
> compiling... no checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking how to run the C preprocessor... gcc -E
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for gawk... (cached) mawk
> checking for ranlib... ranlib
> checking for devices... found /dev/ttyS0 and /dev/ttyS1
> checking for search paths... done
> checking for the pthreads library -lpthreads... no
> checking whether pthreads work without any flags... no
> checking whether pthreads work with -Kthread... no
> checking whether pthreads work with -kthread... no
> checking for the pthreads library -llthread... no
> checking whether pthreads work with -pthread... yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for cc_r... gcc
> checking whether compiler accepts -Wno-unused-parameter... yes
> checking for compiler flags... using -g -O2 -pipe -W -Wall
> -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread
> checking for system... Linux
> checking for gm... no
> checking for /usr/bin/gm.exe... no
> checking for convert... no
> checking for /usr/bin/convert.exe... no
> checking for lpr... /usr/bin/lpr
> checking for gv... no
> checking for festival... no
> checking for gpsman... /usr/bin/gpsman
> checking for X... no
> configure: error: *** No X11!  Install X-Windows development
> headers/libraries! ***
> [EMAIL PROTECTED]:~/xastir$
>
>>>>>
>
> Any help would be appreciated.
>
> Bill
>
>
>
> ___
> 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
No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.175 / Virus Database: 270.9.3/1787 - Release Date: 11/14/2008
8:32 AM

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


Re: [Xastir] Learning to use CVS with Ubuntu

2008-11-14 Thread Tom Russo
On Fri, Nov 14, 2008 at 04:46:31PM -0800, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
>  From the error message I suspect it is missing the libx11-dev  
> package, although to be safe you could use 'apt-get build-dep xastir'.

The actual package needed is "xorg-dev"  That's in the wiki entry I posted.

-- 
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] Learning to use CVS with Ubuntu

2008-11-14 Thread Bob Nielsen
 From the error message I suspect it is missing the libx11-dev  
package, although to be safe you could use 'apt-get build-dep xastir'.

Bob, N7XY

On Nov 14, 2008, at 4:31 PM, William M. Bickley wrote:

> Having trashed my Ubuntu 8.10 install trying to make it work with
> Xastir, I'm now back to 8.;04 and Xastir 1.9.0.  Ever the glutton for
> punishment, I'm now trying to learn how to get 1.9.5 installed  
> using CVS
> and the instructions on the WIKI.
>
> I get thru the bootstrap step ok, but then the configure step comes up
> with this:
>
>
>
> Bootstrap complete.
> [EMAIL PROTECTED]:~/xastir$ ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
>
> Configuring xastir 1.9.5
>
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking how to run the C preprocessor... gcc -E
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for gawk... (cached) mawk
> checking for ranlib... ranlib
> checking for devices... found /dev/ttyS0 and /dev/ttyS1
> checking for search paths... done
> checking for the pthreads library -lpthreads... no
> checking whether pthreads work without any flags... no
> checking whether pthreads work with -Kthread... no
> checking whether pthreads work with -kthread... no
> checking for the pthreads library -llthread... no
> checking whether pthreads work with -pthread... yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for cc_r... gcc
> checking whether compiler accepts -Wno-unused-parameter... yes
> checking for compiler flags... using -g -O2 -pipe -W -Wall
> -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread
> checking for system... Linux
> checking for gm... no
> checking for /usr/bin/gm.exe... no
> checking for convert... no
> checking for /usr/bin/convert.exe... no
> checking for lpr... /usr/bin/lpr
> checking for gv... no
> checking for festival... no
> checking for gpsman... /usr/bin/gpsman
> checking for X... no
> configure: error: *** No X11!  Install X-Windows development
> headers/libraries! ***
> [EMAIL PROTECTED]:~/xastir$
>
>
>
> Any help would be appreciated.
>
> Bill
>
>
>
> ___
> 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] Learning to use CVS with Ubuntu

2008-11-14 Thread Tom Russo
On Fri, Nov 14, 2008 at 07:31:19PM -0500, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> Having trashed my Ubuntu 8.10 install trying to make it work with
> Xastir, I'm now back to 8.;04 and Xastir 1.9.0.  Ever the glutton for
> punishment, I'm now trying to learn how to get 1.9.5 installed using CVS
> and the instructions on the WIKI.
> 
> I get thru the bootstrap step ok, but then the configure step comes up
> with this:
> 
[...]
> 
> Any help would be appreciated.

Look at the wiki:

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

The instructions there for 7.04 are pretty much the same as for 8.04, with 
only minor changes.  It's probably easiest if you use Synaptic to install
the packages required instead of the "apt-get" lines suggested there, because
it'll be easier to find the right packages (the packages with version 
numbers in them probably won't be right).  But other than one or two packages
with version numbers in their names, the 7.04 instructions are exactly right
for 8.04, too.

Important: do not install "libdb4.4-dev" but rather install libdb4.7-dev.

-- 
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