window10 build error

Asked by huangyama

Application: Kicad
Version: (KiCad 4.0.2)-product Release build
Platform:windows10, 64 bit, msys2/mingw-w64-x86_64
                  CMAKE- 3.4.1-1, Boost_VERSION:1.60.0-2

I build the latest kicad source in win10,but there as some errors as follow:

CMake Error at C:/msys64/mingw64/share/cmake-3.4/Modules/FindBoost.cmake:1247 (message):
  Unable to find the requested Boost libraries. Unable to find the Boost header files. Please set BOOST_ROOT to the root
  directory containing Boost or BOOST_INCLUDEDIR to the directory containingBoost's headers.
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Boost_INCLUDE_DIR (ADVANCED)
   used as include directory in directory C:/msys64/home/huangyama/kicad/kicad-source-mirror/bitmaps_png
   used as include directory in directory C:/msys64/home/huangyama/kicad/kicad-source-mirror/common
   used as include directory in directory C:/msys64/home/huangyama/kicad/kicad-source-mirror/3d-viewer
  .......

the cmake version is: mingw64/mingw-w64-x86_64-cmake 3.4.1-1
the boost version is:mingw-w64-x86_64-boost 1.60.0-2

If anyone can give some help?
thanks&regards

Question information

Language:
English Edit question
Status:
Solved
For:
KiCad Edit question
Assignee:
No assignee Edit question
Solved by:
huangyama
Solved:
Last query:
Last reply:
Revision history for this message
huangyama (hbz0918) said :
#1

I have made a mistake,It seems that boost 1.60.0-2 is OK

Revision history for this message
Paweł (pawelpolec) said :
#2

What was the solution of Your problem? I've got same issue.