Hi,
Could someone help me on those 2 problems: 1* libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib/gstreamer-
---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/gstreamer-
-> "0.10" is missing (I mean, you can read "gstreamer-" instead of "gstreamer-0.10") 2* make[3]: Entering directory « /home/julien/dev/gstreamer/gst-plugins-gl/docs/plugins »
DOC Introspecting gobjects ... gst-plugins-gl-plugins-scan.c:80:5: warning: passing argument 1 of 'gst_registry_get_plugin_list' makes pointer from integer without a cast [enabled by default]
... Linking of scanner failed -> "git" checkouted 'common' from 0.11 instead of 0.10 ? I do not see "BRANCH=0.10" in gst-plugins-gl/common/update-common script
Well, I created a remote 0.10 branch and configure my master to track it but it did not solve the problems. Cheers Julien _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Mon, 2012-04-16 at 10:41 +0200, Julien Isorce wrote:
> Libraries have been installed in: > /usr/local/lib/gstreamer- > > -> "0.10" is missing (I mean, you can read "gstreamer-" instead of > "gstreamer-0.10") GST_MAJORMINOR ("0.10") has been replaced by GST_API_VERSION ("1.0") in common master branch. This is because there will be GStreamer 1.0.x, 1.2.x, 1.4.x, 1.6.x, etc. all with an API/ABI version of 1.0 > > -> "git" checkouted 'common' from 0.11 instead of 0.10 ? I do not see > "BRANCH=0.10" in gst-plugins-gl/common/update-common script > > > Well, I created a remote 0.10 branch and configure my master to track > it but it did not solve the problems. Ideally there should now be a 0.10 -gl branch tracking common 0.10, and 0.11 stuff should be in master tracking common master. Cheers -Tim _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi,
Actually I do not figure out why my 0.10 branch does not track common 0.10. (I mean in my local dir common/m4/gst-plugindir.m4 I still can see gstreamer-$GST_API_VERSION instead of gstreamer-$GST_MAJORMINOR)
Cheers Julien
2012/4/16 Tim-Philipp Müller <[hidden email]>
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Tue, 2012-04-17 at 15:40 +0200, Julien Isorce wrote:
> Actually I do not figure out why my 0.10 branch does not track common > 0.10. > (I mean in my local dir common/m4/gst-plugindir.m4 I still can > see gstreamer-$GST_API_VERSION instead of gstreamer-$GST_MAJORMINOR) The common sub-module doesn't automatically track the branch from the "parent module". You need to fix it up manually via something like this: cd common git clean -x -d -f git checkout origin/0.10 (will complain about headless branch, ignore that) cd .. git commit -m "Move to 0.10 branch of common" common Hope I understood right this time :) Cheers -Tim _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
It's ok now :)
Thx Julien
2012/4/17 Tim-Philipp Müller <[hidden email]>
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |