Hi,
I'm compiling ion3 on a Solaris machine.
First remark: the configure script should use AC_MSG_ERROR instead of "exit 1".
When a configure script exits silently, I tend to believe that it has been
successfull ...
Secondly, there's a confusion between with_lua and with_lua_prefix fixed by the
following patch:
--- ion-3ds-20050116/configure.ac Sun Jan 16 12:09:39 2005
+++ /home/mm43/tlmsoc/ion3/src/ion-3ds-20050116/configure.ac Mon Feb 14
11:13:34
2005
@@ -219,20 +219,20 @@
dnl LUA_LIBS {{{
if test "x$with_lua_libraries" != x; then
LUA_LIBS="-L$with_lua_libraries"
-elif test "x$with_lua" != x; then
+elif test "x$with_lua_prefix" != x; then
LUA_LIBS="-L$with_lua_prefix/lib"
fi
AC_CHECK_LIB([lua$with_lua_suffix],
[lua_open],
[LUA_LIBS="$LUA_LIBS -llua$with_lua_suffix"],
(perhaps --with-lua would be better than --with-lua-prefix, but this needs to be
consistant)
One last thing: There was a problem with my version of msgfmt:
msgfmt -c -o fi.mo fi.po
usage: msgfmt [-v] [-o filename] [files ... ]
ideally, this should be checked in the configure script too.
(now, ion3 is compiled on my machine ;-)
--
Matthieu
-------------------------------------------------
envoy� via Webmail/IMAG !