Closed GoogleCodeExporter closed 9 years ago
It seems cmake doesn't find your liblua.
Please try this:
Run
export CMAKE_LIBRARY_PATH=/usr/lib64
before running cmake
Original comment by sheepyluva
on 18 Oct 2014 at 11:57
It helps. Thank you.
Original comment by leont...@gmail.com
on 19 Oct 2014 at 9:36
/usr/lib64 is a legacy path for 32/64 systems, /usr/lib/ should be the right
folder, with symlinks as needed. Unfortunately we can't add workarounds like
this in the configuration files, so marking this as invalid.
Original comment by vittorio...@gmail.com
on 22 Nov 2014 at 9:14
Original issue reported on code.google.com by
leont...@gmail.com
on 18 Oct 2014 at 10:34