The issue is related to the that fact that Apple switched from ComponentDescription to AudioComponentDescription in 10.6, and deprecated some AudioUnit API in 10.5. And I can confirm that the issue occurs indeed on 32bit 10.6 (though this is suprisingly the first report I got on the issue).
I know several ways to work around the issue, but so far I like none, esp. since I want the package to still work on 10.5. I'll tell you once I committed one of them. For now, I am a bit ill and need to get sleep. Bye, Max Am 02.03.2010 um 21:29 schrieb Alexander Hansen: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 3/2/10 8:10 AM, Dr. Wolfram Schroers wrote: >> Hi, >> >> I have a problem building dosbox. During compiling I get the error >> message: >> >> [...] >> g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/sw/include -I/ >> sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -fast -MT midi.o - >> MD -MP -MF .deps/midi.Tpo -c -o midi.o midi.cpp >> In file included from midi.cpp:83: >> midi_coreaudio.h: In member function 'virtual bool >> MidiHandler_coreaudio::Open(const char*)': >> midi_coreaudio.h:46: error: aggregate 'ComponentDescription desc' >> has incomplete type and cannot be defined >> midi_coreaudio.h:54: warning: 'AUGraphNewNode' is deprecated >> (declared at /System/Library/Frameworks/AudioToolbox.framework/ >> Headers/AUGraph.h:673) >> midi_coreaudio.h:60: warning: 'AUGraphNewNode' is deprecated >> (declared at /System/Library/Frameworks/AudioToolbox.framework/ >> Headers/AUGraph.h:673) >> midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated >> (declared at /System/Library/Frameworks/AudioToolbox.framework/ >> Headers/AUGraph.h:687) >> midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated >> (declared at /System/Library/Frameworks/AudioToolbox.framework/ >> Headers/AUGraph.h:687) >> make[3]: *** [midi.o] Error 1 >> make[2]: *** [all-recursive] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> ### execution of /var/tmp/tmp.1.qVsdVt failed, exit code 2 >> Removing runtime build-lock... >> Removing build-lock package... >> /sw/bin/dpkg-lockwait -r fink-buildlock-dosbox-0.73-2 >> (Reading database ... 207168 files and directories currently >> installed.) >> Removing fink-buildlock-dosbox-0.73-2 ... >> Failed: phase compiling: dosbox-0.73-2 failed >> >> I am running Snow-Leopard 10.6.2, latest updates installed, latest >> version of Fink and have the development branch activated. >> >> W. >> >> >> >> > > (this probably could have gone to fink-users, since the package is > maintained and the issue is a bug report rather than a question about > the structure of the package) > > Are you using 32-bit Fink or 64-bit Fink? > - -- > Alexander Hansen > Fink User Liaison > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkuNdQwACgkQB8UpO3rKjQ+62QCgga5T8mzxbzTkOC4GDKFeLFF9 > OAsAoJdHBk4FugmO82SM8/p7wugdE3iP > =kO03 > -----END PGP SIGNATURE----- > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
