Date: Fri, 21 May 2010 18:57:00 +0200 From: Rene Ladan <rene@freebsd.org> To: Dima Panov <fluffy@freebsd.org> Cc: cvs-ports@freebsd.org, Dmitry Marakasov <amdmi3@amdmi3.ru>, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/cmake Makefile distinfo pkg-plist ports/devel/cmake-gui Makefile distinfo Message-ID: <4BF6BB5C.3050107@freebsd.org> In-Reply-To: <AANLkTilZNff9LBcteO16N7K_Vx3mpjW5Z9sKceYvOTHA@mail.gmail.com> References: <200911291151.nATBpdsp044837@repoman.freebsd.org> <s2pe890cae61005050540w4df3bd59m2a7c0fcadc495f3e@mail.gmail.com> <20100505130116.GC2998@hades.panopticon> <201005061403.12456.fluffy@freebsd.org> <AANLkTilZNff9LBcteO16N7K_Vx3mpjW5Z9sKceYvOTHA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12-05-2010 18:08, René Ladan wrote: > 2010/5/5 Dima Panov <fluffy@freebsd.org>: >> On Thursday 06 May 2010 00:01:16 Dmitry Marakasov wrote: >>> * René Ladan (rene@freebsd.org) wrote: >>>> It looks like this is still the case? I am encountering this error >>>> while trying to let CMake find wxWidgets (minimal test case extracted >>>> from a larger project): >>>> >>>> % cmake testwx >>>> CMake Error at >>>> /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:70 >>> >>>> (MESSAGE): >>> Here the problem is that you must specify path to wxconfig executable >>> with >>> >>> -DwxWidgets_CONFIG_EXECUTABLE="/usr/local/bin/wxgtk2-2.8-config" >>> >>> The problem I've reported seems to be still present but it whows itself >>> later, at compile time. See the bug I've opened in cmake bugtracker: >>> > >> http://public.kitware.com/Bug/view.php?id=10209 >> >> Did you tried CMake-2.8.1? In my tindy all looking fine with this version. >> > I updated cmake to 2.8.1, but I get the same error as before if I > don't use the kludge. > It also works fine with cmake 2.8.1 if I make a symbolic link wx-config -> ${LOCALBASE}/bin/wxgtk2-2.8-config I'll send a PR for the wxgtk28* ports. Rene -- http://www.rene-ladan.nl/ GPG fingerprint = ADBC ECCD EB5F A6B4 549F 600D 8C9E 647A E564 2BFC (subkeys.pgp.net)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BF6BB5C.3050107>