www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-help/2019/04/05/03:16:00

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=date:from:to:subject:message-id:in-reply-to:references:mime-version
:content-transfer-encoding;
bh=jPm0ylnRrOxE6b8XB0rzY3XZyT/p7bgGDkWvp98qs6Q=;
b=WndUAKC+wDhj5ooSTiDc/zjHaTSBrYQgNZDmxktjGE0Zyq1jhG06gP8e940WVFDvPj
DQCXNe5BPlYWJ7nyGm9BDD776q/X9r2y9nUCGL3Zi58Do8sp7V0AYHGgSu2RTSqeDWeR
Fv0yC/OcGk4OuGzXwWR9MHE4Uz3bskkgEeOd8Vr+jQU+NfvZ7BUPdqTd1aztXrOTnc8f
s1mhcTEPVrt98wuoe+zFzq+9pTg7xILj92KDY7piJIwtHt16QSs+jzDgVw3uQfJjsc45
a0vg0Q4Yu+13qhi5/fb2aP3vb/uGJZDNyRIISkPPnzCazlbF1CGSZI65rxLg5YQsaS/q
vhlg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-transfer-encoding;
bh=jPm0ylnRrOxE6b8XB0rzY3XZyT/p7bgGDkWvp98qs6Q=;
b=I9DYu5O0UfUhb8v0eKAWKz5OIShKFbTLWokFI68fmJiJKubHrKesD3Y0MRZOmRsvK9
MBBpYwj2QC6+24OSh0jVhGsxigDokaYiuIZn8qeVuzx1B5SJFGuftEv4gGNN0gChNOEA
hghonEd9AqogW8QU+Lm+Ygy+Oveso9ziqgM0eBqeeGRBApsoRBweIx3/m8UzqX/cEGip
aaYgvcprGaCmjxErbbwWGCQ6Kr32QKKPvnmAPyYWMsl07HS6180GG9LetgeHl12zGFRF
va9iXIu10nF4pWIcAb30s2A9xa+pZZn/XI+JO2Dqg0JzKPfda8wXMRZ0atQQfLWP1Kvx
rygA==
X-Gm-Message-State: APjAAAUqIjQUA+YHbIDnsoKHNaGaeuURQgGY3Mu01ISpAOZXJzgra8Pb
k/GqkFrJafMf+yxHUXZh9SdsYKkm
X-Google-Smtp-Source: APXvYqxXpJNYuaeViMkY6pGMoApF6eFWieguUdHUFJweFn4G7/m9EAw/h1dxoKzia1WWpCLrs/JE9g==
X-Received: by 2002:a19:ed03:: with SMTP id y3mr5601888lfy.30.1554448519763;
Fri, 05 Apr 2019 00:15:19 -0700 (PDT)
Date: Fri, 5 Apr 2019 10:15:14 +0300
From: "(graahnul DOT grom AT gmail DOT com) [via geda-help AT delorie DOT com]" <geda-help AT delorie DOT com>
To: geda-help AT delorie DOT com
Subject: Re: [geda-help] PCB and resizing via holes?
Message-ID: <20190405101514.248c097c@demon>
In-Reply-To: <CAHsNvaA4hjxV8MkQc2DoRGjAwhss2S3NvQcWAf8-v7Dz=TVyMw@mail.gmail.com>
References: <CAHsNvaAZKmisCbEhkFtqDo_vN7yvPjHvMiz919fgbLb+PLJP-A AT mail DOT gmail DOT com>
<xn7ec95yg9 DOT fsf AT envy DOT delorie DOT com>
<CAHsNvaBWdhC3x1iuVZRHhAU9f_TLRp0dvX+_Psh+=v1nZaw6iw AT mail DOT gmail DOT com>
<CAJZxidAY_kofsvbQBkdtLPKDABD-xF2NYC2mf0boWKqYeZt2Ug AT mail DOT gmail DOT com>
<CAHsNvaA4hjxV8MkQc2DoRGjAwhss2S3NvQcWAf8-v7Dz=TVyMw AT mail DOT gmail DOT com>
X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; amd64-portbld-freebsd11.2)
MIME-Version: 1.0
Reply-To: geda-help AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-help AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

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]" <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.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019