Re: [proaudio] media-sound/wired-0.3.1 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
That was the problem. Thanks.
computer number9 # ls -lah /usr/bin/wx-config
lrwxrwxrwx 1 root root 17 2006-04-11 14:29 /usr/bin/wx-config ->
wxgtk2-2.4-config
computer number9 # cd /usr/bin/
computer bin # rm wx-config
computer bin # ln -s wx-config-2.6 wx-config
computer bin # emerge -av wired
On Tue, 2006-12-05 at 05:25 +0100, Kjetil S. Matheussen wrote:
> On Mon, 4 Dec 2006, Cory Bannister wrote:
>
> > media-sound/wired-0.3.1 fails to build due to dependencies on wxGTK 2.6
> > but that is not available in portage or pro-audio
> >
> >
> > checking for wxWidgets version >= 2.6.0... no (version 2.4.2 is not new
> > enough)
> > configure: error:
> > wxWidgets must be installed on your system.
> >
> > Please check that wx-config is in path, the directory
> > where wxWidgets libraries are installed (returned by
> > 'wx-config --libs' or 'wx-config --static --libs'
> > command)
> > is in LD_LIBRARY_PATH or equivalent variable and
> > wxWidgets version is 2.6.0 or above.
> >
>
> I had to relink /usr/bin/wxconfig to /usr/bin/wxconfig-2.6 instead of
> /usr/bin/wxconfig-2.4 .
>
>
>