diff --git a/build/Compile.sh b/build/Compile.sh index c5699971..92de3776 100755 --- a/build/Compile.sh +++ b/build/Compile.sh @@ -17,7 +17,7 @@ else fi $PREMAKE --file=$CUR_DIR/premake5.lua gmake "$@" -config=$BUILD_CONF make -C $CUR_DIR/gmake/ +config=$BUILD_CONF verbose=1 make -C $CUR_DIR/gmake/ BUILD_CONF_DIR="$(tr '[:lower:]' '[:upper:]' <<< ${BUILD_CONF:0:1})${BUILD_CONF:1}" BUILD_DIR=$CUR_DIR/gmake/lib/$BUILD_CONF_DIR diff --git a/src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/Std-symbols.cpp b/src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/Std-symbols.cpp index a924cc97..47eeb19d 100644 --- a/src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/Std-symbols.cpp +++ b/src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/Std-symbols.cpp @@ -1,7 +1,6 @@ +#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS + #include -template __attribute__((visibility("default"))) std::basic_string, std::allocator>::basic_string(); -template __attribute__((visibility("default"))) std::basic_string, std::allocator>::~basic_string() noexcept; -template __attribute__((visibility("default"))) std::basic_string, std::allocator>& std::basic_string, std::allocator>::assign(const std::basic_string, std::allocator>::value_type*); -template __attribute__((visibility("default"))) const std::basic_string, std::allocator>::value_type* std::basic_string, std::allocator>::c_str() const noexcept; +template class std::basic_string; diff --git a/src/CppParser/Bindings/CSharp/x86_64-apple-darwin12.4.0/Std-symbols.cpp b/src/CppParser/Bindings/CSharp/x86_64-apple-darwin12.4.0/Std-symbols.cpp index a924cc97..47eeb19d 100644 --- a/src/CppParser/Bindings/CSharp/x86_64-apple-darwin12.4.0/Std-symbols.cpp +++ b/src/CppParser/Bindings/CSharp/x86_64-apple-darwin12.4.0/Std-symbols.cpp @@ -1,7 +1,6 @@ +#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS + #include -template __attribute__((visibility("default"))) std::basic_string, std::allocator>::basic_string(); -template __attribute__((visibility("default"))) std::basic_string, std::allocator>::~basic_string() noexcept; -template __attribute__((visibility("default"))) std::basic_string, std::allocator>& std::basic_string, std::allocator>::assign(const std::basic_string, std::allocator>::value_type*); -template __attribute__((visibility("default"))) const std::basic_string, std::allocator>::value_type* std::basic_string, std::allocator>::c_str() const noexcept; +template class std::basic_string;