-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
How to add user defined C++ path to sublime text #966
Comments
I think you might have better luck with stackoverflow.com for this one. It doesn't seem like this issue is specific to this library. If g++ had the flag |
I agree with @whackashoe. Beside that - can you compile your code outside Sublime? |
No i can't tried in cmd showing me the same error @nlohmann |
@Prateek0601 Did you try #966 (comment) ? |
like this g++ F:/workspace/function_check.cpp |
You need to pass |
how to pass -I F:\Workspace\Modules to gcc ? |
I have no idea how Sublime Text is executing GCC, so I have no idea how to pass include directories there. When you execute GCC in the shell, just add that parameter. Note this all has nothing to do with this library... |
Would you like to show me with a screenshot please ? |
I am sorry, but I cannot provide this kind of guidance. Please open a question at StackOverflow for this. |
Got the answer: "C++ does not support modular programming" |
Uh...what? o.O That's what libraries 'are'... O.o |
#I am using C++ Programming language.
#Windows 10 1709 (build 16299.192).
#GCC(g++)4.8.0.
#I want to use my own Modules to my Program so how could i add that library to sublime text 3.I tried to add the path to the 'Environment variables'but still shows error'.
check
The text was updated successfully, but these errors were encountered: