Hi there. I have a problem compiling a plug-in for maya on Mac using XCode.
These simple line:
MFnAnimCurve fn;
gimme an error. I know may think: did you include the file MFnAnimCurve.h? Yes. I’ve talked for half an hour witha friend that is a windows user and he has no problem. Even beacuse this line is so simple.
The error shown:
undefined symbols:
MFnAnimCurve::~MFnAnimCurve()
vtable for MFnAnimCurve
collect2: Id returned 1 exit status
Non sense thing.
Can somebody help me on this? I’ve searched on google also, some people have the same problem with xcode and their problems are due to some destructors as in my case. But I cannot modify the file .h cause I have not the permissions and however I don’t want to modify the .h maya files.
Any idea?
Bye