Author Topic: [RESOLVED] [Font Maker] Mac OS X 10.9.5  (Read 8185 times)

GregMeach

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 1
  • Posts: 36
    • View Profile
[RESOLVED] [Font Maker] Mac OS X 10.9.5
« on: August 08, 2014, 06:47:15 AM »
I see this in the console related to Font Maker
  1. Unable to copy FreeType.dylib to /usr/local/lib:
  2. Access to the path "/usr/local/lib" is denied.
« Last Edit: August 08, 2014, 11:17:41 AM by GregMeach »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: [Font Maker] Mac OS X 10.9.5
« Reply #1 on: August 08, 2014, 07:07:51 AM »
Known issue on OSX. It all depends on what kind of permissions Unity has. Just take the FreeType.dylib file and copy it over to /usr/local/lib yourself. Create the folder if it doesn't exist.

GregMeach

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 1
  • Posts: 36
    • View Profile
Re: [Font Maker] Mac OS X 10.9.5
« Reply #2 on: August 08, 2014, 08:10:35 AM »
Known issue on OSX. It all depends on what kind of permissions Unity has. Just take the FreeType.dylib file and copy it over to /usr/local/lib yourself. Create the folder if it doesn't exist.
This might be the problem:
There is no /usr/local/lib <- in /usr/local there is /bin and /man

There IS however a /usr/lib folder.

Which folder do I use?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: [Font Maker] Mac OS X 10.9.5
« Reply #3 on: August 08, 2014, 09:06:15 AM »
/usr/local/lib

Create the folder first.

GregMeach

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 1
  • Posts: 36
    • View Profile
[SOLVED] [Font Maker] Mac OS X 10.9.5
« Reply #4 on: August 08, 2014, 11:17:20 AM »
Got it - thanks!