hi mark,
error: [pix_artoolkit]: compiled without ARToolKit support!
i really think pix_artoolkit is not working. it can load a marker, init the camera, but it doesn't report the position of the marker. BUT i know that Johannes Taelman managed to make it work on windows...
still if you want to try it out (or sort it out): http://lists.puredata.info/pipermail/pd-list/2007-11/056634.html
this is how i did it:
PKG_ARTOOLKIT_CFLAGS="-Ihome/pat/11h11/yeux/artoolkit/include"
PKG_ARTOOLKIT_LIBS="-L/home/pat/11h11/yeux/artoolkit/lib -lAR"
./configure
--with-artoolkit-includes=/home/pat/11h11/yeux/artoolkit/include
--with-artoolkit-libs=/home/pat/11h11/yeux/artoolkit/lib
--with-artoolkit-libs --with-v4l2 --with-glversion=2.0 --enable-sse2
--enable-Vertex --without-avifile
let us know, pat