X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=dNf2kApgrtadq9ukhv+MXDIE8wx+Vx4fuZkXiVEdzAE=; b=CpxZ6UZLTk3WG1pHi+1Multsdv/5LKyvMWfQVlorHj8xu6J5Tl5gvMexZ00N5ljHTo 2YvyioR/yyboMCrhllp6vW+/KBua82xbCnI1zp+ZckzkkNYmzXQOOo+uV+JrY8051Lm7 ESbyVtmefMoa/9zCMD0klFIxF/UGTXtTw967feTdSTTt6v34lf9E2zXvVT526SXRzhgl ddgwoIbXChrdKZm3uy2Pr+7uHakzzDOviZNlxaoNBn7qa2a41aYR0vate+b9xNG5yXr5 F3jLUCT2x/h+Uhyv4NE4apiqp1Xcmwy+dF021I7be7yFdZYompR24FvOdXN/ze6cQ7xZ UXwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=dNf2kApgrtadq9ukhv+MXDIE8wx+Vx4fuZkXiVEdzAE=; b=i1a4XNpZqqZGer1tF9hDRMjPbTQKjPhMFAYg7tRqyIw4XVTqPDcxToYBKir5LeIH9z SNQLXoEOyDEOipO3HqwPmjBEG41pNQJ4jcrNCp/MzzNeqTzv6AME7xy7EZDiVN/i/JTJ i84HJjL9UZH35DB4OgPkTibAFNssUz2o6vG3vcaL558U4w1WxaY21oNJHwGYumuKSs+u lPsPm23Epelr13L9IOQFfAT4cn45dL+ll5uoCpPJ+1ouHJ+7o/TBqlKt/qBx2xpOFQ2n eNy2bPznNl+ORmEqG2/512Fb0gF4hueiK7CYcFMmlMRvvqGVda80o5C6qv5XNQfzdiCp DIhQ== X-Gm-Message-State: APjAAAVtL6vPHQlXXUjmzeO8gNbhZWtydoLit5X+DopfcLjmzeFKJGO3 GJslotI4b7h7cyrkp+vvzaCAjReW4lu80rEsDapqcfd0 X-Google-Smtp-Source: APXvYqx2k8pqyTRQv57X1bHTkXRYuEli9RGajv0K84MrZ+fsnKnkEuEyyYY/L7dMVbzGe4/JEeB9WgazfRRYkZisBJA= X-Received: by 2002:a6b:c909:: with SMTP id z9mr8808104iof.244.1554478146625; Fri, 05 Apr 2019 08:29:06 -0700 (PDT) MIME-Version: 1.0 References: <20190405101514 DOT 248c097c AT demon> In-Reply-To: <20190405101514.248c097c@demon> From: "Graham S (graham DOT seale AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Fri, 5 Apr 2019 16:28:55 +0100 Message-ID: Subject: Re: [geda-help] PCB and resizing via holes? To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000bda8eb0585ca252d" Reply-To: geda-help AT delorie DOT com --000000000000bda8eb0585ca252d Content-Type: text/plain; charset="UTF-8" Hello Dmitry and Chad Firstly, thank you for your help on PCB We have now gone considerable further in getting through ./configure. I tried the $ ./configure --disable-dbus, and it worked, until the next stumble over OpenGL This confused me because I have other applications which used OpenGL. Anyway, I installed GLX-related likely looking programs mentioning OpenGL until it worked. Now the script stops at.. ------------------------------------------------------ checking for GTK... no configure: error: Cannot find gtk+ >= 2.18.0, install it and rerun ./configure Please review the following errors: No package 'gtk+-2.0' found ------------------------------------------------------ Again confusing to me, because the whole system is GTK and I checked in Synaptic to see it already installed .. gtk2-engines version => 1.2.20.2-3ubuntu1 "Theme engines for GTK+ 2.x" Do we disable the check for gtk+-2.0 as well? Regards Graham On Fri, 5 Apr 2019 at 08:20, (graahnul DOT grom AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > On Fri, 5 Apr 2019 00:40:11 +0100 > "Graham S (graham DOT seale AT gmail DOT com) [via > geda-help AT delorie DOT com]" wrote: > > > I downloaded the latest version using .. > > git clone git://git.geda-project.org/pcb.git > > > > All seemed to go OK, and all the required tools (gcc, > > automake,etc) are all present. > > The ,/autogen.sh ran OK and made the configure file. > > Then I encountered the first stumble while > > running ,/configure. It is about DBUS. > > ----------------------------------- > > checking for whether to use DBUS... yes > > 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 > > You can disable dbus by passing --disable-dbus switch to > configure: > > $ ./configure --disable-dbus > > The list of available configure arguments can be obtained > by running > > $ ./configure --help > > I would also suggest to run the following command in > terminal (in the same terminal window where you then start > to build pcb) first: > > $ export WISH=/bin/true > > (assuming your shell is sh or bash; for csh the command is > "setenv WISH /bin/true") > Otherwise, the build process will pull in Tcl/Tk dependency. > > > regards, > Dmitry. > --000000000000bda8eb0585ca252d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Dmitry and Chad

Firstly, than= k you for your help on PCB
We have now gone considerable furt= her in getting through ./configure.

I tried the $ ./confi= gure --disable-dbus, and it worked, until the next stumble over OpenGL
<= /div>
This confused me because I have other applications which used Ope= nGL.
Anyway, I installed GLX-related likely looking programs = mentioning OpenGL until it worked.

Now the script stops a= t..
------------------------------------------------------
=C2=A0chec= king for GTK... no
configure: error: Cannot find gtk+ >=3D 2.18.0, in= stall it and rerun ./configure
Please review the following errors:
No= package 'gtk+-2.0' found
--------------------------------------= ----------------
Again confusing to me, because the whole sys= tem is GTK and I checked in Synaptic to see it already installed ..
gtk2-engines =C2=A0 version =3D> 1.2.20.2-3ubuntu1=C2=A0=C2=A0=C2= =A0=C2=A0 "Theme engines for GTK+ 2.x"

Do we di= sable the check for gtk+-2.0 as well?

Regards
Graham

On Fri, 5 Apr 2019 00:40:11 +0100
"Graham S (graham DOT seale AT gmail DOT com) [via
geda-help AT delori= e.com]" <geda-help AT delorie DOT com> wrote:

> I downloaded=C2=A0 the latest version using ..
> git clone git://git.geda-project.org/pcb.git
>
> All seemed to go OK, and all the required tools (gcc,
> automake,etc) are all present.
> The ,/autogen.sh ran OK and made the configure file.
> Then I encountered the first stumble while
> running ,/configure. It is about DBUS.
> -----------------------------------
> checking for whether to use DBUS... yes
> checking for DBUS... no
> configure: error: Cannot find dbus-1 >=3D 0.61, install it
> and rerun ./configure
> Please review the following errors:
> No package 'dbus-1' found

You can disable dbus by passing --disable-dbus switch to
configure:

$ ./configure --disable-dbus

The list of available configure arguments can be obtained
by running

$ ./configure --help

I would also suggest to run the following command in
terminal (in the same terminal window where you then start
to build pcb) first:

$ export WISH=3D/bin/true

(assuming your shell is sh or bash; for csh the command is
"setenv WISH /bin/true")
Otherwise, the build process will pull in Tcl/Tk dependency.


regards,
Dmitry.
--000000000000bda8eb0585ca252d--