ThePhD / sol2

Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
http://sol2.rtfd.io/
MIT License
4.25k stars 519 forks source link

sol.hpp cant find config.hpp, but it exists. #1638

Closed logslmao closed 1 month ago

logslmao commented 1 month ago

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,

logslmao commented 1 month ago

I have decided to use a different library, Thank you for your effort in making this, but i will not be using it.