Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-15 Thread Kai-Martin Knaak
Colin D Bennett wrote: Synaptic package of pcb along with the compiled version? You should look at the 'prefix' where pcb is configured for installation. Default prefix is /usr/local. pcb will install its binary into /usr/local/bin and the libs into /usr/local/lib. By default, these

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-15 Thread Felipe De la Puente Christen
On Mon, 2010-11-15 at 15:21 +0100, Kai-Martin Knaak wrote: Colin D Bennett wrote: Synaptic package of pcb along with the compiled version? You should look at the 'prefix' where pcb is configured for installation. Default prefix is /usr/local. pcb will install its binary into

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-15 Thread Kovacs Levente
On Wed, 10 Nov 2010 21:19:20 + Peter TB Brett pe...@peter-b.co.uk wrote: Ignore me, I'm an idiot. Y'all are talking about PCB, not gEDA. Sorry! AFAIK, there are similar lines in the README of PCB as well. -- Kovacs Levente leventel...@gmail.com Voice: +36705071002

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-15 Thread kai-martin knaak
Felipe De la Puente Christen wrote: 2) from the current git head 3) the GL enabled version by Peter Clifton, before_pours branch. In my case, I have PCB Head built with default configuration. And also have GL enabled pcb using --program-suffix=-gl at configure time. Thus I have a clear

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-12 Thread Colin D Bennett
On Wed, 10 Nov 2010 20:46:12 -0500 d...@umich.edu wrote: P.S. Will my Ubuntu 10.04 system get confused if I install both the Synaptic package of pcb along with the compiled version? You should look at the 'prefix' where pcb is configured for installation. Don't use a prefix of '/usr' since

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-12 Thread dfro
Thanks Colin, That makes a lot of sense. Very clearly explained! I like the idea of making distinctly separate locations for each build of a program. Dave On 11/12/2010 04:01 PM, Colin D Bennett wrote: On Wed, 10 Nov 2010 20:46:12 -0500 d...@umich.edu wrote: P.S. Will my Ubuntu 10.04

gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread dfro
I want to try the latest release of pcb, but I am getting this compile error when I try the './configure' command: checking for DBUS... no configure: error: Cannot find dbus-1 = 0.61, install it and rerun ./configure Please review the following errors: No package 'dbus-1' found . My OS

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread Frank Bergmann
On 10.11.2010 21:36, DJ Delorie wrote: Try ./configure --disable-dbus or try installing package libdbus-1-dev ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread Kai-Martin Knaak
Frank Bergmann wrote: Try ./configure --disable-dbus or try installing package libdbus-1-dev This is a common experience with the configure stage of geda and pcb. The script complains about a missing library even though the library is installed. What the script really misses is the but

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread DJ Delorie
Would it be possible to change the error message accordingly? If you can come up with one that works equally well on rpm-based and deb-based systems. Patches welcome :-) ___ geda-user mailing list geda-user@moria.seul.org

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread Peter TB Brett
On Wednesday 10 November 2010 21:20:54 Kai-Martin Knaak wrote: Frank Bergmann wrote: Try ./configure --disable-dbus or try installing package libdbus-1-dev This is a common experience with the configure stage of geda and pcb. The script complains about a missing library even though the

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread Peter TB Brett
On Wed, 10 Nov 2010 21:32:33 +, Peter TB Brett pe...@peter-b.co.uk wrote: On Wednesday 10 November 2010 21:20:54 Kai-Martin Knaak wrote: Frank Bergmann wrote: Try ./configure --disable-dbus or try installing package libdbus-1-dev This is a common experience with the configure stage

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread dfro
On 11/10/2010 03:45 PM, Frank Bergmann wrote: On 10.11.2010 21:36, DJ Delorie wrote: Try ./configure --disable-dbus or try installing package libdbus-1-dev ___ geda-user mailing list geda-user@moria.seul.org

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread DJ Delorie
gdlib-config is part of the GD library available from www.boutell.com/gd. or install the gd and gd-devel packages. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread Frank Bergmann
On 10.11.2010 23:17, DJ Delorie wrote: gdlib-config is part of the GD library available from www.boutell.com/gd. or install the gd and gd-devel packages. for ubuntu you find it in libgd2-(no)xpm-dev package ___ geda-user mailing list

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread Peter Clifton
On Wed, 2010-11-10 at 17:16 -0500, d...@umich.edu wrote: Thanks. That got me past the dbus-1 error. Now I am running into this: Since _a_ version of PCB is in the Ubuntu repositories, this can be a quick start to get what you need to build that particular version. Things should not have changed

Re: gEDA-user: Problems compiling PCB Release 20100929

2010-11-10 Thread dfro
Thanks guys. I built gd-2.0.35RC5 from source with no problems, and then pcb compiled. I also tried 'sudo apt-get build-dep pcb'. I didn't know about the 'build-dep' option. I like that, so I did it and there were four or five programs that got installed. On 11/10/2010 05:59 PM, Peter Clifton