Jörg Mayer
changed
bug 8619
What |
Removed |
Added |
Status |
INCOMPLETE
|
IN_PROGRESS
|
Comment # 6
on bug 8619
from Jörg Mayer
Via IRC:
Includes:
lua /usr/include/lua.h
lua51 /usr/include/lua5.1/lua.h
Libs:
lua /usr/lib/liblua.a
lua /usr/lib/liblua.so
lua /usr/lib/liblua.so.5.2
lua /usr/lib/liblua.so.5.2.1
lua51 /usr/lib/liblua.so.5.1
lua51 /usr/lib/liblua.so.5.1.5
lua51 /usr/lib/liblua5.1.a
lua51 /usr/lib/liblua5.1.so
lua51 /usr/lib/liblua5.1.so.5.1
lua51 /usr/lib/liblua5.1.so.5.1.5
where lua is the lua 5.2 package.
Autoconf works and picks up lua5.1
Me: this happens because 5.1 is the only version that has an explicit version
number in both, the include path and the lib name.
We need to mimic that behaviour in cmake.
You are receiving this mail because:
- You are watching all bug changes.