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
Hi, i have got this error when i build:
sudo xmake libtool --mode=compile --tag=CC cc -I. -Wall -std=c99 -O2 -o unibilium.lo -c unibilium.c make: libtool: Arquivo ou diretório inexistente make: *** [Makefile:69: unibilium.lo] Erro 127 error: execv(make -j6) failed(2)
sudo make libtool --mode=compile --tag=CC cc -I. -Wall -std=c99 -O2 -o unibilium.lo -c unibilium.c make: libtool: Arquivo ou diretório inexistente make: *** [Makefile:69: unibilium.lo] Erro 127
The text was updated successfully, but these errors were encountered:
@ErickNunes97 The project is obviously (as of Feb 2018) abandoned. Why do you report issues? Consider neovim/unibilium instead.
Sorry, something went wrong.
@KrizalidTheRed That sounds like you don't have libtool installed. Check if your operating system provides a package called "libtool" or similar.
libtool
No branches or pull requests
Hi, i have got this error when i build:
sudo xmake
libtool --mode=compile --tag=CC cc -I. -Wall -std=c99 -O2 -o unibilium.lo -c unibilium.c
make: libtool: Arquivo ou diretório inexistente
make: *** [Makefile:69: unibilium.lo] Erro 127
error: execv(make -j6) failed(2)
sudo make
libtool --mode=compile --tag=CC cc -I. -Wall -std=c99 -O2 -o unibilium.lo -c unibilium.c
make: libtool: Arquivo ou diretório inexistente
make: *** [Makefile:69: unibilium.lo] Erro 127
The text was updated successfully, but these errors were encountered: