Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vilars

Pages: [1]
1
General / MacOSX - Linking freetype
« on: November 03, 2011, 09:47:11 pm »
I found a "hackish" way to fix this, using install_name_tool (which I never heard of)
install_name_tool -change "/opt/local/lib/libfreetype.6.dylib" "@executable_path/../Frameworks/libfreetype.6.dylib" libsfml-graphics.2.dylib

2
General / MacOSX - Linking freetype
« on: November 03, 2011, 07:10:07 pm »
Hi,
First of all, let me tell you that the library is GREAT.
I'm using SFML2, I didn't have any trouble building the dylibs following the tutorial.
Now I'm having trouble distributing my app bundle.
For some reason, it searches for the freetype.6.dylib in /opt/local/lib. I have it bundled inside the Frameworks dir but there's no use.

Every other dependency is working fine (sfml*, sndfile).

Please if you know what's going on I could use some help.

Pages: [1]