Comment 1 for bug 598684

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

Hi,

IUt seems to FTBFS in an up-to-date maverick chroot:
...
checking for cvShowImage in -lhighgui... no

If your system already has OpenCV, append place of the libhighgui.la
to your LDFLAGS environment variables. eg,

LDFLAGS="$LDFLAGS -L/usr/local/opencv/lib";export LDFLAGS

configure: error: libhighgui.la not found.
make: *** [configure-stamp] Error 1