Skip to content
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

Wrong LuaJIT version detected #1152

Closed
ghost opened this issue Feb 20, 2014 · 3 comments
Closed

Wrong LuaJIT version detected #1152

ghost opened this issue Feb 20, 2014 · 3 comments
Labels
Bug Issues that were confirmed to be a bug @ Build CMake, build scripts, official builds, compiler and linker errors

Comments

@ghost
Copy link

ghost commented Feb 20, 2014

I have installed LuaJIT 2.0.2 but cmake says my version is to old.

-- LuaJIT library: /usr/lib64/libluajit-5.1.so
-- LuaJIT headers: /usr/include/luajit-2.0
-- LuaJIT found, checking for broken versions...
-- LuaJIT versions till 2.0.0beta7 known to be broken, update to at least beta8
-- LuaJIT not found, using bundled Lua.

This seems to be the relevant content of luajit.h:

#define LUAJIT_VERSION      "LuaJIT 2.0.2"
#define LUAJIT_VERSION_NUM  20002  /* Version 2.0.2 = 02.00.02. */
#define LUAJIT_VERSION_SYM  luaJIT_version_2_0_2

I'm on Fedora 20 x86_64 KDE.

@sfan5
Copy link
Member

sfan5 commented Feb 23, 2014

This happens for me too.
Xubuntu 13.10 x86_64

@jmf
Copy link

jmf commented Feb 23, 2014

Same for me.
ArchLinux... ummm... rolling release... x86_64

sfan5 added a commit to sfan5/minetest that referenced this issue Feb 23, 2014
@sfan5
Copy link
Member

sfan5 commented Feb 23, 2014

Solved by f6232d7, closing.

@sfan5 sfan5 closed this as completed Feb 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that were confirmed to be a bug @ Build CMake, build scripts, official builds, compiler and linker errors
Projects
None yet
Development

No branches or pull requests

3 participants