HHVM Compile Fail: imagemagick/gd?
dqfan2012 opened this issue · 1 comments
Description
Building from source partially fails? Running any hhvm command tells me that the imagemagick@6 library isn't loaded, and the hhvm command does nothing. I've tried to reinstall imagemagick via brew. It'll then try to automatically attempt to rebuild hhvm, the compiler fails on an issue related to gd (I think). I'm not sure if the imagemagick issue is related to the gd issue.
Context and Logs
Parameter | Value |
---|---|
OS X Version: | 11.2.1 |
Homebrew Version: | 3.0.2 |
Xcode Version: | 12.4 |
Output of clang -v:
Apple clang version 12.0.0 (clang-1200.0.32.29)
Target: x86_64-apple-darwin20.3.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Build logs: Link to public gist created with brew gist-logs hhvm
If someone can tell me how to get logs to work and posting to gist, I will be happy to share this part too. I am new to compiling things from source with homebrew. So please bear with me.
My version of HHVM was seriously outdated. When I did a brew uninstall and reinstall, everything worked great. Sorry for this!