Advertisement
dominus

Untitled

Apr 10th, 2022
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.40 KB | None | 0 0
  1. /usr/bin/clang -O2 -DHAVE_CONFIG_H -I.. -I../headers -I../shapes -I../imagewin -I../files -Wall -Wextra -pedantic -Walloc-zero -Walloca -Wc++14-compat -Wc++17-compat -Wbool-compare -Wbool-operation -Wcatch-value=3 -Wcast-align -Wcast-align=strict -Wcast-qual -Wcast-function-type -Wconditionally-supported -Wctor-dtor-privacy -Wdisabled-optimization -Wduplicated-branches -Wduplicated-cond -Wextra-semi -Wformat-nonliteral -Wformat-security -Wlogical-not-parentheses -Wlogical-op -Wmissing-include-dirs -Wnon-virtual-dtor -Wnull-dereference -Wold-style-cast -Woverloaded-virtual -Wplacement-new -Wredundant-decls -Wshift-negative-value -Wshift-overflow -Wtrigraphs -Wundef -Wuninitialized -Wuseless-cast -Wwrite-strings -Wzero-as-null-pointer-constant -Wunused-const-variables -Wabsolute-value -Wdeprecated-register -Wmismatched-tags -Wunused-private-field -I/opt/x86_64/include -I/opt/local/include -w -isysroot /opt/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 --std=c++14 -I/opt/local/include/gimp-2.0 -I/opt/local/include/gegl-0.4 -I/opt/local/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/babl-0.1 -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -o 'u7shp' 'u7shp.cc' -L/opt/x86_64/lib -L/opt/local/lib -w -isysroot /opt/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 --std=c++14 -L/opt/local/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgegl-0.4 -lgegl-npd-0.4 -lm -lgmodule-2.0 -ljson-glib-1.0 -lbabl-0.1 -lgtk-quartz-2.0 -lgdk-quartz-2.0 -framework Cocoa -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
  2. Undefined symbols for architecture x86_64:
  3. "U7open(std::__1::basic_ofstream<char, std::__1::char_traits<char> >&, char const*, bool)", referenced from:
  4. OFileDataSource::OFileDataSource(File_spec const&, bool) in u7shp-7b51f1.o
  5. "Shape_file::Shape_file(char const*)", referenced from:
  6. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  7. "Shape_frame::paint(Image_buffer8*, int, int)", referenced from:
  8. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  9. "Shape_frame::Shape_frame(unsigned char*, int, int, int, int, bool)", referenced from:
  10. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  11. "Image_buffer::Image_buffer(unsigned int, unsigned int, int)", referenced from:
  12. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  13. "Image_buffer8::fill8(unsigned char)", referenced from:
  14. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  15. "Shape::Shape(int)", referenced from:
  16. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  17. "Shape::write(ODataSource&) const", referenced from:
  18. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  19. "U7object::retrieve(unsigned long&) const", referenced from:
  20. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  21. "std::__1::__vector_base_common<true>::__throw_length_error() const", referenced from:
  22. std::__1::__vector_base<unsigned char, std::__1::allocator<unsigned char> >::__throw_length_error() const in u7shp-7b51f1.o
  23. "std::__1::__basic_string_common<true>::__throw_length_error() const", referenced from:
  24. std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__throw_length_error() const in u7shp-7b51f1.o
  25. "std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(char const*)", referenced from:
  26. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  27. "std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::insert(unsigned long, char const*)", referenced from:
  28. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  29. "std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::push_back(char)", referenced from:
  30. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  31. "std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
  32. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  33. "std::__1::basic_filebuf<char, std::__1::char_traits<char> >::basic_filebuf()", referenced from:
  34. OFileDataSource::OFileDataSource(File_spec const&, bool) in u7shp-7b51f1.o
  35. "std::__1::basic_filebuf<char, std::__1::char_traits<char> >::~basic_filebuf()", referenced from:
  36. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  37. OFileDataSource::~OFileDataSource() in u7shp-7b51f1.o
  38. OFileDataSource::OFileDataSource(File_spec const&, bool) in u7shp-7b51f1.o
  39. OFileDataSource::~OFileDataSource() in u7shp-7b51f1.o
  40. "std::__1::basic_ostream<char, std::__1::char_traits<char> >::put(char)", referenced from:
  41. OStreamDataSource::write1(unsigned int) in u7shp-7b51f1.o
  42. OStreamDataSource::write2(unsigned short) in u7shp-7b51f1.o
  43. OStreamDataSource::write2high(unsigned short) in u7shp-7b51f1.o
  44. OStreamDataSource::write4(unsigned int) in u7shp-7b51f1.o
  45. OStreamDataSource::write4high(unsigned int) in u7shp-7b51f1.o
  46. "std::__1::basic_ostream<char, std::__1::char_traits<char> >::flush()", referenced from:
  47. OStreamDataSource::flush() in u7shp-7b51f1.o
  48. "std::__1::basic_ostream<char, std::__1::char_traits<char> >::write(char const*, long)", referenced from:
  49. OStreamDataSource::write(void const*, unsigned long) in u7shp-7b51f1.o
  50. OStreamDataSource::write(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in u7shp-7b51f1.o
  51. "std::__1::basic_ostream<char, std::__1::char_traits<char> >::sentry::sentry(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)", referenced from:
  52. OStreamDataSource::seek(unsigned long) in u7shp-7b51f1.o
  53. OStreamDataSource::skip(long long) in u7shp-7b51f1.o
  54. "std::__1::basic_ostream<char, std::__1::char_traits<char> >::sentry::~sentry()", referenced from:
  55. OStreamDataSource::seek(unsigned long) in u7shp-7b51f1.o
  56. OStreamDataSource::skip(long long) in u7shp-7b51f1.o
  57. "std::__1::basic_ostream<char, std::__1::char_traits<char> >::~basic_ostream()", referenced from:
  58. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  59. OFileDataSource::~OFileDataSource() in u7shp-7b51f1.o
  60. OFileDataSource::OFileDataSource(File_spec const&, bool) in u7shp-7b51f1.o
  61. OFileDataSource::~OFileDataSource() in u7shp-7b51f1.o
  62. "std::__1::ios_base::init(void*)", referenced from:
  63. OFileDataSource::OFileDataSource(File_spec const&, bool) in u7shp-7b51f1.o
  64. "std::__1::ios_base::clear(unsigned int)", referenced from:
  65. OStreamDataSource::seek(unsigned long) in u7shp-7b51f1.o
  66. OStreamDataSource::skip(long long) in u7shp-7b51f1.o
  67. OStreamDataSource::clear_error() in u7shp-7b51f1.o
  68. "std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()", referenced from:
  69. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  70. OFileDataSource::~OFileDataSource() in u7shp-7b51f1.o
  71. OFileDataSource::OFileDataSource(File_spec const&, bool) in u7shp-7b51f1.o
  72. OFileDataSource::~OFileDataSource() in u7shp-7b51f1.o
  73. "std::__1::to_string(int)", referenced from:
  74. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  75. "VTT for std::__1::basic_ofstream<char, std::__1::char_traits<char> >", referenced from:
  76. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  77. OFileDataSource::~OFileDataSource() in u7shp-7b51f1.o
  78. OFileDataSource::OFileDataSource(File_spec const&, bool) in u7shp-7b51f1.o
  79. OFileDataSource::~OFileDataSource() in u7shp-7b51f1.o
  80. "vtable for Image_buffer8", referenced from:
  81. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  82. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  83. "vtable for U7object", referenced from:
  84. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  85. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  86. "vtable for __cxxabiv1::__class_type_info", referenced from:
  87. typeinfo for Image_buffer in u7shp-7b51f1.o
  88. typeinfo for Shape in u7shp-7b51f1.o
  89. typeinfo for ODataSource in u7shp-7b51f1.o
  90. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  91. "vtable for __cxxabiv1::__si_class_type_info", referenced from:
  92. typeinfo for OStreamDataSource in u7shp-7b51f1.o
  93. typeinfo for OFileDataSource in u7shp-7b51f1.o
  94. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  95. "vtable for std::__1::basic_ofstream<char, std::__1::char_traits<char> >", referenced from:
  96. OFileDataSource::OFileDataSource(File_spec const&, bool) in u7shp-7b51f1.o
  97. NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  98. "operator delete[](void*)", referenced from:
  99. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  100. "operator delete(void*)", referenced from:
  101. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  102. file_select(char const*) in u7shp-7b51f1.o
  103. Shape::~Shape() in u7shp-7b51f1.o
  104. Shape::~Shape() in u7shp-7b51f1.o
  105. OFileDataSource::~OFileDataSource() in u7shp-7b51f1.o
  106. "operator new[](unsigned long)", referenced from:
  107. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  108. "operator new(unsigned long)", referenced from:
  109. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  110. file_select(char const*) in u7shp-7b51f1.o
  111. "___cxa_pure_virtual", referenced from:
  112. vtable for Image_buffer in u7shp-7b51f1.o
  113. "___gxx_personality_v0", referenced from:
  114. run(char const*, int, _GimpParam const*, int*, _GimpParam**) in u7shp-7b51f1.o
  115. file_select(char const*) in u7shp-7b51f1.o
  116. OFileDataSource::OFileDataSource(File_spec const&, bool) in u7shp-7b51f1.o
  117. OStreamDataSource::seek(unsigned long) in u7shp-7b51f1.o
  118. OStreamDataSource::skip(long long) in u7shp-7b51f1.o
  119. Dwarf Exception Unwind Info (__eh_frame) in u7shp-7b51f1.o
  120. ld: symbol(s) not found for architecture x86_64
  121. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  122.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement