Hi :
I follow the guide to compile VLC .
but stopped at build libmkv_plugin .
there are some link error such as:
/usr/win32/lib/libebml.a(MemIOCallback.o):MemIOCallback.cpp:(.text+0x33c): undef
ined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ost
ream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_tr
aits<char> >&, char const*, int)'
/usr/win32/lib/libebml.a(MemIOCallback.o):MemIOCallback.cpp:(.text+0xd5c): undef
ined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ost
ream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_tr
aits<char> >&, char const*, int)'
I am using contrib contrib-20080308-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2
Hi Jean-Baptiste,
Thank you for the updated HOW-TO. Are there any plans to include compiling Python bindings for Windows as part of this HOW-TO? I tried enabling the option to build it on CYGWIN, but it fails because libvcl_tag_t is undefined in vlc_mediadescriptor.c
Thanks,
Comments
Hi :
I follow the guide to compile VLC .
but stopped at build libmkv_plugin .
there are some link error such as:
/usr/win32/lib/libebml.a(MemIOCallback.o):MemIOCallback.cpp:(.text+0x33c): undef
ined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ost
ream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_tr
aits<char> >&, char const*, int)'
/usr/win32/lib/libebml.a(MemIOCallback.o):MemIOCallback.cpp:(.text+0xd5c): undef
ined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ost
ream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_tr
aits<char> >&, char const*, int)'
I am using contrib contrib-20080308-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2
--disable-mkv should work for you
Hi Jean-Baptiste,
Thank you for the updated HOW-TO. Are there any plans to include compiling Python bindings for Windows as part of this HOW-TO? I tried enabling the option to build it on CYGWIN, but it fails because libvcl_tag_t is undefined in vlc_mediadescriptor.c
Thanks,
Not yet, because I have never compiled them so far... I will try when I have time.
Which means, not very soon.