Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 00:05:11 +0100
From:      "Herbert J. Skuhra" <hskuhra@eumx.net>
To:        "Ralf Mardorf" <ralf.mardorf@rocketmail.com>
Cc:        ports@freebsd.org
Subject:   Re: smasher - 'Please report the problem to ports@FreeBSD.org'
Message-ID:  <87zk0b4b88.wl%hskuhra@eumx.net>
In-Reply-To: <op.wqw90ezfuwjkcr@freebsd>
References:  <op.wqw90ezfuwjkcr@freebsd>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 14 Jan 2013 23:27:40 +0100
"Ralf Mardorf" <ralf.mardorf@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

-- 
Herbert




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87zk0b4b88.wl%hskuhra>