-
Notifications
You must be signed in to change notification settings - Fork 23
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
Link issue on Linux #11
Comments
it seems cmake detect wrong version of lua: |
Thank you for the reply. It now seems to work. I had to make a special file FindLuaJiT.cmake in /usr/share/cmake-3.10/Modules to find luajit.
The CMakeLists.txt:
The cmake:
The make finishes to 100%. I now ran luajit and it worked (writing out debug info):
lua.h in LuaJIT/src has version 5.1.4. What does it take to update to the latest lua 5.3.5 version ? |
Hi. I have tried to make a Linux version of lqt.
This is my CMakeLists.txt (made only for Linux and what Qt I need) :
The cmake:
The make finishes to 100%.
But when I run this script:
the output is:
This must be a link error .. ?
The text was updated successfully, but these errors were encountered: