| 1 | common.mkdir bin.v2
|
|---|
| 2 |
|
|---|
| 3 | mkdir -p "bin.v2"
|
|---|
| 4 |
|
|---|
| 5 | common.mkdir bin.v2/libs
|
|---|
| 6 |
|
|---|
| 7 | mkdir -p "bin.v2/libs"
|
|---|
| 8 |
|
|---|
| 9 | common.mkdir bin.v2/libs/regex
|
|---|
| 10 |
|
|---|
| 11 | mkdir -p "bin.v2/libs/regex"
|
|---|
| 12 |
|
|---|
| 13 | common.mkdir bin.v2/libs/regex/build
|
|---|
| 14 |
|
|---|
| 15 | mkdir -p "bin.v2/libs/regex/build"
|
|---|
| 16 |
|
|---|
| 17 | common.mkdir bin.v2/libs/regex/build/darwin-4.2.1
|
|---|
| 18 |
|
|---|
| 19 | mkdir -p "bin.v2/libs/regex/build/darwin-4.2.1"
|
|---|
| 20 |
|
|---|
| 21 | common.mkdir bin.v2/libs/regex/build/darwin-4.2.1/debug
|
|---|
| 22 |
|
|---|
| 23 | mkdir -p "bin.v2/libs/regex/build/darwin-4.2.1/debug"
|
|---|
| 24 |
|
|---|
| 25 | darwin.compile.c++ bin.v2/libs/regex/build/darwin-4.2.1/debug/has_icu_test.o
|
|---|
| 26 |
|
|---|
| 27 | "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -dynamic -no-cpp-precomp -gdwarf-2 -fexceptions -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -I"." -I"/usr/local/Cellar/icu4c/1.8.1.1/include" -c -o "bin.v2/libs/regex/build/darwin-4.2.1/debug/has_icu_test.o" "libs/regex/build/has_icu_test.cpp"
|
|---|
| 28 |
|
|---|
| 29 | libs/regex/build/has_icu_test.cpp: In function ‘int main()’:
|
|---|
| 30 | libs/regex/build/has_icu_test.cpp:24: warning: unused variable ‘c’
|
|---|
| 31 | darwin.link bin.v2/libs/regex/build/darwin-4.2.1/debug/has_icu
|
|---|
| 32 |
|
|---|
| 33 | "g++" -L"/usr/local/Cellar/icu4c/1.8.1.1/bin" -L"/usr/local/Cellar/icu4c/1.8.1.1/lib" -o "bin.v2/libs/regex/build/darwin-4.2.1/debug/has_icu" "bin.v2/libs/regex/build/darwin-4.2.1/debug/has_icu_test.o" -licuuc -licui18n -licudata -g
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 | common.mkdir bin.v2/libs/locale
|
|---|
| 37 |
|
|---|
| 38 | mkdir -p "bin.v2/libs/locale"
|
|---|
| 39 |
|
|---|
| 40 | common.mkdir bin.v2/libs/locale/build
|
|---|
| 41 |
|
|---|
| 42 | mkdir -p "bin.v2/libs/locale/build"
|
|---|
| 43 |
|
|---|
| 44 | common.mkdir bin.v2/libs/locale/build/darwin-4.2.1
|
|---|
| 45 |
|
|---|
| 46 | mkdir -p "bin.v2/libs/locale/build/darwin-4.2.1"
|
|---|
| 47 |
|
|---|
| 48 | common.mkdir bin.v2/libs/locale/build/darwin-4.2.1/debug
|
|---|
| 49 |
|
|---|
| 50 | mkdir -p "bin.v2/libs/locale/build/darwin-4.2.1/debug"
|
|---|
| 51 |
|
|---|
| 52 | darwin.compile.c++ bin.v2/libs/locale/build/darwin-4.2.1/debug/has_iconv_libc_obj.o
|
|---|
| 53 |
|
|---|
| 54 | "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -dynamic -no-cpp-precomp -gdwarf-2 -fexceptions -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/locale/build/darwin-4.2.1/debug/has_iconv_libc_obj.o" "libs/locale/src/../build/has_iconv.cpp"
|
|---|
| 55 |
|
|---|
| 56 | darwin.link bin.v2/libs/locale/build/darwin-4.2.1/debug/has_iconv
|
|---|
| 57 |
|
|---|
| 58 | "g++" -o "bin.v2/libs/locale/build/darwin-4.2.1/debug/has_iconv" "bin.v2/libs/locale/build/darwin-4.2.1/debug/has_iconv_libc_obj.o" -g
|
|---|
| 59 |
|
|---|
| 60 |
|
|---|
| 61 | Undefined symbols for architecture x86_64:
|
|---|
| 62 | "_iconv_open", referenced from:
|
|---|
| 63 | _main in has_iconv_libc_obj.o
|
|---|
| 64 | ld: symbol(s) not found for architecture x86_64
|
|---|
| 65 | collect2: ld returned 1 exit status
|
|---|
| 66 | ...failed updating 1 target...
|
|---|
| 67 | darwin.compile.c++ bin.v2/libs/locale/build/darwin-4.2.1/debug/has_iconv_libc_ext.o
|
|---|
| 68 |
|
|---|
| 69 | "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -dynamic -no-cpp-precomp -gdwarf-2 -fexceptions -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/locale/build/darwin-4.2.1/debug/has_iconv_libc_ext.o" "libs/locale/src/../build/has_iconv.cpp"
|
|---|
| 70 |
|
|---|
| 71 | darwin.link bin.v2/libs/locale/build/darwin-4.2.1/debug/has_external_iconv
|
|---|
| 72 |
|
|---|
| 73 | "g++" -o "bin.v2/libs/locale/build/darwin-4.2.1/debug/has_external_iconv" "bin.v2/libs/locale/build/darwin-4.2.1/debug/has_iconv_libc_ext.o" -liconv -g
|
|---|
| 74 |
|
|---|
| 75 |
|
|---|
| 76 | darwin.compile.c++ bin.v2/libs/locale/build/darwin-4.2.1/debug/has_icu_obj.o
|
|---|
| 77 |
|
|---|
| 78 | "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -dynamic -no-cpp-precomp -gdwarf-2 -fexceptions -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/locale/build/darwin-4.2.1/debug/has_icu_obj.o" "libs/locale/src/../build/has_icu_test.cpp"
|
|---|
| 79 |
|
|---|
| 80 | libs/locale/src/../build/has_icu_test.cpp:12:30: error: unicode/uversion.h: No such file or directory
|
|---|
| 81 | libs/locale/src/../build/has_icu_test.cpp:13:27: error: unicode/locid.h: No such file or directory
|
|---|
| 82 | libs/locale/src/../build/has_icu_test.cpp:14:28: error: unicode/utypes.h: No such file or directory
|
|---|
| 83 | libs/locale/src/../build/has_icu_test.cpp:15:27: error: unicode/uchar.h: No such file or directory
|
|---|
| 84 | libs/locale/src/../build/has_icu_test.cpp:16:26: error: unicode/coll.h: No such file or directory
|
|---|
| 85 | libs/locale/src/../build/has_icu_test.cpp: In function ‘int main()’:
|
|---|
| 86 | libs/locale/src/../build/has_icu_test.cpp:24: error: ‘icu’ has not been declared
|
|---|
| 87 | libs/locale/src/../build/has_icu_test.cpp:24: error: expected `;' before ‘loc’
|
|---|
| 88 | libs/locale/src/../build/has_icu_test.cpp:25: error: ‘UErrorCode’ was not declared in this scope
|
|---|
| 89 | libs/locale/src/../build/has_icu_test.cpp:25: error: expected `;' before ‘err’
|
|---|
| 90 | libs/locale/src/../build/has_icu_test.cpp:26: error: ‘UChar32’ was not declared in this scope
|
|---|
| 91 | libs/locale/src/../build/has_icu_test.cpp:26: error: expected `;' before ‘c’
|
|---|
| 92 | libs/locale/src/../build/has_icu_test.cpp:27: error: ‘err’ was not declared in this scope
|
|---|
| 93 | ...skipped <pbin.v2/libs/locale/build/darwin-4.2.1/debug>has_icu for lack of <pbin.v2/libs/locale/build/darwin-4.2.1/debug>has_icu_obj.o...
|
|---|
| 94 | ...failed updating 1 target...
|
|---|
| 95 | darwin.compile.c++ bin.v2/libs/locale/build/darwin-4.2.1/debug/has_icu64_obj.o
|
|---|
| 96 |
|
|---|
| 97 | "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -dynamic -no-cpp-precomp -gdwarf-2 -fexceptions -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/locale/build/darwin-4.2.1/debug/has_icu64_obj.o" "libs/locale/src/../build/has_icu_test.cpp"
|
|---|
| 98 |
|
|---|
| 99 | libs/locale/src/../build/has_icu_test.cpp:12:30: error: unicode/uversion.h: No such file or directory
|
|---|
| 100 | libs/locale/src/../build/has_icu_test.cpp:13:27: error: unicode/locid.h: No such file or directory
|
|---|
| 101 | libs/locale/src/../build/has_icu_test.cpp:14:28: error: unicode/utypes.h: No such file or directory
|
|---|
| 102 | libs/locale/src/../build/has_icu_test.cpp:15:27: error: unicode/uchar.h: No such file or directory
|
|---|
| 103 | libs/locale/src/../build/has_icu_test.cpp:16:26: error: unicode/coll.h: No such file or directory
|
|---|
| 104 | libs/locale/src/../build/has_icu_test.cpp: In function ‘int main()’:
|
|---|
| 105 | libs/locale/src/../build/has_icu_test.cpp:24: error: ‘icu’ has not been declared
|
|---|
| 106 | libs/locale/src/../build/has_icu_test.cpp:24: error: expected `;' before ‘loc’
|
|---|
| 107 | libs/locale/src/../build/has_icu_test.cpp:25: error: ‘UErrorCode’ was not declared in this scope
|
|---|
| 108 | libs/locale/src/../build/has_icu_test.cpp:25: error: expected `;' before ‘err’
|
|---|
| 109 | libs/locale/src/../build/has_icu_test.cpp:26: error: ‘UChar32’ was not declared in this scope
|
|---|
| 110 | libs/locale/src/../build/has_icu_test.cpp:26: error: expected `;' before ‘c’
|
|---|
| 111 | libs/locale/src/../build/has_icu_test.cpp:27: error: ‘err’ was not declared in this scope
|
|---|
| 112 | ...skipped <pbin.v2/libs/locale/build/darwin-4.2.1/debug>has_icu64 for lack of <pbin.v2/libs/locale/build/darwin-4.2.1/debug>has_icu64_obj.o...
|
|---|
| 113 | ...failed updating 1 target...
|
|---|
| 114 | common.mkdir bin.v2/libs/math
|
|---|
| 115 |
|
|---|
| 116 | mkdir -p "bin.v2/libs/math"
|
|---|
| 117 |
|
|---|
| 118 | common.mkdir bin.v2/libs/math/config
|
|---|
| 119 |
|
|---|
| 120 | mkdir -p "bin.v2/libs/math/config"
|
|---|
| 121 |
|
|---|
| 122 | common.mkdir bin.v2/libs/math/config/darwin-4.2.1
|
|---|
| 123 |
|
|---|
| 124 | mkdir -p "bin.v2/libs/math/config/darwin-4.2.1"
|
|---|
| 125 |
|
|---|
| 126 | common.mkdir bin.v2/libs/math/config/darwin-4.2.1/debug
|
|---|
| 127 |
|
|---|
| 128 | mkdir -p "bin.v2/libs/math/config/darwin-4.2.1/debug"
|
|---|
| 129 |
|
|---|
| 130 | darwin.compile.c++ bin.v2/libs/math/config/darwin-4.2.1/debug/has_gcc_visibility.o
|
|---|
| 131 |
|
|---|
| 132 | "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -dynamic -no-cpp-precomp -gdwarf-2 -fexceptions -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/math/config/darwin-4.2.1/debug/has_gcc_visibility.o" "libs/math/config/has_gcc_visibility.cpp"
|
|---|
| 133 |
|
|---|
| 134 | darwin.compile.c++ bin.v2/libs/math/config/darwin-4.2.1/debug/has_long_double_support.o
|
|---|
| 135 |
|
|---|
| 136 | "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -dynamic -no-cpp-precomp -gdwarf-2 -fexceptions -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -c -o "bin.v2/libs/math/config/darwin-4.2.1/debug/has_long_double_support.o" "libs/math/config/has_long_double_support.cpp"
|
|---|
| 137 |
|
|---|