Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Could not move /usr/local/share/lua/5.2/llthreads2/ex.lua to #11

Open
Mirocow opened this issue Feb 7, 2017 · 2 comments
Open

Comments

@Mirocow
Copy link

Mirocow commented Feb 7, 2017

install script dont work correct

# luarocks install lua-llthreads2 --server=https://luarocks.org/dev
Installing https://luarocks.org/dev/lua-llthreads2-scm-0.rockspec
gcc -O2 -fPIC -I/usr/include/lua5.2 -c src/l52util.c -o src/l52util.o -DLLTHREAD_MODULE_NAME=llthreads2
gcc -O2 -fPIC -I/usr/include/lua5.2 -c src/llthread.c -o src/llthread.o -DLLTHREAD_MODULE_NAME=llthreads2
gcc -shared -o llthreads2.so -L/usr/local/lib src/l52util.o src/llthread.o -lpthread

Error: Could not move /usr/local/share/lua/5.2/llthreads2/ex.lua to /usr/local/share/lua/5.2/lua_llthreads2_0_1_4_1-llthreads2/ex.lua: /usr/local/share/lua/5.2/llthreads2/ex.lua not found

@moteus
Copy link
Owner

moteus commented Feb 8, 2017

This is problem with luarocks not with rockspec.

@Mirocow
Copy link
Author

Mirocow commented Feb 10, 2017

why create file like this lua_llthreads2_0_1_4_1-llthreads2
but it will be create as llthreads2.so
Such problem with folder in the share directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants