在OS X 10.10上'make'KiCad之后'make install'失败了

时间:2015-10-29 16:27:26

标签: macos boost cmake kicad

我正在尝试在 osx 10.10 上安装 kicad 。成功构建make后,失败 <{1}}

make install

CMake 配置如下:

-- fixup_bundle -- app='/Users/bolor/Downloads/KiCad/bin/eeschema.app/Contents/MacOS/eeschema' -- libs='' -- dirs='' -- fixup_bundle: preparing... -- warning: embedded item does not exist '/Users/bolor/Downloads/KiCad/bin/eeschema.app/Contents/MacOS/libboost_chrono-mt.dylib' -- warning: cannot resolve item '@loader_path/libboost_chrono-mt.dylib' possible problems: need more directories? need to use InstallRequiredSystemLibraries? run in install tree instead of build tree? error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: @loader_path/libboost_chrono-mt.dylib (No such file or directory)

有谁知道如何解决这个问题? 谢谢!

我已将所有构建日志保存在txt文件中并放置在Dropbox上 here

1 个答案:

答案 0 :(得分:0)

我很确定这是kicad的CMake脚本中的一个错误。

其他问题相同,请参阅https://gist.github.com/rhaamo/497d3c94929b69874411

http://www.mikrocontroller.net/topic/380428 他们说它可以与-DKICAD_SKIP_BOOST=ON一起使用,也可以让kicad建立自己的Boost库。