Shell64 / llvm-lua

Exported from code.google.com/p/llvm-lua ; Just a mirror.
Other
0 stars 0 forks source link

make fails #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release &&  make 

Here's the complete log of my actions:

mkdir build
Valerios-iMac% cd build 
Valerios-iMac% less ../README.llvm-lua 
Valerios-iMac% ls
Valerios-iMac% pwd
/Users/veleno/Downloads/llvm_lua-1.3.1/build
Valerios-iMac% cmake .. -DCMAKE_BUILD_TYPE=Release 
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
llvm jit libs: -lLLVMipo -lLLVMBitWriter -lLLVMLinker -lLLVMArchive 
-lLLVMBitReader -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen 
-lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMMCParser -lLLVMX86AsmPrinter 
-lLLVMX86Info -lLLVMJIT -lLLVMExecutionEngine -lLLVMCodeGen -lLLVMScalarOpts 
-lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget 
-lLLVMMC -lLLVMCore -lLLVMSupport -lLLVMSystem
llvm all libs: -lLLVMpic16passes -lLLVMMCDisassembler -lLLVMXCoreCodeGen 
-lLLVMXCoreAsmPrinter -lLLVMXCoreInfo -lLLVMSystemZCodeGen 
-lLLVMSystemZAsmPrinter -lLLVMSystemZInfo -lLLVMSparcCodeGen 
-lLLVMSparcAsmPrinter -lLLVMSparcInfo -lLLVMPowerPCCodeGen 
-lLLVMPowerPCAsmPrinter -lLLVMPowerPCInfo -lLLVMPIC16AsmPrinter 
-lLLVMPIC16CodeGen -lLLVMPIC16Info -lLLVMMipsAsmPrinter -lLLVMMipsCodeGen 
-lLLVMMipsInfo -lLLVMMSP430CodeGen -lLLVMMSP430AsmPrinter -lLLVMMSP430Info 
-lLLVMMBlazeAsmPrinter -lLLVMMBlazeCodeGen -lLLVMMBlazeInfo -lLLVMLinker 
-lLLVMipo -lLLVMInterpreter -lLLVMInstrumentation -lLLVMJIT 
-lLLVMExecutionEngine -lLLVMCppBackend -lLLVMCppBackendInfo 
-lLLVMCellSPUCodeGen -lLLVMCellSPUAsmPrinter -lLLVMCellSPUInfo -lLLVMCBackend 
-lLLVMCBackendInfo -lLLVMBlackfinCodeGen -lLLVMBlackfinAsmPrinter 
-lLLVMBlackfinInfo -lLLVMBitWriter -lLLVMX86Disassembler -lLLVMX86AsmParser 
-lLLVMX86CodeGen -lLLVMX86AsmPrinter -lLLVMX86Info -lLLVMAsmParser 
-lLLVMARMDisassembler -lLLVMARMAsmParser -lLLVMARMCodeGen -lLLVMARMAsmPrinter 
-lLLVMARMInfo -lLLVMArchive -lLLVMBitReader -lLLVMAlphaCodeGen 
-lLLVMSelectionDAG -lLLVMAlphaAsmPrinter -lLLVMAsmPrinter -lLLVMMCParser 
-lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa 
-lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMAlphaInfo -lLLVMSupport 
-lLLVMSystem
-- Found Curses: /usr/lib/libcurses.dylib 
-- Configuring done
-- Generating done
-- Build files have been written to: 
/Users/veleno/Downloads/llvm_lua-1.3.1/build
Valerios-iMac% make
Scanning dependencies of target bin2c
[  2%] Building C object build/CMakeFiles/bin2c.dir/bin2c.o
Linking C executable bin2c
[  2%] Built target bin2c
[  4%] Generating lua_vm_ops.bc
[  6%] Generating lua_vm_ops_bc.h
Scanning dependencies of target llvm-lua_dynamic
[  8%] Building C object build/CMakeFiles/llvm-lua_dynamic.dir/lua_interpreter.o
[ 10%] Building CXX object build/CMakeFiles/llvm-lua_dynamic.dir/LLVMCompiler.o
[ 12%] Building CXX object build/CMakeFiles/llvm-lua_dynamic.dir/llvm_compiler.o
[ 14%] Building CXX object 
build/CMakeFiles/llvm-lua_dynamic.dir/load_embedded_bc.o
[ 16%] Building CXX object build/CMakeFiles/llvm-lua_dynamic.dir/load_vm_ops.o
[ 18%] Building C object build/CMakeFiles/llvm-lua_dynamic.dir/lua_core.o
[ 20%] Building C object 
build/CMakeFiles/llvm-lua_dynamic.dir/lua_vm_ops_static.o
[ 22%] Building C object build/CMakeFiles/llvm-lua_dynamic.dir/load_jit_proto.o
Linking CXX shared library llvm-lua.framework/Versions/1.3/llvm-lua
Command line tools
Static lib
[ 22%] Built target llvm-lua_dynamic
Scanning dependencies of target llvm-lua_binary
[ 25%] Building CXX object build/CMakeFiles/llvm-lua_binary.dir/llvm-lua.o
[ 27%] Building C object build/CMakeFiles/llvm-lua_binary.dir/lua_interpreter.o
Linking CXX executable llvm-lua
Command line tools
Error copying file "/Users/veleno/Downloads/llvm_lua-1.3.1/build/llvm-lua" to 
"/Users/veleno/Downloads/llvm_lua-1.3.1/build/llvm-lua.framework/Versions/1.3/Ma
cOS/llvm-lua".
make[2]: *** [build/llvm-lua] Error 1
make[1]: *** [build/CMakeFiles/llvm-lua_binary.dir/all] Error 2
make: *** [all] Error 2

What version of the product are you using? On what operating system?
llvm-lua 1.3.1
llvm 2.8

Mac OSX 10.6.7 

Original issue reported on code.google.com by valerio....@gmail.com on 11 May 2011 at 2:47

GoogleCodeExporter commented 9 years ago
ANd here's the ouput with verbose=1

make VERBOSE=1 
/opt/local/bin/cmake -H/Users/veleno/Downloads/llvm_lua-1.3.1 
-B/Users/veleno/Downloads/llvm_lua-1.3.1/build --check-build-system 
CMakeFiles/Makefile.cmake 0
/opt/local/bin/cmake -E cmake_progress_start 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make -f build/CMakeFiles/bin2c.dir/build.make build/CMakeFiles/bin2c.dir/depend
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build && /opt/local/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/veleno/Downloads/llvm_lua-1.3.1 
/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
/Users/veleno/Downloads/llvm_lua-1.3.1/build 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/build 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/build/CMakeFiles/bin2c.dir/DependIn
fo.cmake --color=
make -f build/CMakeFiles/bin2c.dir/build.make build/CMakeFiles/bin2c.dir/build
make[2]: Nothing to be done for `build/CMakeFiles/bin2c.dir/build'.
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles  1
[  2%] Built target bin2c
make -f build/CMakeFiles/llvm-lua_dynamic.dir/build.make 
build/CMakeFiles/llvm-lua_dynamic.dir/depend
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build && /opt/local/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/veleno/Downloads/llvm_lua-1.3.1 
/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
/Users/veleno/Downloads/llvm_lua-1.3.1/build 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/build 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/build/CMakeFiles/llvm-lua_dynamic.d
ir/DependInfo.cmake --color=
make -f build/CMakeFiles/llvm-lua_dynamic.dir/build.make 
build/CMakeFiles/llvm-lua_dynamic.dir/build
make[2]: Nothing to be done for `build/CMakeFiles/llvm-lua_dynamic.dir/build'.
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles  4 5 6 7 8 9 10 11 12 13
[ 22%] Built target llvm-lua_dynamic
make -f build/CMakeFiles/llvm-lua_binary.dir/build.make 
build/CMakeFiles/llvm-lua_binary.dir/depend
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build && /opt/local/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/veleno/Downloads/llvm_lua-1.3.1 
/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
/Users/veleno/Downloads/llvm_lua-1.3.1/build 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/build 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/build/CMakeFiles/llvm-lua_binary.di
r/DependInfo.cmake --color=
make -f build/CMakeFiles/llvm-lua_binary.dir/build.make 
build/CMakeFiles/llvm-lua_binary.dir/build
make[2]: Nothing to be done for `build/CMakeFiles/llvm-lua_binary.dir/build'.
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles  2 3
[ 27%] Built target llvm-lua_binary
make -f build/CMakeFiles/llvm-lua_static.dir/build.make 
build/CMakeFiles/llvm-lua_static.dir/depend
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build && /opt/local/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/veleno/Downloads/llvm_lua-1.3.1 
/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
/Users/veleno/Downloads/llvm_lua-1.3.1/build 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/build 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/build/CMakeFiles/llvm-lua_static.di
r/DependInfo.cmake --color=
Dependee 
"/Users/veleno/Downloads/llvm_lua-1.3.1/build/build/CMakeFiles/llvm-lua_static.d
ir/DependInfo.cmake" is newer than depender 
"/Users/veleno/Downloads/llvm_lua-1.3.1/build/build/CMakeFiles/llvm-lua_static.d
ir/depend.internal".
Dependee 
"/Users/veleno/Downloads/llvm_lua-1.3.1/build/build/CMakeFiles/CMakeDirectoryInf
ormation.cmake" is newer than depender 
"/Users/veleno/Downloads/llvm_lua-1.3.1/build/build/CMakeFiles/llvm-lua_static.d
ir/depend.internal".
Scanning dependencies of target llvm-lua_static
make -f build/CMakeFiles/llvm-lua_static.dir/build.make 
build/CMakeFiles/llvm-lua_static.dir/build
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles 14
[ 29%] Building C object build/CMakeFiles/llvm-lua_static.dir/lua_interpreter.o
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /usr/bin/gcc   -pipe 
-Wall -Wshadow -W -std=gnu89  -O3 -DNDEBUG     -O2 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/src 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/build/build      -DLUA_USE_DLOPEN 
-DLUA_USE_MKSTEMP -DLUA_USE_ISATTY -DLUA_USE_POPEN -DLUA_USE_ULONGJMP 
-I/usr/local/include  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -o CMakeFiles/llvm-lua_static.dir/lua_interpreter.o   
-c /Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua/lua_interpreter.c
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles 15
[ 31%] Building CXX object build/CMakeFiles/llvm-lua_static.dir/LLVMCompiler.o
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /usr/bin/c++    -O3 
-DNDEBUG -I/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/src 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/build/build      -DLUA_USE_DLOPEN 
-DLUA_USE_MKSTEMP -DLUA_USE_ISATTY -DLUA_USE_POPEN -DLUA_USE_ULONGJMP 
-I/usr/local/include  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -o CMakeFiles/llvm-lua_static.dir/LLVMCompiler.o -c 
/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua/LLVMCompiler.cpp
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles 16
[ 33%] Building CXX object build/CMakeFiles/llvm-lua_static.dir/llvm_compiler.o
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /usr/bin/c++    -O3 
-DNDEBUG -I/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/src 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/build/build      -DLUA_USE_DLOPEN 
-DLUA_USE_MKSTEMP -DLUA_USE_ISATTY -DLUA_USE_POPEN -DLUA_USE_ULONGJMP 
-I/usr/local/include  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -o CMakeFiles/llvm-lua_static.dir/llvm_compiler.o -c 
/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua/llvm_compiler.cpp
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles 17
[ 35%] Building CXX object 
build/CMakeFiles/llvm-lua_static.dir/load_embedded_bc.o
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /usr/bin/c++    -O3 
-DNDEBUG -I/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/src 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/build/build      -DLUA_USE_DLOPEN 
-DLUA_USE_MKSTEMP -DLUA_USE_ISATTY -DLUA_USE_POPEN -DLUA_USE_ULONGJMP 
-I/usr/local/include  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -o CMakeFiles/llvm-lua_static.dir/load_embedded_bc.o 
-c /Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua/load_embedded_bc.cpp
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles 18
[ 37%] Building CXX object build/CMakeFiles/llvm-lua_static.dir/load_vm_ops.o
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /usr/bin/c++    -O3 
-DNDEBUG -I/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/src 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/build/build      -DLUA_USE_DLOPEN 
-DLUA_USE_MKSTEMP -DLUA_USE_ISATTY -DLUA_USE_POPEN -DLUA_USE_ULONGJMP 
-I/usr/local/include  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -o CMakeFiles/llvm-lua_static.dir/load_vm_ops.o -c 
/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua/load_vm_ops.cpp
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles 19
[ 39%] Building C object build/CMakeFiles/llvm-lua_static.dir/lua_core.o
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /usr/bin/gcc   -pipe 
-Wall -Wshadow -W -std=gnu89  -O3 -DNDEBUG     -O2 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/src 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/build/build      -DLUA_USE_DLOPEN 
-DLUA_USE_MKSTEMP -DLUA_USE_ISATTY -DLUA_USE_POPEN -DLUA_USE_ULONGJMP 
-I/usr/local/include  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -o CMakeFiles/llvm-lua_static.dir/lua_core.o   -c 
/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua/lua_core.c
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles 20
[ 41%] Building C object 
build/CMakeFiles/llvm-lua_static.dir/lua_vm_ops_static.o
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /usr/bin/gcc   -pipe 
-Wall -Wshadow -W -std=gnu89  -O3 -DNDEBUG     -O2 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/src 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/build/build      -DLUA_USE_DLOPEN 
-DLUA_USE_MKSTEMP -DLUA_USE_ISATTY -DLUA_USE_POPEN -DLUA_USE_ULONGJMP 
-I/usr/local/include  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -o CMakeFiles/llvm-lua_static.dir/lua_vm_ops_static.o  
 -c /Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua/lua_vm_ops_static.c
/opt/local/bin/cmake -E cmake_progress_report 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/CMakeFiles 21
[ 43%] Building C object build/CMakeFiles/llvm-lua_static.dir/load_jit_proto.o
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /usr/bin/gcc   -pipe 
-Wall -Wshadow -W -std=gnu89  -O3 -DNDEBUG     -O2 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/src 
-I/Users/veleno/Downloads/llvm_lua-1.3.1/build/build      -DLUA_USE_DLOPEN 
-DLUA_USE_MKSTEMP -DLUA_USE_ISATTY -DLUA_USE_POPEN -DLUA_USE_ULONGJMP 
-I/usr/local/include  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -o CMakeFiles/llvm-lua_static.dir/load_jit_proto.o   
-c /Users/veleno/Downloads/llvm_lua-1.3.1/llvm-lua/load_jit_proto.c
Linking CXX static library libllvm-lua_static.a
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /opt/local/bin/cmake 
-P CMakeFiles/llvm-lua_static.dir/cmake_clean_target.cmake
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /opt/local/bin/cmake 
-E cmake_link_script CMakeFiles/llvm-lua_static.dir/link.txt --verbose=1
/usr/bin/ar cr libllvm-lua_static.a  
CMakeFiles/llvm-lua_static.dir/lua_interpreter.o 
CMakeFiles/llvm-lua_static.dir/LLVMCompiler.o 
CMakeFiles/llvm-lua_static.dir/llvm_compiler.o 
CMakeFiles/llvm-lua_static.dir/load_embedded_bc.o 
CMakeFiles/llvm-lua_static.dir/load_vm_ops.o 
CMakeFiles/llvm-lua_static.dir/lua_core.o 
CMakeFiles/llvm-lua_static.dir/lua_vm_ops_static.o 
CMakeFiles/llvm-lua_static.dir/load_jit_proto.o
/usr/bin/ranlib libllvm-lua_static.a
Static lib
cd /Users/veleno/Downloads/llvm_lua-1.3.1/build/build && /opt/local/bin/cmake 
-E copy /Users/veleno/Downloads/llvm_lua-1.3.1/build/liblua.a 
/Users/veleno/Downloads/llvm_lua-1.3.1/build/llvm-lua.framework/Versions/1.3/lib
/liblua.a
Error copying file "/Users/veleno/Downloads/llvm_lua-1.3.1/build/liblua.a" to 
"/Users/veleno/Downloads/llvm_lua-1.3.1/build/llvm-lua.framework/Versions/1.3/li
b/liblua.a".
make[2]: *** [build/libllvm-lua_static.a] Error 1
make[1]: *** [build/CMakeFiles/llvm-lua_static.dir/all] Error 2
make: *** [all] Error 2

Original comment by valerio....@gmail.com on 11 May 2011 at 3:19

GoogleCodeExporter commented 9 years ago
This seems to be a problem with CMake on Mac OSX.

A work around is to run make multiple times to get past the error where the 
destination folder doesn't exist yet.

Original comment by rjakabo...@gmail.com on 12 May 2011 at 10:01