Possible to change target architecture?
Posted: 2012-07-10T19:22:29-07:00
Added ImageMagic (Lib version 6.7.8-0) Magick++.h to XCode (v3.2.6) project in Mac OSX (10.6.8 - snow leopard).
Installed using mac ports and then checked the code into local svn and checked out to local directory.
Is it possible to change a config setting and rebuild even though I installed everything using mac ports?
When I tried to install from code, I can't get XCode to find the Magick++.h file, so I am in worse shape than what I am now.
The reason I am asking about changing target architecture is because I saw on another thread about changing it to a universal setting.
Using mac ports, it defaults to my local architecture and my project is targeting multiple mac machines (x86_64, i386 and ppc) and I am getting missing symbol linker errors as a result.
Any help would be greatly appreciated - thanks.
Installed using mac ports and then checked the code into local svn and checked out to local directory.
Is it possible to change a config setting and rebuild even though I installed everything using mac ports?
When I tried to install from code, I can't get XCode to find the Magick++.h file, so I am in worse shape than what I am now.
The reason I am asking about changing target architecture is because I saw on another thread about changing it to a universal setting.
Using mac ports, it defaults to my local architecture and my project is targeting multiple mac machines (x86_64, i386 and ppc) and I am getting missing symbol linker errors as a result.
Any help would be greatly appreciated - thanks.