Guest User

Untitled

a guest
Jan 9th, 2015
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. C:\Dev\CGAL-4.5.1_MinGW\examples\Arrangement_on_surface_2>mingw32-make
  2. Scanning dependencies of target Bezier_curves
  3. [ 2%] Building CXX object CMakeFiles/Bezier_curves.dir/Bezier_curves.cpp.obj
  4. In file included from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/CoreDefs.h:41:0,
  5. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/BigFloatRep.h:40,
  6. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/BigFloat.h:38,
  7. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/RealRep.h:38,
  8. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/Real.h:40,
  9. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/ExprRep.h:42,
  10. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/Expr.h:42,
  11. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE_BigInt.h:28,
  12. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE_algebraic_number_traits.h:28,
  13. from C:\Dev\CGAL-4.5.1_MinGW\examples\Arrangement_on_surface_2\Bezier_curves.cpp:16:
  14. C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/extLong.h:171:8: warning: 'CORE::extLong::extLong(int)' redeclared without dllimport attribute after being referenced with dll linkage [enabled by default]
  15. inline extLong::extLong(int i) : val(i), flag(0) {
  16. ^
  17. C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/extLong.h:292:13: warning: 'bool CORE::extLong::isNaN() const' redeclared without dllimport attribute after being referenced with dll linkage [enabled by default]
  18. inline bool extLong::isNaN() const {
  19. ^
  20. In file included from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/BigFloat.h:38:0,
  21. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/RealRep.h:38,
  22. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/Real.h:40,
  23. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/ExprRep.h:42,
  24. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/Expr.h:42,
  25. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE_BigInt.h:28,
  26. from C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE_algebraic_number_traits.h:28,
  27. from C:\Dev\CGAL-4.5.1_MinGW\examples\Arrangement_on_surface_2\Bezier_curves.cpp:16:
  28. C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/BigFloatRep.h:266:8: warning: 'CORE::BigFloatRep::BigFloatRep(const CORE::BigInt&, long unsigned int, long int)' redeclared without dllimport attribute after being referenced with dll linkage [enabled by default]
  29. inline BigFloatRep::BigFloatRep(const BigInt& I, unsigned long er, long ex)
  30. ^
  31. C:/Dev/CGAL-4.5.1_MinGW/examples/Arrangement_on_surface_2/../../include/CGAL/CORE/BigFloatRep.h:362:13: warning: 'bool CORE::BigFloatRep::isZeroIn() const' redeclared without dllimport attribute after being referenced with dll linkage [enabled by default]
  32. inline bool BigFloatRep::isZeroIn() const {
  33. ^
  34. Linking CXX executable Bezier_curves.exe
  35. CMakeFiles\Bezier_curves.dir/objects.a(Bezier_curves.cpp.obj):Bezier_curves.cpp:(.text+0x10e8): undefined reference to `vtable for CORE::ConstDoubleRep'
  36. CMakeFiles\Bezier_curves.dir/objects.a(Bezier_curves.cpp.obj):Bezier_curves.cpp:(.text$_ZN4CORE9AddSubRepINS_3SubEED1Ev[__ZN4CORE9AddSubRepINS_3SubEED1Ev]+0x9): undefined reference to `vtable for CORE::BinOpRep'
  37. c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: CMakeFiles\Bezier_curves.dir/objects.a(Bezier_curves.cpp.obj): bad reloc address 0x9 in section `.text$_ZN4CORE9AddSubRepINS_3SubE
  38. ED1Ev[__ZN4CORE9AddSubRepINS_3SubEED1Ev]'
  39. collect2.exe: error: ld returned 1 exit status
  40. CMakeFiles\Bezier_curves.dir\build.make:96: recipe for target 'Bezier_curves.exe' failed
  41. mingw32-make[2]: *** [Bezier_curves.exe] Error 1
  42. CMakeFiles\Makefile2:59: recipe for target 'CMakeFiles/Bezier_curves.dir/all' failed
  43. mingw32-make[1]: *** [CMakeFiles/Bezier_curves.dir/all] Error 2
  44. Makefile:75: recipe for target 'all' failed
  45. mingw32-make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment