Ok.Thanks a lot. Now coming back to compilation ,
This is Error. What has to be done to avoid this error and compile it successfully. I am trying to use VLC mainly for matroska. Please let me know ASAP.
Hi ,
I Used this
http://wiki.videolan.org/Win32CompileMSYSNew for compilation.I even updated the latest m4 package. Now I am able to do till Configure-msys.sh . After that when i try to compile it, It was able to compile some of the modules. After finished compiling, It was giving Error as
C:/Msys/1.0/win32/lib/libBasicUsageEnvironment.a:BasicHashTable.cpp:(.text+0x29b
4): undefined reference to `_Unwind_SjLj_Resume'
C:/Msys/1.0/win32/lib/libBasicUsageEnvironment.a:BasicHashTable.cpp:(.text+0x29b
f): undefined reference to `_Unwind_SjLj_Unregister'
collect2: ld returned 1 exit status
make[5]: *** [liblive555_plugin.la] Error 1
make[5]: Leaving directory `/c/vlc/modules/demux'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/c/vlc/modules/demux'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/c/vlc/modules/demux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/vlc'
make: *** [all] Error 2