Hi,
I have been trying to add x86_64 support to the liblinphone build scripts in the linphone-iphone repo, but get an error I am unable to solve when compiling belle-sip.
checking dynamic linker characteristics... darwin dyld
checking how to hardcode library paths into programs... immediate
checking antlr3.h usability... no
checking antlr3.h presence... yes
configure: WARNING: antlr3.h: present but cannot be compiled
configure: WARNING: antlr3.h: check for missing prerequisite headers?
configure: WARNING: antlr3.h: see the Autoconf documentation
configure: WARNING: antlr3.h: section "Present But Cannot Be Compiled"
configure: WARNING: antlr3.h: proceeding with the compiler's result
configure: WARNING: ## ----------------------------------------- ##
configure: WARNING: ## Report this to
address@hidden ##
configure: WARNING: ## ----------------------------------------- ##
checking for antlr3.h... no
checking whether antlr3StringStreamNew is declared... no
configure: WARNING: res_getservers not usable
checking whether res_ndestroy is declared... no
configure: error: Could not find antlr3 development files. Please install antlr3 version > 3.2 (libantlr3c-dev on debian/ubuntu systems)
make[1]: *** [/Users/boru/src/linphone-clean/submodules/build/../build-x86_64-apple-darwin/belle-sip/Makefile] Error 1
make: *** [broadcast_all] Error 2
The other architectures (i386, armv7, arm64) compile without issues. The result is the same with both MacPorts and Homebrew build environments. Does anyone know why antlr3 is a problem only with x86_64 architecture?
Will there be official x86_64 support in the near future?