每日积累(20170820-day-26)(libEGL.so & -lopencv_dep_cudart bug)

来源:互联网 发布:电子族谱软件 编辑:程序博客网 时间:2024/06/18 16:06

1. The improted target "Qt5::Gui"

    references the file "/use/lib/x86_64_linux_gun/libEGL.so" 

    but this file does not exist.


solved:

    delete linkage and recreate the linkage again.

http://www.jianshu.com/p/74e9c8697372


2. /usr/bin/ld: cannot find -lopencv_dep_cudart


solved:

   set cmake property

   CUDA_USE_STATIC_CUDA_RUNTIME OFF

http://blog.csdn.net/xushungou/article/details/52958114

阅读全文
0 0