Advertisement
Guest User

ofxVideoGrabberPtgrey compile error

a guest
Jun 9th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 KB | None | 0 0
  1. ||=== Build: Debug in libopenFrameworks (compiler: GNU GCC Compiler) ===|
  2. ||=== Build: Debug in ptGreyExample2 (compiler: GNU GCC Compiler) ===|
  3. ../../../addons/ofxVideoGrabberPtgrey/libs/dc1394/include/dc1394/conversions.h|37|warning: "restrict" redefined|
  4. /usr/include/gstreamer-1.0/gst/gstmacros.h|44|note: this is the location of the previous definition|
  5. ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/flann/ground_truth.h||In function ‘void cvflann::find_nearest(const cvflann::Matrix<typename Distance::ElementType>&, typename Distance::ElementType*, int*, int, int, Distance)’:|
  6. ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/flann/ground_truth.h|45|warning: typedef ‘ElementType’ locally defined but not used [-Wunused-local-typedefs]|
  7. ../../../addons/ofxVideoGrabberPtgrey/libs/dc1394/include/dc1394/conversions.h|37|warning: "restrict" redefined|
  8. /usr/include/gstreamer-1.0/gst/gstmacros.h|44|note: this is the location of the previous definition|
  9. ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/flann/ground_truth.h||In function ‘void cvflann::find_nearest(const cvflann::Matrix<typename Distance::ElementType>&, typename Distance::ElementType*, int*, int, int, Distance)’:|
  10. ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/flann/ground_truth.h|45|warning: typedef ‘ElementType’ locally defined but not used [-Wunused-local-typedefs]|
  11. ../../../addons/ofxVideoGrabberPtgrey/libs/dc1394/include/dc1394/conversions.h|37|warning: "restrict" redefined|
  12. /usr/include/gstreamer-1.0/gst/gstmacros.h|44|note: this is the location of the previous definition|
  13. ../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp||In member function ‘bool ofxVideoGrabberPtgrey::initGrabber(int, int, bool)’:|
  14. ../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|188|warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]|
  15. ||warning: Device ID for unit %x not found, using first device\n", deviceID);|
  16. ../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|173|warning: unused variable ‘depth’ [-Wunused-variable]|
  17. ../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|174|warning: unused variable ‘num_packets’ [-Wunused-variable]|
  18. ../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|279|warning: control reaches end of non-void function [-Wreturn-type]|
  19. ../../../addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_core.a(system.o)||In function `cv::tempfile(char const*)':|
  20. ||warning: the use of `tmpnam' is dangerous, better use `mkstemp'|
  21. ../../../addons/obj/linux64/Debug/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.o||In function `ofxVideoGrabberPtgrey::ofxVideoGrabberPtgrey()':|
  22. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|27|undefined reference to `dc1394_new'|
  23. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|29|undefined reference to `dc1394_camera_enumerate'|
  24. ../../../addons/obj/linux64/Debug/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.o||In function `ofxVideoGrabberPtgrey::~ofxVideoGrabberPtgrey()':|
  25. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|44|undefined reference to `dc1394_camera_free_list'|
  26. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|47|undefined reference to `dc1394_free'|
  27. ../../../addons/obj/linux64/Debug/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.o||In function `ofxVideoGrabberPtgrey::grabFrame()':|
  28. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|115|undefined reference to `dc1394_capture_dequeue'|
  29. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|132|undefined reference to `dc1394_capture_enqueue'|
  30. ../../../addons/obj/linux64/Debug/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.o||In function `ofxVideoGrabberPtgrey::close()':|
  31. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|141|undefined reference to `dc1394_video_set_transmission'|
  32. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|142|undefined reference to `dc1394_capture_stop'|
  33. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|143|undefined reference to `dc1394_camera_free'|
  34. ../../../addons/obj/linux64/Debug/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.o||In function `ofxVideoGrabberPtgrey::initGrabber(int, int, bool)':|
  35. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|198|undefined reference to `dc1394_camera_new'|
  36. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|208|undefined reference to `dc1394_video_set_iso_speed'|
  37. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|211|undefined reference to `dc1394_video_set_mode'|
  38. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|214|undefined reference to `dc1394_format7_set_color_coding'|
  39. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|217|undefined reference to `dc1394_format7_set_packet_size'|
  40. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|220|undefined reference to `dc1394_format7_set_roi'|
  41. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|228|undefined reference to `dc1394_capture_setup'|
  42. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|236|undefined reference to `dc1394_feature_set_mode'|
  43. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|237|undefined reference to `dc1394_feature_set_value'|
  44. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|239|undefined reference to `dc1394_feature_set_mode'|
  45. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|240|undefined reference to `dc1394_feature_set_value'|
  46. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|242|undefined reference to `dc1394_feature_set_mode'|
  47. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|243|undefined reference to `dc1394_feature_set_value'|
  48. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|245|undefined reference to `dc1394_feature_set_mode'|
  49. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|246|undefined reference to `dc1394_feature_set_value'|
  50. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|255|undefined reference to `dc1394_feature_get_all'|
  51. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|257|undefined reference to `dc1394_log_warning'|
  52. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|260|undefined reference to `dc1394_feature_print_all'|
  53. /home/abocanegra/Programming/of_v0.8.4_linux64_release/apps/myApps/ptGreyExample2/../../../addons/ofxVideoGrabberPtgrey/src/ofxVideoGrabberDc1394.cpp|266|undefined reference to `dc1394_video_set_transmission'|
  54. ../../../libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk|296|recipe for target 'bin/ptGreyExample2_debug' failed|
  55. ../../../libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk|144|recipe for target 'Debug' failed|
  56. ||=== Build failed: 30 error(s), 11 warning(s) (0 minute(s), 6 second(s)) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement