上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 61 下一页
摘要: opt/qt5.4.2/5.4/gcc_64/include/QtCore/qglobal.h:684:61: error: static assertion failed: Type is not registered, please use the Q_DECLARE_METATYPE macr 阅读全文
posted @ 2022-04-19 12:59 MoonXu 阅读(522) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_38694388/article/details/119120397 git clone https://gitlab.freedesktop.org/gstreamer/gst-build.git -b 1.18 各个版本,在左上角选择 https 阅读全文
posted @ 2022-04-19 05:06 MoonXu 阅读(488) 评论(0) 推荐(0)
摘要: 音视频都不能播放, https://blog.csdn.net/liukang325/article/details/45025853 sudo add-apt-repository ppa:linuxuprising/libpng12 sudo apt update sudo apt instal 阅读全文
posted @ 2022-04-18 13:19 MoonXu 阅读(104) 评论(0) 推荐(0)
摘要: desc: undefined reference to `JSC::Yarr::wordcharCreate() https://forum.qt.io/topic/32634/unresolved-external-symbol-attempting-to-build-5-2 in "qt\qt 阅读全文
posted @ 2022-04-17 08:54 MoonXu 阅读(522) 评论(0) 推荐(0)
摘要: 挪到了new_archive里边了 阅读全文
posted @ 2022-04-17 07:44 MoonXu 阅读(72) 评论(0) 推荐(0)
摘要: objdump -tT [库名称] | grep [函数名] nm -Do /lib/x86_64-linux-gnu/*.so|grep sqrt 阅读全文
posted @ 2022-04-16 06:23 MoonXu 阅读(235) 评论(0) 推荐(0)
摘要: 源码交叉编译qt程序,编译的过程中虚拟机报错关机了,开机后发现鼠标键盘没反应了 1.命令行进入ubuntu,https://www.cnblogs.com/xpylovely/p/11063207.html 2.安装sudo apt install xserver-xorg-input-all 3. 阅读全文
posted @ 2022-04-15 04:53 MoonXu 阅读(549) 评论(0) 推荐(0)
摘要: sudo netplan apply 阅读全文
posted @ 2022-04-13 13:31 MoonXu 阅读(82) 评论(0) 推荐(0)
摘要: ./configure --prefix=/opt/rootfs/opt --host=arm-cortex_a9-linux CC=arm-cortex_a9-linux-gnueabi-gcc CFLAGS=-static --enable-static LDFLAGS=-static --di 阅读全文
posted @ 2022-04-12 16:08 MoonXu 阅读(707) 评论(0) 推荐(0)
摘要: 解决办法:sudo ldconfig ldconfig是设置系统的动态库路径的,设置完成后,新的shell窗口也能起作用。 ldconfig是系统动态库连接管理工具,使用ldconfig的时候需要注意如下几点: 如果把动态库文件复制到/usr/lib或者/lib,再赋值完成以后,需要执行一下ldco 阅读全文
posted @ 2022-04-12 15:06 MoonXu 阅读(368) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 61 下一页