I have gotten this error in sdl-mixer, which kinda suggests that there is something in that source that needs to be fixed in order for it to work with 64-bit fink on SL:
gcc -I/sw/include -D_GNU_SOURCE=1 -I/sw/include/SDL -D_GNU_SOURCE=1 - D_THREAD_SAFE -DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -I./mikmod - DMID_MUSIC -DUSE_TIMIDITY_MIDI -I./timidity -DUSE_NATIVE_MIDI -I./ native_midi -DOGG_MUSIC -DMP3_MUSIC -I/sw/include -I/sw/include/smpeg - I/sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -c ./native_midi/ native_midi_mac.c -fno-common -DPIC -o build/.libs/native_midi_mac.o ./native_midi/native_midi_mac.c:51: error: 'NoteRequest' undeclared here (not in a function) ./native_midi/native_midi_mac.c:79: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gTunePlayer' ./native_midi/native_midi_mac.c: In function 'native_midi_loadsong': ./native_midi/native_midi_mac.c:134: error: 'gTunePlayer' undeclared (first use in this function) ./native_midi/native_midi_mac.c:134: error: (Each undeclared identifier is reported only once ./native_midi/native_midi_mac.c:134: error: for each function it appears in.) ./native_midi/native_midi_mac.c:135: error: 'kTunePlayerComponentType' undeclared (first use in this function) ./native_midi/native_midi_mac.c: In function 'native_midi_loadsong_RW': ./native_midi/native_midi_mac.c:197: error: 'gTunePlayer' undeclared (first use in this function) ./native_midi/native_midi_mac.c:198: error: 'kTunePlayerComponentType' undeclared (first use in this function) ./native_midi/native_midi_mac.c: In function 'native_midi_freesong': ./native_midi/native_midi_mac.c:239: error: 'gTunePlayer' undeclared (first use in this function) ./native_midi/native_midi_mac.c: In function 'native_midi_start': ./native_midi/native_midi_mac.c:251: error: 'gTunePlayer' undeclared (first use in this function) ./native_midi/native_midi_mac.c:260: error: 'kTuneStartNow' undeclared (first use in this function) ./native_midi/native_midi_mac.c: In function 'native_midi_stop': ./native_midi/native_midi_mac.c:310: error: 'gTunePlayer' undeclared (first use in this function) ./native_midi/native_midi_mac.c: In function 'native_midi_active': ./native_midi/native_midi_mac.c:322: error: 'gTunePlayer' undeclared (first use in this function) ./native_midi/native_midi_mac.c:324: error: 'TuneStatus' undeclared (first use in this function) ./native_midi/native_midi_mac.c:324: error: expected ';' before 'ts' ./native_midi/native_midi_mac.c:326: error: 'ts' undeclared (first use in this function) ./native_midi/native_midi_mac.c: In function 'native_midi_setvolume': ./native_midi/native_midi_mac.c:335: error: 'gTunePlayer' undeclared (first use in this function) ./native_midi/native_midi_mac.c: In function 'BuildTuneSequence': ./native_midi/native_midi_mac.c:432: error: 'kFirstDrumkit' undeclared (first use in this function) ./native_midi/native_midi_mac.c:434: error: 'kFirstGMInstrument' undeclared (first use in this function) ./native_midi/native_midi_mac.c:504: error: 'kControllerVolume' undeclared (first use in this function) ./native_midi/native_midi_mac.c:516: error: 'kControllerPan' undeclared (first use in this function) ./native_midi/native_midi_mac.c:567: error: 'kControllerPitchBend' undeclared (first use in this function) ./native_midi/native_midi_mac.c:618: error: 'kEndMarkerValue' undeclared (first use in this function) ./native_midi/native_midi_mac.c: In function 'BuildTuneHeader': ./native_midi/native_midi_mac.c:627: error: 'myNoteRequest' undeclared (first use in this function) ./native_midi/native_midi_mac.c:628: error: 'NoteAllocator' undeclared (first use in this function) ./native_midi/native_midi_mac.c:628: error: expected ';' before 'myNoteAllocator' ./native_midi/native_midi_mac.c:633: error: 'myNoteAllocator' undeclared (first use in this function) ./native_midi/native_midi_mac.c:638: error: 'kNoteAllocatorComponentType' undeclared (first use in this function) ./native_midi/native_midi_mac.c:661: error: 'kGeneralEventNoteRequest' undeclared (first use in this function) ./native_midi/native_midi_mac.c:662: error: expected expression before ')' token ./native_midi/native_midi_mac.c:688: error: 'kEndMarkerValue' undeclared (first use in this function) make: *** [build/native_midi_mac.lo] Error 1 Is it something like that xerces-c thing from a few days back? ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
