-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2013-10-07 19:37, IOhannes m zmoelnig wrote:
On 2013-09-30 18:45, Tom Schouten wrote:
Hi List,
Here's an update to PDP:
thanks a lot for this.
while preparing the package for debian, i noticed two more issues:
- the (lib)v4l check in configure seems to be confused. namely
AC_CHECK_HEADERS([libv4l1-videodev.h], have_v4l="yes") AC_CHECK_HEADERS([linux/videodev.h], have_libv4l="yes")
seems to be reversed: if libv4l1-videodev.h is found, then libv4l is installed; if linux/videodev.h then the (old, deprecated) kernel-header for native v4l1 support is detected. the attached patch swaps the two checks.
- closing the glx window quits Pd without error :-(
btw, is 3dp supposed to work? loading "pdp_opengl" gives me an error "undefined symbol: pdp_xwindow_create_on_display". indeed this symbol is used (and even exported via pdp_xwindow.h) but nowhere implemented.
fgmasdr IOhannes