← Back to team overview

kicad-developers team mailing list archive

Re: kicad 2006-01-19

 

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