cvs commit: ports/devel/cmake Makefile distinfo pkg-plist ports/devel/cmake-gui Makefile distinfo

Rene Ladan rene at freebsd.org
Fri May 21 16:57:07 UTC 2010


On 12-05-2010 18:08, René Ladan wrote:
> 2010/5/5 Dima Panov <fluffy at freebsd.org>:
>> On Thursday 06 May 2010 00:01:16 Dmitry Marakasov wrote:
>>> * René Ladan (rene at 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)


More information about the cvs-ports mailing list