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

I get this when I try to compile #1

Open
lucasnoah opened this issue Mar 29, 2014 · 3 comments
Open

I get this when I try to compile #1

lucasnoah opened this issue Mar 29, 2014 · 3 comments

Comments

@lucasnoah
Copy link

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

@cyrus
Copy link
Owner

cyrus commented Mar 29, 2014

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!

@cyrus
Copy link
Owner

cyrus commented Mar 29, 2014

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

@cyrus cyrus closed this as completed Mar 29, 2014
@cyrus cyrus reopened this Mar 29, 2014
@lucasnoah
Copy link
Author

Thanks

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