Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2008 13:37:11 +0200
From:      Jan Henrik Sylvester <me@janh.de>
To:        multimedia-list freebsd <freebsd-multimedia@freebsd.org>
Subject:   gstreamer-plugins-pango build fails
Message-ID:  <488B0C67.8070003@janh.de>

next in thread | raw e-mail | index | archive | help
I do not understand make enough to fix it. From ext/pango/, gmake cannot 
make ../../gst-libs/gst/video/libgstvideo-0.10.la, but if I go there and 
call it manually, it works:

# cd /usr/ports/x11-toolkits/gstreamer-plugins-pango/
# make
[...]
  cc [...] -c gsttimeoverlay.c [...]
gmake: *** No rule to make target 
`../../gst-libs/gst/video/libgstvideo-0.10.la', needed by 
`libgstpango.la'.  Stop.
[...]
# cd 
/usr/ports/x11-toolkits/gstreamer-plugins-pango/work/gst-plugins-base-0.10.20/ext/pango/
# gmake
gmake: *** No rule to make target 
`../../gst-libs/gst/video/libgstvideo-0.10.la', needed by 
`libgstpango.la'.  Stop.
# cd 
/usr/ports/x11-toolkits/gstreamer-plugins-pango/work/gst-plugins-base-0.10.20/gst-libs/gst/video/
# gmake libgstvideo-0.10.la
[...]
# cd 
/usr/ports/x11-toolkits/gstreamer-plugins-pango/work/gst-plugins-base-0.10.20/ext/pango/
# gmake
[...]
# cd /usr/ports/x11-toolkits/gstreamer-plugins-pango/
# make
===>  Building for gstreamer-plugins-pango-0.10.20_1,3
gmake: Nothing to be done for `all'.

Jan Henrik



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?488B0C67.8070003>