Created
January 16, 2015 21:17
-
-
Save AlexJWayne/4b458c398d241b20051d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
» brew install kicad --HEAD | |
==> Installing kicad from metacollin/homebrew-kicad | |
==> Installing dependencies for kicad: boost, pcre, swig, kicad-library | |
==> Installing kicad dependency: boost | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/boost-1.57.0.yosemite.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring boost-1.57.0.yosemite.bottle.tar.gz | |
🍺 /usr/local/Cellar/boost/1.57.0: 10572 files, 439M | |
==> Installing kicad dependency: pcre | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/pcre-8.36.yosemite.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring pcre-8.36.yosemite.bottle.tar.gz | |
🍺 /usr/local/Cellar/pcre/8.36: 146 files, 5.9M | |
==> Installing kicad dependency: swig | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/swig-3.0.3.yosemite.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring swig-3.0.3.yosemite.bottle.tar.gz | |
🍺 /usr/local/Cellar/swig/3.0.3: 665 files, 6.7M | |
==> Installing kicad dependency: kicad-library | |
==> Cloning https://github.com/KiCad/kicad-library.git | |
Cloning into '/Library/Caches/Homebrew/kicad-library--git'... | |
remote: Counting objects: 3158, done. | |
remote: Compressing objects: 100% (2578/2578), done. | |
remote: Total 3158 (delta 597), reused 2998 (delta 576) | |
Receiving objects: 100% (3158/3158), 68.54 MiB | 11.16 MiB/s, done. | |
Resolving deltas: 100% (597/597), done. | |
Checking connectivity... done. | |
Checking out files: 100% (3608/3608), done. | |
==> Checking out branch master | |
==> Patching | |
==> echo mew | |
🍺 /usr/local/Cellar/kicad-library/library: 3607 files, 660M, built in 22 seconds | |
==> Installing kicad | |
==> Cloning https://github.com/KiCad/kicad-source-mirror.git | |
Cloning into '/Library/Caches/Homebrew/kicad--git'... | |
remote: Counting objects: 3339, done. | |
remote: Compressing objects: 100% (2397/2397), done. | |
remote: Total 3339 (delta 1245), reused 2015 (delta 914) | |
Receiving objects: 100% (3339/3339), 14.28 MiB | 5.46 MiB/s, done. | |
Resolving deltas: 100% (1245/1245), done. | |
Checking connectivity... done. | |
==> Checking out branch master | |
==> Patching | |
==> Downloading http://downloads.sourceforge.net/project/wxpython/wxPython/3.0.2.0/wxPython-src-3.0.2.0.tar.bz2 | |
######################################################################## 100.0% | |
==> patch -p0 -i/private/tmp/kicad-qf1WHl/patches/wxwidgets-3.0.0_macosx.patch | |
==> patch -p0 -i/private/tmp/kicad-qf1WHl/patches/wxwidgets-3.0.0_macosx_bug_15908.patch | |
==> patch -p0 -i/private/tmp/kicad-qf1WHl/patches/wxwidgets-3.0.0_macosx_soname.patch | |
==> curl https://gist.githubusercontent.com/metacollin/c138f049e41d9cc42ef9/raw/0174436d883d5eebdbad18a8d98e8d318df59725/patch | patch -p0 | |
==> mkdir wx-build | |
==> /private/tmp/kicad-qf1WHl/wx/configure --prefix=/private/tmp/kicad-qf1WHl/wx-bin --with-opengl --enable-aui --enable-utf8 --enable-html --enable-stl --with-libjpeg=builtin --with- | |
==> make -j4 | |
==> make install | |
==> /usr/bin/python setup.py build_ext WX_CONFIG=/private/tmp/kicad-qf1WHl/wx-bin/bin/wx-config UNICODE=1 WXPORT=osx_cocoa BUILD_BASE=/private/tmp/kicad-qf1WHl/wx/wx-build | |
==> /usr/bin/python setup.py install --prefix=/private/tmp/kicad-qf1WHl/wx-bin WX_CONFIG=/private/tmp/kicad-qf1WHl/wx-bin/bin/wx-config UNICODE=1 WXPORT=osx_cocoa BUILD_BASE=/private/ | |
==> cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/kicad/HEAD -DCMAKE_OSX_DEPLOYMENT_TARGET=10.10 -DwxWidgets_CONFIG_EXECUTABLE=/private/tmp/kicad-qf1WHl/wx-bin/bin/wx-config -DPY | |
==> make -j4 | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[2]: *** [kicad/kicad.app/Contents/PlugIns/_pcbnew.kiface] Error 1 | |
make[1]: *** [pcbnew/CMakeFiles/pcbnew_kiface.dir/all] Error 2 | |
make: *** [all] Error 2 | |
couldn't understand kern.osversion `14.0.0' | |
READ THIS: http://git.io/brew-troubleshooting | |
If reporting this issue please do so at (not Homebrew/homebrew): | |
https://github.com/metacollin/homebrew-kicad/issues | |
~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment