gpt4 book ai didi

c++ - OpenCV - 找不到 'cstdint' 文件

转载 作者:太空狗 更新时间:2023-10-29 23:14:43 28 4
gpt4 key购买 nike

我使用的是 Mac 10.10 和 OpenCV 3.0,当我编译我的项目时出现了这个错误:

ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

之后我将c++标准库改成libstdc++,又出现了一个错误:

/usr/local/include/opencv2/hal/defs.h:271:14: 找不到“cstdint”文件

希望有人能帮助我

最佳答案

基于此 question 中的最佳答案,有两种方法可以解决这个问题,因为您使用的是 macOs 并且您的默认编译器是 Clang。您可以使用:

#include <tr1/cstdint>

#include <stdint.h>

而不是 cstdint,它是 libc++ 的一部分。

关于c++ - OpenCV - 找不到 'cstdint' 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32552249/

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