Re: Mac64 linker error
Re: Mac64 linker error
- Subject: Re: Mac64 linker error
- From: Vojtěch Meluzín <email@hidden>
- Date: Mon, 17 Oct 2011 16:31:36 +0200
Well, so that's even worse, I removed kCFTypeDictionaryValueCallBack from the code, but seems that most symbols are going the error:
ld: codegen problem, can't use rel32 to external symbol xxx....
Is there something needed to specify to GCC, or some defines??
Thanks in advance,
Vojtech
Dne 16. října 2011 23:38 Vojtěch Meluzín
<email@hidden> napsal(a):
Hi,
I'm trying to upgrade to Mac64, but the linker is giving me this error :
ld: codegen problem, can't use rel32 to external symbol _
kCFTypeDictionaryValueCallBacks in MAudioPluginAUAdapter::GetProperty(unsigned int, unsigned int, unsigned int, unsigned int*, unsigned char*, void*)from !temp/DebugDebug1/MXXX/main.o
which is only used in get property kAudioUnitProperty_ClassInfo, this line:
CFMutableDictionaryRef pDict = CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
What is the problem?
Thanks,
Vojtech
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden