Hi all<br>
I have installed libdvbpsi3-0.1.4 prior to installing vls-0.5.6.<br>
while configuring the vls -0.5.6 with ---disable-dvd option no errors
were found. But while running the make command the following errors
occured.<br>
<br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">[dipankar@avi vls-0.5.6]$ make</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">Generating dependancies for src/core/application.cpp...</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">Compiling src/core/application.cpp...</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">g++&nbsp; -Wall -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -DCONFIG_PATH='&quot;/usr/local/etc/videolan/vls&quot;'
-DBUGGY_VLC -DYY_NO_UNPUT -DSYSLOG&nbsp; -o obj/core/application.o -c
src/core/application.cpp</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/serialization.h:43: warning: 'class C_Serializable' has virtual functions but non-virtual destructor</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/hashtable.h:66: error: an explicit specialization must be preceded by 'template &lt;&gt;'</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/hashtable.h:79: error: an explicit specialization must be preceded by 'template &lt;&gt;'</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/hashtable.h:92: error: an explicit specialization must be preceded by 'template &lt;&gt;'</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/parsers.h:53: warning: 'class C_ParserHandler' has virtual functions but non-virtual destructor</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/library.cpp: In member function 'void C_Library&lt;Type, Arg&gt;::Load()':</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/library.cpp:82: error: 'DL_LAZY' was not declared in this scope</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/library.cpp:93: error:
there are no arguments to 'dlsym' that depend on a template parameter,
so a declaration of 'dlsym' must be available</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/library.cpp:93: error:
(if you use '-fpermissive', G++ will accept your code, but allowing the
use of an undeclared name is deprecated)</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/library.cpp:110: error:
there are no arguments to 'dlsym' that depend on a template parameter,
so a declaration of 'dlsym' must be available</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/library.cpp: In member function 'void C_Library&lt;Type, Arg&gt;::Unload()':</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/library.cpp:133: error:
there are no arguments to 'dlclose' that depend on a template
parameter, so a declaration of 'dlclose' must be available</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/library.cpp: In member function 'C_String C_Library&lt;Type, Arg&gt;::GetLoaderError()':</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">src/core/library.cpp:177: error:
there are no arguments to 'dlerror' that depend on a template
parameter, so a declaration of 'dlerror' must be available</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">make: *** [obj/core/application.o] Error 1</span><br style="color: rgb(51, 51, 255);">
<br>
<br>
can anyone tell me what's the solution.<br>
Thanks in Advance<br>
&nbsp; --Dipankar<br>