Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2010 14:40:34 +0200
From:      =?ISO-8859-1?Q?Ren=E9_Ladan?= <rene@freebsd.org>
To:        Dmitry Marakasov <amdmi3@amdmi3.ru>
Cc:        cvs-ports@freebsd.org, ports-committers@freebsd.org, cvs-all@freebsd.org, Dima Panov <fluffy@freebsd.org>
Subject:   Re: cvs commit: ports/devel/cmake Makefile distinfo pkg-plist  ports/devel/cmake-gui Makefile distinfo
Message-ID:  <s2pe890cae61005050540w4df3bd59m2a7c0fcadc495f3e@mail.gmail.com>
In-Reply-To: <20091203174326.GA22641@hades.panopticon>
References:  <200911291151.nATBpdsp044837@repoman.freebsd.org> <20091203174326.GA22641@hades.panopticon>

next in thread | previous in thread | raw e-mail | index | archive | help
2009/12/3 Dmitry Marakasov <amdmi3@amdmi3.ru>:
> * Dima Panov (fluffy@FreeBSD.org) wrote:
>
>> =9A Log:
>> =9A - Update cmake and cmake-gui tools to 2.8.0 release
>
> You should've tested all cmake consumers in tinderbox or request an
> exp-run. This broke at least games/rigsofrods and I guess all ports
> that use cmake with wxWidgets. I'm investigating.
>
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):
  Could NOT find wxWidgets (missing: wxWidgets_FOUND)
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindwxWidgets.cmake:807
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:2 (find_package)


-- Configuring incomplete, errors occurred!

% cat testwx/CMakeLists.txt
cmake_minimum_required(VERSION 2.4.6)
find_package(wxWidgets REQUIRED)

% ls /var/db/pkg/ | grep -Ei "wx|cmake"
cmake-2.8.0_3
gccmakedep-1.0.2
py26-wxPython-2.8.7.1_5
py26-wxPython-common-2.8.7.1_4
wxgtk2-2.8.10_4
wxgtk2-common-2.8.10_4
wxgtk2-contrib-2.8.10_4
wxgtk2-contrib-common-2.8.10_4

This is on a FreeBSD 8.0-RELEASE/amd64 system with up-to-date ports.

Regards,
Rene



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?s2pe890cae61005050540w4df3bd59m2a7c0fcadc495f3e>