Mac CS4 Linker Error with IAIColorSpace.cpp
Hi Folks,
I'm trying to use AIColorSpace in my Mac AICS4 Plug-In using Xcode 3.1.1 on Leopard 10.5.7, but I'm getting a linker errors (see below).
Has anyone here included "IAIColorSpace.cpp" in their project and successfully compile an AICS4 plug-in using Xcode 3.1.1 on Leopard?
When I include IAIColorSpace.cpp in my project, I get a linker error of:
_sAIColorSpace, referenced from
_sAIColorSpace$non_lazy_ptr in IAIColorSpace.o
symbol(s) not found
collect2: Id returned 1 exit status
There are many Google hits of "non_lazy_ptr" errors with Xcode, but nothing has helped me solve this issue. Any help would be most appreciated!
Thanks!
-- Jim