Hello, I am trying to install font forge. I found this explanation : http://joewong.blogspot.com.au/2011/11/how-to-install-fontforge-on-mac-os-x.html I went through the instructions but got stuck on the part afte "brew install cairo --use-clang" where I actually install fontforge "brew install fontforge --use-gcc" I get the following error:
==> Installing fontforge dependency: gettext
Error: GCC could not be found
I also got the warning that I have macports or fink installed ( I think I installed macports to get gimp) I looked through the code and found this line back when I installed brew:
Warning: The following *evil* dylibs exist in /usr/local/lib
They may break builds or worse. You should consider deleting them:
/usr/local/lib/libssl.0.9.8.dylib
Question 1: what is libssl, how did it get in my computer and why should I delete it? (ok, question 1a, 1b and 1c...)
Question 2: How do I remove it?
I am a terminal beginner, I went through the tutorial here:
http://guides.macrumors.com/Terminal
I could not find the /usr/local/libpath and putting libssl in spotlight I found libssl.1.0.0.dylib in /opt/local/lib/ so is it a hidden file?
Any advice would be greatly appreciated.
==> Installing fontforge dependency: gettext
Error: GCC could not be found
I also got the warning that I have macports or fink installed ( I think I installed macports to get gimp) I looked through the code and found this line back when I installed brew:
Warning: The following *evil* dylibs exist in /usr/local/lib
They may break builds or worse. You should consider deleting them:
/usr/local/lib/libssl.0.9.8.dylib
Question 1: what is libssl, how did it get in my computer and why should I delete it? (ok, question 1a, 1b and 1c...)
Question 2: How do I remove it?
I am a terminal beginner, I went through the tutorial here:
http://guides.macrumors.com/Terminal
I could not find the /usr/local/libpath and putting libssl in spotlight I found libssl.1.0.0.dylib in /opt/local/lib/ so is it a hidden file?
Any advice would be greatly appreciated.