Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README should suggest MacPorts installation of GraphicsMagick #142

Open
tensory opened this issue Jul 22, 2021 · 3 comments
Open

README should suggest MacPorts installation of GraphicsMagick #142

tensory opened this issue Jul 22, 2021 · 3 comments

Comments

@tensory
Copy link

tensory commented Jul 22, 2021

While following https://github.com/cpp-io2d/P0267_RefImpl/blob/master/BUILDING.md on OSX 11.4 (Big Sur), I was not able to build io2D while GraphicsMagick was installed from Homebrew:

Found macOS, using CAIRO_XLIB.
-- Checking for module 'GraphicsMagick'
--   No package 'GraphicsMagick' found
CMake Error at /usr/local/Cellar/cmake/3.20.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find GraphicsMagick (missing: GRAPHICSMAGICK_INCLUDE_DIRS)

I got past this error by uninstalling the Homebrew copy of GraphicsMagick, and installing it from MacPorts instead:

brew uninstall graphicsmagick
sudo port install GraphicsMagick
@walterhudson
Copy link

Just ran into the same issue.

brew uninstall graphicsmagick
sudo port install GraphicsMagick

Fixed it.

@Frank1412
Copy link

same issue

@nagsconnect
Copy link

This helped, same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants