It certainly would appear so:
C:\msys\1.0\local\wxMSW-2.8.10>dir
Volume in drive C has no label.
Volume Serial Number is D04E-AB3B
Directory of C:\msys\1.0\local\wxMSW-2.8.10
08/10/2009 05:23 PM <DIR> .
08/10/2009 05:23 PM <DIR> ..
08/10/2009 07:37 PM <DIR> bin
08/10/2009 05:23 PM <DIR> include
08/10/2009 07:37 PM <DIR> lib
08/10/2009 05:23 PM <DIR> share
0 File(s) 0 bytes
6 Dir(s) 339,789,967,360 bytes free
I eventually used the "--prefix=C:\msys\1.0\local\wxMSW-2.8.10" option with
configure, since the first time I configured and make (installed) the wxwigets
it didn't seem to install them in a separate directory, as the COMPILING.txt
implied. Rather, I think it was installed in the /usr/local/bin and /lib
directories (and cmake could not find them there either.) So I added the
--prefix so it would install in a specific place that I was certain of, and
included that location in the -DwxWidgets_ROOT_DIR option of cmake.
I hope that makes sense.
Anyway, I'll keep plugging away. :(
--- In [email protected], Donald H Locker <dhloc...@...> wrote:
>
> Were the wxWidgets libraries actually installed at
> c:/msys/1.0/local/wxMSW-2.8.10? I would guess that is where to begin looking.
>
> HTH,
> Donald.
>
> ----- Original Message -----
> From: "bkanobe" <bkan...@...>
> To: [email protected]
> Sent: Monday, August 10, 2009 7:09:18 AM (GMT-0500) Auto-Detected
> Subject: [kicad-users] cmake and wxwidgets
>
> Sorry to bother the developers with such a basic issue, but I'm trying to
> compile from source and can't seem to get cmake to find wxwidgets. I'm
> following the kicad COMPILING.txt to the best of my ability, but frustration
> prevails.
>
> I've downloaded wxMSW-2.8.10.zip and performed the ../configure -> make ->
> make install, which seems to work just fine.
>
> Still, I get this:
>
> C:\msys\1.0\home\Matt\kicad-2009-02-16\build\release>cmake -G "MSYS
> Makefiles" -DCMAKE_BUILD_TYPE=Release
> -DwxWidgets_ROOT_DIR=c:/msys/1.0/local/wxMSW-2.8.10 ../../
> -- Check for installed OpenGL -- found
> -- Check for installed Boost -- found
> -- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
> -- Check for installed wxWidgets -- not found
> CMake Error at CMakeModules/CheckFindPackageResult.cmake:6 (message):
> wxWidgets was not found - it is required to build Kicad
> Call Stack (most recent call first):
> CMakeLists.txt:121 (check_find_package_result)
>
>
> -- Configuring incomplete, errors occurred!
>
> Advice?
>
> Thx.
>