<div dir="ltr"><div><div><div><div><div>Hi, list<br><br></div>I tried to install vlc-2.1.5 from source code using following configure command.<br><pre><span style="font-family:arial,helvetica,sans-serif">./configure --prefix=/usr/ --disable-vlc --disable-lua --disable-mad --disable-swscale --disable-postproc --disable-xcb --disable-alsa</span></pre>Configure is perfectly executed with no errors. But when i try to 'make' i encounter these types of errors.<br><br><br>make[5]: Entering directory `/usr/src/vlc-2.1.5/modules/access'<br>  CC       libaccess_sftp_plugin_la-sftp.lo<br>sftp.c: In function �Open�:<br>sftp.c:152:15: error: �LIBSSH2_ERROR_EAGAIN� undeclared (first use in this function)<br>sftp.c:152:15: note: each undeclared identifier is reported only once for each function it appears in<br>sftp.c:161:5: error: implicit declaration of function �libssh2_session_set_blocking� [-Werror=implicit-function-declaration]<br>sftp.c:164:5: error: unknown type name �LIBSSH2_KNOWNHOSTS<br>sftp.c:164:5: error: implicit declaration of function �libssh2_knownhost_init� [-Werror=implicit-function-declaration]<br>sftp.c:164:42: warning: initialization makes pointer from integer without a cast [enabled by default]<br>sftp.c:172:9: error: implicit declaration of function �libssh2_knownhost_readfile� [-Werror=implicit-function-declaration]<br>sftp.c:173:17: error: �LIBSSH2_KNOWNHOST_FILE_OPENSSH� undeclared (first use in this function)<br>sftp.c:178:5: error: implicit declaration of function �libssh2_session_hostkey� [-Werror=implicit-function-declaration]<br>sftp.c:178:31: warning: initialization makes pointer from integer without a cast [enabled by default]<br>sftp.c:180:5: error: implicit declaration of function �libssh2_knownhost_check� [-Werror=implicit-function-declaration]<br>sftp.c:182:42: error: �LIBSSH2_KNOWNHOST_TYPE_PLAIN� undeclared (first use in this function)<br>sftp.c:183:42: error: �LIBSSH2_KNOWNHOST_KEYENC_RAW� undeclared (first use in this function)<br>sftp.c:186:5: error: implicit declaration of function �libssh2_knownhost_free� [-Werror=implicit-function-declaration]<br>sftp.c:191:10: error: �LIBSSH2_KNOWNHOST_CHECK_FAILURE� undeclared (first use in this function)<br>sftp.c:192:10: error: �LIBSSH2_KNOWNHOST_CHECK_NOTFOUND� undeclared (first use in this function)<br>sftp.c:195:10: error: �LIBSSH2_KNOWNHOST_CHECK_MATCH� undeclared (first use in this function)<br>sftp.c:198:10: error: �LIBSSH2_KNOWNHOST_CHECK_MISMATCH� undeclared (first use in this function)<br>cc1: some warnings being treated as errors<br>make[5]: *** [libaccess_sftp_plugin_la-sftp.lo] Error 1<br>make[5]: Leaving directory `/usr/src/vlc-2.1.5/modules/access'<br>make[4]: *** [all-recursive] Error 1<br>make[4]: Leaving directory `/usr/src/vlc-2.1.5/modules/access'<br>make[3]: *** [all] Error 2<br>make[3]: Leaving directory `/usr/src/vlc-2.1.5/modules/access'<br>make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/usr/src/vlc-2.1.5/modules'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/usr/src/vlc-2.1.5'<br>make: *** [all] Error 2<br><br>Then try the following link but again same error appears.<br><a href="https://mailman.videolan.org/pipermail/vlc-commits/2011-April/006419.html">https://mailman.videolan.org/pipermail/vlc-commits/2011-April/006419.html</a><br><br></div>My OS distribution is Debian 7.5.<br><br></div>What should i do to make errors disappear.?<br><br></div>Any help would be much appreciated.<br><br></div>Thanks <br></div>