Hi all, i am trying to compile zeromq for ios5 and i had to change a little bit the instructions found on the wiki at page http://www.zeromq.org/build:iphone
SDK_ROOT="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer"
export CXX="${SDK_ROOT}/usr/bin/g++"
export CC="${SDK_ROOT}/usr/bin/gcc"
./configure --disable-dependency-tracking --enable-static --disable-shared
--host=arm-apple-darwin10 --with-poller=kqueue --prefix=${BUILD_DIR}
changing the xcode location and adding --with-poller=kqueue because a polling
system was not found (and kqueue is included in ios)
However while configuring i get the following warnings (autoconf version is
2.61)
checking errno.h usability... no
checking errno.h presence... yes
configure: WARNING: errno.h: present but cannot be compiled
configure: WARNING: errno.h: check for missing prerequisite headers?
configure: WARNING: errno.h: see the Autoconf documentation
configure: WARNING: errno.h: section "Present But Cannot Be Compiled"
configure: WARNING: errno.h: proceeding with the compiler's result
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to [email protected] ##
configure: WARNING: ## ------------------------------------------ ##
checking for errno.h... no
checking arpa/inet.h usability... no
checking arpa/inet.h presence... yes
configure: WARNING: arpa/inet.h: present but cannot be compiled
configure: WARNING: arpa/inet.h: check for missing prerequisite headers?
configure: WARNING: arpa/inet.h: see the Autoconf documentation
configure: WARNING: arpa/inet.h: section "Present But Cannot Be Compiled"
configure: WARNING: arpa/inet.h: proceeding with the compiler's result
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to [email protected] ##
configure: WARNING: ## ------------------------------------------ ##
checking for arpa/inet.h... no
....
and several others
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
