Re: [LAU] PHASEX-0.12.0-beta3

From: William Weston <weston@email-addr-hidden>
Date: Sat Aug 01 2009 - 07:24:08 EEST

On Fri, 31 Jul 2009, Norval Watson wrote:

> Hi again Will,
> This time I'm compiling Phasex on Asus Eee, Atom N270 cpu, Debian sid.
> ./configure is failing thus:
>
> checking for X... no
> ./configure: line 5827: syntax error near unexpected token `GTK,'
> ./configure: line 5827: `PKG_CHECK_MODULES(GTK,'
>
> Looks like I'm missing something important on this brand new install?
> Thanks again for Phasex!
> Norv

Do you have the debian libgtk2.0-dev package installed? Also, I've
received a report about a bit of gcc weirdness when trying to
optimize for the Atom. Could you try letting gcc figure out how to
optimize?

make distclean
aclocal && autoconf && automake && autoheader
./configure --enable-arch=native
make

If that doesn't work so well, configure for x86_64, but only build
for level 2 on cpu power:

make clean
./configure --enable-arch=x86_64 --enable-debug="-DPHASEX_CPU_POWER=2"
make

Let me know how this works out ;-}

Thanks again, Norval
--ww

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Sat Aug 1 08:15:02 2009

This archive was generated by hypermail 2.1.8 : Sat Aug 01 2009 - 08:15:02 EEST