[Bug 672226] New: opencv: doesn't build on ubuntu

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 16 05:14:43 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=672226
  GStreamer | gst-plugins-bad | git

           Summary: opencv: doesn't build on ubuntu
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lists at svrinformatica.it
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


configure: *** for plug-ins: opencv ***
checking for OPENCV... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking highgui.h usability... yes
checking highgui.h presence... yes
checking for highgui.h... yes
checking opencv2/highgui/highgui.hpp usability... no
checking opencv2/highgui/highgui.hpp presence... no
checking for opencv2/highgui/highgui.hpp... no
highgui.h could not be found.
configure: *** These plugins will not be built: opencv

it builds if I modify configure.ac replacing:

AC_CHECK_HEADERS(highgui.h opencv2/highgui/highgui.hpp, HAVE_HIGHGUI="yes",
HAVE_HIGHGUI="no")

with:

AC_CHECK_HEADERS(highgui.h, HAVE_HIGHGUI="yes", HAVE_HIGHGUI="no")

this probably break the builds with other opencv version, I'm using opencv 2.1
from ubuntu 11.10 (0.10.22 build fine)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list