On Tue, 15 Jan 2013 00:05:11 +0100, Herbert J. Skuhra <hsku...@eumx.net> wrote:
On Mon, 14 Jan 2013 23:27:40 +0100
"Ralf Mardorf" <ralf.mard...@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@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@freebsd:/usr/ports/x11-toolkits/wxgtk28 # cd ../../audio/smasher && make install clean
[snip]
$ smasher

Regards,
Ralf

--
FreeBSD 9.1-RELEASE amd64
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to