Page 1 of 1

Getting Magick++ to work in Xcode

Posted: 2008-01-22T21:29:14-07:00
by tadpole
Newbie here. I installed ImageMagick via darwinports on my Mac, and then made a blank C++ project in Xcode. I'm just trying to see if I can get Magick++ to work. I added #include <Magick++.h> in the default "Hello World" C++ file, but for some reason it can't find the Magick++ header files even though I've already added them to the project.

Any help from other Xcode users would be very appreciated.

Re: Getting Magick++ to work in Xcode

Posted: 2008-01-23T12:38:26-07:00
by tadpole
Any Xcode users out there? I won't keep the thread alive if there aren't, I'm just making sure.

Imagemagick itself is working fine (I've tested it), so I'm just trying to get Magick++ to successfully compile in my Xcode project.