You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to compile it to android and got that at make stage
Package version: 1.9.0-DEV
Library version: 11:6:2
Install prefix: /home/ripper/sources_pck/android_libs/nghttp3-0.8.90-android-arm64-v8a-static
System types:
Build: x86_64-pc-linux-gnu
Host: aarch64-unknown-linux-android
Target: aarch64-unknown-linux-android
Compiler:
C preprocessor: gcc -E
CPPFLAGS:
C compiler: gcc
CFLAGS: -fPIC
C++ compiler: g++
CXXFLAGS: -g -O2
LDFLAGS: -static
WARNCFLAGS:
WARNCXXFLAGS:
EXTRACFLAG: -fvisibility=hidden
LIBS:
Library:
Shared: no
Static: yes
Debug:
Debug: no (CFLAGS='')
Library only: no
Examples: yes
ripper@ripper-VirtualBox:~/sources_pck/nghttp3-1.8.0$ make
make all-recursive
make[1]: входимо до каталогу «/home/ripper/sources_pck/nghttp3-1.8.0»
Making all in lib
make[2]: входимо до каталогу «/home/ripper/sources_pck/nghttp3-1.8.0/lib»
Making all in includes
make[3]: входимо до каталогу «/home/ripper/sources_pck/nghttp3-1.8.0/lib/includes»
make[3]: Ціль "all" не вимагає виконання команд.
make[3]: Залишаю каталог "/home/ripper/sources_pck/nghttp3-1.8.0/lib/includes"
make[3]: входимо до каталогу «/home/ripper/sources_pck/nghttp3-1.8.0/lib»
CC nghttp3_rcbuf.lo
CC nghttp3_mem.lo
CC nghttp3_str.lo
CC nghttp3_conv.lo
CC nghttp3_buf.lo
CC nghttp3_ringbuf.lo
CC nghttp3_pq.lo
CC nghttp3_map.lo
CC nghttp3_ksl.lo
CC nghttp3_qpack.lo
CC nghttp3_qpack_huffman.lo
CC nghttp3_qpack_huffman_data.lo
CC nghttp3_err.lo
CC nghttp3_debug.lo
CC nghttp3_conn.lo
CC nghttp3_stream.lo
CC nghttp3_frame.lo
CC nghttp3_tnode.lo
CC nghttp3_vec.lo
CC nghttp3_gaptr.lo
CC nghttp3_idtr.lo
CC nghttp3_range.lo
CC nghttp3_http.lo
nghttp3_http.c:39:10: fatal error: sfparse/sfparse.h: No such file or directory
39 | #include "sfparse/sfparse.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:660: nghttp3_http.lo] Помилка 1
make[3]: Залишаю каталог "/home/ripper/sources_pck/nghttp3-1.8.0/lib"
make[2]: *** [Makefile:702: all-recursive] Помилка 1
make[2]: Залишаю каталог "/home/ripper/sources_pck/nghttp3-1.8.0/lib"
make[1]: *** [Makefile:511: all-recursive] Помилка 1
make[1]: Залишаю каталог "/home/ripper/sources_pck/nghttp3-1.8.0"
make: *** [Makefile:418: all] Помилка 2
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Im trying to compile it to android and got that at make stage
Beta Was this translation helpful? Give feedback.
All reactions