[LAU] [LAA] XJackFreak released.

David Santamauro david.santamauro at gmail.com
Thu Jul 23 11:30:14 UTC 2015



On 07/23/2015 07:25 AM, Edgar Aichinger wrote:
> Am Mittwoch, 22. Juli 2015, 20:16:56 schrieb John Davis:
>>
>>
>> Any probs or feedback appreciated.

Nice tool to have in the arsenal -- thanks!

>
> I git cloned, ran ./configure then make, and got this error:
>
> make[2]: Entering directory '/home/ed/src/Tools/xjackfreak/src'
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -march=`uname -m` -O4 -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I../includes -I/usr/X11R6/include -I/usr/X11R6/include/X11/fonts -L/usr/X11R6/lib    -g -O2 -MT xjackfreak-xjackfreak1.o -MD -MP -MF .deps/xjackfreak-xjackfreak1.Tpo -c -o xjackfreak-xjackfreak1.o `test -f 'xjackfreak1.c' || echo './'`xjackfreak1.c
> xjackfreak1.c:1:0: error: bad value (x86_64) for -march= switch
>   /****************************************************************************
>   ^
> Makefile:367: recipe for target 'xjackfreak-xjackfreak1.o' failed
> make[2]: *** [xjackfreak-xjackfreak1.o] Error 1
> make[2]: Leaving directory '/home/ed/src/Tools/xjackfreak/src'
> Makefile:357: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/home/ed/src/Tools/xjackfreak'
> Makefile:298: recipe for target 'all' failed
> make: *** [all] Error 2
>
> "uname -m" prints "x86_64" here, while gcc -march flag expects "x86-64" ... (openSUSE 13.2, gcc version 4.8.3)

Same here, you beat me to the report. I just removed -march=`uname -m` 
from src/Makefile and it compiled fine.



More information about the Linux-audio-user mailing list