Pierre-Henri Lavigne wrote: > Good day all, > > I've just met a lead developer - hftom - from the Kaffeine devel team on IRC. > I guess Jack- already worked on it too. The typical error I got while > compiling Kaffeine seems to come from the VERSION defined in > kaffeine-0.8.5-patched/kaffeine/src/input/disc/paranoia.cpp.
I don't see VERSION #define'd in this file. Is this from a patch you applied? > /System/Library/Frameworks/IOKit.framework/Headers/scsi/SCSICmds_INQUIRY_Definitions.h:70: > error: expected unqualified-id before string constant > /System/Library/Frameworks/IOKit.framework/Headers/scsi/SCSICmds_INQUIRY_Definitions.h:91: > error: expected unqualified-id before string constant Why is this weirdo header file incuded at all? Maybe you can prevent its inclusion by adding -D_IOKIT_SCSI_CMDS_INQUIRY_H_ on the compiler command line and see if it's really needed. SCSI seems somewhat exotic these days. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
