开发者

Static library -L not found

开发者 https://www.devze.com 2023-01-25 21:22 出处:网络
I am importing some static libraries to my project. It works fine but there are some compiler warnings as \"...f开发者_JAVA百科ollowing -L not found\". This is seen in every static library I import. H

I am importing some static libraries to my project. It works fine but there are some compiler warnings as "... f开发者_JAVA百科ollowing -L not found". This is seen in every static library I import. How to resolve those error?

Thank You


I was having this issue with a codebase that didn't originate on my machine. I stuck it in a folder with a space in its name, which seemed to confuse the header search paths. Closing the project, taking the space out of the folder name and restarting fixed the linker.


I think you have checked "Recursive" option for a folder with no subfolder. If so uncheck it. I too have faced this problem already

0

精彩评论

暂无评论...
验证码 换一张
取 消