[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Next spin of CD installer available
- To: geda-user@xxxxxxxx
- Subject: Re: gEDA-user: Next spin of CD installer available
- From: Bob Paddock <bob.paddock@xxxxxxxxx>
- Date: Sun, 28 Aug 2005 07:30:20 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Sun, 28 Aug 2005 07:42:17 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Bux+ZasUuZQ3Izez9noRBnCJdhYcx52m+SzGBTGzK3Hkv8X9geeK6BL6BYEWXsFsCbWFWXQPsxXgSdmdm84XjFG8RWALwgnHQwHWtUj5RbNCQAAw/0L4DLUYc9nA+oAdqJtTRJYFhwFb784lbyguWx/bqgPMamVRxD7cAUsnNjU=
- In-reply-to: <200508280240.04903.dw@yankee.us.com>
- Organization: The Designer-III Company http://www.designer-iii.com/
- References: <20050827162112.BD0E02AA07@earl-grey.cloud9.net> <200508280240.04903.dw@yankee.us.com>
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
- User-agent: KMail/1.8.1
On Sunday 28 August 2005 05:40 am, Daniel J Wisehart wrote:
> Everything compiled and installed up to PCB. PCB failed:
>
> checking for gtk+-2.0 >= 2.4.0... Requested 'gtk+-2.0 >= 2.4.0' but version
> of GTK+ is 2.2.4
> configure: error: Cannot find gtk+ >= 2.4.0, install it and rerun
> ./configure Failure executing command ./configure
> --prefix=/usr/local/bin/geda-install, ReturnCode = 1
>
> I wish I knew where to get the gtk binary release for SuSE 9.1. Building
> it from the sources does not sound fun.
You are right building the gtk binary is not fun at all. I have been trying
to build the gtk binary under Cygwin for days. There seems to be a circular
dependency. You have to have it installed before the build system will build
it. Seems to be a problem between different distributions, as I have no
problem building it on my Gentoo box.
Before you can even try to build gtk you have to install a bunch of other
dependencies like ATK, Pango, etc. They are described on the gtk site, and I
have had no problem building any of those.
Cygwin does have GTK+-X11 which is the latests 2.8.1 GTK build, but I have not
figured out how to get PCB to use that version. Anyone have any insight to
doing that? Maybe SuSE would have that as well?
From looking at the GTK site trying to find a solution it looks like an other
release of GTK will be coming soon because of a bug in the last release.