Build error with gsoap

2018-04-10 Thread Vogt Josef
Hi list Trying to build kannel gateway with gsoap (version 1.4.4) on RHEL7, but unfortunately I'm stuck with an error: ./bootstrap.sh ./configure --with-gsoap make ... gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2

Re: Bug can't compile latest svn on Intel(R) Xeon(R) CPU- centos7

2018-04-10 Thread amalysh
Hi, please try: cd into_gw_folder ./bootstrap.sh ./configure make Thanks, Alex > Am 10.04.2018 um 01:23 schrieb Hillel Bilman : > > Hi Stipe, > > We have checked out revision 5204 > Using CentOS Linux release 7.3.1611 (Core) Intel(R) Xeon(R) CPU E5-2620 v3 @ >

Re: Bug can't compile latest svn on Intel(R) Xeon(R) CPU- centos7

2018-04-10 Thread Hillel Bilman
Hi Alex, Thanks for your prompt response. We decided to start with clean code. cd /home/kannel svn co https://svn.kannel.org/gateway/trunk/ gateway cd home/kannel/gateway/ [root@payless4sms gateway]# ./bootstrap.sh + export WANT_AUTOMAKE=1.8 + WANT_AUTOMAKE=1.8 ++ which glibtoolize which: no

Re: Bug can't compile latest svn on Intel(R) Xeon(R) CPU- centos7

2018-04-10 Thread Hillel Bilman
Hi Alex, yum -y install gettext-dev No package gettext-dev available. Error: Nothing to do yum -y install gettext-devel Package gettext-devel-0.19.8.1-2.el7.x86_64 already installed and latest version Nothing to do The script is not finding /usr/share/aclocal/iconv.m4 even though it exists on

Re: Bug can't compile latest svn on Intel(R) Xeon(R) CPU- centos7

2018-04-10 Thread amalysh
Hi, looks like you are missing gettext-dev package: aclocal: warning: autoconf input should be named 'configure.ac ', not 'configure.in ' configure.in:261 : warning: macro 'AM_ICONV' not found in library Please install it