← Back to team overview

kicad-developers team mailing list archive

Re: error when doing cmake on winxp step 9

 

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