gpt4 book ai didi

c++ - qbs dylib : library not loaded, 找不到图像

转载 作者:太空狗 更新时间:2023-10-29 22:58:55 28 4
gpt4 key购买 nike

我正在尝试使用 leap motion 库构建一个 qbs 项目,但在运行该项目时出现以下错误:

dyld: Library not loaded: @loader_path/libLeap.dylib
Referenced from: /Users/pball/Work/Code/Qt/build-LeapTest-Desktop-Debug/qtc_Desktop_95cbad6a-debug/install-root/LeapTest
Reason: image not found

我的 qbs 文件:

import qbs
CppApplication {
consoleApplication: true
files: "main.cpp"

Group { // Properties for the produced executable
fileTagsFilter: product.type
qbs.install: true
}

cpp.includePaths: [".","/Users/pball/LeapSDK/include"]
cpp.libraryPaths: ["/Users/pball/LeapSDK/lib"]

cpp.dynamicLibraries: "Leap"
}

libLeap.dylib 就在那个位置。

使用 Qt 5.6.0

刚开始使用 qbs,非常感谢任何帮助/指点。

最佳答案

这不是特定于 qbs 的问题,而是需要了解动态库在 macOS 上的加载方式。请查看 dyld 上的文档和 Run-Path Dependent Libraries .

也就是说,根据你依赖的共享库 libLeap.dylib 的安装名称,如果你将它复制到与你的 LeapTest 应用程序二进制文件相同的目录,它应该会成功加载。

关于c++ - qbs dylib : library not loaded, 找不到图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38778890/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com