Error during make

Aqs Younas <[email protected]> Tue, 20 Jan 2015 18:35:56 +0500
Newsgroups gmane.comp.video.videolan.vlc.general
Message-ID <CAGVOjVWobOG_ici0uEOnONkzPyEd5T89kGDBMsU8TZMqxR40cA@mail.gmail.com>
--===============2375803715215713139==
Content-Type: multipart/alternative; boundary=001a11c2616ec3e15a050d1584e6

--001a11c2616ec3e15a050d1584e6
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi, list

I tried to install vlc-2.1.5 from source code using following configure
command.

./configure --prefix=3D/usr/ --disable-vlc --disable-lua --disable-mad
--disable-swscale --disable-postproc --disable-xcb --disable-alsa

Configure is perfectly executed with no errors. But when i try to 'make' i
encounter these types of errors.


make[5]: Entering directory `/usr/src/vlc-2.1.5/modules/access'
  CC       libaccess_sftp_plugin_la-sftp.lo
sftp.c: In function =EF=BF=BDOpen=EF=BF=BD:
sftp.c:152:15: error: =EF=BF=BDLIBSSH2_ERROR_EAGAIN=EF=BF=BD undeclared (fi=
rst use in this
function)
sftp.c:152:15: note: each undeclared identifier is reported only once for
each function it appears in
sftp.c:161:5: error: implicit declaration of function
=EF=BF=BDlibssh2_session_set_blocking=EF=BF=BD [-Werror=3Dimplicit-function=
-declaration]
sftp.c:164:5: error: unknown type name =EF=BF=BDLIBSSH2_KNOWNHOSTS
sftp.c:164:5: error: implicit declaration of function
=EF=BF=BDlibssh2_knownhost_init=EF=BF=BD [-Werror=3Dimplicit-function-decla=
ration]
sftp.c:164:42: warning: initialization makes pointer from integer without a
cast [enabled by default]
sftp.c:172:9: error: implicit declaration of function
=EF=BF=BDlibssh2_knownhost_readfile=EF=BF=BD [-Werror=3Dimplicit-function-d=
eclaration]
sftp.c:173:17: error: =EF=BF=BDLIBSSH2_KNOWNHOST_FILE_OPENSSH=EF=BF=BD unde=
clared (first
use in this function)
sftp.c:178:5: error: implicit declaration of function
=EF=BF=BDlibssh2_session_hostkey=EF=BF=BD [-Werror=3Dimplicit-function-decl=
aration]
sftp.c:178:31: warning: initialization makes pointer from integer without a
cast [enabled by default]
sftp.c:180:5: error: implicit declaration of function
=EF=BF=BDlibssh2_knownhost_check=EF=BF=BD [-Werror=3Dimplicit-function-decl=
aration]
sftp.c:182:42: error: =EF=BF=BDLIBSSH2_KNOWNHOST_TYPE_PLAIN=EF=BF=BD undecl=
ared (first use
in this function)
sftp.c:183:42: error: =EF=BF=BDLIBSSH2_KNOWNHOST_KEYENC_RAW=EF=BF=BD undecl=
ared (first use
in this function)
sftp.c:186:5: error: implicit declaration of function
=EF=BF=BDlibssh2_knownhost_free=EF=BF=BD [-Werror=3Dimplicit-function-decla=
ration]
sftp.c:191:10: error: =EF=BF=BDLIBSSH2_KNOWNHOST_CHECK_FAILURE=EF=BF=BD und=
eclared (first
use in this function)
sftp.c:192:10: error: =EF=BF=BDLIBSSH2_KNOWNHOST_CHECK_NOTFOUND=EF=BF=BD un=
declared (first
use in this function)
sftp.c:195:10: error: =EF=BF=BDLIBSSH2_KNOWNHOST_CHECK_MATCH=EF=BF=BD undec=
lared (first use
in this function)
sftp.c:198:10: error: =EF=BF=BDLIBSSH2_KNOWNHOST_CHECK_MISMATCH=EF=BF=BD un=
declared (first
use in this function)
cc1: some warnings being treated as errors
make[5]: *** [libaccess_sftp_plugin_la-sftp.lo] Error 1
make[5]: Leaving directory `/usr/src/vlc-2.1.5/modules/access'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/vlc-2.1.5/modules/access'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/vlc-2.1.5/modules/access'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/vlc-2.1.5/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/vlc-2.1.5'
make: *** [all] Error 2

Then try the following link but again same error appears.
https://mailman.videolan.org/pipermail/vlc-commits/2011-April/006419.html

My OS distribution is Debian 7.5.

What should i do to make errors disappear.?

Any help would be much appreciated.

Thanks

--001a11c2616ec3e15a050d1584e6
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"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><p=
re><span style=3D"font-family:arial,helvetica,sans-serif">./configure --pre=
fix=3D/usr/ --disable-vlc --disable-lua --disable-mad --disable-swscale --d=
isable-postproc --disable-xcb --disable-alsa</span></pre>Configure is perfe=
ctly executed with no errors. But when i try to &#39;make&#39; i encounter =
these types of errors.<br><br><br>make[5]: Entering directory `/usr/src/vlc=
-2.1.5/modules/access&#39;<br>=C2=A0 CC=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
 libaccess_sftp_plugin_la-sftp.lo<br>sftp.c: In function =EF=BF=BDOpen=EF=
=BF=BD:<br>sftp.c:152:15: error: =EF=BF=BDLIBSSH2_ERROR_EAGAIN=EF=BF=BD und=
eclared (first use in this function)<br>sftp.c:152:15: note: each undeclare=
d identifier is reported only once for each function it appears in<br>sftp.=
c:161:5: error: implicit declaration of function =EF=BF=BDlibssh2_session_s=
et_blocking=EF=BF=BD [-Werror=3Dimplicit-function-declaration]<br>sftp.c:16=
4:5: error: unknown type name =EF=BF=BDLIBSSH2_KNOWNHOSTS<br>sftp.c:164:5: =
error: implicit declaration of function =EF=BF=BDlibssh2_knownhost_init=EF=
=BF=BD [-Werror=3Dimplicit-function-declaration]<br>sftp.c:164:42: warning:=
 initialization makes pointer from integer without a cast [enabled by defau=
lt]<br>sftp.c:172:9: error: implicit declaration of function =EF=BF=BDlibss=
h2_knownhost_readfile=EF=BF=BD [-Werror=3Dimplicit-function-declaration]<br=
>sftp.c:173:17: error: =EF=BF=BDLIBSSH2_KNOWNHOST_FILE_OPENSSH=EF=BF=BD und=
eclared (first use in this function)<br>sftp.c:178:5: error: implicit decla=
ration of function =EF=BF=BDlibssh2_session_hostkey=EF=BF=BD [-Werror=3Dimp=
licit-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 =EF=BF=BDlibssh2_knownhost_check=EF=
=BF=BD [-Werror=3Dimplicit-function-declaration]<br>sftp.c:182:42: error: =
=EF=BF=BDLIBSSH2_KNOWNHOST_TYPE_PLAIN=EF=BF=BD undeclared (first use in thi=
s function)<br>sftp.c:183:42: error: =EF=BF=BDLIBSSH2_KNOWNHOST_KEYENC_RAW=
=EF=BF=BD undeclared (first use in this function)<br>sftp.c:186:5: error: i=
mplicit declaration of function =EF=BF=BDlibssh2_knownhost_free=EF=BF=BD [-=
Werror=3Dimplicit-function-declaration]<br>sftp.c:191:10: error: =EF=BF=BDL=
IBSSH2_KNOWNHOST_CHECK_FAILURE=EF=BF=BD undeclared (first use in this funct=
ion)<br>sftp.c:192:10: error: =EF=BF=BDLIBSSH2_KNOWNHOST_CHECK_NOTFOUND=EF=
=BF=BD undeclared (first use in this function)<br>sftp.c:195:10: error: =EF=
=BF=BDLIBSSH2_KNOWNHOST_CHECK_MATCH=EF=BF=BD undeclared (first use in this =
function)<br>sftp.c:198:10: error: =EF=BF=BDLIBSSH2_KNOWNHOST_CHECK_MISMATC=
H=EF=BF=BD undeclared (first use in this function)<br>cc1: some warnings be=
ing treated as errors<br>make[5]: *** [libaccess_sftp_plugin_la-sftp.lo] Er=
ror 1<br>make[5]: Leaving directory `/usr/src/vlc-2.1.5/modules/access&#39;=
<br>make[4]: *** [all-recursive] Error 1<br>make[4]: Leaving directory `/us=
r/src/vlc-2.1.5/modules/access&#39;<br>make[3]: *** [all] Error 2<br>make[3=
]: Leaving directory `/usr/src/vlc-2.1.5/modules/access&#39;<br>make[2]: **=
* [all-recursive] Error 1<br>make[2]: Leaving directory `/usr/src/vlc-2.1.5=
/modules&#39;<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving d=
irectory `/usr/src/vlc-2.1.5&#39;<br>make: *** [all] Error 2<br><br>Then tr=
y the following link but again same error appears.<br><a href=3D"https://ma=
ilman.videolan.org/pipermail/vlc-commits/2011-April/006419.html">https://ma=
ilman.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 ma=
ke errors disappear.?<br><br></div>Any help would be much appreciated.<br><=
br></div>Thanks <br></div>

--001a11c2616ec3e15a050d1584e6--

--===============2375803715215713139==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

______________________________________________________
vlc mailing list
To unsubscribe or modify your subscription options:
https://mailman.videolan.org/listinfo/vlc

--===============2375803715215713139==--