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=2aRJ4LkktIb7aBJFWa3sbUmUEOJBkN3u3elIZa6kyVY=; b=MA39e23t+SVovRItcXo1Z2xr710nGWGUc3tC8Zx/Gqu4UySmYYhfQsrK34c6rg6a5b ZPq5NG75FG/44bXBfz5XTTYlOq3VJKYSCzv1mEXwoAqwSypVI+ibrNM5MiAXKLGCNJiW te9tEHbHzlGmV/O2bF8bZE9k5r41Kj8m5iPwwUtBZY/fZoXAOWfhPk3OZpU6U6yP6c3S 5Eg+Z+Tk/YMurqo5FO6xE6K4YRqFDo3tz8XCs06crbJ/8ztnPDc6tl0UDstUgQY2R+zz DOv0R/87YYd8l34fhT0URZ4RTnDARdCF2l2FUHTl5vwDDCyrWz9tF4oWIiHYtKNMU2bA XWvw== 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=2aRJ4LkktIb7aBJFWa3sbUmUEOJBkN3u3elIZa6kyVY=; b=HbioJezbk8AA8Lhzx9NbpuEV/cOlDh2av5eD2nytzPTmNsLYlegy63MO6wvVhvfP1t rEjky6hfRo5uMaejsOZtmDiG2FXpjkckO2DtmWZXktBuiZdEeYllV9wIBE8lPnew+1v6 9av7zRY+ys7BpMJ/i1D8/xAwkID0ET9MhAoml8E9+AelhZoObJuFcMw5DP3qByBNoKCv I80vX6IfuMo8KqJFfaGyoKvJCYo00AwerPWwVLp9Mk5PRCmFjScsgBGBgmu5ZOFi5cWF 5M0onEF27w3bYfQzwnDHOr3H9Apg84Fd0XWcTlJ+qbHwC/pyTnNHg/ohYuz/pBscbkaW 2A3Q== X-Gm-Message-State: APjAAAXkCz6DXr4Qa0d+raYx9cF/ES1fpC1re8xjDyK82jkHhJTDyqmW 9MspR9tgen/3UL/0luk1ru8BIdIv X-Google-Smtp-Source: APXvYqwL8ksAMV1q3fVumQavQx+NZu6yS0xfFlBSUTbPRIg131PcoewJStJizRx62C+XOmEdRXbwOg== X-Received: by 2002:a19:7d84:: with SMTP id y126mr7695621lfc.124.1554487366832; Fri, 05 Apr 2019 11:02:46 -0700 (PDT) Date: Fri, 5 Apr 2019 21:02:42 +0300 From: "(graahnul DOT grom AT gmail DOT com) [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Subject: Re: [geda-help] PCB and resizing via holes? Message-ID: <20190405210242.278f904c@demon> In-Reply-To: References: <20190405101514 DOT 248c097c AT demon> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; amd64-portbld-freebsd11.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Precedence: bulk On Fri, 5 Apr 2019 16:28:55 +0100 "Graham S (graham DOT seale AT gmail DOT com) [via geda-help AT delorie DOT com]" wrote: > 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" Most likely you need to install GTK2 development package: libgtk2.0-dev. For OpenGL support, install libgtkglext1 and libgtkglext1-dev packages. You may also need to install: m4, bison, flex, libgd-dev. regards, Dmitry.