cURL / Mailing Lists / curl-users / Single Mail

curl-users

Make errors on SLES12 - curl V.7.42

From: Nikita Michalko <michalko.system_at_a-i-p.com>
Date: Tue, 28 Apr 2015 13:49:49 +0200

Hi all,

my try to compile curl V.7.42 ends with the following errors:

configure --with-libssh2=/usr/lib64/ --with-sftp --enable-proxy
--enable-SFTP=YES --with-libidn=/usr/lib64/ --enable-debug --with-gnutls
--with-ssl=/usr/lib64/

make
...
libtool: link: ranlib .libs/libcurlu.a
libtool: link: ( cd ".libs" && rm -f "libcurlu.la" && ln -s
"../libcurlu.la" "libcurlu.la" )
../lib/ftp.c:1353:47: warning: comma without following space
      227 Entering Passive Mode (a1,a2,a3,a4,p1,p2)
                                                ^
../lib/ftp.c:1356:58: warning: comma without following space
      228 Entering Long Passive Mode (4,4,a1,a2,a3,a4,2,p1,p2)
                                                           ^
../lib/ftp.c:2473:61: warning: comma without following space
        150 ASCII data connection for /bin/ls (137.167.104.91,37445) (0
bytes).
                                                              ^
../lib/ftp.c:2476:66: warning: comma without following space
        150 Opening ASCII mode data connection for [file] (0.0.0.0,0)
(545 bytes)
^
../lib/url.c:4380:27: warning: comma without following space
     * no_proxy=domain1.dom,host.domain2.dom
                            ^
../lib/telnet.c:278:28: warning: comma without following space
       Default values are (0,0) initialized by calloc.
                             ^
checksrc: 0 errors and 6 warnings
Makefile:3447: recipe for target 'checksrc' failed
make[2]: *** [checksrc] Error 5
make[2]: Leaving directory '/opt/curl-7.42.0/lib'
Makefile:706: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/opt/curl-7.42.0/lib'
Makefile:851: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Any thougts/tipps?

Nikita Michalko

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-04-28