Hi ,
I have compiled the dash_stream_0_3_0_0 with vlc code,but now during execution of the make command ,
I am facing the following error :
In file included from xml/DOMParser.cpp:25:0:
xml/DOMParser.h:40:30: fatal error: libxml/xmlreader.h: No such file or directory
compilation terminated.
make[6]: *** [libstream_filter_dash_plugin_la-DOMParser.lo] Error 1
make[6]: Leaving directory `/home/NeerajS/vlc/modules/stream_filter/dash'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/NeerajS/vlc/modules/stream_filter/dash'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/NeerajS/vlc/modules/stream_filter'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/NeerajS/vlc/modules/stream_filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/NeerajS/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/NeerajS/vlc'
make: *** [all] Error 2
To solve the error i have downloaded th e libxml2-2.7.tar.gz file,but still the errror is same,
Please tell me how to solve the errror
Thanks in advance