smasher - 'Please report the problem to ports at FreeBSD.org'

Ralf Mardorf ralf.mardorf at rocketmail.com
Tue Jan 15 00:17:37 UTC 2013


On Tue, 15 Jan 2013 00:05:11 +0100, Herbert J. Skuhra <hskuhra at eumx.net>  
wrote:
> On Mon, 14 Jan 2013 23:27:40 +0100
> "Ralf Mardorf" <ralf.mardorf at rocketmail.com> wrote:
>
>> # cd ../smasher && make install clean
>> [snip]
>> checking wxWidgets version... ./configure:
>> /usr/local/bin/wxgtk2-2.8-config: not found
>> not found
>> configure: error: wxWidgets is required. Try --with-wx-config.
>
> You have wxgtk26 installed, but the port requires
> x11-toolkits/wxgtk28.
>
> If you think the port builds with wxgtk26 just change the line in
> Makefile:
>
> CONFIGURE_ARGS= --with-wx-config=${LOCALBASE}/bin/wxgtk2-2.8-config
>
> to
>
> CONFIGURE_ARGS= --with-wx-config=${LOCALBASE}/bin/wxgtk2-2.6-config

Thank you Herbert,

it was possible to compile and then to launch it.

I hope it won't cause conflicts for other apps, if both versions are  
installed.

root at freebsd:/usr/ports/x11-toolkits/wxgtk28 # ls /var/db/pkg | grep wxgtk
wxgtk2-2.6.4_5
wxgtk2-2.8.12
wxgtk2-common-2.6.4_5
wxgtk2-common-2.8.12
root at freebsd:/usr/ports/x11-toolkits/wxgtk28 # cd ../../audio/smasher &&  
make install clean
[snip]
$ smasher

Regards,
Ralf

-- 
FreeBSD 9.1-RELEASE amd64


More information about the freebsd-ports mailing list