<div dir="ltr"><br><br><br><div class="gmail_extra"><div class="gmail_quote">2012/12/30 Geoff Beasley <span dir="ltr"><<a href="mailto:geoff@laughingboyrecords.com" target="_blank">geoff@laughingboyrecords.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On 12/31/2012 08:53 AM, William Weston wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


I have a source package ready for Ubuntu 12.04 but I can't build it yet<br>
>because of the current issues with Jack1. I could try building against<br>
>Jack2 but then I can't test it myself because I don't use Jack2.<br>
</blockquote>
Try v0.14.97-dev in git:<br>
</blockquote>
<br></div>
Still fails here William:<br>
<br>
<br>
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/alsa     -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/harfbuzz   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lash-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/alsa   -I/usr/include/uuid -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -D_REENTRANT -DARCH_BITS=32 -DPHASEX_CPU_POWER=2 -DNUM_PARTS=2  -std=gnu99 -pipe -Wall -mtune=native -march=native -m32  -O3 -ffast-math -fomit-frame-pointer -fsingle-precision-constant   -MT alsa_pcm.o -MD -MP -MF .deps/alsa_pcm.Tpo -c -o alsa_pcm.o alsa_pcm.c<br>


In file included from engine.h:31:0,<br>
                 from alsa_pcm.c:43:<br>
jack.h:34:2: error: unknown type name ‘jack_port_type_id_t’<br>
make[2]: *** [alsa_pcm.o] Error 1<br>
make[2]: Leaving directory `/root/CODE/phasex/src'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/root/CODE/phasex'<br>
make: *** [all] Error 2<br>
<br>
<br>
hth<div class=""><div class="h5"><br>
<br>
g<br>
<br>
______________________________<u></u>_________________<br>
Linux-audio-dev mailing list<br>
<a href="mailto:Linux-audio-dev@lists.linuxaudio.org" target="_blank">Linux-audio-dev@lists.<u></u>linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-dev" target="_blank">http://lists.linuxaudio.org/<u></u>listinfo/linux-audio-dev</a><br>
</div></div></blockquote></div><br><br></div><div class="gmail_extra">same error here in ubuntu 10.04:<br><br>diego@ruidosa:~/Downloads/phasex/phasex$ make<br>(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/diego/Downloads/phasex/phasex/scripts/missing --run autoheader)<br>

rm -f stamp-h1<br>touch <a href="http://config.h.in">config.h.in</a><br>cd . && /bin/bash ./config.status config.h<br>config.status: creating config.h<br>config.status: config.h is unchanged<br>make  all-recursive<br>

make[1]: Entering directory `/home/diego/Downloads/phasex/phasex'<br>Making all in src<br>make[2]: Entering directory `/home/diego/Downloads/phasex/phasex/src'<br>gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/alsa     -pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12      -I/usr/include/lash-1.0 -I/usr/include/alsa   -I/usr/include/uuid    -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -D_REENTRANT -DARCH_BITS=64 -DPHASEX_CPU_POWER=2 -DNUM_PARTS=2  -std=gnu99 -pipe -Wall -mtune=native -march=native -m64  -O3 -ffast-math -fomit-frame-pointer -fsingle-precision-constant   -MT alsa_pcm.o -MD -MP -MF .deps/alsa_pcm.Tpo -c -o alsa_pcm.o alsa_pcm.c<br>

In file included from engine.h:31,<br>                 from alsa_pcm.c:43:<br>jack.h:34: error: expected specifier-qualifier-list before ‘jack_port_type_id_t’<br>make[2]: *** [alsa_pcm.o] Error 1<br>make[2]: Leaving directory `/home/diego/Downloads/phasex/phasex/src'<br>

make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/diego/Downloads/phasex/phasex'<br>make: *** [all] Error 2<br><br></div></div>