You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on issue #15910, I already deducted that I had to unlink freetype (to prevent error 'ft2build.h' file not found). Also, I had to provide the option --with-lame, otherwise it returns an error about missing lame ('lame.h' file not found). All of freetype, jpeg and lame were already installed.
Here goes...
I ran brew update and doctor, no issues there. See gist logs here, anchored to offending error: https://gist.github.com/jvalteren/646fe6e6b576a5900dcccb456c4395ce#file-02-make-L66
I wanted to add jpeg support to swftools, so I can properly use infoqscraper (see https://github.com/cykl/infoqscraper/wiki/Setting-up), which needs it otherwise it returns the error 'No JPEG library compiled in'.
Based on issue #15910, I already deducted that I had to unlink freetype (to prevent error
'ft2build.h' file not found
). Also, I had to provide the option --with-lame, otherwise it returns an error about missing lame ('lame.h' file not found
). All of freetype, jpeg and lame were already installed.So, what I ended up doing was this:
This results in the following output:
This goes beyond my skills with homebrew and make etc to fix.
I'm guessing here because I don't have a clean system to try this on, but these might be step-by-step reproduction instructions:
The text was updated successfully, but these errors were encountered: