Re: gEDA-user: Geda 1.6 Installation failed (Giuliano Lovisotto)

2009-10-07 Thread Giuliano Lovisotto
> What is the output of: > > echo $PATH > > ? > > Thanks, > > Peter > > -- > Peter Brett > Remote Sensing Research Group > Surrey Space Centre Sorry to all ... I do not know very well Linux enviroment. Now I have understood the error. I have added this two lines to /etc/profile file: PATH=$PATH:

Re: gEDA-user: User library

2009-10-07 Thread Vincent Onelli
-- Message: 8 Date: Wed, 07 Oct 2009 02:59:13 +0200 From: Stefan Salewski Subject: Re: gEDA-user: User library To: gEDA user mailing list Message-ID: <1254877153.4121.6.ca...@amd64-x2> Content-Type: text/plain On Tue, 2009-10-06 at 19:18 -0400, Vincent Onelli wrote:

Re: gEDA-user: gschem: wiring two pins by scripting ?

2009-10-07 Thread John Doty
On Oct 6, 2009, at 11:20 PM, Chitlesh GOORAH wrote: Hello there, I wish to wire two pins by loading the .sch file by an automated method, say a script. Is there a way or did someone already has a script which wires two known pins automatically ? The attached script processes a flat file of (

Re: gEDA-user: Geda 1.6 Installation failed

2009-10-07 Thread Peter TB Brett
On Wed, 7 Oct 2009 13:11:20 +0200, Giuliano Lovisotto wrote: > Hi, > I have Ubuntu 9.04 on my laptop with geda installed from repository. > Yesterday I tried to install the new available stable version of Geda form > Sources (1.6). > I removed the old installation, I have installed all dependencie

Re: gEDA-user: Geda 1.6 Installation failed

2009-10-07 Thread Kai-Martin Knaak
On Wed, 07 Oct 2009 13:11:20 +0200, Giuliano Lovisotto wrote: > After that I did ./configure --prefix=$HOME/geda, make and make install. ^^^ This option will result in binaries in $HOME/geda/bin . Probably, this directory is not included your $PATH

gEDA-user: Geda 1.6 Installation failed

2009-10-07 Thread Giuliano Lovisotto
Hi, I have Ubuntu 9.04 on my laptop with geda installed from repository. Yesterday I tried to install the new available stable version of Geda form Sources (1.6). I removed the old installation, I have installed all dependencies listed on INSTALL file. After that I did ./confi