[Bug 678789] New: Compiliation error when compiling gst-rtsp-server in a build directory...

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 25 05:52:18 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=678789
  GStreamer | gst-rtsp-server | git

           Summary: Compiliation error when compiling gst-rtsp-server in a
                    build directory...
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sebras at hotmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When I try to compile gst-rtsp-server in a build directory after
just having cloned it I get errors when building the unit tests:

git clone git://anongit.freedesktop.org/gstreamer/gst-rtsp-server
cd gst-rtsp-server
./autogen.sh --noconfigure
mkdir -p build
cd build
../configure
make check
[...]
make[3]: Entering directory
`/home/sebrn/src/upstream/gst-rtsp-server/build/tests/check'
  CC     gst_rtspserver-rtspserver.o
../../../tests/check/gst/rtspserver.c:25:41: fatal error:
gst/rtsp-server/rtsp-server.h: No such file or directory
compilation terminated.
make[3]: *** [gst_rtspserver-rtspserver.o] Error 1

The attached patch fixes this issue. The unit tests have been successfully
built and tested both in the source directory and in an alternative build
directory as outlined above.

Moreover this patch is based on how the problem of including headers
installed by the current package needed by a unit test is solved for
gst-plugins-good/tests/check/elements/baseaudiovisualizer.c.

-- 
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