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

René Ladan rene at freebsd.org
Wed May 12 16:08:42 UTC 2010


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.

Rene


More information about the cvs-ports mailing list