← Back to team overview

kicad-developers team mailing list archive

Re: Cross-Compiling under Linux for Windows

 

Hi,

script still ignores Boost directive:

$development_dir="$HOME/Development"
$project_name="kicad"

cmake -DCMAKE_BUILD_TYPE=Release
-DCMAKE_TOOLCHAIN_FILE=$development_dir/$project_name/toolchain/tc-mingw.cmake
-DCMAKE_INSTALL_PREFIX=$development_dir/$project_name/win32
-DBOOST_INCLUDEDIR=$development_dir/$project_name/boost ../

Result:

-- Check for installed Boost -- not found
CMake Error at CMakeModules/CheckFindPackageResult.cmake:6 (message):
Boost was not found - it is required to build Kicad
Call Stack (most recent call first):
CMakeLists.txt:95 (check_find_package_result)

-- Configuring done

Any idea?

Milan







Follow ups

References