X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=mS4OZTtotzcNY/E4D/18QLL4rYNQFkomeXBVs7e62eg=; b=YMsNi7ex34K+wCbSqtIovLPOTjvqYmmq53tJzOqfxko6mwEJbBJt3ZrTZQFSAekxry qbNaor2mqQh5oJkubbearK+COdO2KHOXYlRhdIAjneu4i988BUjAGnNtPSFRrdqEJ2Yj UciM/+II1iyT7WnjO2HLKekXvhxL96aKE1+3aSkSrk9TYoOMsgpRu1VOwGrwW28L+Hbu 5EEx1oo/XHDH1vZhYds5MxPK6dHeI2zqjKNrOSWsSKTkqUnARYuJ3eeGEsVWEk+4HnI3 RQhTh1gFdTDDp55At+ejGBauVe+fpk0zxNQjbX1H9xmS3FpNxOLxZDx6QrHOz+3jNEdJ m3uA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=mS4OZTtotzcNY/E4D/18QLL4rYNQFkomeXBVs7e62eg=; b=acIzFU6TwCsDVZC9/silLad9TJFDDHwtu0XHkZkplvy68RueJ3jhJ1GJ8pNyLQ6odF iqJYlfI5cU1kuPMRznD2xkGll6Q53V5etKhxM+p8xoLaZ2jw9QR8mCUVcGZScuaC+onw LojZ46/7CeyR/qD3V4qpNUkWL3bMoJQ42kgIhJ4ItiqJdLawBmsr7aWra2NIgEhZOBft fsUNsWrkiepAA/vATVQL+5BZhp7LPzZ1TKDoRYPtFYqXS6dckRzd10oivjQDfr4xQrOj GPPsZDLtR1UQDakyWOjq5ItvwORtXm34A6YcZWP03HiDno3wdg840khaJ+6fzKO3Hhga m0ZA== X-Gm-Message-State: AIkVDXJ62w7HRZ7cG6s8hEjENtSsVTXVxvqnkKO3/t2cJN/rMTKJegtdH8+i26smlDRkRiT/3iVC52LpTr2Rug== X-Received: by 10.55.45.129 with SMTP id t123mr2034151qkh.311.1484735804346; Wed, 18 Jan 2017 02:36:44 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <20170118102334 DOT GA31364 AT lap3-ciampix> From: "Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com]" Date: Wed, 18 Jan 2017 10:36:43 +0000 Message-ID: Subject: Re: [geda-user] compiling pcb To: gEDA User Mailing List Content-Type: multipart/alternative; boundary=001a114f42fc34155705465bfe57 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --001a114f42fc34155705465bfe57 Content-Type: text/plain; charset=UTF-8 On 18 Jan 2017 10:27, "Marco Ciampa (ciampix AT libero DOT it) [via geda-user AT delorie DOT com]" wrote: I tried to give a shot at pcb 4.0.0 on git. ./configure halts with: 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 but apt-cache show dbus .... says: Version: 1.10.6-1ubuntu3 is it me doing something wrong? You probably just need to install the "-dev" package associated with dbus. One trick I've often used (although the repository version is fairly old now), is to use apt to install the build dependencies of the Ubuntu packaged version. apt-get build-dep pcb (Might be builddep, not at my laptop to check) Alternatively, if you don't use the xgsch2pcb gui, you can configure pcb without dbus support. Probably something like "./configure --disable-dbus" Depending on what you have installed may need Opengl dev libraries. I forget the package names, but likely has mesa and gl or glx in the title. Give us a shout if you get stuck, and I'll try to look it up. Peter --001a114f42fc34155705465bfe57 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On 18 Jan 2017 10:27, "Marco Ciampa (ciampix AT libero DOT it) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> wrote:
I tried to give a shot at pcb 4.0.0 on git.

./configure halts with:

checking for DBUS... no
configure: error: Cannot find dbus-1 >=3D 0.61, install it and rerun ./c= onfigure
Please review the following errors:
No package 'dbus-1' found

but

apt-cache show dbus .... says: Version: 1.10.6-1ubuntu3

is it me doing something wrong?

You probably just need to install the= "-dev" package associated with dbus.

=
One trick I've often used (although the reposit= ory version is fairly old now), is to use apt to install the build dependen= cies of the Ubuntu packaged version.

apt-get build-dep pcb

(Might be builddep, not at my laptop to check)

Alternatively, if you don't use the x= gsch2pcb gui, you can configure pcb without dbus support. Probably somethin= g like "./configure --disable-dbus"

Depending on what you have installed may need Opengl = dev libraries. I forget the package names, but likely has mesa and gl or gl= x in the title.

Give us = a shout if you get stuck, and I'll try to look it up.

Peter

--001a114f42fc34155705465bfe57--