Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why can not use in vscode? #634

Open
JohnLoveMm opened this issue Sep 2, 2021 · 1 comment
Open

why can not use in vscode? #634

JohnLoveMm opened this issue Sep 2, 2021 · 1 comment

Comments

@JohnLoveMm
Copy link

I set the path like this but it can not work.
{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "F:/Code/C/package/nana-master/include" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "D:\\MinGW\\MinGW2020\\mingw64\\bin\\g++.exe", "cStandard": "gnu17", "cppStandard": "gnu++14", "intelliSenseMode": "gcc-x64" } ], "version": 4 }

the vscode raise an error
"f:\Code\C\study20210902\test.cpp:1:10: fatal error: nana/gui.hpp: No such file or directory
#include <nana/gui.hpp>"

hope someone help me, thanks!

@cnjinhao
Copy link
Owner

You need to build nana before using.

https://github.com/cnjinhao/nana/wiki/Troubleshooting-MinGW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants