Hi all,
I am trying to install Gstreamer GL plugin and the
mingw-get autoconf package doesnt seem to match.
I need to compile & install autoconf 2.6.7 but I have
to face some difficulities.
Here is what I get :
bob@bob /c/autoconf-2.67
$ make
....
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
autom4te:
make[3]: *** [m4sugar.m4f] Error 1
make[3]: Leaving directory `/c/autoconf-2.67/lib/m4sugar'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/autoconf-2.67/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/autoconf-2.67'
make: *** [all] Error 2
My configuration :
gst plugin GL : 0.10.2 gstreamer : 0.10. 31 I am using migw -get 0.1 alpha 5.
I have tried different version of m4 : 1.4.15 , 1.4.4 now
I am using 1.4.9
perl : v5.6.1
gcc : 4.5.0
Is somebody already have this problem ? What do you think about that ?
regards,
remy
------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
I forget to display the plugin GL compilation result :
bob@bob /c/gst-plugins-gl-0.10.2 $ make cat: ./win32/MANIFEST: No such file or directory make all-recursive cat: ./win32/MANIFEST: No such file or directory make[1]: Entering directory `/c/gst-plugins-gl-0.10.2' Making all in gst-libs make[2]: Entering directory `/c/gst-plugins-gl-0.10.2/gst-libs' Making all in gst make[3]: Entering directory `/c/gst-plugins-gl-0.10.2/gst-libs/gst' Making all in gl make[4]: Entering directory `/c/gst-plugins-gl-0.10.2/gst-libs/gst/gl' CC libgstgl_0.10_la-gstgldisplay.lo libtool: Version mismatch error. This is libtool 2.4, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool 2.4 libtool: and run autoconf again. make[4]: *** [libgstgl_0.10_la-gstgldisplay.lo] Error 63 make[4]: Leaving directory `/c/gst-plugins-gl-0.10.2/gst-libs/gst/gl' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/c/gst-plugins-gl-0.10.2/gst-libs/gst' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/c/gst-plugins-gl-0.10.2/gst-libs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/c/gst-plugins-gl-0.10.2' make: *** [all] Error 2 Le 10/01/2011 12:58, Rémy PERRIER a écrit : Hi all, ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
ok my mingw installation was a mess, I have cleaned up autoconf
& m4.
I have installed autoconf 2.68 and m4 1.4.14 package thanks to mingw-get , run ./autogen.sh and installation is ok However gl plugins dont appear in the gst-inspect command. They are not black listed and of course I cannot run the GL examples. The "make check" in the gst-plugin gl repertory works good Where does it may come from ? kind regards, remy Le 10/01/2011 13:08, Rémy PERRIER a écrit : I forget to display the plugin GL compilation result : ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
It s me again. I have just realized that there is no dll object with libgstopengl and libgstgl in /usr/local/lib and /usr/local/lib/gstreamer-0.10 ( contrary to the other lib ). It may be the cause of my problem. How can I generate those missing ( I guess) files ? Thanks for your help. regards, Le 10/01/2011 15:26, Rémy PERRIER a écrit : ok my mingw installation was a mess, I have cleaned up autoconf & m4. ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In the plugin gl lib documentation, they talk about using cmake to build libgstopen.dl for mingw32. However there is no cmakelist.txt in gst-plugin gl repertory... How could I generate this file ? Thanks, Le 10/01/2011 17:09, Rémy PERRIER a écrit :
------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
2011/1/12 Rémy PERRIER <[hidden email]>
Hi, Sincerely Julien
------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thank you.
Le 12/01/2011 12:07, Julien Isorce a écrit :
------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |