hello

just built gridflow on maverick.
./configure tells me:
libv4l1 ---> found
libv4l2 ---> found
etc (everything except osx related is found), it builds fine, but if try the examples, opening [#camera], selecting libv4l2 and then my video device (video0) gives me this error:

error: [#io.v4l2 in /dev/video0 1]: this [#io.v4l2] wasn't compiled with libv4l2 support
 #io.v4l2 in /dev/video0 1
... couldn't create
print: symbol v4l2
error: [gf/not_open]: not open

if I choose ...v4l2 I get:

error: ioctl VIDIOC_G_FREQUENCY: Invalid argument

I get the same errors with both pd-extended 0.42.5 and latest pd from git.

thanks for your help,
_y