Ebrahim Mayat wrote: [] > Distribution version: selfupdate-rsync Sun Nov 2 17:04:54 2008, 10.5, > powerpc > [] > /usr/include/c++/4.0.0/bits/stl_vector.h:148: error: template class > without a name [etc] > Failed: phase compiling: lilypond-2.10.33-1005 failed
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. Looks like some serious patching is called for, replacing all "__vector" by "lily_vector" or some such. -- 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
