Created
February 16, 2014 00:55
-
-
Save Hardcore-fs/9027625 to your computer and use it in GitHub Desktop.
kicad
This file contains 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
**************************************************************************** | |
Starting step: BUILD KICAD | |
**************************************************************************** | |
-- Check for installed OpenGL -- found | |
-- Found Glew: /usr/local/lib/libGLEW.dylib | |
-- Check for installed GLEW -- found | |
-- checking for module 'cairo' | |
-- package 'cairo' not found | |
-- Check for installed Cairo -- found | |
-- BOOST found 32/64 Address Model | |
-- BOOST found x86 Architecture | |
-- Check for installed wxWidgets -- found | |
-- Found PythonInterp: /usr/local/bin/python (found suitable version "2.7.3", required is "2.6") | |
-- Check for installed Python Interpreter -- found | |
-- Python module install path: /Users/bob/Desktop/hub_design/KicadOSXBuilder/output/python/site-packages | |
-- Found PythonLibs: /System/Library/Frameworks/Python.framework/Versions/2.6/Python (found suitable version "2.6.7", required is "2.6") | |
-- Bazaar version control system version found. | |
-- Kicad Bazaar build version: (2014-02-15 BZR 4701) | |
-- Found SWIG: /usr/local/bin/swig (found version "2.0.12") | |
CMake Error at pcbnew/CMakeLists.txt:618 (add_dependencies): | |
Cannot add target-level dependencies to non-existent target | |
"osx_fix_bundles". | |
The add_dependencies works for top-level logical targets created by the | |
add_executable, add_library, or add_custom_target commands. If you want to | |
add file-level dependencies see the DEPENDS option of the add_custom_target | |
and add_custom_command commands. | |
CMake Error at pcbnew/CMakeLists.txt:652 (add_dependencies): | |
Cannot add target-level dependencies to non-existent target | |
"osx_fix_bundles". | |
The add_dependencies works for top-level logical targets created by the | |
add_executable, add_library, or add_custom_target commands. If you want to | |
add file-level dependencies see the DEPENDS option of the add_custom_target | |
and add_custom_command commands. | |
CMake Error at pcbnew/CMakeLists.txt:653 (add_dependencies): | |
Cannot add target-level dependencies to non-existent target | |
"osx_fix_bundles". | |
The add_dependencies works for top-level logical targets created by the | |
add_executable, add_library, or add_custom_target commands. If you want to | |
add file-level dependencies see the DEPENDS option of the add_custom_target | |
and add_custom_command commands. | |
-- Configuring incomplete, errors occurred! | |
See also "/Users/bob/Desktop/hub_design/KicadOSXBuilder/src/kicad/CMakeFiles/CMakeOutput.log". | |
See also "/Users/bob/Desktop/hub_design/KicadOSXBuilder/src/kicad/CMakeFiles/CMakeError.log". | |
make: *** No rule to make target `install'. Stop. | |
build error on BUILD KICAD STEP: 5 | |
my-macpro:KicadOSXBuilder steve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment