tilemaker icon indicating copy to clipboard operation
tilemaker copied to clipboard

no outcome after run make sudo make install on ubuntu

Open David-Wang-RAMM opened this issue 1 year ago • 2 comments

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: image

the blank line just shows up forever unless use ctrl+c to stop. Could anyone please help me here? Thank you!

David-Wang-RAMM avatar Jul 21 '24 22:07 David-Wang-RAMM

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.

SomeoneElseOSM avatar Jul 22 '24 15:07 SomeoneElseOSM

Thanks for answering, I run 'top' after run 'make' looks like this, the machine is pretty free: image

But as you mentioned, I installed lua5.3 instead of 5.1. The 'make' worked but with follow error.. LOL image looks like the permission problem, I will carry on and figure it out. Thanks again!

David-Wang-RAMM avatar Jul 24 '24 22:07 David-Wang-RAMM