[mb-devel] libofa: PUID generation broken on OS X

Juergen Kreileder jk at blackdown.de
Tue Jul 10 20:18:59 UTC 2007


Hi,

libofa generates broken PUIDs on OS X (intel & ppc).  The problem seems
to be with the usage of that vDSP thing.  When I use fftw-3 (from
macports) instead of it, I get correct results:

--- configure.orig
+++ configure
@@ -20483,7 +20483,7 @@



-if test x$os = xdarwin; then
+if test x$os = xBROKENdarwin; then
     { echo "$as_me:$LINENO: Using vDSP on OS X" >&5
 echo "$as_me: Using vDSP on OS X" >&6;}
     LIBS="$LIBS -framework Accelerate"
=

With this change (and the big-endian workaround from my other mail)
PicardQT on OS X (both intel & ppc) works just as fine as on Linux i386.


	Juergen

-- 
Juergen Kreileder, Blackdown Java-Linux Team
http://blog.blackdown.de/



More information about the MusicBrainz-devel mailing list