8000 compile aria2(1.31.0) fails · Issue #895 · aria2/aria2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

compile aria2(1.31.0) fails #895

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
igran opened this issue Apr 23, 2017 · 1 comment
Closed

compile aria2(1.31.0) fails #895

igran opened this issue Apr 23, 2017 · 1 comment
Labels
Milestone

Comments

@igran
Copy link
igran commented Apr 23, 2017
arm-unknown-linux-uclibcgnueabi-gcc (crosstool-NG crosstool-ng-1.22.0-dirty) 5.2.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

export CROSS2=arm-unknown-linux-uclibcgnueabi
./configure --host $CROSS2 --target=$CROSS2
configure: summary of build options:

Build:          x86_64-pc-linux-gnu
Host:           arm-unknown-linux-uclibcgnueabi
Target:         arm-unknown-linux-uclibcgnueabi
Install prefix: /usr/local
CC:             arm-unknown-linux-uclibcgnueabi-gcc
CXX:            arm-unknown-linux-uclibcgnueabi-g++
CPP:            arm-unknown-linux-uclibcgnueabi-gcc -E
CXXFLAGS:       -g -O2
CFLAGS:         -g -O2
CPPFLAGS:       
LDFLAGS:        
LIBS:           
DEFS:           -DHAVE_CONFIG_H
CXX1XCXXFLAGS:   -std=c++11 
EXTRACXXFLAGS:   -pipe
EXTRACFLAGS:     -pipe
EXTRACPPFLAGS:  
EXTRALDFLAGS:   
EXTRALIBS:      
WARNCXXFLAGS:   
LibUV:          no (CFLAGS='' LIBS='')
SQLite3:        no (CFLAGS='' LIBS='')
SSL Support:    yes
AppleTLS:       no (LDFLAGS='')
WinTLS:         no (LIBS='')
GnuTLS:         no (CFLAGS='' LIBS='')
OpenSSL:        yes (CFLAGS='' LIBS='-lssl -lcrypto')
CA Bundle:      
LibNettle:      no (CFLAGS='' LIBS='')
LibGmp:         no (CFLAGS='' LIBS='')
LibGcrypt:      no (CFLAGS='' LIBS='')
LibXML2:        no (CFLAGS='' LIBS='')
LibExpat:       no (CFLAGS='' LIBS='')
LibCares:       no (CFLAGS='' LIBS='')
Zlib:           yes (CFLAGS='' LIBS='-lz')
Libssh2:        no (CFLAGS='' LIBS='')
Tcmalloc:       no (CFLAGS='' LIBS='')
Jemalloc:       no (CFLAGS='' LIBS='')
Epoll:          yes
Bittorrent:     yes
Metalink:       no
XML-RPC:        no
Message Digest: openssl
WebSocket:      yes (CFLAGS='-I$(top_builddir)/deps/wslay/lib/includes -I$(top_srcdir)/deps/wslay/lib/includes' LIBS='$(top_builddir)/deps/wslay/lib/libwslay.la')
Libaria2:       no (shared=yes static=no)
bash_completion dir: ${datarootdir}/doc/${PACKAGE_TARNAME}/bash_completion
Static build:   no

make
SocketCore.cc: In member function 'void aria2::SocketCore::applyIpDscp()':
SocketCore.cc:587:32: error: 'IPV6_TCLASS' was not declared in this scope
       setSockOpt(IPPROTO_IPV6, IPV6_TCLASS, &ipDscp_, sizeof(ipDscp_));
                                ^
Makefile:2315: recipe for target 'SocketCore.lo' failed

help me with cross compile

@tatsuhiro-t
Copy link
Collaborator

Try commenting out that line of code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
0