when you cd to the directory celestia/po, can you locate the localization file gl.po? It is listed in your Makefile. If it does not exist, you get an error.
Checked to see if it exists and gl.po does NOT exist in the /po directory. Strange...
What versions of the autotools are you using??
automake?
autoconf?
Automake - 1.9.6
Autoconf - 2.6
I will check to see if there are any newer versions available...
I noticed your configure options in your identical post in another thread:
./configure --with-kde --with-lua=/usr/local/bin
The lua libs do NOT belong into a bin directory, but rather into the respective lib directory. Are you sure they are in /usr/local/bin? Do you have the correct entry for the lua libs in /usr/lib/pkgconfig/lua.pc etc??
Honestly, I have no idea what path is supposed to go in here. I assumed I needed to include the path to the actual lua and luac .bin files which is in this /bin directory. I do have a /usr/loca/lib directory and a /usr/loca/lib/lua.a listed as well that look like those were install points when I installed the lua package.
At any rate, I also ran a just a plain "./configure --with-kde" without the lua part and I still get the same make error. So wouldn't this mean that lua should be taken out of the equation for this problem as Celestia isn't trying to compile lua into it??
Finally, it is not a good idea to post the same issue in several threads...
Yeah I know that is bad form but I was afraid that the other post had gotten way off track and no one would even notice the build problem back at the bottom of the messages... Sorry bout that...