Matthias Neeracher wrote: > Thanks for the reports, > > On Nov 15, 2008, at 21:23 , Alexander Hansen wrote: > >> On Nov 15, 2008, at 11:49 AM, Martin Costabel wrote: >> >>> Ebrahim Mayat wrote: >>> I don't get this error, but I am on intel. It looks to me like this >>> version of lilypond is incompatible with Apple's compiler for ppc. It >>> tries to play preprocessor games with the symbol "__vector", but this >>> falls on its face for ppc, because the symbol is predefined in >>> Apple's >>> altivec code. > > I find that hard to believe, as there's no prohibition against using > the preprocessor to redefine predefined symbols. Maybe there was a > fight between two header files redefining the same symbol.
It doesn't redefine "__vector", it wants to create an alias for "vector" by temporarily setting #define vector __vector which only works as intended when "__vector" is not yet defined as something else. Not testing for this case looks like a bug in lilypond to me. > While I dust off my PowerPC fink machine, is there a chance I could > get a complete log, or at least a log back to the gcc line triggering > the error? A single line does not tell me enough about the failure. Ebrahim's original post is in the list archive and has the complete command line with the 5 or 6 other errors that follow the one I quoted. -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
