-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Conversation
Does the built software seem to work OK? |
end | ||
|
||
option 'with-gif', 'Build with GIF support' | ||
option 'with-x', 'Build with X11 support, including FontForge.app' | ||
depends_on :autoconf => :build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
=> :build
is implicit in these three symbol deps, so can be removed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On autoconf
, automake
, and libtool
? OK.
Thanks for tackling this. |
Yes, I think FontForge seems to work OK. |
How should formulas link into |
Just install into |
They shouldn't; the .app should be left in the prefix and then |
Currently, the .app is being installed by |
Updated to use more double quotes. |
We can add |
Excellent. I was hoping there was an easy way. I'll try it. |
Hmm. I've updated the implicit |
I'll pull this leaving the app in its |
Thinking about this, doesn't the App need X11 support? The default is to build without it. |
I think "LSOpenURLsWithRole() failed with error -10810" means it couldn't access the UI. |
Enabling X didn't help. |
Doesn't run from the share location either. |
Well, I ran it before from its default I'll look into again later, maybe this weekend. Where did you see "LSOpenURLsWithRole() failed with error -10810"? |
I got the error opening the app from the command line. If I double-click the app in finder nothing happens for me. |
The problem comes from some hard-coded paths in the |
@baskerville When I tried it (which, granted, was a long time ago), the built Did you try the formula in this pull request? I kind of gave up on it, and I don't follow the FontForge development progress. But I would still like to have the latest and greatest. |
I definitely wasn't running it out of |
This needs to be rebased on master. |
I think this is replaced with #31226 ? |
I suggest closing this issue |
An improved version of #27220.