kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #01894
Re: error when doing cmake on winxp step 9
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"eadthemm" <padamsn@...>
-
Date:
Wed, 22 Oct 2008 00:07:22 -0000
-
In-reply-to:
<e96e29a80810202212i7bea9377o4f02e9559aad7894@...>
-
User-agent:
eGroups-EW/0.82
This folder is the tar of the recent release source from sourceforge
and it seams there is no cMakeModules folder.
I checked out the latis SVN and there is no cMakeModules folder.
result of
> message("CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}")
CMAKE_MODULE_PATH C:/msys/1.0/home/sysuser/kicad/CMakeModules
This folder dose not exist here, search concludes that it dosnt exist
in the kicad directory or any sub directorys.
As for notepad I use that term in general to notepad like applcations
i deleted notepad.exe 2 years ago i run AkelPad(replaces
notepad.exe), notepad++, hexplorer, and SciTE.
i went back and checked the steps for how-to-build-kicad.txt and i do
not see anything missed up to step 9.
--- In kicad-devel@xxxxxxxxxxxxxxx, "Mateusz SkowroÅski" <skowri@...>
wrote:
> Is Your source up to date? It seems that CMake cannot find macro files
> located in the CMakeModules directory.
>
> This directory is included at line 10:
> # Path to local CMake modules.
> set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMakeModules)
>
> We may debug it if you add this after the above command:
> message("CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}")
>
> After saving the file do:
> make rebuild_cache
>
> and post the results.
>
> Cheers,
> Mateusz
>
> --
> AKA f3nix AKA metyl AKA skowri ;)
>
Follow ups
References