Error compiling sconv_sse.c on Mac OS X

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 15.09.09 03:08, Daniel Mack (daniel at caiaq.de) wrote:

> > A temporary fix could be changing this:
> > 
> >     #if defined (__i386__) || defined (__amd64__)
> > 
> > to this:
> > 
> >     #if !defined(__APPLE__) && (defined (__i386__) || defined (__amd64__))
> > 
> > twice in that file.
> 
> I'll try that later. However, compiling this single file with -O1 also
> fixes it. Hmm!?

-O1 influences the register assignment logic in gcc.

I wonder if this patch of Wim's might actually fix this prob:

http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=5eecd8ea7dcaca7536240b8a5800c686db51eee5

Lennart

-- 
Lennart Poettering                        Red Hat, Inc.
lennart [at] poettering [dot] net
http://0pointer.net/lennart/           GnuPG 0x1A015CC4



[Index of Archives]     [Linux Audio Users]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux