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
g++ -g -O3 -ffast-math -fpeel-loops -ftracer -D NDEBUG -o utilities.o -c utilities.cpp utilities.cpp:54:20: fatal error: unistr.h: No such file or directory compilation terminated. make: *** [utilities.o] Error 1
The text was updated successfully, but these errors were encountered:
Hi Lucas,
It looks like you haven't installed the GNU unicode string handling libraries.
The are available for all linux distributions and mac ports.
On Ubuntu or Mint, this command will install the software:
sudo apt-get install libunistring-dev
Let me know if that works for you!
Sorry, something went wrong.
One more thing, Lucas,
I just added some new changes to the code and changed the version to 0.08, so please clone the repository again, or just use
git pull
Thanks
No branches or pull requests
g++ -g -O3 -ffast-math -fpeel-loops -ftracer -D NDEBUG -o utilities.o -c utilities.cpp
utilities.cpp:54:20: fatal error: unistr.h: No such file or directory
compilation terminated.
make: *** [utilities.o] Error 1
The text was updated successfully, but these errors were encountered: