Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
- └─▪ make VERBOSE=1
- /usr/local/Cellar/cmake/2.8.12.1/bin/cmake -H/Users/getchell/CDT-plusplus -B/Users/getchell/CDT-plusplus --check-build-system CMakeFiles/Makefile.cmake 0
- Re-run cmake file: Makefile older than: CMakeLists.txt
- -- Build type: Release
- -- USING CXXFLAGS = ' -O3 -DNDEBUG'
- -- USING EXEFLAGS = ' -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib '
- -- Targetting Unix Makefiles
- -- Using /usr/bin/c++ compiler.
- -- DARWIN_VERSION=13
- -- Mac Leopard detected
- -- Requested component: Core
- -- Requested component: MPFR
- -- Requested component: GMP
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /Users/getchell/CDT-plusplus
- /usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_start /Users/getchell/CDT-plusplus/CMakeFiles /Users/getchell/CDT-plusplus/CMakeFiles/progress.marks
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/tds.dir/build.make CMakeFiles/tds.dir/depend
- cd /Users/getchell/CDT-plusplus && /usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/getchell/CDT-plusplus /Users/getchell/CDT-plusplus /Users/getchell/CDT-plusplus /Users/getchell/CDT-plusplus /Users/getchell/CDT-plusplus/CMakeFiles/tds.dir/DependInfo.cmake --color=
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/tds.dir/build.make CMakeFiles/tds.dir/build
- Linking CXX executable tds
- /usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/tds.dir/link.txt --verbose=1
- /usr/bin/c++ -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib CMakeFiles/tds.dir/tds.cpp.o -o tds -L/usr/local/Cellar/cgal/4.3/lib /usr/local/lib/libmpfr.dylib /usr/local/lib/libgmp.dylib /usr/local/Cellar/cgal/4.3/lib/libCGAL_Core.dylib /usr/local/Cellar/cgal/4.3/lib/libCGAL.dylib /usr/local/lib/libboost_thread-mt.dylib /usr/local/lib/libboost_system-mt.dylib /usr/local/Cellar/cgal/4.3/lib/libCGAL_Core.dylib /usr/local/Cellar/cgal/4.3/lib/libCGAL.dylib /usr/local/lib/libboost_thread-mt.dylib /usr/local/lib/libboost_system-mt.dylib -Wl,-rpath,/usr/local/Cellar/cgal/4.3/lib
- Undefined symbols for architecture x86_64:
- "CGAL::is_ascii(std::__1::basic_ios<char, std::__1::char_traits<char> >&)", referenced from:
- std::__1::basic_ostream<char, std::__1::char_traits<char> >& CGAL::operator<<<CGAL::Triangulation_ds_vertex_base_3<void>, CGAL::Triangulation_ds_cell_base_3<void> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, CGAL::Triangulation_data_structure_3<CGAL::Triangulation_ds_vertex_base_3<void>, CGAL::Triangulation_ds_cell_base_3<void> > const&) in tds.cpp.o
- CGAL::Triangulation_data_structure_3<CGAL::Triangulation_ds_vertex_base_3<void>, CGAL::Triangulation_ds_cell_base_3<void> >::print_cells(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, CGAL::Unique_hash_map<CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3<CGAL::Triangulation_ds_vertex_base_3<void>, CGAL::Triangulation_ds_cell_base_3<void> > >, CGAL::Default>, false>, unsigned long, CGAL::Handle_hash_function> const&) const in tds.cpp.o
- ld: symbol(s) not found for architecture x86_64
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- make[2]: *** [tds] Error 1
- make[1]: *** [CMakeFiles/tds.dir/all] Error 2
- make: *** [all] Error 2
- ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
- └─▪ clang -v
- Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
- Target: x86_64-apple-darwin13.0.0
- Thread model: posix
Advertisement
Add Comment
Please, Sign In to add comment