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

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed May 5 13:01:20 UTC 2010


* 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

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru    http://www.amdmi3.ru


More information about the cvs-all mailing list