swapping all #includes for local filepath #3747
Unanswered
anomaliesintent112
asked this question in
Q&A
Replies: 1 comment
-
https://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html
No need to replace paths. |
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
-
I don't know why I was forced to do this but trying to compile a c++ program with
x86_64-w64-mingw32-g++ -o wave64.exe wavetry2.cc
forced me to change all instances of #include <{filepath}> to "/usr/local/include/nlohmann/{rest of path}"
it took me 30 minutes because I had to do this for all files and all instances but once i was done it worked without a problem and it didnt break g++ either anyways if anyone ever needs the files let me know and ill fork it and upload my versions
Beta Was this translation helpful? Give feedback.
All reactions