kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00045
Re: kicad 2006-01-19
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Bryan Stillwell <bryan@...>
-
Date:
Wed, 22 Feb 2006 14:47:17 -0700
-
In-reply-to:
<200602201933.20219.frederic.coiffier@...>
-
User-agent:
Mutt/1.5.9i
On Mon, Feb 20, 2006 at 07:33:20PM +0100, Fr?d?ric COIFFIER wrote:
>Could you check you wxWidgets version ?
>I think Kicad requires wxWidgets-2.6 and it seems this error occurs with
>wxWidgets < 2.6.
>For example, with Gentoo, all makefiles must be edited to replace wx-config by
>wx-config-2.6
Frederic,
It does appear like the version in Debian Unstable is too old:
$ wx-config --version
2.6.1
I'm going to file a bug report in Debian later today to get them to
upgrade to the latest version (2.6.2).
Debian takes care of the naming problem by using an /etc/alternatives
entry:
$ ls -l /usr/bin/wx-config
lrwxrwxrwx 1 root root 27 2005-11-16 14:35 /usr/bin/wx-config -> /etc/alternatives/wx-config
$ ls -l /etc/alternatives/wx-config
lrwxrwxrwx 1 root root 43 2005-11-16 14:35 /etc/alternatives/wx-config -> /usr/lib/wx/config/gtk2-unicode-release-2.6
$ update-alternatives --display wx-config
wx-config - status is auto.
link currently points to /usr/lib/wx/config/gtk2-unicode-release-2.6
/usr/lib/wx/config/gtk2-unicode-release-2.6 - priority 268
Current `best' version is /usr/lib/wx/config/gtk2-unicode-release-2.6.
Bryan
References