Compiler: g++
Build System: xmake
Language: C++
Whenever i try to compile with "xmake b", or previously with makefiles, neither worked. sol.hpp cant find config.hpp even though its in a directory called sol, and all three headers are in the same directory. I have included it in both when i used makefiles, and now with xmake,
Compiler: g++ Build System: xmake Language: C++ Whenever i try to compile with "xmake b", or previously with makefiles, neither worked. sol.hpp cant find config.hpp even though its in a directory called sol, and all three headers are in the same directory. I have included it in both when i used makefiles, and now with xmake,