Search found 3 matches

by t0ny
Tue May 08, 2018 16:10
Forum: Problems
Topic: [SOLVED] How to compile minetest with luajit 2.1-beta?
Replies: 3
Views: 693

Re: How to compile minetest with luajit 2.1-beta?

The LUA_LIBRARY parameter needs to point to the actual library e.g.

Code: Select all

-DLUA_LIBRARY=../../luajit/src/libluajit.a
by t0ny
Wed Jan 10, 2018 09:33
Forum: Problems
Topic: ERROR[Main]: Please choose a name!
Replies: 3
Views: 922

Re: ERROR[Main]: Please choose a name!

It seems to have been caused by commit #837328F. I've worked around it on my build with the change here
by t0ny
Sat Mar 18, 2017 17:45
Forum: Problems
Topic: Cannot open doors
Replies: 2
Views: 617

Re: Cannot open doors

Same here. Reverting commit 73e4666 gets them working again.