2013/1/6 William Weston <whw@linuxmail.org>
> ----- Original Message -----
> From: Lieven Moors
>
> > > [snip]
> > >
> > > It doesn't build yet. Same errors some other people reported:
> > >
> > > In file included from engine.h:31:0,
> > >  from alsa_pcm.c:43:
> > > jack.h:34:2: error: unknown type name 'jack_port_type_id_t'
> > > make[3]: *** [alsa_pcm.o] Error 1
> > > make[3]: Leaving directory `/tmp/buildd/phasex-0.14.97~git20121231/src'
> > > make[2]: *** [all-recursive] Error 1
> > > make[2]: Leaving directory `/tmp/buildd/phasex-0.14.97~git20121231'
> > > make[1]: *** [all] Error 2
> > > make[1]: Leaving directory `/tmp/buildd/phasex-0.14.97~git20121231'
> > >
> > > Regards,
> > >
> > > Jeremy
> >
> > Could you try the latest in the v0.14.97-dev branch?  All of the
> > current JACK build fixes are included, and should compile cleanly
> > for jack >= 0.117.0.
> >
> >
> > Cheers,
> > --ww
>
> I having the same error, even in the -dev branch...
>
> Greets,
>
> lieven

Oops.... Forgot to push that last commit up to github.  It's in there
now.  Could you try again?


--ww
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev



I'm using v.0.14.97-dev branch now but I got this error:

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 timekeeping.o -MD -MP -MF .deps/timekeeping.Tpo -c -o timekeeping.o timekeeping.c
timekeeping.c:60: error: ‘CLOCK_MONOTONIC_RAW’ undeclared here (not in a function)
make[2]: *** [timekeeping.o] Error 1
make[2]: Leaving directory `/home/diego/Downloads/phasex/phasex-0.14.97-dev/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/diego/Downloads/phasex/phasex-0.14.97-dev'
make: *** [all] Error 2


this is under ubuntu 10.04.
I know is a quite old release.


Thank you very much.
Diego