Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2010 17:01:16 +0400
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        =?utf-8?B?UmVuw6k=?= Ladan <rene@freebsd.org>
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:  <20100505130116.GC2998@hades.panopticon>
In-Reply-To: <s2pe890cae61005050540w4df3bd59m2a7c0fcadc495f3e@mail.gmail.com>
References:  <200911291151.nATBpdsp044837@repoman.freebsd.org> <20091203174326.GA22641@hades.panopticon> <s2pe890cae61005050540w4df3bd59m2a7c0fcadc495f3e@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* Ren=C3=A9 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/FindPackageHandleStandard=
Args.cmake:70
> (MESSAGE):

Here the problem is that you must specify path to wxconfig executable
with

-DwxWidgets_CONFIG_EXECUTABLE=3D"/usr/local/bin/wxgtk2-2.8-config"=20

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=3D10209

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



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