tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

building for andriod - cstring: No such file or directory #83

Closed loudest closed 10 years ago

loudest commented 10 years ago

I'm trying to build for android and i'm getting the error:

/home/src/android-ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ -march=armv7-a -mfloat-abi=softfp --sysroot=/home/src/android-ndk/platforms/android-9/arch-arm/ -DHAVE_CONFIG_H -I. -I.. -Wall -I./../lib/includes -I./../lib/includes -I/home/src/android-ndk/usr/local/include -I/home/src/android-ndk//usr/local/include -DHAVE_CONFIG_H -I/home/src/android-ndk//usr/local/include -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.cc In file included from util.cc:25:0: util.h:30:19: fatal error: cstring: No such file or directory

include

               ^

compilation terminated.

tatsuhiro-t commented 10 years ago

It seems to me that the g++ compiler was not properly configured and could not detect standard library header files.

tatsuhiro-t commented 10 years ago

Closing since this is not spdylay issue

sambc-SDK commented 9 years ago

Thanks for your attention, and it works well now.