在头文件中无法引用库的头文件 #5219
Unanswered
Mano-Liaoyan
asked this question in
Q&A
在头文件中无法引用库的头文件
#5219
Replies: 1 comment
-
没明白啥问题?不能编译,头文件找不到编译报错?那就贴下 xmake -vD 的 error logs 和完整编译 logs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我想做一个dll来封装一下mbedTLS, 需要在头文件中引用mbedTLS相关的类,但是似乎xmake中的头文件无法应用安装的包的头文件,在cpp文件中引用时正常的。mbedTLS是xrepo的包。



foo.h
foo.cpp
xmake.lua
Beta Was this translation helpful? Give feedback.
All reactions