adamgetchell

Triangulation_data_structure_3 error on MacOS10.9 Clang 5

Nov 13th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.94 KB | None | 0 0
  1. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  2. └─▪ make VERBOSE=1
  3. /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
  4. Re-run cmake file: Makefile older than: CMakeLists.txt
  5. -- Build type: Release
  6. -- USING CXXFLAGS = ' -O3 -DNDEBUG'
  7. -- 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 '
  8. -- Targetting Unix Makefiles
  9. -- Using /usr/bin/c++ compiler.
  10. -- DARWIN_VERSION=13
  11. -- Mac Leopard detected
  12. -- Requested component: Core
  13. -- Requested component: MPFR
  14. -- Requested component: GMP
  15. -- Configuring done
  16. -- Generating done
  17. -- Build files have been written to: /Users/getchell/CDT-plusplus
  18. /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
  19. /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
  20. /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/tds.dir/build.make CMakeFiles/tds.dir/depend
  21. 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=
  22. /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/tds.dir/build.make CMakeFiles/tds.dir/build
  23. Linking CXX executable tds
  24. /usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/tds.dir/link.txt --verbose=1
  25. /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
  26. Undefined symbols for architecture x86_64:
  27.   "CGAL::is_ascii(std::__1::basic_ios<char, std::__1::char_traits<char> >&)", referenced from:
  28.       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
  29.       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
  30. ld: symbol(s) not found for architecture x86_64
  31. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  32. make[2]: *** [tds] Error 1
  33. make[1]: *** [CMakeFiles/tds.dir/all] Error 2
  34. make: *** [all] Error 2
  35. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  36. └─▪ clang -v
  37. Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
  38. Target: x86_64-apple-darwin13.0.0
  39. Thread model: posix
Advertisement
Add Comment
Please, Sign In to add comment