简体   繁体   English

OpenCv3.3安装错误-未定义引用

[英]OpenCv3.3 installation error - undefined reference to

I am trying to install OpenCv3.3 and still getting same error. 我正在尝试安装OpenCv3.3,仍然出现相同的错误。

//usr/local/lib/libgtk-3.so.0: undefined reference to `g_drive_is_removable' //usr/local/lib/libgtk-3.so.0:对`g_drive_is_removable'的未定义引用

//usr/local/lib/libgtk-3.so.0: undefined reference to `g_app_info_launch_default_for_uri_async' //usr/local/lib/libgtk-3.so.0:对`g_app_info_launch_default_for_uri_async'的未定义引用

//usr/local/lib/libgtk-3.so.0: undefined reference to `g_app_info_launch_default_for_uri_finish' //usr/local/lib/libgtk-3.so.0:对`g_app_info_launch_default_for_uri_finish'的未定义引用

I installed all dependencies and followed this tutorial: https://docs.opencv.org/trunk/d7/d9f/tutorial_linux_install.html 我安装了所有依赖项并遵循了本教程: https : //docs.opencv.org/trunk/d7/d9f/tutorial_linux_install.html

Does anyone know the solution, or can show me the way? 有谁知道解决方案,或者可以告诉我方法?

未定义的对“ somerhing”的引用意味着它们无法找到定义了这些功能的SO。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM