KiCad / KicadOSXBuilder

Kicad OSX Builder, which I plan to use as my boxed development environment on Mac OSX
87 stars 27 forks source link

don't know how to make <e>x86_64 #33

Closed ghost closed 10 years ago

ghost commented 10 years ago

This is the output of "./build.sh -s 5" on 10.9. Thanks for any advice.

BUILDING RELEASE BINARIES


Starting step: BUILD KICAD


-- Check for installed OpenGL -- found -- Found Glew: /opt/local/lib/libGLEW.dylib -- Check for installed GLEW -- found -- Check for installed Cairo -- found -- BOOST found 32/64 Address Model -- BOOST found x86 Architecture -- Check for installed wxWidgets -- found -- Check for installed Python Interpreter -- found -- Python module install path: /Users/michal/Documents/KicadOSXBuilder-master/output/python/site-packages -- Bazaar version control system version found. -- Kicad Bazaar build version: (2014-02-15 BZR 4701) -- Configuring done -- Generating done -- Build files have been written to: /Users/michal/Documents/KicadOSXBuilder-master/build/kicad [ 0%] [ 0%] [ 0%] Performing build step for 'boost' Built target idfcyl Generating headers containing GLSL source code [ 0%] Built target idfrect Headers are up-to-date [ 1%] [ 1%] Built target potrace Built target shader_headers [ 1%] Built target lib_dxf [ 1%] Built target dxf2idf [ 33%] Built target bitmaps notice: could not find main target x86_64 notice: assuming it is a name of file to create. notice: could not find main target x86_64 notice: assuming it is a name of file to create. notice: could not find main target x86_64 notice: assuming it is a name of file to create. Performing configuration checks

- zlib                     : yes (cached)
- iconv (libc)             : no  (cached)
- iconv (separate)         : yes (cached)
- icu                      : no  (cached)
- icu (lib64)              : no  (cached)
- has_icu builds           : no  (cached)

don't know how to make x86_64 ...found 1 target... ...can't find 1 target... make[2]: * [/Users/michal/Documents/KicadOSXBuilder-master/src/kicad/.downloads-by-cmake/boost_1_54_0/src/boost-stamp/boost-build] Error 1 make[1]: * [CMakeFiles/boost.dir/all] Error 2 make: *\ [all] Error 2 build error on BUILD KICAD STEP: 5

ghost commented 10 years ago

Nevermind. Adding "-a x86_64" fixed it.