kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #01807
Re: Cross-Compiling under Linux for Windows
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Milan Horák <konference@...>
-
Date:
Tue, 16 Sep 2008 14:10:44 +0200
-
In-reply-to:
<e96e29a80809080038s6432cba4g29da77b2229dba49@...>
-
Reply-to:
konference@...
-
User-agent:
Thunderbird 2.0.0.16 (X11/20080724)
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