How to build gstreamer 1.0 C# .Net bindings on Windows 7?

廉价感情. 提交于 2019-12-24 11:27:24

问题


I want to build gstreamer 1.0 C# .Net bindings (gstreamer-sharp-0.99.0 in particular) on Windows 7 from http://gstreamer.freedesktop.org/src/gstreamer-sharp/ . Using Git shell with minGw and command "./autogen.sh && make" results in failure. It says:

Can't locate Autom4te/ChannelDefs.pm in @INC (@INC contains: /mingw/share/autoconf 
/usr/lib/perl5/5.8.8/msys /usr/lib/prl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/msys 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl .) at /c/MinGw/bin/
autoreconf-2.68 line 40. BEGIN failed--compilation aborted at /c/MinGW/bin/
autoreconf-2.68 line 40.

and

./autogen.sh: line 5: ./configure: No such file or directory

回答1:


For now the best is to compile the managed parts on linux and compile the glue on Windows. See How to build gstreamer-sharp with monodevelop/xamarin? for a solution



来源:https://stackoverflow.com/questions/22529130/how-to-build-gstreamer-1-0-c-sharp-net-bindings-on-windows-7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!