Closed GJoe2 closed 2 years ago
I updated CMake files to search for Lua 5.3 only. Could you try with the latest master commit?
The issue is solved with lastest master commit:
***** LibreCAD lcadluascript *****
-- Found Eigen3 include dir: /usr/include/eigen3
-- Found Lua: /usr/lib/liblua5.3.so;/usr/lib/libm.so (found suitable exact version "5.3.6")
OS: Manjaro
logs_librecad.txt
I have many lua versions in my OS, it includes lua 5.4 , 5.3, 5.2
And only lua 5.2.4 is valid for this project, since it requires Lua >= 5.2 and <= 5.3.5, I am not sure why cmake is trying to choose lua5.3 instead of lua5.2.
My default lua version is 5.4:
I am not familiar with cmake or c++ stuff, I just want to try Librecad3