We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This is problem with luarocks not with rockspec.
Sorry, something went wrong.
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
No branches or pull requests
install script dont work correct
The text was updated successfully, but these errors were encountered: