-
Notifications
You must be signed in to change notification settings - Fork 64
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
Can't install it on Mac #7
Comments
Hmm.. Are you installing from github source or from the source tar ball? |
I was installing from github source. Now I also tried to install from the source tar ball and this time it worked better, but still didn't install. I got this error message:
BTW: You should definitely start tagging and releasing the software. (https://github.com/blog/1547-release-your-software) |
Actually |
Looks like you need to install gettext to get the libintl.h header files. At one point I did have gettext installed and it still couldn't find that header file on Mac, so let me know if it still doesn't work. Right now I'm using ftp://ftp.gnu.org/gnu/cursynth for releases. I realized I didn't have a reference to it though so I put one in the README. I might make mirrored version on github in the future. |
Any luck with that libintl.h header file? |
I think that's the problem:
Any idea how to fix this? |
Well, since this is a common problem on OSX so I put that include (-I/usr/local/opt/gettext/include) in the Makefile.am. Let me know if it works :) |
Still doesn't work =(
|
The following worked for me
|
I receive this error message:
My computer:
The text was updated successfully, but these errors were encountered: