no outcome after run make sudo make install on ubuntu
At first, there was error about lualib couldn't found after running command 'make sudo make install'. But after fixing that error, the problem became a frozen screen, nothing happened, and nothing outcome after running the same command, even no error message. Has anyone been through here?
the screen looks like:
the blank line just shows up forever unless use ctrl+c to stop. Could anyone please help me here? Thank you!
When I run "make" on Ubuntu 22.04 the output starts:
me@blah:/blah/src/tilemaker$ make
Using Lua 5.3 (include path is -I/usr/include/lua5.3, library path is -llua5.3)
I'd expect at least that. Can you provide a bit more information about your environment? After typing "make" (when it seems to hang) what is busy on your machine? You can have a look in another session via e.g. "top" to find out.
Thanks for answering, I run 'top' after run 'make' looks like this, the machine is pretty free:
But as you mentioned, I installed lua5.3 instead of 5.1. The 'make' worked but with follow error.. LOL
looks like the permission problem, I will carry on and figure it out.
Thanks again!