KMM compiles now, Gwen fails? was: Re: Compiling on Ubuntu fails at 97 , how to enable KBanking, AqBanking?

Timon timon-kmymoney at fiddike.com
Fri Sep 20 18:37:02 BST 2019


Hi Thomas, *,

> Add -DENABLE_SQLCIPHER=OFF if you don't need the SQL cipher

Yes, now KMyMoney builds all the way :-D

> > -- Performing Test LIBOFX_HAVE_CLIENTUID - Success
> > CMake Warning at CMakeLists.txt:240 (find_package):
> >   By not providing "Findgwengui-qt5.cmake" in CMAKE_MODULE_PATH
> > this project
> >   has asked CMake to find a package configuration file provided by
> >   "gwengui-qt5", but CMake did not find one.
> > 
> >   Could not find a package configuration file provided by "gwengui-
> > qt5" with
> >   any of the following names:
> > 
> >     gwengui-qt5Config.cmake
> >     gwengui-qt5-config.cmake
> > 
> >   Add the installation prefix of "gwengui-qt5" to CMAKE_PREFIX_PATH
> > or set
> >   "gwengui-qt5_DIR" to a directory containing one of the above
> > files.  If
> >   "gwengui-qt5" provides a separate development package or SDK, be
> > sure it
> >   has been installed.
> 
> This is the reason, why KBanking will not be build. Did you configure
> gwenhywfar and aqbanking to support Qt5? Here are my configure/cmake
> statements to build this stuff:
> 
> Gwenhywfar: ./configure --prefix=/usr/local --with-guis=qt5 --enable-
> system-certs

I tried exactly like that. Before (without the arguments) it just
compiled, now it fails as follows:

$ cd /usr/local/src/
$ git clone https://git.aquamaniac.de/git/gwenhywfar
$ cd gwenhywfar
$ autoconf
$ autoconf
$ autoreconf -i
$ ./configure --prefix=/usr/local --with-guis=qt5 --enable-system-
certs 
$ make
...
make[4]: Entering directory '/usr/local/src/gwenhywfar/gui/qt5'
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++
-DBUILDING_QT5_GUI -I. -I../..  -fvisibility=hidden  -
I../../gwenhywfar5    -g -O2 -Wall -Wall -MT qt5dialogbox.lo -MD -MP
-MF .deps/qt5dialogbox.Tpo -c -o qt5dialogbox.lo qt5dialogbox.cpp
libtool: compile:  g++ -DBUILDING_QT5_GUI -I. -I../..
-fvisibility=hidden -I../../gwenhywfar5 -g -O2 -Wall -Wall -MT
qt5dialogbox.lo -MD -MP -MF .deps/qt5dialogbox.Tpo -c
qt5dialogbox.cpp  -fPIC -DPIC -o .libs/qt5dialogbox.o
In file included from qt5dialogbox.cpp:18:0:
qt5dialogbox.hpp:16:10: fatal error: QDialog: No such file or directory
 #include <QDialog>
          ^~~~~~~~~
compilation terminated.

See attached file "compile_output_gwen_1.txt" for details.

I googled a bit and found a thread from a couple of years back, with
Thomas and Jack in it 8-)

https://kmymoney-devel.kde.narkive.com/6CuHsd9q/error-compiling-gwenhywfar-for-qt5

Similar problem, so I tried as proposed there:

$ cd /usr/local/src/
$ rm -rf gwenhywfar
$ git clone https://git.aquamaniac.de/git/gwenhywfar
$ cd gwenhywfar
$ autoconf
$ autoconf
$ autoreconf -i
./configure --prefix=/usr/local --with-guis=qt5 --enable-system-certs
--with-qt5-qmake="qmake -qt=5" --with-qt5-moc="moc -qt=5"

... but, sadly:
configure: WARNING: unrecognized options: --with-qt5-qmake, --with-qt5-
moc

... and then it just leads to the same error as before, see attached
file "compile_output_gwen_2.txt".txt

Any ideas?

Otherwise maybe I should ask on the aqbanking dev mailinlist?

Cheers,

Timon

-- 

Viele Grüße
 
Timon Fiddike
 
--
0170 / 913 51 74
 
https://fiddike.com

-------------- next part --------------
timon at ubuntu18ge:/usr/local/src$ git clone https://git.aquamaniac.de/git/gwenhywfar
Cloning into 'gwenhywfar'...
remote: Counting objects: 22408, done.
remote: Compressing objects: 100% (6844/6844), done.
remote: Total 22408 (delta 18350), reused 18847 (delta 15496)
Receiving objects: 100% (22408/22408), 6.26 MiB | 4.89 MiB/s, done.
Resolving deltas: 100% (18350/18350), done.
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ autoconf
configure.ac:120: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:194: error: possibly undefined macro: AC_ENABLE_STATIC
configure.ac:195: error: possibly undefined macro: AC_ENABLE_SHARED
configure.ac:209: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:210: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:211: error: possibly undefined macro: AC_LIBTOOL_RC
configure.ac:237: error: possibly undefined macro: AM_ICONV
configure.ac:296: error: possibly undefined macro: AM_BINRELOC
configure.ac:425: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:648: error: possibly undefined macro: AM_PATH_LIBGCRYPT
configure.ac:664: error: possibly undefined macro: AM_PATH_GPG_ERROR
configure.ac:1117: error: possibly undefined macro: AS_SCRUB_INCLUDE
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ autoconf
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ autoreconf -i
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:120: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:120: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:202: installing './compile'
configure.ac:21: installing './config.guess'
configure.ac:21: installing './config.sub'
configure.ac:120: installing './install-sh'
configure.ac:120: installing './missing'
admin/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
admin/Makefile.am: installing './depcomp'
checks/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
parallel-tests: installing './test-driver'
doc/inherit/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/cocoa/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/cpp/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/fox16/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/gtk2/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/gtk3/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/qt4/Makefile.am:79: warning: '%'-style pattern rules are a GNU make extension
gui/qt4/Makefile.am:82: warning: '%'-style pattern rules are a GNU make extension
gui/qt4/Makefile.am:87: warning: foreach uifile,$(UI_FILES: non-POSIX variable name
gui/qt4/Makefile.am:87: (probably a GNU make extension)
gui/qt4/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/qt5/Makefile.am:76: warning: '%'-style pattern rules are a GNU make extension
gui/qt5/Makefile.am:79: warning: '%'-style pattern rules are a GNU make extension
gui/qt5/Makefile.am:84: warning: foreach uifile,$(UI_FILES: non-POSIX variable name
gui/qt5/Makefile.am:84: (probably a GNU make extension)
gui/testdialogs/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/configmgr/dir/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/ct/ohbci/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/dbio/csv/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/dbio/olddb/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/dbio/xmldb/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/base/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/crypt3/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/cryptmsg/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/crypttoken/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/gui/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/html/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/os/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/os/posix/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/os/windows/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/parser/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/sar/Makefile.am:72: warning: '%'-style pattern rules are a GNU make extension
src/sar/Makefile.am:76: warning: '%'-style pattern rules are a GNU make extension
src/sar/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/sio/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
test/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/gcttool/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/gsa/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/typemaker/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/typemaker2/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/xmlmerge/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ ./configure --prefix=/usr/local --with-guis=qt5 --enable-system-certs 
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking host system type... posix
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for windres... no
checking for windres... no
checking for gawk... (cached) mawk
checking for dot... NO
checking for sed... /bin/sed
checking for dlopen in -ldl... yes
checking for sem_init in -lrt... yes
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking localcharset.h usability... no
checking localcharset.h presence... no
checking for localcharset.h... no
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for syslog.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking whether sigprocmask is declared... yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether closedir returns void... no
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for isascii... yes
checking for getpid... yes
checking for memmove... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for snprintf... yes
checking for symlink... yes
checking for setlocale... yes
checking for srandom... yes
checking for random... yes
checking for /proc/self/maps... yes
checking whether everything is installed to the same prefix... yes
checking whether binary relocation support should be enabled... yes
checking for pthread_getspecific in -lpthread... yes
checking whether binary relocation should use threads... yes
checking if gwen is a subproject... no
checking whether system-wide trusted certificates should be set... yes
checking network connectivity can be assumed available during 'make check'... yes
checking whether local installation mode is wanted... no
checking plugin search dir... ${libdir}/gwenhywfar/plugins/78
checking data search dir... ${datadir}/gwenhywfar
checking system data search dir... ${datadir}
checking locale search dir... $(localedir)
checking cfg search dir... $(sysconfdir)
checking if compiling with variadic macros... yes
checking if profiling is to be supported... no
checking for dpkg-architecture... /usr/bin/dpkg-architecture
checking for multiarch paths... /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu
checking for libgcrypt-config... /usr/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.2.0... yes (1.8.1)
checking LIBGCRYPT API version... okay
checking for gpg-error-config... /usr/bin/gpg-error-config
checking for GPG Error - version >= 0.0... yes (1.27-unknown)
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGNUTLS... yes
checking for gnutls_transport_set_errno in -lgnutls... yes
checking if OpenSSL should be used... yes
checking for openssl includes... -I/usr/include
checking for openssl libs...  
checking whether openssl is usable... no
checking for preselected distribution name... no, will have to determine it
checking whether this is a Debian derivate... yes, Ubuntu
checking for xgettext... xgettext
checking for msgfmt... /usr/bin/msgfmt
checking for locale.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for library containing gettext... none required
checking for iconv.h... (cached) yes
checking for iconv... yes
checking for X... libraries , headers 
checking for gethostbyname... (cached) yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for Qt... no
checking docpath... /home/timon/apidoc
checking doxygen tag files... none
checking for library containing dlopen... -ldl
checking whether this is an official release... no
checking whether compiler supports symbol visibility... yes
checking if MEMTRACE is wanted... no
checking default buffer hard limit... (16*1024*1024)
checking if full docu should be created... no
checking crypt token plugins... ohbci
checking DBIO plugins... csv olddb xmldb
checking ConfigManager plugins... dir
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating admin/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile
config.status: creating gwenhywfar-config.in
config.status: creating gwenhywfar.pc
config.status: creating gwenhywfar-config.cmake
config.status: creating gwenhywfar-config-version.cmake
config.status: creating gwenhywfar.spec
config.status: creating gwenhywfar.iss
config.status: creating checks/Makefile
config.status: creating data/Makefile
config.status: creating doc/Makefile
config.status: creating doc/dialog/Makefile
config.status: creating doc/dialog/images/Makefile
config.status: creating doc/inherit/Makefile
config.status: creating doc/plugindescr.xsd
config.status: creating src/Makefile
config.status: creating src/types.h
config.status: creating src/ressource.rc
config.status: creating src/version.h
config.status: creating src/base/Makefile
config.status: creating src/crypt3/Makefile
config.status: creating src/cryptmsg/Makefile
config.status: creating src/crypttoken/Makefile
config.status: creating src/gui/Makefile
config.status: creating src/sio/Makefile
config.status: creating src/html/Makefile
config.status: creating src/os/Makefile
config.status: creating src/os/posix/Makefile
config.status: creating src/os/posix/system.h
config.status: creating src/os/windows/Makefile
config.status: creating src/os/windows/system.h
config.status: creating src/parser/Makefile
config.status: creating src/sar/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/dbio/Makefile
config.status: creating plugins/dbio/csv/Makefile
config.status: creating plugins/dbio/csv/csv.xml
config.status: creating plugins/dbio/csv/ressource.rc
config.status: creating plugins/dbio/olddb/Makefile
config.status: creating plugins/dbio/olddb/olddb.xml
config.status: creating plugins/dbio/olddb/ressource.rc
config.status: creating plugins/dbio/xmldb/Makefile
config.status: creating plugins/dbio/xmldb/xmldb.xml
config.status: creating plugins/dbio/xmldb/ressource.rc
config.status: creating plugins/ct/Makefile
config.status: creating plugins/ct/ohbci/Makefile
config.status: creating plugins/ct/ohbci/ohbci.xml
config.status: creating plugins/ct/ohbci/ressource.rc
config.status: creating plugins/configmgr/Makefile
config.status: creating plugins/configmgr/dir/Makefile
config.status: creating plugins/configmgr/dir/dir.xml
config.status: creating tools/Makefile
config.status: creating tools/xmlmerge/Makefile
config.status: creating tools/typemaker/Makefile
config.status: creating tools/typemaker2/Makefile
config.status: creating tools/typemaker2/types/Makefile
config.status: creating tools/typemaker2/types/c/Makefile
config.status: creating tools/gcttool/Makefile
config.status: creating tools/gsa/Makefile
config.status: creating test/Makefile
config.status: creating gui/Makefile
config.status: creating gui/cpp/Makefile
config.status: creating gui/cpp/gwengui-cpp-config.cmake
config.status: creating gui/cpp/gwengui-cpp-config-version.cmake
config.status: creating gui/qt4/Makefile
config.status: creating gui/qt4/gwengui-qt4.pc
config.status: creating gui/qt4/gwengui-qt4-config.cmake
config.status: creating gui/qt4/gwengui-qt4-config-version.cmake
config.status: creating gui/qt5/Makefile
config.status: creating gui/qt5/gwengui-qt5.pc
config.status: creating gui/qt5/gwengui-qt5-config.cmake
config.status: creating gui/qt5/gwengui-qt5-config-version.cmake
config.status: creating gui/fox16/Makefile
config.status: creating gui/fox16/gwengui-fox16.pc
config.status: creating gui/gtk2/Makefile
config.status: creating gui/gtk2/gwengui-gtk2.pc
config.status: creating gui/gtk3/Makefile
config.status: creating gui/gtk3/gwengui-gtk3.pc
config.status: creating gui/cocoa/Makefile
config.status: creating gui/testdialogs/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Summary
=============================================
Version                       : 4.99.15beta-0
System                        : linux
Installation Folder           : /usr/local
Local Installation Mode       : no
Plugin Installation Folder    : ${libdir}/gwenhywfar/plugins/78
Plugin Search Folder          : ${libdir}/gwenhywfar/plugins/78
Data Search Folder            : ${datadir}/gwenhywfar
Locale Search Folder          : $(localedir)
Config Search Folder          : $(sysconfdir)
Buffer Default Hard Limit     : (16*1024*1024)
Symbol Visibility             : 
OpenSSL Support for gct-tool  : no
GUI Support                   : qt5
Use system-wide certificates  : yes
GNUTLS                        : 1.6.1 or higher

Plugins
=============================================
  Crypt token plugins         : ohbci
  DBIO plugins                : csv olddb xmldb
  ConfigManager plugins       : dir

You can now use the command 'make' (or on *BSD 'gmake') to 
build Gwenhywfar.

timon at ubuntu18ge:/usr/local/src/gwenhywfar$ ^C
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ make
cat: ./i18nsources: No such file or directory
make  all-recursive
make[1]: Entering directory '/usr/local/src/gwenhywfar'
cat: ./i18nsources: No such file or directory
Making all in admin
make[2]: Entering directory '/usr/local/src/gwenhywfar/admin'
gcc -DHAVE_CONFIG_H -I. -I..    -DGWEN_HEADERS=\"/usr/local/include/gwenhywfar5/gwenhywfar\" -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mklistdoc.o -MD -MP -MF .deps/mklistdoc.Tpo -c -o mklistdoc.o mklistdoc.c
mv -f .deps/mklistdoc.Tpo .deps/mklistdoc.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -DGWEN_HEADERS=\"/usr/local/include/gwenhywfar5/gwenhywfar\" -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o mklistdoc mklistdoc.o  
libtool: link: gcc -DGWEN_HEADERS=\"/usr/local/include/gwenhywfar5/gwenhywfar\" -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o mklistdoc mklistdoc.o 
make[2]: Leaving directory '/usr/local/src/gwenhywfar/admin'
Making all in data
make[2]: Entering directory '/usr/local/src/gwenhywfar/data'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/src/gwenhywfar/data'
Making all in m4
make[2]: Entering directory '/usr/local/src/gwenhywfar/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/src/gwenhywfar/m4'
Making all in src
make[2]: Entering directory '/usr/local/src/gwenhywfar/src'
make  all-recursive
make[3]: Entering directory '/usr/local/src/gwenhywfar/src'
Making all in base
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/base'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT args.lo -MD -MP -MF .deps/args.Tpo -c -o args.lo args.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT args.lo -MD -MP -MF .deps/args.Tpo -c args.c  -fPIC -DPIC -o .libs/args.o
mv -f .deps/args.Tpo .deps/args.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c -o buffer.lo buffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.c  -fPIC -DPIC -o .libs/buffer.o
mv -f .deps/buffer.Tpo .deps/buffer.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
mv -f .deps/debug.Tpo .deps/debug.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c  -fPIC -DPIC -o .libs/error.o
mv -f .deps/error.Tpo .deps/error.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwensignal.lo -MD -MP -MF .deps/gwensignal.Tpo -c -o gwensignal.lo gwensignal.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwensignal.lo -MD -MP -MF .deps/gwensignal.Tpo -c gwensignal.c  -fPIC -DPIC -o .libs/gwensignal.o
mv -f .deps/gwensignal.Tpo .deps/gwensignal.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT i18n.lo -MD -MP -MF .deps/i18n.Tpo -c -o i18n.lo i18n.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT i18n.lo -MD -MP -MF .deps/i18n.Tpo -c i18n.c  -fPIC -DPIC -o .libs/i18n.o
mv -f .deps/i18n.Tpo .deps/i18n.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idlist.lo -MD -MP -MF .deps/idlist.Tpo -c -o idlist.lo idlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idlist.lo -MD -MP -MF .deps/idlist.Tpo -c idlist.c  -fPIC -DPIC -o .libs/idlist.o
mv -f .deps/idlist.Tpo .deps/idlist.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idlist64.lo -MD -MP -MF .deps/idlist64.Tpo -c -o idlist64.lo idlist64.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idlist64.lo -MD -MP -MF .deps/idlist64.Tpo -c idlist64.c  -fPIC -DPIC -o .libs/idlist64.o
mv -f .deps/idlist64.Tpo .deps/idlist64.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inherit.lo -MD -MP -MF .deps/inherit.Tpo -c -o inherit.lo inherit.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inherit.lo -MD -MP -MF .deps/inherit.Tpo -c inherit.c  -fPIC -DPIC -o .libs/inherit.o
mv -f .deps/inherit.Tpo .deps/inherit.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT list.lo -MD -MP -MF .deps/list.Tpo -c -o list.lo list.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c  -fPIC -DPIC -o .libs/list.o
mv -f .deps/list.Tpo .deps/list.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT list1.lo -MD -MP -MF .deps/list1.Tpo -c -o list1.lo list1.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT list1.lo -MD -MP -MF .deps/list1.Tpo -c list1.c  -fPIC -DPIC -o .libs/list1.o
mv -f .deps/list1.Tpo .deps/list1.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT logger.lo -MD -MP -MF .deps/logger.Tpo -c -o logger.lo logger.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT logger.lo -MD -MP -MF .deps/logger.Tpo -c logger.c  -fPIC -DPIC -o .libs/logger.o
mv -f .deps/logger.Tpo .deps/logger.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c -o memory.lo memory.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c  -fPIC -DPIC -o .libs/memory.o
mv -f .deps/memory.Tpo .deps/memory.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT pathmanager.lo -MD -MP -MF .deps/pathmanager.Tpo -c -o pathmanager.lo pathmanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT pathmanager.lo -MD -MP -MF .deps/pathmanager.Tpo -c pathmanager.c  -fPIC -DPIC -o .libs/pathmanager.o
mv -f .deps/pathmanager.Tpo .deps/pathmanager.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c  -fPIC -DPIC -o .libs/plugin.o
mv -f .deps/plugin.Tpo .deps/plugin.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT plugindescr.lo -MD -MP -MF .deps/plugindescr.Tpo -c -o plugindescr.lo plugindescr.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT plugindescr.lo -MD -MP -MF .deps/plugindescr.Tpo -c plugindescr.c  -fPIC -DPIC -o .libs/plugindescr.o
mv -f .deps/plugindescr.Tpo .deps/plugindescr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT refptr.lo -MD -MP -MF .deps/refptr.Tpo -c -o refptr.lo refptr.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT refptr.lo -MD -MP -MF .deps/refptr.Tpo -c refptr.c  -fPIC -DPIC -o .libs/refptr.o
mv -f .deps/refptr.Tpo .deps/refptr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ringbuffer.lo -MD -MP -MF .deps/ringbuffer.Tpo -c -o ringbuffer.lo ringbuffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ringbuffer.lo -MD -MP -MF .deps/ringbuffer.Tpo -c ringbuffer.c  -fPIC -DPIC -o .libs/ringbuffer.o
mv -f .deps/ringbuffer.Tpo .deps/ringbuffer.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT stringlist.lo -MD -MP -MF .deps/stringlist.Tpo -c -o stringlist.lo stringlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT stringlist.lo -MD -MP -MF .deps/stringlist.Tpo -c stringlist.c  -fPIC -DPIC -o .libs/stringlist.o
mv -f .deps/stringlist.Tpo .deps/stringlist.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT stringlist2.lo -MD -MP -MF .deps/stringlist2.Tpo -c -o stringlist2.lo stringlist2.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT stringlist2.lo -MD -MP -MF .deps/stringlist2.Tpo -c stringlist2.c  -fPIC -DPIC -o .libs/stringlist2.o
mv -f .deps/stringlist2.Tpo .deps/stringlist2.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idmap.lo -MD -MP -MF .deps/idmap.Tpo -c -o idmap.lo idmap.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idmap.lo -MD -MP -MF .deps/idmap.Tpo -c idmap.c  -fPIC -DPIC -o .libs/idmap.o
mv -f .deps/idmap.Tpo .deps/idmap.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT fastbuffer.lo -MD -MP -MF .deps/fastbuffer.Tpo -c -o fastbuffer.lo fastbuffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT fastbuffer.lo -MD -MP -MF .deps/fastbuffer.Tpo -c fastbuffer.c  -fPIC -DPIC -o .libs/fastbuffer.o
mv -f .deps/fastbuffer.Tpo .deps/fastbuffer.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT memcache.lo -MD -MP -MF .deps/memcache.Tpo -c -o memcache.lo memcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT memcache.lo -MD -MP -MF .deps/memcache.Tpo -c memcache.c  -fPIC -DPIC -o .libs/memcache.o
mv -f .deps/memcache.Tpo .deps/memcache.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c -o tree.lo tree.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c tree.c  -fPIC -DPIC -o .libs/tree.o
mv -f .deps/tree.Tpo .deps/tree.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tree2.lo -MD -MP -MF .deps/tree2.Tpo -c -o tree2.lo tree2.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tree2.lo -MD -MP -MF .deps/tree2.Tpo -c tree2.c  -fPIC -DPIC -o .libs/tree2.o
mv -f .deps/tree2.Tpo .deps/tree2.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT pointerlist.lo -MD -MP -MF .deps/pointerlist.Tpo -c -o pointerlist.lo pointerlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT pointerlist.lo -MD -MP -MF .deps/pointerlist.Tpo -c pointerlist.c  -fPIC -DPIC -o .libs/pointerlist.o
mv -f .deps/pointerlist.Tpo .deps/pointerlist.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT multicache.lo -MD -MP -MF .deps/multicache.Tpo -c -o multicache.lo multicache.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT multicache.lo -MD -MP -MF .deps/multicache.Tpo -c multicache.c  -fPIC -DPIC -o .libs/multicache.o
mv -f .deps/multicache.Tpo .deps/multicache.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT param.lo -MD -MP -MF .deps/param.Tpo -c -o param.lo param.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT param.lo -MD -MP -MF .deps/param.Tpo -c param.c  -fPIC -DPIC -o .libs/param.o
mv -f .deps/param.Tpo .deps/param.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libbase.la  args.lo buffer.lo debug.lo error.lo gwensignal.lo i18n.lo idlist.lo idlist64.lo inherit.lo list.lo list1.lo logger.lo memory.lo pathmanager.lo plugin.lo plugindescr.lo refptr.lo ringbuffer.lo stringlist.lo stringlist2.lo idmap.lo fastbuffer.lo memcache.lo tree.lo tree2.lo pointerlist.lo multicache.lo param.lo  
libtool: link: ar cru .libs/libbase.a .libs/args.o .libs/buffer.o .libs/debug.o .libs/error.o .libs/gwensignal.o .libs/i18n.o .libs/idlist.o .libs/idlist64.o .libs/inherit.o .libs/list.o .libs/list1.o .libs/logger.o .libs/memory.o .libs/pathmanager.o .libs/plugin.o .libs/plugindescr.o .libs/refptr.o .libs/ringbuffer.o .libs/stringlist.o .libs/stringlist2.o .libs/idmap.o .libs/fastbuffer.o .libs/memcache.o .libs/tree.o .libs/tree2.o .libs/pointerlist.o .libs/multicache.o .libs/param.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libbase.a
libtool: link: ( cd ".libs" && rm -f "libbase.la" && ln -s "../libbase.la" "libbase.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/base'
Making all in sio
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/sio'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio.lo -MD -MP -MF .deps/syncio.Tpo -c -o syncio.lo syncio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio.lo -MD -MP -MF .deps/syncio.Tpo -c syncio.c  -fPIC -DPIC -o .libs/syncio.o
mv -f .deps/syncio.Tpo .deps/syncio.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_socket.lo -MD -MP -MF .deps/syncio_socket.Tpo -c -o syncio_socket.lo syncio_socket.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_socket.lo -MD -MP -MF .deps/syncio_socket.Tpo -c syncio_socket.c  -fPIC -DPIC -o .libs/syncio_socket.o
mv -f .deps/syncio_socket.Tpo .deps/syncio_socket.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_memory.lo -MD -MP -MF .deps/syncio_memory.Tpo -c -o syncio_memory.lo syncio_memory.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_memory.lo -MD -MP -MF .deps/syncio_memory.Tpo -c syncio_memory.c  -fPIC -DPIC -o .libs/syncio_memory.o
mv -f .deps/syncio_memory.Tpo .deps/syncio_memory.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_buffered.lo -MD -MP -MF .deps/syncio_buffered.Tpo -c -o syncio_buffered.lo syncio_buffered.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_buffered.lo -MD -MP -MF .deps/syncio_buffered.Tpo -c syncio_buffered.c  -fPIC -DPIC -o .libs/syncio_buffered.o
mv -f .deps/syncio_buffered.Tpo .deps/syncio_buffered.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_tls.lo -MD -MP -MF .deps/syncio_tls.Tpo -c -o syncio_tls.lo syncio_tls.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_tls.lo -MD -MP -MF .deps/syncio_tls.Tpo -c syncio_tls.c  -fPIC -DPIC -o .libs/syncio_tls.o
mv -f .deps/syncio_tls.Tpo .deps/syncio_tls.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_http.lo -MD -MP -MF .deps/syncio_http.Tpo -c -o syncio_http.lo syncio_http.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_http.lo -MD -MP -MF .deps/syncio_http.Tpo -c syncio_http.c  -fPIC -DPIC -o .libs/syncio_http.o
mv -f .deps/syncio_http.Tpo .deps/syncio_http.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ssl_cert_descr.lo -MD -MP -MF .deps/ssl_cert_descr.Tpo -c -o ssl_cert_descr.lo ssl_cert_descr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ssl_cert_descr.lo -MD -MP -MF .deps/ssl_cert_descr.Tpo -c ssl_cert_descr.c  -fPIC -DPIC -o .libs/ssl_cert_descr.o
mv -f .deps/ssl_cert_descr.Tpo .deps/ssl_cert_descr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT httpsession.lo -MD -MP -MF .deps/httpsession.Tpo -c -o httpsession.lo httpsession.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT httpsession.lo -MD -MP -MF .deps/httpsession.Tpo -c httpsession.c  -fPIC -DPIC -o .libs/httpsession.o
mv -f .deps/httpsession.Tpo .deps/httpsession.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libsio.la  syncio.lo syncio_socket.lo syncio_memory.lo syncio_buffered.lo syncio_tls.lo syncio_http.lo ssl_cert_descr.lo httpsession.lo  
libtool: link: ar cru .libs/libsio.a .libs/syncio.o .libs/syncio_socket.o .libs/syncio_memory.o .libs/syncio_buffered.o .libs/syncio_tls.o .libs/syncio_http.o .libs/ssl_cert_descr.o .libs/httpsession.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libsio.a
libtool: link: ( cd ".libs" && rm -f "libsio.la" && ln -s "../libsio.la" "libsio.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/sio'
Making all in os
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/os'
Making all in posix
make[5]: Entering directory '/usr/local/src/gwenhywfar/src/os/posix'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT directory.lo -MD -MP -MF .deps/directory.Tpo -c -o directory.lo directory.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT directory.lo -MD -MP -MF .deps/directory.Tpo -c directory.c  -fPIC -DPIC -o .libs/directory.o
mv -f .deps/directory.Tpo .deps/directory.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT fslock.lo -MD -MP -MF .deps/fslock.Tpo -c -o fslock.lo fslock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT fslock.lo -MD -MP -MF .deps/fslock.Tpo -c fslock.c  -fPIC -DPIC -o .libs/fslock.o
mv -f .deps/fslock.Tpo .deps/fslock.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwentime.lo -MD -MP -MF .deps/gwentime.Tpo -c -o gwentime.lo gwentime.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwentime.lo -MD -MP -MF .deps/gwentime.Tpo -c gwentime.c  -fPIC -DPIC -o .libs/gwentime.o
mv -f .deps/gwentime.Tpo .deps/gwentime.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inetaddr.lo -MD -MP -MF .deps/inetaddr.Tpo -c -o inetaddr.lo inetaddr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inetaddr.lo -MD -MP -MF .deps/inetaddr.Tpo -c inetaddr.c  -fPIC -DPIC -o .libs/inetaddr.o
mv -f .deps/inetaddr.Tpo .deps/inetaddr.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inetsocket.lo -MD -MP -MF .deps/inetsocket.Tpo -c -o inetsocket.lo inetsocket.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inetsocket.lo -MD -MP -MF .deps/inetsocket.Tpo -c inetsocket.c  -fPIC -DPIC -o .libs/inetsocket.o
mv -f .deps/inetsocket.Tpo .deps/inetsocket.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c  -fPIC -DPIC -o .libs/init.o
mv -f .deps/init.Tpo .deps/init.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT libloader.lo -MD -MP -MF .deps/libloader.Tpo -c -o libloader.lo libloader.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT libloader.lo -MD -MP -MF .deps/libloader.Tpo -c libloader.c  -fPIC -DPIC -o .libs/libloader.o
mv -f .deps/libloader.Tpo .deps/libloader.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT process.lo -MD -MP -MF .deps/process.Tpo -c -o process.lo process.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT process.lo -MD -MP -MF .deps/process.Tpo -c process.c  -fPIC -DPIC -o .libs/process.o
mv -f .deps/process.Tpo .deps/process.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c -o mutex.lo mutex.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c mutex.c  -fPIC -DPIC -o .libs/mutex.o
mv -f .deps/mutex.Tpo .deps/mutex.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT semaphore.lo -MD -MP -MF .deps/semaphore.Tpo -c -o semaphore.lo semaphore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT semaphore.lo -MD -MP -MF .deps/semaphore.Tpo -c semaphore.c  -fPIC -DPIC -o .libs/semaphore.o
mv -f .deps/semaphore.Tpo .deps/semaphore.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_file.lo -MD -MP -MF .deps/syncio_file.Tpo -c -o syncio_file.lo syncio_file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_file.lo -MD -MP -MF .deps/syncio_file.Tpo -c syncio_file.c  -fPIC -DPIC -o .libs/syncio_file.o
mv -f .deps/syncio_file.Tpo .deps/syncio_file.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libosimpl.la  directory.lo fslock.lo gwentime.lo inetaddr.lo inetsocket.lo init.lo libloader.lo process.lo mutex.lo semaphore.lo syncio_file.lo  
libtool: link: ar cru .libs/libosimpl.a .libs/directory.o .libs/fslock.o .libs/gwentime.o .libs/inetaddr.o .libs/inetsocket.o .libs/init.o .libs/libloader.o .libs/process.o .libs/mutex.o .libs/semaphore.o .libs/syncio_file.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libosimpl.a
libtool: link: ( cd ".libs" && rm -f "libosimpl.la" && ln -s "../libosimpl.la" "libosimpl.la" )
make[5]: Leaving directory '/usr/local/src/gwenhywfar/src/os/posix'
make[5]: Entering directory '/usr/local/src/gwenhywfar/src/os'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT directory_all.lo -MD -MP -MF .deps/directory_all.Tpo -c -o directory_all.lo directory_all.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT directory_all.lo -MD -MP -MF .deps/directory_all.Tpo -c directory_all.c  -fPIC -DPIC -o .libs/directory_all.o
mv -f .deps/directory_all.Tpo .deps/directory_all.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwentime_all.lo -MD -MP -MF .deps/gwentime_all.Tpo -c -o gwentime_all.lo gwentime_all.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwentime_all.lo -MD -MP -MF .deps/gwentime_all.Tpo -c gwentime_all.c  -fPIC -DPIC -o .libs/gwentime_all.o
mv -f .deps/gwentime_all.Tpo .deps/gwentime_all.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwendate.lo -MD -MP -MF .deps/gwendate.Tpo -c -o gwendate.lo gwendate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwendate.lo -MD -MP -MF .deps/gwendate.Tpo -c gwendate.c  -fPIC -DPIC -o .libs/gwendate.o
gwendate.c: In function ‘GWEN_Date_setJulian’:
gwendate.c:94:17: warning: ‘%02d’ directive output may be truncated writing between 2 and 8 bytes into a region of size between 1 and 5 [-Wformat-truncation=]
            "%04d%02d%02d",
                 ^~~~
gwendate.c:94:12: note: directive argument in the range [-1834968, 1834972]
            "%04d%02d%02d",
            ^~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from ../../gwenhywfar5/gwenhywfar/misc.h:72,
                 from ../../gwenhywfar5/gwenhywfar/inherit.h:40,
                 from ../../gwenhywfar5/gwenhywfar/syncio.h:30,
                 from ../../gwenhywfar5/gwenhywfar/buffer.h:47,
                 from gwendate.h:31,
                 from gwendate_p.h:29,
                 from gwendate.c:30:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 9 and 28 bytes into a destination of size 9
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/gwendate.Tpo .deps/gwendate.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libos.la  directory_all.lo gwentime_all.lo gwendate.lo posix/libosimpl.la 
libtool: link: (cd .libs/libos.lax/libosimpl.a && ar x "/usr/local/src/gwenhywfar/src/os/posix/.libs/libosimpl.a")
libtool: link: ar cru .libs/libos.a .libs/directory_all.o .libs/gwentime_all.o .libs/gwendate.o   .libs/libos.lax/libosimpl.a/directory.o .libs/libos.lax/libosimpl.a/fslock.o .libs/libos.lax/libosimpl.a/gwentime.o .libs/libos.lax/libosimpl.a/inetaddr.o .libs/libos.lax/libosimpl.a/inetsocket.o .libs/libos.lax/libosimpl.a/init.o .libs/libos.lax/libosimpl.a/libloader.o .libs/libos.lax/libosimpl.a/mutex.o .libs/libos.lax/libosimpl.a/process.o .libs/libos.lax/libosimpl.a/semaphore.o .libs/libos.lax/libosimpl.a/syncio_file.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libos.a
libtool: link: rm -fr .libs/libos.lax
libtool: link: ( cd ".libs" && rm -f "libos.la" && ln -s "../libos.la" "libos.la" )
make[5]: Leaving directory '/usr/local/src/gwenhywfar/src/os'
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/os'
Making all in parser
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/parser'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c -o base64.lo base64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c  -fPIC -DPIC -o .libs/base64.o
mv -f .deps/base64.Tpo .deps/base64.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT configmgr.lo -MD -MP -MF .deps/configmgr.Tpo -c -o configmgr.lo configmgr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT configmgr.lo -MD -MP -MF .deps/configmgr.Tpo -c configmgr.c  -fPIC -DPIC -o .libs/configmgr.o
mv -f .deps/configmgr.Tpo .deps/configmgr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT db.lo -MD -MP -MF .deps/db.Tpo -c -o db.lo db.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT db.lo -MD -MP -MF .deps/db.Tpo -c db.c  -fPIC -DPIC -o .libs/db.o
mv -f .deps/db.Tpo .deps/db.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dbio.lo -MD -MP -MF .deps/dbio.Tpo -c -o dbio.lo dbio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dbio.lo -MD -MP -MF .deps/dbio.Tpo -c dbio.c  -fPIC -DPIC -o .libs/dbio.o
mv -f .deps/dbio.Tpo .deps/dbio.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT msgengine.lo -MD -MP -MF .deps/msgengine.Tpo -c -o msgengine.lo msgengine.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT msgengine.lo -MD -MP -MF .deps/msgengine.Tpo -c msgengine.c  -fPIC -DPIC -o .libs/msgengine.o
msgengine.c: In function ‘GWEN_MsgEngine__ShowGroup’:
msgengine.c:2264:7: warning: variable ‘omittedElements’ set but not used [-Wunused-but-set-variable]
   int omittedElements;
       ^~~~~~~~~~~~~~~
mv -f .deps/msgengine.Tpo .deps/msgengine.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT path.lo -MD -MP -MF .deps/path.Tpo -c -o path.lo path.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT path.lo -MD -MP -MF .deps/path.Tpo -c path.c  -fPIC -DPIC -o .libs/path.o
mv -f .deps/path.Tpo .deps/path.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tag16.lo -MD -MP -MF .deps/tag16.Tpo -c -o tag16.lo tag16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tag16.lo -MD -MP -MF .deps/tag16.Tpo -c tag16.c  -fPIC -DPIC -o .libs/tag16.o
mv -f .deps/tag16.Tpo .deps/tag16.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT text.lo -MD -MP -MF .deps/text.Tpo -c -o text.lo text.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT text.lo -MD -MP -MF .deps/text.Tpo -c text.c  -fPIC -DPIC -o .libs/text.o
mv -f .deps/text.Tpo .deps/text.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tlv.lo -MD -MP -MF .deps/tlv.Tpo -c -o tlv.lo tlv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tlv.lo -MD -MP -MF .deps/tlv.Tpo -c tlv.c  -fPIC -DPIC -o .libs/tlv.o
mv -f .deps/tlv.Tpo .deps/tlv.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT url.lo -MD -MP -MF .deps/url.Tpo -c -o url.lo url.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c  -fPIC -DPIC -o .libs/url.o
mv -f .deps/url.Tpo .deps/url.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT urlfns.lo -MD -MP -MF .deps/urlfns.Tpo -c -o urlfns.lo urlfns.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT urlfns.lo -MD -MP -MF .deps/urlfns.Tpo -c urlfns.c  -fPIC -DPIC -o .libs/urlfns.o
mv -f .deps/urlfns.Tpo .deps/urlfns.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c -o xml.lo xml.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.c  -fPIC -DPIC -o .libs/xml.o
mv -f .deps/xml.Tpo .deps/xml.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xmlctx.lo -MD -MP -MF .deps/xmlctx.Tpo -c -o xmlctx.lo xmlctx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xmlctx.lo -MD -MP -MF .deps/xmlctx.Tpo -c xmlctx.c  -fPIC -DPIC -o .libs/xmlctx.o
mv -f .deps/xmlctx.Tpo .deps/xmlctx.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xsdnode.lo -MD -MP -MF .deps/xsdnode.Tpo -c -o xsdnode.lo xsdnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xsdnode.lo -MD -MP -MF .deps/xsdnode.Tpo -c xsdnode.c  -fPIC -DPIC -o .libs/xsdnode.o
mv -f .deps/xsdnode.Tpo .deps/xsdnode.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xml2db.lo -MD -MP -MF .deps/xml2db.Tpo -c -o xml2db.lo xml2db.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xml2db.lo -MD -MP -MF .deps/xml2db.Tpo -c xml2db.c  -fPIC -DPIC -o .libs/xml2db.o
mv -f .deps/xml2db.Tpo .deps/xml2db.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libparser.la  base64.lo configmgr.lo db.lo dbio.lo msgengine.lo path.lo tag16.lo text.lo tlv.lo url.lo urlfns.lo xml.lo xmlctx.lo xsdnode.lo xml2db.lo  
libtool: link: ar cru .libs/libparser.a .libs/base64.o .libs/configmgr.o .libs/db.o .libs/dbio.o .libs/msgengine.o .libs/path.o .libs/tag16.o .libs/text.o .libs/tlv.o .libs/url.o .libs/urlfns.o .libs/xml.o .libs/xmlctx.o .libs/xsdnode.o .libs/xml2db.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libparser.a
libtool: link: ( cd ".libs" && rm -f "libparser.la" && ln -s "../libparser.la" "libparser.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/parser'
Making all in crypt3
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/crypt3'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptalgo.lo -MD -MP -MF .deps/cryptalgo.Tpo -c -o cryptalgo.lo cryptalgo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptalgo.lo -MD -MP -MF .deps/cryptalgo.Tpo -c cryptalgo.c  -fPIC -DPIC -o .libs/cryptalgo.o
mv -f .deps/cryptalgo.Tpo .deps/cryptalgo.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptdefs.lo -MD -MP -MF .deps/cryptdefs.Tpo -c -o cryptdefs.lo cryptdefs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptdefs.lo -MD -MP -MF .deps/cryptdefs.Tpo -c cryptdefs.c  -fPIC -DPIC -o .libs/cryptdefs.o
mv -f .deps/cryptdefs.Tpo .deps/cryptdefs.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT hashalgo.lo -MD -MP -MF .deps/hashalgo.Tpo -c -o hashalgo.lo hashalgo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT hashalgo.lo -MD -MP -MF .deps/hashalgo.Tpo -c hashalgo.c  -fPIC -DPIC -o .libs/hashalgo.o
mv -f .deps/hashalgo.Tpo .deps/hashalgo.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT paddalgo.lo -MD -MP -MF .deps/paddalgo.Tpo -c -o paddalgo.lo paddalgo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT paddalgo.lo -MD -MP -MF .deps/paddalgo.Tpo -c paddalgo.c  -fPIC -DPIC -o .libs/paddalgo.o
mv -f .deps/paddalgo.Tpo .deps/paddalgo.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkey.lo -MD -MP -MF .deps/cryptkey.Tpo -c -o cryptkey.lo cryptkey.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkey.lo -MD -MP -MF .deps/cryptkey.Tpo -c cryptkey.c  -fPIC -DPIC -o .libs/cryptkey.o
mv -f .deps/cryptkey.Tpo .deps/cryptkey.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkeyrsa.lo -MD -MP -MF .deps/cryptkeyrsa.Tpo -c -o cryptkeyrsa.lo cryptkeyrsa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkeyrsa.lo -MD -MP -MF .deps/cryptkeyrsa.Tpo -c cryptkeyrsa.c  -fPIC -DPIC -o .libs/cryptkeyrsa.o
mv -f .deps/cryptkeyrsa.Tpo .deps/cryptkeyrsa.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkeysym.lo -MD -MP -MF .deps/cryptkeysym.Tpo -c -o cryptkeysym.lo cryptkeysym.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkeysym.lo -MD -MP -MF .deps/cryptkeysym.Tpo -c cryptkeysym.c  -fPIC -DPIC -o .libs/cryptkeysym.o
mv -f .deps/cryptkeysym.Tpo .deps/cryptkeysym.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mdigest.lo -MD -MP -MF .deps/mdigest.Tpo -c -o mdigest.lo mdigest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mdigest.lo -MD -MP -MF .deps/mdigest.Tpo -c mdigest.c  -fPIC -DPIC -o .libs/mdigest.o
mv -f .deps/mdigest.Tpo .deps/mdigest.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mdigestgc.lo -MD -MP -MF .deps/mdigestgc.Tpo -c -o mdigestgc.lo mdigestgc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mdigestgc.lo -MD -MP -MF .deps/mdigestgc.Tpo -c mdigestgc.c  -fPIC -DPIC -o .libs/mdigestgc.o
mv -f .deps/mdigestgc.Tpo .deps/mdigestgc.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT padd.lo -MD -MP -MF .deps/padd.Tpo -c -o padd.lo padd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT padd.lo -MD -MP -MF .deps/padd.Tpo -c padd.c  -fPIC -DPIC -o .libs/padd.o
padd.c: In function ‘GWEN_Padd_UnpaddWithZkaFromMultipleOf’:
padd.c:940:4: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
   p=GWEN_Buffer_GetStart(buf)+lastpos;
    ^
mv -f .deps/padd.Tpo .deps/padd.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT smalltresor.lo -MD -MP -MF .deps/smalltresor.Tpo -c -o smalltresor.lo smalltresor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT smalltresor.lo -MD -MP -MF .deps/smalltresor.Tpo -c smalltresor.c  -fPIC -DPIC -o .libs/smalltresor.o
mv -f .deps/smalltresor.Tpo .deps/smalltresor.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libcrypt3.la  cryptalgo.lo cryptdefs.lo hashalgo.lo paddalgo.lo cryptkey.lo cryptkeyrsa.lo cryptkeysym.lo mdigest.lo mdigestgc.lo padd.lo smalltresor.lo -L/usr/lib/x86_64-linux-gnu -lgpg-error 
libtool: link: ar cru .libs/libcrypt3.a .libs/cryptalgo.o .libs/cryptdefs.o .libs/hashalgo.o .libs/paddalgo.o .libs/cryptkey.o .libs/cryptkeyrsa.o .libs/cryptkeysym.o .libs/mdigest.o .libs/mdigestgc.o .libs/padd.o .libs/smalltresor.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcrypt3.a
libtool: link: ( cd ".libs" && rm -f "libcrypt3.la" && ln -s "../libcrypt3.la" "libcrypt3.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/crypt3'
Making all in crypttoken
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/crypttoken'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct_context.lo -MD -MP -MF .deps/ct_context.Tpo -c -o ct_context.lo ct_context.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct_context.lo -MD -MP -MF .deps/ct_context.Tpo -c ct_context.c  -fPIC -DPIC -o .libs/ct_context.o
mv -f .deps/ct_context.Tpo .deps/ct_context.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct_keyinfo.lo -MD -MP -MF .deps/ct_keyinfo.Tpo -c -o ct_keyinfo.lo ct_keyinfo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct_keyinfo.lo -MD -MP -MF .deps/ct_keyinfo.Tpo -c ct_keyinfo.c  -fPIC -DPIC -o .libs/ct_keyinfo.o
mv -f .deps/ct_keyinfo.Tpo .deps/ct_keyinfo.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/ct.o
mv -f .deps/ct.Tpo .deps/ct.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctf_context.lo -MD -MP -MF .deps/ctf_context.Tpo -c -o ctf_context.lo ctf_context.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctf_context.lo -MD -MP -MF .deps/ctf_context.Tpo -c ctf_context.c  -fPIC -DPIC -o .libs/ctf_context.o
mv -f .deps/ctf_context.Tpo .deps/ctf_context.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctfile.lo -MD -MP -MF .deps/ctfile.Tpo -c -o ctfile.lo ctfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctfile.lo -MD -MP -MF .deps/ctfile.Tpo -c ctfile.c  -fPIC -DPIC -o .libs/ctfile.o
mv -f .deps/ctfile.Tpo .deps/ctfile.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctplugin.lo -MD -MP -MF .deps/ctplugin.Tpo -c -o ctplugin.lo ctplugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctplugin.lo -MD -MP -MF .deps/ctplugin.Tpo -c ctplugin.c  -fPIC -DPIC -o .libs/ctplugin.o
mv -f .deps/ctplugin.Tpo .deps/ctplugin.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libcrypttoken.la  ct_context.lo ct_keyinfo.lo ct.lo ctf_context.lo ctfile.lo ctplugin.lo  
libtool: link: ar cru .libs/libcrypttoken.a .libs/ct_context.o .libs/ct_keyinfo.o .libs/ct.o .libs/ctf_context.o .libs/ctfile.o .libs/ctplugin.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcrypttoken.a
libtool: link: ( cd ".libs" && rm -f "libcrypttoken.la" && ln -s "../libcrypttoken.la" "libcrypttoken.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/crypttoken'
Making all in gui
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/gui'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cgui.lo -MD -MP -MF .deps/cgui.Tpo -c -o cgui.lo cgui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cgui.lo -MD -MP -MF .deps/cgui.Tpo -c cgui.c  -fPIC -DPIC -o .libs/cgui.o
mv -f .deps/cgui.Tpo .deps/cgui.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cprogress.lo -MD -MP -MF .deps/cprogress.Tpo -c -o cprogress.lo cprogress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cprogress.lo -MD -MP -MF .deps/cprogress.Tpo -c cprogress.c  -fPIC -DPIC -o .libs/cprogress.o
mv -f .deps/cprogress.Tpo .deps/cprogress.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dialog.lo -MD -MP -MF .deps/dialog.Tpo -c -o dialog.lo dialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dialog.lo -MD -MP -MF .deps/dialog.Tpo -c dialog.c  -fPIC -DPIC -o .libs/dialog.o
mv -f .deps/dialog.Tpo .deps/dialog.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gui.lo -MD -MP -MF .deps/gui.Tpo -c -o gui.lo gui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gui.lo -MD -MP -MF .deps/gui.Tpo -c gui.c  -fPIC -DPIC -o .libs/gui.o
mv -f .deps/gui.Tpo .deps/gui.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT widget.lo -MD -MP -MF .deps/widget.Tpo -c -o widget.lo widget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT widget.lo -MD -MP -MF .deps/widget.Tpo -c widget.c  -fPIC -DPIC -o .libs/widget.o
mv -f .deps/widget.Tpo .deps/widget.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT progressdata.lo -MD -MP -MF .deps/progressdata.Tpo -c -o progressdata.lo progressdata.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT progressdata.lo -MD -MP -MF .deps/progressdata.Tpo -c progressdata.c  -fPIC -DPIC -o .libs/progressdata.o
mv -f .deps/progressdata.Tpo .deps/progressdata.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_progress.lo -MD -MP -MF .deps/dlg_progress.Tpo -c -o dlg_progress.lo dlg_progress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_progress.lo -MD -MP -MF .deps/dlg_progress.Tpo -c dlg_progress.c  -fPIC -DPIC -o .libs/dlg_progress.o
mv -f .deps/dlg_progress.Tpo .deps/dlg_progress.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_input.lo -MD -MP -MF .deps/dlg_input.Tpo -c -o dlg_input.lo dlg_input.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_input.lo -MD -MP -MF .deps/dlg_input.Tpo -c dlg_input.c  -fPIC -DPIC -o .libs/dlg_input.o
mv -f .deps/dlg_input.Tpo .deps/dlg_input.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_message.lo -MD -MP -MF .deps/dlg_message.Tpo -c -o dlg_message.lo dlg_message.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_message.lo -MD -MP -MF .deps/dlg_message.Tpo -c dlg_message.c  -fPIC -DPIC -o .libs/dlg_message.o
mv -f .deps/dlg_message.Tpo .deps/dlg_message.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_showbox.lo -MD -MP -MF .deps/dlg_showbox.Tpo -c -o dlg_showbox.lo dlg_showbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_showbox.lo -MD -MP -MF .deps/dlg_showbox.Tpo -c dlg_showbox.c  -fPIC -DPIC -o .libs/dlg_showbox.o
mv -f .deps/dlg_showbox.Tpo .deps/dlg_showbox.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT passwdstore.lo -MD -MP -MF .deps/passwdstore.Tpo -c -o passwdstore.lo passwdstore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT passwdstore.lo -MD -MP -MF .deps/passwdstore.Tpo -c passwdstore.c  -fPIC -DPIC -o .libs/passwdstore.o
mv -f .deps/passwdstore.Tpo .deps/passwdstore.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libgui.la  cgui.lo cprogress.lo dialog.lo gui.lo widget.lo progressdata.lo dlg_progress.lo dlg_input.lo dlg_message.lo dlg_showbox.lo passwdstore.lo  
libtool: link: ar cru .libs/libgui.a .libs/cgui.o .libs/cprogress.o .libs/dialog.o .libs/gui.o .libs/widget.o .libs/progressdata.o .libs/dlg_progress.o .libs/dlg_input.o .libs/dlg_message.o .libs/dlg_showbox.o .libs/passwdstore.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgui.a
libtool: link: ( cd ".libs" && rm -f "libgui.la" && ln -s "../libgui.la" "libgui.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/gui'
Making all in cryptmsg
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/cryptmsg'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser     -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sighead.lo -MD -MP -MF .deps/sighead.Tpo -c -o sighead.lo sighead.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sighead.lo -MD -MP -MF .deps/sighead.Tpo -c sighead.c  -fPIC -DPIC -o .libs/sighead.o
mv -f .deps/sighead.Tpo .deps/sighead.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser     -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sigtail.lo -MD -MP -MF .deps/sigtail.Tpo -c -o sigtail.lo sigtail.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sigtail.lo -MD -MP -MF .deps/sigtail.Tpo -c sigtail.c  -fPIC -DPIC -o .libs/sigtail.o
mv -f .deps/sigtail.Tpo .deps/sigtail.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser     -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT crypthead.lo -MD -MP -MF .deps/crypthead.Tpo -c -o crypthead.lo crypthead.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT crypthead.lo -MD -MP -MF .deps/crypthead.Tpo -c crypthead.c  -fPIC -DPIC -o .libs/crypthead.o
mv -f .deps/crypthead.Tpo .deps/crypthead.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser     -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptmgr.lo -MD -MP -MF .deps/cryptmgr.Tpo -c -o cryptmgr.lo cryptmgr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptmgr.lo -MD -MP -MF .deps/cryptmgr.Tpo -c cryptmgr.c  -fPIC -DPIC -o .libs/cryptmgr.o
mv -f .deps/cryptmgr.Tpo .deps/cryptmgr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser     -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptmgrkeys.lo -MD -MP -MF .deps/cryptmgrkeys.Tpo -c -o cryptmgrkeys.lo cryptmgrkeys.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptmgrkeys.lo -MD -MP -MF .deps/cryptmgrkeys.Tpo -c cryptmgrkeys.c  -fPIC -DPIC -o .libs/cryptmgrkeys.o
mv -f .deps/cryptmgrkeys.Tpo .deps/cryptmgrkeys.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libcryptmsg.la  sighead.lo sigtail.lo crypthead.lo cryptmgr.lo cryptmgrkeys.lo  
libtool: link: ar cru .libs/libcryptmsg.a .libs/sighead.o .libs/sigtail.o .libs/crypthead.o .libs/cryptmgr.o .libs/cryptmgrkeys.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcryptmsg.a
libtool: link: ( cd ".libs" && rm -f "libcryptmsg.la" && ln -s "../libcryptmsg.la" "libcryptmsg.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/cryptmsg'
Making all in html
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/html'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_box.lo -MD -MP -MF .deps/g_box.Tpo -c -o g_box.lo g_box.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_box.lo -MD -MP -MF .deps/g_box.Tpo -c g_box.c  -fPIC -DPIC -o .libs/g_box.o
mv -f .deps/g_box.Tpo .deps/g_box.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_generic.lo -MD -MP -MF .deps/g_generic.Tpo -c -o g_generic.lo g_generic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_generic.lo -MD -MP -MF .deps/g_generic.Tpo -c g_generic.c  -fPIC -DPIC -o .libs/g_generic.o
mv -f .deps/g_generic.Tpo .deps/g_generic.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_table.lo -MD -MP -MF .deps/g_table.Tpo -c -o g_table.lo g_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_table.lo -MD -MP -MF .deps/g_table.Tpo -c g_table.c  -fPIC -DPIC -o .libs/g_table.o
mv -f .deps/g_table.Tpo .deps/g_table.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_tablerow.lo -MD -MP -MF .deps/g_tablerow.Tpo -c -o g_tablerow.lo g_tablerow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_tablerow.lo -MD -MP -MF .deps/g_tablerow.Tpo -c g_tablerow.c  -fPIC -DPIC -o .libs/g_tablerow.o
mv -f .deps/g_tablerow.Tpo .deps/g_tablerow.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_unorderedlist.lo -MD -MP -MF .deps/g_unorderedlist.Tpo -c -o g_unorderedlist.lo g_unorderedlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_unorderedlist.lo -MD -MP -MF .deps/g_unorderedlist.Tpo -c g_unorderedlist.c  -fPIC -DPIC -o .libs/g_unorderedlist.o
mv -f .deps/g_unorderedlist.Tpo .deps/g_unorderedlist.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlctx.lo -MD -MP -MF .deps/htmlctx.Tpo -c -o htmlctx.lo htmlctx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlctx.lo -MD -MP -MF .deps/htmlctx.Tpo -c htmlctx.c  -fPIC -DPIC -o .libs/htmlctx.o
mv -f .deps/htmlctx.Tpo .deps/htmlctx.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlfont.lo -MD -MP -MF .deps/htmlfont.Tpo -c -o htmlfont.lo htmlfont.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlfont.lo -MD -MP -MF .deps/htmlfont.Tpo -c htmlfont.c  -fPIC -DPIC -o .libs/htmlfont.o
mv -f .deps/htmlfont.Tpo .deps/htmlfont.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlimage.lo -MD -MP -MF .deps/htmlimage.Tpo -c -o htmlimage.lo htmlimage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlimage.lo -MD -MP -MF .deps/htmlimage.Tpo -c htmlimage.c  -fPIC -DPIC -o .libs/htmlimage.o
mv -f .deps/htmlimage.Tpo .deps/htmlimage.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlgroup.lo -MD -MP -MF .deps/htmlgroup.Tpo -c -o htmlgroup.lo htmlgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlgroup.lo -MD -MP -MF .deps/htmlgroup.Tpo -c htmlgroup.c  -fPIC -DPIC -o .libs/htmlgroup.o
mv -f .deps/htmlgroup.Tpo .deps/htmlgroup.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlobject.lo -MD -MP -MF .deps/htmlobject.Tpo -c -o htmlobject.lo htmlobject.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlobject.lo -MD -MP -MF .deps/htmlobject.Tpo -c htmlobject.c  -fPIC -DPIC -o .libs/htmlobject.o
mv -f .deps/htmlobject.Tpo .deps/htmlobject.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlprops.lo -MD -MP -MF .deps/htmlprops.Tpo -c -o htmlprops.lo htmlprops.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlprops.lo -MD -MP -MF .deps/htmlprops.Tpo -c htmlprops.c  -fPIC -DPIC -o .libs/htmlprops.o
mv -f .deps/htmlprops.Tpo .deps/htmlprops.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_box.lo -MD -MP -MF .deps/o_box.Tpo -c -o o_box.lo o_box.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_box.lo -MD -MP -MF .deps/o_box.Tpo -c o_box.c  -fPIC -DPIC -o .libs/o_box.o
mv -f .deps/o_box.Tpo .deps/o_box.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_grid.lo -MD -MP -MF .deps/o_grid.Tpo -c -o o_grid.lo o_grid.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_grid.lo -MD -MP -MF .deps/o_grid.Tpo -c o_grid.c  -fPIC -DPIC -o .libs/o_grid.o
mv -f .deps/o_grid.Tpo .deps/o_grid.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_gridentry.lo -MD -MP -MF .deps/o_gridentry.Tpo -c -o o_gridentry.lo o_gridentry.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_gridentry.lo -MD -MP -MF .deps/o_gridentry.Tpo -c o_gridentry.c  -fPIC -DPIC -o .libs/o_gridentry.o
mv -f .deps/o_gridentry.Tpo .deps/o_gridentry.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_image.lo -MD -MP -MF .deps/o_image.Tpo -c -o o_image.lo o_image.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_image.lo -MD -MP -MF .deps/o_image.Tpo -c o_image.c  -fPIC -DPIC -o .libs/o_image.o
mv -f .deps/o_image.Tpo .deps/o_image.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_word.lo -MD -MP -MF .deps/o_word.Tpo -c -o o_word.lo o_word.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_word.lo -MD -MP -MF .deps/o_word.Tpo -c o_word.c  -fPIC -DPIC -o .libs/o_word.o
mv -f .deps/o_word.Tpo .deps/o_word.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libgwenhtml.la  g_box.lo g_generic.lo g_table.lo g_tablerow.lo g_unorderedlist.lo htmlctx.lo htmlfont.lo htmlimage.lo htmlgroup.lo htmlobject.lo htmlprops.lo o_box.lo o_grid.lo o_gridentry.lo o_image.lo o_word.lo  
libtool: link: ar cru .libs/libgwenhtml.a .libs/g_box.o .libs/g_generic.o .libs/g_table.o .libs/g_tablerow.o .libs/g_unorderedlist.o .libs/htmlctx.o .libs/htmlfont.o .libs/htmlimage.o .libs/htmlgroup.o .libs/htmlobject.o .libs/htmlprops.o .libs/o_box.o .libs/o_grid.o .libs/o_gridentry.o .libs/o_image.o .libs/o_word.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgwenhtml.a
libtool: link: ( cd ".libs" && rm -f "libgwenhtml.la" && ln -s "../libgwenhtml.la" "libgwenhtml.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/html'
Making all in sar
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/sar'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/sio -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwen_sar_fileheader.lo -MD -MP -MF .deps/gwen_sar_fileheader.Tpo -c -o gwen_sar_fileheader.lo gwen_sar_fileheader.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/sio -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwen_sar_fileheader.lo -MD -MP -MF .deps/gwen_sar_fileheader.Tpo -c gwen_sar_fileheader.c  -fPIC -DPIC -o .libs/gwen_sar_fileheader.o
mv -f .deps/gwen_sar_fileheader.Tpo .deps/gwen_sar_fileheader.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/sio -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sar.lo -MD -MP -MF .deps/sar.Tpo -c -o sar.lo sar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/sio -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sar.lo -MD -MP -MF .deps/sar.Tpo -c sar.c  -fPIC -DPIC -o .libs/sar.o
mv -f .deps/sar.Tpo .deps/sar.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libsar.la  gwen_sar_fileheader.lo sar.lo  
libtool: link: ar cru .libs/libsar.a .libs/gwen_sar_fileheader.o .libs/sar.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libsar.a
libtool: link: ( cd ".libs" && rm -f "libsar.la" && ln -s "../libsar.la" "libsar.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/sar'
make[4]: Entering directory '/usr/local/src/gwenhywfar/src'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr/local\" -DGWEN_SYSCONF_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DGWENHYWFAR_SO_EFFECTIVE_STR=\"78\" -DGWEN_DATADIR=\"/usr/local/share/gwenhywfar\" -DGWEN_SYSDATADIR=\"/usr/local/share\" -DPLUGINDIR=\"/usr/local/lib/gwenhywfar/plugins/78\" -I. -I.. -I../gwenhywfar5 -I../src/base -I../src/crypt -I../src/os -I../src/net2 -I../src/html -I../src/parser    -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT binreloc.lo -MD -MP -MF .deps/binreloc.Tpo -c -o binreloc.lo binreloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr/local\" -DGWEN_SYSCONF_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DGWENHYWFAR_SO_EFFECTIVE_STR=\"78\" -DGWEN_DATADIR=\"/usr/local/share/gwenhywfar\" -DGWEN_SYSDATADIR=\"/usr/local/share\" -DPLUGINDIR=\"/usr/local/lib/gwenhywfar/plugins/78\" -I. -I.. -I../gwenhywfar5 -I../src/base -I../src/crypt -I../src/os -I../src/net2 -I../src/html -I../src/parser -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT binreloc.lo -MD -MP -MF .deps/binreloc.Tpo -c binreloc.c  -fPIC -DPIC -o .libs/binreloc.o
mv -f .deps/binreloc.Tpo .deps/binreloc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr/local\" -DGWEN_SYSCONF_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DGWENHYWFAR_SO_EFFECTIVE_STR=\"78\" -DGWEN_DATADIR=\"/usr/local/share/gwenhywfar\" -DGWEN_SYSDATADIR=\"/usr/local/share\" -DPLUGINDIR=\"/usr/local/lib/gwenhywfar/plugins/78\" -I. -I.. -I../gwenhywfar5 -I../src/base -I../src/crypt -I../src/os -I../src/net2 -I../src/html -I../src/parser    -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwenhywfar.lo -MD -MP -MF .deps/gwenhywfar.Tpo -c -o gwenhywfar.lo gwenhywfar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr/local\" -DGWEN_SYSCONF_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DGWENHYWFAR_SO_EFFECTIVE_STR=\"78\" -DGWEN_DATADIR=\"/usr/local/share/gwenhywfar\" -DGWEN_SYSDATADIR=\"/usr/local/share\" -DPLUGINDIR=\"/usr/local/lib/gwenhywfar/plugins/78\" -I. -I.. -I../gwenhywfar5 -I../src/base -I../src/crypt -I../src/os -I../src/net2 -I../src/html -I../src/parser -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwenhywfar.lo -MD -MP -MF .deps/gwenhywfar.Tpo -c gwenhywfar.c  -fPIC -DPIC -o .libs/gwenhywfar.o
mv -f .deps/gwenhywfar.Tpo .deps/gwenhywfar.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined   -version-info 78:15:0  -o libgwenhywfar.la -rpath /usr/local/lib binreloc.lo gwenhywfar.lo base/libbase.la crypt3/libcrypt3.la crypttoken/libcrypttoken.la cryptmsg/libcryptmsg.la sio/libsio.la os/libos.la parser/libparser.la html/libgwenhtml.la gui/libgui.la sar/libsar.la   -lgcrypt -lgnutls -lrt -pthread -ldl  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/binreloc.o .libs/gwenhywfar.o  -Wl,--whole-archive base/.libs/libbase.a crypt3/.libs/libcrypt3.a crypttoken/.libs/libcrypttoken.a cryptmsg/.libs/libcryptmsg.a sio/.libs/libsio.a os/.libs/libos.a parser/.libs/libparser.a html/.libs/libgwenhtml.a gui/.libs/libgui.a sar/.libs/libsar.a -Wl,--no-whole-archive  -L/usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libgpg-error.so -lgcrypt -lgnutls -lrt -ldl  -g -O2 -pthread   -pthread -Wl,-soname -Wl,libgwenhywfar.so.78 -o .libs/libgwenhywfar.so.78.0.15
libtool: link: (cd ".libs" && rm -f "libgwenhywfar.so.78" && ln -s "libgwenhywfar.so.78.0.15" "libgwenhywfar.so.78")
libtool: link: (cd ".libs" && rm -f "libgwenhywfar.so" && ln -s "libgwenhywfar.so.78.0.15" "libgwenhywfar.so")
libtool: link: ( cd ".libs" && rm -f "libgwenhywfar.la" && ln -s "../libgwenhywfar.la" "libgwenhywfar.la" )
gcc -DHAVE_CONFIG_H -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr/local\" -DGWEN_SYSCONF_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DGWENHYWFAR_SO_EFFECTIVE_STR=\"78\" -DGWEN_DATADIR=\"/usr/local/share/gwenhywfar\" -DGWEN_SYSDATADIR=\"/usr/local/share\" -DPLUGINDIR=\"/usr/local/lib/gwenhywfar/plugins/78\" -I. -I.. -I../gwenhywfar5 -I../src/base -I../src/crypt -I../src/os -I../src/net2 -I../src/html -I../src/parser    -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT testlib.o -MD -MP -MF .deps/testlib.Tpo -c -o testlib.o testlib.c
mv -f .deps/testlib.Tpo .deps/testlib.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o testlib testlib.o libgwenhywfar.la 
libtool: link: gcc -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/testlib testlib.o  ./.libs/libgwenhywfar.so -pthread
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src'
make[3]: Leaving directory '/usr/local/src/gwenhywfar/src'
make[2]: Leaving directory '/usr/local/src/gwenhywfar/src'
Making all in plugins
make[2]: Entering directory '/usr/local/src/gwenhywfar/plugins'
Making all in dbio
make[3]: Entering directory '/usr/local/src/gwenhywfar/plugins/dbio'
Making all in csv
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/dbio/csv'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser     -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT csv.lo -MD -MP -MF .deps/csv.Tpo -c -o csv.lo csv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT csv.lo -MD -MP -MF .deps/csv.Tpo -c csv.c  -fPIC -DPIC -o .libs/csv.o
csv.c: In function ‘GWEN_DBIO_CSV_Import’:
csv.c:343:7: warning: variable ‘quote’ set but not used [-Wunused-but-set-variable]
   int quote;
       ^~~~~
mv -f .deps/csv.Tpo .deps/csv.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined  -module -version-info 0:1:0  -o csv.la -rpath /usr/local/lib/gwenhywfar/plugins/78/dbio csv.lo ../../../src/libgwenhywfar.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/csv.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../../src/.libs/libgwenhywfar.so  -g -O2   -pthread -Wl,-soname -Wl,csv.so.0 -o .libs/csv.so.0.0.1
libtool: link: (cd ".libs" && rm -f "csv.so.0" && ln -s "csv.so.0.0.1" "csv.so.0")
libtool: link: (cd ".libs" && rm -f "csv.so" && ln -s "csv.so.0.0.1" "csv.so")
libtool: link: ( cd ".libs" && rm -f "csv.la" && ln -s "../csv.la" "csv.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/dbio/csv'
Making all in olddb
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/dbio/olddb'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser     -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT olddb.lo -MD -MP -MF .deps/olddb.Tpo -c -o olddb.lo olddb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT olddb.lo -MD -MP -MF .deps/olddb.Tpo -c olddb.c  -fPIC -DPIC -o .libs/olddb.o
mv -f .deps/olddb.Tpo .deps/olddb.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined  -module -version-info 0:1:0  -o olddb.la -rpath /usr/local/lib/gwenhywfar/plugins/78/dbio olddb.lo ../../../src/libgwenhywfar.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/olddb.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../../src/.libs/libgwenhywfar.so  -g -O2   -pthread -Wl,-soname -Wl,olddb.so.0 -o .libs/olddb.so.0.0.1
libtool: link: (cd ".libs" && rm -f "olddb.so.0" && ln -s "olddb.so.0.0.1" "olddb.so.0")
libtool: link: (cd ".libs" && rm -f "olddb.so" && ln -s "olddb.so.0.0.1" "olddb.so")
libtool: link: ( cd ".libs" && rm -f "olddb.la" && ln -s "../olddb.la" "olddb.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/dbio/olddb'
Making all in xmldb
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/dbio/xmldb'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser     -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xmldb.lo -MD -MP -MF .deps/xmldb.Tpo -c -o xmldb.lo xmldb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xmldb.lo -MD -MP -MF .deps/xmldb.Tpo -c xmldb.c  -fPIC -DPIC -o .libs/xmldb.o
mv -f .deps/xmldb.Tpo .deps/xmldb.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined  -module -version-info 0:1:0  -o xmldb.la -rpath /usr/local/lib/gwenhywfar/plugins/78/dbio xmldb.lo ../../../src/libgwenhywfar.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/xmldb.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../../src/.libs/libgwenhywfar.so  -g -O2   -pthread -Wl,-soname -Wl,xmldb.so.0 -o .libs/xmldb.so.0.0.1
libtool: link: (cd ".libs" && rm -f "xmldb.so.0" && ln -s "xmldb.so.0.0.1" "xmldb.so.0")
libtool: link: (cd ".libs" && rm -f "xmldb.so" && ln -s "xmldb.so.0.0.1" "xmldb.so")
libtool: link: ( cd ".libs" && rm -f "xmldb.la" && ln -s "../xmldb.la" "xmldb.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/dbio/xmldb'
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/dbio'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/dbio'
make[3]: Leaving directory '/usr/local/src/gwenhywfar/plugins/dbio'
Making all in ct
make[3]: Entering directory '/usr/local/src/gwenhywfar/plugins/ct'
Making all in ohbci
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/ct/ohbci'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ohbci.lo -MD -MP -MF .deps/ohbci.Tpo -c -o ohbci.lo ohbci.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ohbci.lo -MD -MP -MF .deps/ohbci.Tpo -c ohbci.c  -fPIC -DPIC -o .libs/ohbci.o
mv -f .deps/ohbci.Tpo .deps/ohbci.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined  -module -avoid-version  -o ohbci.la -rpath /usr/local/lib/gwenhywfar/plugins/78/ct ohbci.lo ../../../src/libgwenhywfar.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/ohbci.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../../src/.libs/libgwenhywfar.so  -g -O2   -pthread -Wl,-soname -Wl,ohbci.so -o .libs/ohbci.so
libtool: link: ( cd ".libs" && rm -f "ohbci.la" && ln -s "../ohbci.la" "ohbci.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/ct/ohbci'
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/ct'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/ct'
make[3]: Leaving directory '/usr/local/src/gwenhywfar/plugins/ct'
Making all in configmgr
make[3]: Entering directory '/usr/local/src/gwenhywfar/plugins/configmgr'
Making all in dir
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/configmgr/dir'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser     -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cfgdir.lo -MD -MP -MF .deps/cfgdir.Tpo -c -o cfgdir.lo cfgdir.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cfgdir.lo -MD -MP -MF .deps/cfgdir.Tpo -c cfgdir.c  -fPIC -DPIC -o .libs/cfgdir.o
mv -f .deps/cfgdir.Tpo .deps/cfgdir.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined   -module -avoid-version  -o dir.la -rpath /usr/local/lib/gwenhywfar/plugins/78/configmgr cfgdir.lo ../../../src/libgwenhywfar.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/cfgdir.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../../src/.libs/libgwenhywfar.so  -g -O2   -pthread -Wl,-soname -Wl,dir.so -o .libs/dir.so
libtool: link: ( cd ".libs" && rm -f "dir.la" && ln -s "../dir.la" "dir.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/configmgr/dir'
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/configmgr'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/configmgr'
make[3]: Leaving directory '/usr/local/src/gwenhywfar/plugins/configmgr'
make[3]: Entering directory '/usr/local/src/gwenhywfar/plugins'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/usr/local/src/gwenhywfar/plugins'
make[2]: Leaving directory '/usr/local/src/gwenhywfar/plugins'
Making all in tools
make[2]: Entering directory '/usr/local/src/gwenhywfar/tools'
Making all in xmlmerge
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools/xmlmerge'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT args.o -MD -MP -MF .deps/args.Tpo -c -o args.o args.c
mv -f .deps/args.Tpo .deps/args.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o xmlmerge args.o main.o ../../src/libgwenhywfar.la  
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/xmlmerge args.o main.o  ../../src/.libs/libgwenhywfar.so -pthread
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools/xmlmerge'
Making all in typemaker
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT args.o -MD -MP -MF .deps/args.Tpo -c -o args.o args.c
mv -f .deps/args.Tpo .deps/args.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c: In function ‘write_h_setget_c’:
main.c:211:15: warning: variable ‘doCopy’ set but not used [-Wunused-but-set-variable]
           int doCopy;
               ^~~~~~
main.c:379:15: warning: variable ‘isVoid’ set but not used [-Wunused-but-set-variable]
           int isVoid;
               ^~~~~~
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT phc.o -MD -MP -MF .deps/phc.Tpo -c -o phc.o phc.c
mv -f .deps/phc.Tpo .deps/phc.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT lhc.o -MD -MP -MF .deps/lhc.Tpo -c -o lhc.o lhc.c
mv -f .deps/lhc.Tpo .deps/lhc.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ahc.o -MD -MP -MF .deps/ahc.Tpo -c -o ahc.o ahc.c
mv -f .deps/ahc.Tpo .deps/ahc.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT code_c.o -MD -MP -MF .deps/code_c.Tpo -c -o code_c.o code_c.c
code_c.c: In function ‘write_code_file_c’:
code_c.c:2785:15: warning: variable ‘nacc’ set but not used [-Wunused-but-set-variable]
   const char *nacc;
               ^~~~
mv -f .deps/code_c.Tpo .deps/code_c.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o typemaker args.o main.o phc.o lhc.o ahc.o code_c.o ../../src/libgwenhywfar.la  
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/typemaker args.o main.o phc.o lhc.o ahc.o code_c.o  ../../src/.libs/libgwenhywfar.so -pthread
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker'
Making all in typemaker2
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker2'
Making all in types
make[4]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker2/types'
Making all in c
make[5]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker2/types/c'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker2/types/c'
make[5]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker2/types'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker2/types'
make[4]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker2/types'
make[4]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker2'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_type.o -MD -MP -MF .deps/tm_type.Tpo -c -o tm_type.o tm_type.c
mv -f .deps/tm_type.Tpo .deps/tm_type.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_member.o -MD -MP -MF .deps/tm_member.Tpo -c -o tm_member.o tm_member.c
mv -f .deps/tm_member.Tpo .deps/tm_member.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_header.o -MD -MP -MF .deps/tm_header.Tpo -c -o tm_header.o tm_header.c
mv -f .deps/tm_header.Tpo .deps/tm_header.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_util.o -MD -MP -MF .deps/tm_util.Tpo -c -o tm_util.o tm_util.c
mv -f .deps/tm_util.Tpo .deps/tm_util.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_typemanager.o -MD -MP -MF .deps/tm_typemanager.Tpo -c -o tm_typemanager.o tm_typemanager.c
mv -f .deps/tm_typemanager.Tpo .deps/tm_typemanager.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_builder.o -MD -MP -MF .deps/tm_builder.Tpo -c -o tm_builder.o tm_builder.c
mv -f .deps/tm_builder.Tpo .deps/tm_builder.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_builder_c.o -MD -MP -MF .deps/tm_builder_c.Tpo -c -o tm_builder_c.o tm_builder_c.c
mv -f .deps/tm_builder_c.Tpo .deps/tm_builder_c.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_item.o -MD -MP -MF .deps/tm_item.Tpo -c -o tm_item.o tm_item.c
mv -f .deps/tm_item.Tpo .deps/tm_item.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_enum.o -MD -MP -MF .deps/tm_enum.Tpo -c -o tm_enum.o tm_enum.c
mv -f .deps/tm_enum.Tpo .deps/tm_enum.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_define.o -MD -MP -MF .deps/tm_define.Tpo -c -o tm_define.o tm_define.c
mv -f .deps/tm_define.Tpo .deps/tm_define.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_code.o -MD -MP -MF .deps/tm_code.Tpo -c -o tm_code.o tm_code.c
mv -f .deps/tm_code.Tpo .deps/tm_code.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_inline.o -MD -MP -MF .deps/tm_inline.Tpo -c -o tm_inline.o tm_inline.c
mv -f .deps/tm_inline.Tpo .deps/tm_inline.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_virtualfn.o -MD -MP -MF .deps/tm_virtualfn.Tpo -c -o tm_virtualfn.o tm_virtualfn.c
mv -f .deps/tm_virtualfn.Tpo .deps/tm_virtualfn.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_signal.o -MD -MP -MF .deps/tm_signal.Tpo -c -o tm_signal.o tm_signal.c
mv -f .deps/tm_signal.Tpo .deps/tm_signal.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_slot.o -MD -MP -MF .deps/tm_slot.Tpo -c -o tm_slot.o tm_slot.c
mv -f .deps/tm_slot.Tpo .deps/tm_slot.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_group.o -MD -MP -MF .deps/tm_group.Tpo -c -o tm_group.o tm_group.c
mv -f .deps/tm_group.Tpo .deps/tm_group.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT build.o -MD -MP -MF .deps/build.Tpo -c -o build.o build.c
mv -f .deps/build.Tpo .deps/build.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT builddefs.o -MD -MP -MF .deps/builddefs.Tpo -c -o builddefs.o builddefs.c
mv -f .deps/builddefs.Tpo .deps/builddefs.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o typemaker2 tm_type.o tm_member.o tm_header.o tm_util.o tm_typemanager.o tm_builder.o tm_builder_c.o tm_item.o tm_enum.o tm_define.o tm_code.o tm_inline.o tm_virtualfn.o tm_signal.o tm_slot.o tm_group.o build.o builddefs.o main.o ../../src/libgwenhywfar.la  
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/typemaker2 tm_type.o tm_member.o tm_header.o tm_util.o tm_typemanager.o tm_builder.o tm_builder_c.o tm_item.o tm_enum.o tm_define.o tm_code.o tm_inline.o tm_virtualfn.o tm_signal.o tm_slot.o tm_group.o build.o builddefs.o main.o  ../../src/.libs/libgwenhywfar.so -pthread
make[4]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker2'
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker2'
Making all in gcttool
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools/gcttool'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT activatekey.o -MD -MP -MF .deps/activatekey.Tpo -c -o activatekey.o activatekey.c
mv -f .deps/activatekey.Tpo .deps/activatekey.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT changepin.o -MD -MP -MF .deps/changepin.Tpo -c -o changepin.o changepin.c
mv -f .deps/changepin.Tpo .deps/changepin.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT create.o -MD -MP -MF .deps/create.Tpo -c -o create.o create.c
mv -f .deps/create.Tpo .deps/create.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT genkey.o -MD -MP -MF .deps/genkey.Tpo -c -o genkey.o genkey.c
mv -f .deps/genkey.Tpo .deps/genkey.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT showkey.o -MD -MP -MF .deps/showkey.Tpo -c -o showkey.o showkey.c
mv -f .deps/showkey.Tpo .deps/showkey.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT showuser.o -MD -MP -MF .deps/showuser.Tpo -c -o showuser.o showuser.c
mv -f .deps/showuser.Tpo .deps/showuser.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT update.o -MD -MP -MF .deps/update.Tpo -c -o update.o update.c
mv -f .deps/update.Tpo .deps/update.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT setsignseq.o -MD -MP -MF .deps/setsignseq.Tpo -c -o setsignseq.o setsignseq.c
mv -f .deps/setsignseq.Tpo .deps/setsignseq.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT setkey.o -MD -MP -MF .deps/setkey.Tpo -c -o setkey.o setkey.c
mv -f .deps/setkey.Tpo .deps/setkey.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT hashtree.o -MD -MP -MF .deps/hashtree.Tpo -c -o hashtree.o hashtree.c
mv -f .deps/hashtree.Tpo .deps/hashtree.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT checktree.o -MD -MP -MF .deps/checktree.Tpo -c -o checktree.o checktree.c
mv -f .deps/checktree.Tpo .deps/checktree.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT showpasswords.o -MD -MP -MF .deps/showpasswords.Tpo -c -o showpasswords.o showpasswords.c
mv -f .deps/showpasswords.Tpo .deps/showpasswords.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o gct-tool activatekey.o changepin.o create.o genkey.o showkey.o showuser.o update.o setsignseq.o setkey.o hashtree.o checktree.o showpasswords.o main.o ../../src/libgwenhywfar.la   
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/gct-tool activatekey.o changepin.o create.o genkey.o showkey.o showuser.o update.o setsignseq.o setkey.o hashtree.o checktree.o showpasswords.o main.o  ../../src/.libs/libgwenhywfar.so -pthread
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cttest.o -MD -MP -MF .deps/cttest.Tpo -c -o cttest.o cttest.c
mv -f .deps/cttest.Tpo .deps/cttest.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o cttest cttest.o ../../src/libgwenhywfar.la 
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/cttest cttest.o  ../../src/.libs/libgwenhywfar.so -pthread
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools/gcttool'
Making all in gsa
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools/gsa'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT add.o -MD -MP -MF .deps/add.Tpo -c -o add.o add.c
mv -f .deps/add.Tpo .deps/add.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT create.o -MD -MP -MF .deps/create.Tpo -c -o create.o create.c
mv -f .deps/create.Tpo .deps/create.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT check.o -MD -MP -MF .deps/check.Tpo -c -o check.o check.c
mv -f .deps/check.Tpo .deps/check.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT extract.o -MD -MP -MF .deps/extract.Tpo -c -o extract.o extract.c
mv -f .deps/extract.Tpo .deps/extract.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c
mv -f .deps/list.Tpo .deps/list.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mkkey.o -MD -MP -MF .deps/mkkey.Tpo -c -o mkkey.o mkkey.c
mv -f .deps/mkkey.Tpo .deps/mkkey.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT rfi.o -MD -MP -MF .deps/rfi.Tpo -c -o rfi.o rfi.c
mv -f .deps/rfi.Tpo .deps/rfi.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sign.o -MD -MP -MF .deps/sign.Tpo -c -o sign.o sign.c
mv -f .deps/sign.Tpo .deps/sign.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT verify.o -MD -MP -MF .deps/verify.Tpo -c -o verify.o verify.c
mv -f .deps/verify.Tpo .deps/verify.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o gsa add.o create.o check.o extract.o list.o mkkey.o rfi.o sign.o verify.o main.o ../../src/libgwenhywfar.la  
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/gsa add.o create.o check.o extract.o list.o mkkey.o rfi.o sign.o verify.o main.o  ../../src/.libs/libgwenhywfar.so -pthread
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools/gsa'
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools'
make[2]: Leaving directory '/usr/local/src/gwenhywfar/tools'
Making all in gui
make[2]: Entering directory '/usr/local/src/gwenhywfar/gui'
Making all in testdialogs
make[3]: Entering directory '/usr/local/src/gwenhywfar/gui/testdialogs'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DMEDIAPATH=\"/usr/local/src/gwenhywfar/gui/testdialogs\" -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_test.lo -MD -MP -MF .deps/dlg_test.Tpo -c -o dlg_test.lo dlg_test.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DMEDIAPATH=\"/usr/local/src/gwenhywfar/gui/testdialogs\" -I. -I../.. -I../../gwenhywfar5 -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_test.lo -MD -MP -MF .deps/dlg_test.Tpo -c dlg_test.c  -fPIC -DPIC -o .libs/dlg_test.o
mv -f .deps/dlg_test.Tpo .deps/dlg_test.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DMEDIAPATH=\"/usr/local/src/gwenhywfar/gui/testdialogs\" -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_test2.lo -MD -MP -MF .deps/dlg_test2.Tpo -c -o dlg_test2.lo dlg_test2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DMEDIAPATH=\"/usr/local/src/gwenhywfar/gui/testdialogs\" -I. -I../.. -I../../gwenhywfar5 -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_test2.lo -MD -MP -MF .deps/dlg_test2.Tpo -c dlg_test2.c  -fPIC -DPIC -o .libs/dlg_test2.o
mv -f .deps/dlg_test2.Tpo .deps/dlg_test2.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libgwengui-test.la  dlg_test.lo dlg_test2.lo ../../src/libgwenhywfar.la 
libtool: link: ar cru .libs/libgwengui-test.a .libs/dlg_test.o .libs/dlg_test2.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgwengui-test.a
libtool: link: ( cd ".libs" && rm -f "libgwengui-test.la" && ln -s "../libgwengui-test.la" "libgwengui-test.la" )
make[3]: Leaving directory '/usr/local/src/gwenhywfar/gui/testdialogs'
Making all in cpp
make[3]: Entering directory '/usr/local/src/gwenhywfar/gui/cpp'
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5  -Ihtml -fvisibility=hidden   -g -O2 -Wall -Wall -MT cppdialog.lo -MD -MP -MF .deps/cppdialog.Tpo -c -o cppdialog.lo cppdialog.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5 -Ihtml -fvisibility=hidden -g -O2 -Wall -Wall -MT cppdialog.lo -MD -MP -MF .deps/cppdialog.Tpo -c cppdialog.cpp  -fPIC -DPIC -o .libs/cppdialog.o
mv -f .deps/cppdialog.Tpo .deps/cppdialog.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5  -Ihtml -fvisibility=hidden   -g -O2 -Wall -Wall -MT cppgui.lo -MD -MP -MF .deps/cppgui.Tpo -c -o cppgui.lo cppgui.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5 -Ihtml -fvisibility=hidden -g -O2 -Wall -Wall -MT cppgui.lo -MD -MP -MF .deps/cppgui.Tpo -c cppgui.cpp  -fPIC -DPIC -o .libs/cppgui.o
mv -f .deps/cppgui.Tpo .deps/cppgui.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5  -Ihtml -fvisibility=hidden   -g -O2 -Wall -Wall -MT cppwidget.lo -MD -MP -MF .deps/cppwidget.Tpo -c -o cppwidget.lo cppwidget.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5 -Ihtml -fvisibility=hidden -g -O2 -Wall -Wall -MT cppwidget.lo -MD -MP -MF .deps/cppwidget.Tpo -c cppwidget.cpp  -fPIC -DPIC -o .libs/cppwidget.o
mv -f .deps/cppwidget.Tpo .deps/cppwidget.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=link g++  -g -O2 -Wall -Wall -no-undefined  -o libgwengui-cpp.la -rpath /usr/local/lib cppdialog.lo cppgui.lo cppwidget.lo ../../src/libgwenhywfar.la 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o  .libs/cppdialog.o .libs/cppgui.o .libs/cppwidget.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../src/.libs/libgwenhywfar.so -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o  -g -O2   -pthread -Wl,-soname -Wl,libgwengui-cpp.so.0 -o .libs/libgwengui-cpp.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libgwengui-cpp.so.0" && ln -s "libgwengui-cpp.so.0.0.0" "libgwengui-cpp.so.0")
libtool: link: (cd ".libs" && rm -f "libgwengui-cpp.so" && ln -s "libgwengui-cpp.so.0.0.0" "libgwengui-cpp.so")
libtool: link: ( cd ".libs" && rm -f "libgwengui-cpp.la" && ln -s "../libgwengui-cpp.la" "libgwengui-cpp.la" )
make[3]: Leaving directory '/usr/local/src/gwenhywfar/gui/cpp'
Making all in qt5
make[3]: Entering directory '/usr/local/src/gwenhywfar/gui/qt5'
o qt5dialogbox.moc qt5dialogbox.hpp
/bin/bash: o: command not found
Makefile:976: recipe for target 'qt5dialogbox.moc' failed
make[3]: [qt5dialogbox.moc] Error 127 (ignored)
make  all-am
make[4]: Entering directory '/usr/local/src/gwenhywfar/gui/qt5'
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DBUILDING_QT5_GUI -I. -I../..  -fvisibility=hidden  -I../../gwenhywfar5    -g -O2 -Wall -Wall -MT qt5dialogbox.lo -MD -MP -MF .deps/qt5dialogbox.Tpo -c -o qt5dialogbox.lo qt5dialogbox.cpp
libtool: compile:  g++ -DBUILDING_QT5_GUI -I. -I../.. -fvisibility=hidden -I../../gwenhywfar5 -g -O2 -Wall -Wall -MT qt5dialogbox.lo -MD -MP -MF .deps/qt5dialogbox.Tpo -c qt5dialogbox.cpp  -fPIC -DPIC -o .libs/qt5dialogbox.o
In file included from qt5dialogbox.cpp:18:0:
qt5dialogbox.hpp:16:10: fatal error: QDialog: No such file or directory
 #include <QDialog>
          ^~~~~~~~~
compilation terminated.
Makefile:681: recipe for target 'qt5dialogbox.lo' failed
make[4]: *** [qt5dialogbox.lo] Error 1
make[4]: Leaving directory '/usr/local/src/gwenhywfar/gui/qt5'
Makefile:564: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/usr/local/src/gwenhywfar/gui/qt5'
Makefile:499: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/usr/local/src/gwenhywfar/gui'
Makefile:763: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/src/gwenhywfar'
Makefile:583: recipe for target 'all' failed
make: *** [all] Error 2
timon at ubuntu18ge:/usr/local/src/gwenhywfar$


-------------- next part --------------
timon at ubuntu18ge:/usr/local/src$ rm -rf gwenhywfar
timon at ubuntu18ge:/usr/local/src$ git clone https://git.aquamaniac.de/git/gwenhywfar
Cloning into 'gwenhywfar'...
remote: Counting objects: 22408, done.
remote: Compressing objects: 100% (6844/6844), done.
remote: Total 22408 (delta 18350), reused 18847 (delta 15496)
Receiving objects: 100% (22408/22408), 6.26 MiB | 4.87 MiB/s, done.
Resolving deltas: 100% (18350/18350), done.
timon at ubuntu18ge:/usr/local/src$ autoconf
autoconf: error: no input file
timon at ubuntu18ge:/usr/local/src$ autoconf
autoconf: error: no input file
timon at ubuntu18ge:/usr/local/src$ autoreconf -i
autoreconf: 'configure.ac' or 'configure.in' is required
timon at ubuntu18ge:/usr/local/src$ cd gwenhywfar
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ autoconf
configure.ac:120: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:194: error: possibly undefined macro: AC_ENABLE_STATIC
configure.ac:195: error: possibly undefined macro: AC_ENABLE_SHARED
configure.ac:209: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:210: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:211: error: possibly undefined macro: AC_LIBTOOL_RC
configure.ac:237: error: possibly undefined macro: AM_ICONV
configure.ac:296: error: possibly undefined macro: AM_BINRELOC
configure.ac:425: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:648: error: possibly undefined macro: AM_PATH_LIBGCRYPT
configure.ac:664: error: possibly undefined macro: AM_PATH_GPG_ERROR
configure.ac:1117: error: possibly undefined macro: AS_SCRUB_INCLUDE
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ autoconf
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ autoreconf -i
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:120: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:120: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:202: installing './compile'
configure.ac:21: installing './config.guess'
configure.ac:21: installing './config.sub'
configure.ac:120: installing './install-sh'
configure.ac:120: installing './missing'
admin/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
admin/Makefile.am: installing './depcomp'
checks/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
parallel-tests: installing './test-driver'
doc/inherit/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/cocoa/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/cpp/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/fox16/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/gtk2/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/gtk3/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/qt4/Makefile.am:79: warning: '%'-style pattern rules are a GNU make extension
gui/qt4/Makefile.am:82: warning: '%'-style pattern rules are a GNU make extension
gui/qt4/Makefile.am:87: warning: foreach uifile,$(UI_FILES: non-POSIX variable name
gui/qt4/Makefile.am:87: (probably a GNU make extension)
gui/qt4/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gui/qt5/Makefile.am:76: warning: '%'-style pattern rules are a GNU make extension
gui/qt5/Makefile.am:79: warning: '%'-style pattern rules are a GNU make extension
gui/qt5/Makefile.am:84: warning: foreach uifile,$(UI_FILES: non-POSIX variable name
gui/qt5/Makefile.am:84: (probably a GNU make extension)
gui/testdialogs/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/configmgr/dir/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/ct/ohbci/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/dbio/csv/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/dbio/olddb/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
plugins/dbio/xmldb/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/base/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/crypt3/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/cryptmsg/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/crypttoken/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/gui/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/html/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/os/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/os/posix/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/os/windows/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/parser/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/sar/Makefile.am:72: warning: '%'-style pattern rules are a GNU make extension
src/sar/Makefile.am:76: warning: '%'-style pattern rules are a GNU make extension
src/sar/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/sio/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
test/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/gcttool/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/gsa/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/typemaker/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/typemaker2/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/xmlmerge/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ ./configure --prefix=/usr/local --with-guis=qt5 --enable-system-certs --with-qt5-qmake="qmake -qt=5" --with-qt5-moc="moc -qt=5
> ^C
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ ./configure --prefix=/usr/local --with-guis=qt5 --enable-system-certs --with-qt5-qmake="qmake -qt=5" --with-qt5-moc="moc -qt=5"
configure: WARNING: unrecognized options: --with-qt5-qmake, --with-qt5-moc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking host system type... posix
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for windres... no
checking for windres... no
checking for gawk... (cached) mawk
checking for dot... NO
checking for sed... /bin/sed
checking for dlopen in -ldl... yes
checking for sem_init in -lrt... yes
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking localcharset.h usability... no
checking localcharset.h presence... no
checking for localcharset.h... no
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for syslog.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking whether sigprocmask is declared... yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether closedir returns void... no
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for isascii... yes
checking for getpid... yes
checking for memmove... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for snprintf... yes
checking for symlink... yes
checking for setlocale... yes
checking for srandom... yes
checking for random... yes
checking for /proc/self/maps... yes
checking whether everything is installed to the same prefix... yes
checking whether binary relocation support should be enabled... yes
checking for pthread_getspecific in -lpthread... yes
checking whether binary relocation should use threads... yes
checking if gwen is a subproject... no
checking whether system-wide trusted certificates should be set... yes
checking network connectivity can be assumed available during 'make check'... yes
checking whether local installation mode is wanted... no
checking plugin search dir... ${libdir}/gwenhywfar/plugins/78
checking data search dir... ${datadir}/gwenhywfar
checking system data search dir... ${datadir}
checking locale search dir... $(localedir)
checking cfg search dir... $(sysconfdir)
checking if compiling with variadic macros... yes
checking if profiling is to be supported... no
checking for dpkg-architecture... /usr/bin/dpkg-architecture
checking for multiarch paths... /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu
checking for libgcrypt-config... /usr/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.2.0... yes (1.8.1)
checking LIBGCRYPT API version... okay
checking for gpg-error-config... /usr/bin/gpg-error-config
checking for GPG Error - version >= 0.0... yes (1.27-unknown)
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGNUTLS... yes
checking for gnutls_transport_set_errno in -lgnutls... yes
checking if OpenSSL should be used... yes
checking for openssl includes... -I/usr/include
checking for openssl libs...  
checking whether openssl is usable... no
checking for preselected distribution name... no, will have to determine it
checking whether this is a Debian derivate... yes, Ubuntu
checking for xgettext... xgettext
checking for msgfmt... /usr/bin/msgfmt
checking for locale.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for library containing gettext... none required
checking for iconv.h... (cached) yes
checking for iconv... yes
checking for X... libraries , headers 
checking for gethostbyname... (cached) yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for Qt... no
checking docpath... /home/timon/apidoc
checking doxygen tag files... none
checking for library containing dlopen... -ldl
checking whether this is an official release... no
checking whether compiler supports symbol visibility... yes
checking if MEMTRACE is wanted... no
checking default buffer hard limit... (16*1024*1024)
checking if full docu should be created... no
checking crypt token plugins... ohbci
checking DBIO plugins... csv olddb xmldb
checking ConfigManager plugins... dir
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating admin/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile
config.status: creating gwenhywfar-config.in
config.status: creating gwenhywfar.pc
config.status: creating gwenhywfar-config.cmake
config.status: creating gwenhywfar-config-version.cmake
config.status: creating gwenhywfar.spec
config.status: creating gwenhywfar.iss
config.status: creating checks/Makefile
config.status: creating data/Makefile
config.status: creating doc/Makefile
config.status: creating doc/dialog/Makefile
config.status: creating doc/dialog/images/Makefile
config.status: creating doc/inherit/Makefile
config.status: creating doc/plugindescr.xsd
config.status: creating src/Makefile
config.status: creating src/types.h
config.status: creating src/ressource.rc
config.status: creating src/version.h
config.status: creating src/base/Makefile
config.status: creating src/crypt3/Makefile
config.status: creating src/cryptmsg/Makefile
config.status: creating src/crypttoken/Makefile
config.status: creating src/gui/Makefile
config.status: creating src/sio/Makefile
config.status: creating src/html/Makefile
config.status: creating src/os/Makefile
config.status: creating src/os/posix/Makefile
config.status: creating src/os/posix/system.h
config.status: creating src/os/windows/Makefile
config.status: creating src/os/windows/system.h
config.status: creating src/parser/Makefile
config.status: creating src/sar/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/dbio/Makefile
config.status: creating plugins/dbio/csv/Makefile
config.status: creating plugins/dbio/csv/csv.xml
config.status: creating plugins/dbio/csv/ressource.rc
config.status: creating plugins/dbio/olddb/Makefile
config.status: creating plugins/dbio/olddb/olddb.xml
config.status: creating plugins/dbio/olddb/ressource.rc
config.status: creating plugins/dbio/xmldb/Makefile
config.status: creating plugins/dbio/xmldb/xmldb.xml
config.status: creating plugins/dbio/xmldb/ressource.rc
config.status: creating plugins/ct/Makefile
config.status: creating plugins/ct/ohbci/Makefile
config.status: creating plugins/ct/ohbci/ohbci.xml
config.status: creating plugins/ct/ohbci/ressource.rc
config.status: creating plugins/configmgr/Makefile
config.status: creating plugins/configmgr/dir/Makefile
config.status: creating plugins/configmgr/dir/dir.xml
config.status: creating tools/Makefile
config.status: creating tools/xmlmerge/Makefile
config.status: creating tools/typemaker/Makefile
config.status: creating tools/typemaker2/Makefile
config.status: creating tools/typemaker2/types/Makefile
config.status: creating tools/typemaker2/types/c/Makefile
config.status: creating tools/gcttool/Makefile
config.status: creating tools/gsa/Makefile
config.status: creating test/Makefile
config.status: creating gui/Makefile
config.status: creating gui/cpp/Makefile
config.status: creating gui/cpp/gwengui-cpp-config.cmake
config.status: creating gui/cpp/gwengui-cpp-config-version.cmake
config.status: creating gui/qt4/Makefile
config.status: creating gui/qt4/gwengui-qt4.pc
config.status: creating gui/qt4/gwengui-qt4-config.cmake
config.status: creating gui/qt4/gwengui-qt4-config-version.cmake
config.status: creating gui/qt5/Makefile
config.status: creating gui/qt5/gwengui-qt5.pc
config.status: creating gui/qt5/gwengui-qt5-config.cmake
config.status: creating gui/qt5/gwengui-qt5-config-version.cmake
config.status: creating gui/fox16/Makefile
config.status: creating gui/fox16/gwengui-fox16.pc
config.status: creating gui/gtk2/Makefile
config.status: creating gui/gtk2/gwengui-gtk2.pc
config.status: creating gui/gtk3/Makefile
config.status: creating gui/gtk3/gwengui-gtk3.pc
config.status: creating gui/cocoa/Makefile
config.status: creating gui/testdialogs/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-qt5-qmake, --with-qt5-moc

Summary
=============================================
Version                       : 4.99.15beta-0
System                        : linux
Installation Folder           : /usr/local
Local Installation Mode       : no
Plugin Installation Folder    : ${libdir}/gwenhywfar/plugins/78
Plugin Search Folder          : ${libdir}/gwenhywfar/plugins/78
Data Search Folder            : ${datadir}/gwenhywfar
Locale Search Folder          : $(localedir)
Config Search Folder          : $(sysconfdir)
Buffer Default Hard Limit     : (16*1024*1024)
Symbol Visibility             : 
OpenSSL Support for gct-tool  : no
GUI Support                   : qt5
Use system-wide certificates  : yes
GNUTLS                        : 1.6.1 or higher

Plugins
=============================================
  Crypt token plugins         : ohbci
  DBIO plugins                : csv olddb xmldb
  ConfigManager plugins       : dir

You can now use the command 'make' (or on *BSD 'gmake') to 
build Gwenhywfar.

timon at ubuntu18ge:/usr/local/src/gwenhywfar$ ^C
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ make
cat: ./i18nsources: No such file or directory
make  all-recursive
make[1]: Entering directory '/usr/local/src/gwenhywfar'
cat: ./i18nsources: No such file or directory
Making all in admin
make[2]: Entering directory '/usr/local/src/gwenhywfar/admin'
gcc -DHAVE_CONFIG_H -I. -I..    -DGWEN_HEADERS=\"/usr/local/include/gwenhywfar5/gwenhywfar\" -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mklistdoc.o -MD -MP -MF .deps/mklistdoc.Tpo -c -o mklistdoc.o mklistdoc.c
mv -f .deps/mklistdoc.Tpo .deps/mklistdoc.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -DGWEN_HEADERS=\"/usr/local/include/gwenhywfar5/gwenhywfar\" -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o mklistdoc mklistdoc.o  
libtool: link: gcc -DGWEN_HEADERS=\"/usr/local/include/gwenhywfar5/gwenhywfar\" -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o mklistdoc mklistdoc.o 
make[2]: Leaving directory '/usr/local/src/gwenhywfar/admin'
Making all in data
make[2]: Entering directory '/usr/local/src/gwenhywfar/data'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/src/gwenhywfar/data'
Making all in m4
make[2]: Entering directory '/usr/local/src/gwenhywfar/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/src/gwenhywfar/m4'
Making all in src
make[2]: Entering directory '/usr/local/src/gwenhywfar/src'
make  all-recursive
make[3]: Entering directory '/usr/local/src/gwenhywfar/src'
Making all in base
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/base'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT args.lo -MD -MP -MF .deps/args.Tpo -c -o args.lo args.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT args.lo -MD -MP -MF .deps/args.Tpo -c args.c  -fPIC -DPIC -o .libs/args.o
mv -f .deps/args.Tpo .deps/args.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c -o buffer.lo buffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.c  -fPIC -DPIC -o .libs/buffer.o
mv -f .deps/buffer.Tpo .deps/buffer.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
mv -f .deps/debug.Tpo .deps/debug.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c  -fPIC -DPIC -o .libs/error.o
mv -f .deps/error.Tpo .deps/error.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwensignal.lo -MD -MP -MF .deps/gwensignal.Tpo -c -o gwensignal.lo gwensignal.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwensignal.lo -MD -MP -MF .deps/gwensignal.Tpo -c gwensignal.c  -fPIC -DPIC -o .libs/gwensignal.o
mv -f .deps/gwensignal.Tpo .deps/gwensignal.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT i18n.lo -MD -MP -MF .deps/i18n.Tpo -c -o i18n.lo i18n.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT i18n.lo -MD -MP -MF .deps/i18n.Tpo -c i18n.c  -fPIC -DPIC -o .libs/i18n.o
mv -f .deps/i18n.Tpo .deps/i18n.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idlist.lo -MD -MP -MF .deps/idlist.Tpo -c -o idlist.lo idlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idlist.lo -MD -MP -MF .deps/idlist.Tpo -c idlist.c  -fPIC -DPIC -o .libs/idlist.o
mv -f .deps/idlist.Tpo .deps/idlist.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idlist64.lo -MD -MP -MF .deps/idlist64.Tpo -c -o idlist64.lo idlist64.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idlist64.lo -MD -MP -MF .deps/idlist64.Tpo -c idlist64.c  -fPIC -DPIC -o .libs/idlist64.o
mv -f .deps/idlist64.Tpo .deps/idlist64.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inherit.lo -MD -MP -MF .deps/inherit.Tpo -c -o inherit.lo inherit.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inherit.lo -MD -MP -MF .deps/inherit.Tpo -c inherit.c  -fPIC -DPIC -o .libs/inherit.o
mv -f .deps/inherit.Tpo .deps/inherit.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT list.lo -MD -MP -MF .deps/list.Tpo -c -o list.lo list.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c  -fPIC -DPIC -o .libs/list.o
mv -f .deps/list.Tpo .deps/list.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT list1.lo -MD -MP -MF .deps/list1.Tpo -c -o list1.lo list1.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT list1.lo -MD -MP -MF .deps/list1.Tpo -c list1.c  -fPIC -DPIC -o .libs/list1.o
mv -f .deps/list1.Tpo .deps/list1.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT logger.lo -MD -MP -MF .deps/logger.Tpo -c -o logger.lo logger.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT logger.lo -MD -MP -MF .deps/logger.Tpo -c logger.c  -fPIC -DPIC -o .libs/logger.o
mv -f .deps/logger.Tpo .deps/logger.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c -o memory.lo memory.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c  -fPIC -DPIC -o .libs/memory.o
mv -f .deps/memory.Tpo .deps/memory.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT pathmanager.lo -MD -MP -MF .deps/pathmanager.Tpo -c -o pathmanager.lo pathmanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT pathmanager.lo -MD -MP -MF .deps/pathmanager.Tpo -c pathmanager.c  -fPIC -DPIC -o .libs/pathmanager.o
mv -f .deps/pathmanager.Tpo .deps/pathmanager.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c  -fPIC -DPIC -o .libs/plugin.o
mv -f .deps/plugin.Tpo .deps/plugin.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT plugindescr.lo -MD -MP -MF .deps/plugindescr.Tpo -c -o plugindescr.lo plugindescr.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT plugindescr.lo -MD -MP -MF .deps/plugindescr.Tpo -c plugindescr.c  -fPIC -DPIC -o .libs/plugindescr.o
mv -f .deps/plugindescr.Tpo .deps/plugindescr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT refptr.lo -MD -MP -MF .deps/refptr.Tpo -c -o refptr.lo refptr.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT refptr.lo -MD -MP -MF .deps/refptr.Tpo -c refptr.c  -fPIC -DPIC -o .libs/refptr.o
mv -f .deps/refptr.Tpo .deps/refptr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ringbuffer.lo -MD -MP -MF .deps/ringbuffer.Tpo -c -o ringbuffer.lo ringbuffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ringbuffer.lo -MD -MP -MF .deps/ringbuffer.Tpo -c ringbuffer.c  -fPIC -DPIC -o .libs/ringbuffer.o
mv -f .deps/ringbuffer.Tpo .deps/ringbuffer.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT stringlist.lo -MD -MP -MF .deps/stringlist.Tpo -c -o stringlist.lo stringlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT stringlist.lo -MD -MP -MF .deps/stringlist.Tpo -c stringlist.c  -fPIC -DPIC -o .libs/stringlist.o
mv -f .deps/stringlist.Tpo .deps/stringlist.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT stringlist2.lo -MD -MP -MF .deps/stringlist2.Tpo -c -o stringlist2.lo stringlist2.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT stringlist2.lo -MD -MP -MF .deps/stringlist2.Tpo -c stringlist2.c  -fPIC -DPIC -o .libs/stringlist2.o
mv -f .deps/stringlist2.Tpo .deps/stringlist2.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idmap.lo -MD -MP -MF .deps/idmap.Tpo -c -o idmap.lo idmap.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT idmap.lo -MD -MP -MF .deps/idmap.Tpo -c idmap.c  -fPIC -DPIC -o .libs/idmap.o
mv -f .deps/idmap.Tpo .deps/idmap.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT fastbuffer.lo -MD -MP -MF .deps/fastbuffer.Tpo -c -o fastbuffer.lo fastbuffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT fastbuffer.lo -MD -MP -MF .deps/fastbuffer.Tpo -c fastbuffer.c  -fPIC -DPIC -o .libs/fastbuffer.o
mv -f .deps/fastbuffer.Tpo .deps/fastbuffer.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT memcache.lo -MD -MP -MF .deps/memcache.Tpo -c -o memcache.lo memcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT memcache.lo -MD -MP -MF .deps/memcache.Tpo -c memcache.c  -fPIC -DPIC -o .libs/memcache.o
mv -f .deps/memcache.Tpo .deps/memcache.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c -o tree.lo tree.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c tree.c  -fPIC -DPIC -o .libs/tree.o
mv -f .deps/tree.Tpo .deps/tree.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tree2.lo -MD -MP -MF .deps/tree2.Tpo -c -o tree2.lo tree2.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tree2.lo -MD -MP -MF .deps/tree2.Tpo -c tree2.c  -fPIC -DPIC -o .libs/tree2.o
mv -f .deps/tree2.Tpo .deps/tree2.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT pointerlist.lo -MD -MP -MF .deps/pointerlist.Tpo -c -o pointerlist.lo pointerlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT pointerlist.lo -MD -MP -MF .deps/pointerlist.Tpo -c pointerlist.c  -fPIC -DPIC -o .libs/pointerlist.o
mv -f .deps/pointerlist.Tpo .deps/pointerlist.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT multicache.lo -MD -MP -MF .deps/multicache.Tpo -c -o multicache.lo multicache.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT multicache.lo -MD -MP -MF .deps/multicache.Tpo -c multicache.c  -fPIC -DPIC -o .libs/multicache.o
mv -f .deps/multicache.Tpo .deps/multicache.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DGWEN_BUFFER_DEFAULT_HARDLIMIT='(16*1024*1024)' -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser   -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT param.lo -MD -MP -MF .deps/param.Tpo -c -o param.lo param.c
libtool: compile:  gcc -DHAVE_CONFIG_H "-DGWEN_BUFFER_DEFAULT_HARDLIMIT=(16*1024*1024)" -I. -I../.. -I../../gwenhywfar5 -I../.. -I../../src/ -I../../src/base -I../../src/gui -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT param.lo -MD -MP -MF .deps/param.Tpo -c param.c  -fPIC -DPIC -o .libs/param.o
mv -f .deps/param.Tpo .deps/param.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libbase.la  args.lo buffer.lo debug.lo error.lo gwensignal.lo i18n.lo idlist.lo idlist64.lo inherit.lo list.lo list1.lo logger.lo memory.lo pathmanager.lo plugin.lo plugindescr.lo refptr.lo ringbuffer.lo stringlist.lo stringlist2.lo idmap.lo fastbuffer.lo memcache.lo tree.lo tree2.lo pointerlist.lo multicache.lo param.lo  
libtool: link: ar cru .libs/libbase.a .libs/args.o .libs/buffer.o .libs/debug.o .libs/error.o .libs/gwensignal.o .libs/i18n.o .libs/idlist.o .libs/idlist64.o .libs/inherit.o .libs/list.o .libs/list1.o .libs/logger.o .libs/memory.o .libs/pathmanager.o .libs/plugin.o .libs/plugindescr.o .libs/refptr.o .libs/ringbuffer.o .libs/stringlist.o .libs/stringlist2.o .libs/idmap.o .libs/fastbuffer.o .libs/memcache.o .libs/tree.o .libs/tree2.o .libs/pointerlist.o .libs/multicache.o .libs/param.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libbase.a
libtool: link: ( cd ".libs" && rm -f "libbase.la" && ln -s "../libbase.la" "libbase.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/base'
Making all in sio
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/sio'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio.lo -MD -MP -MF .deps/syncio.Tpo -c -o syncio.lo syncio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio.lo -MD -MP -MF .deps/syncio.Tpo -c syncio.c  -fPIC -DPIC -o .libs/syncio.o
mv -f .deps/syncio.Tpo .deps/syncio.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_socket.lo -MD -MP -MF .deps/syncio_socket.Tpo -c -o syncio_socket.lo syncio_socket.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_socket.lo -MD -MP -MF .deps/syncio_socket.Tpo -c syncio_socket.c  -fPIC -DPIC -o .libs/syncio_socket.o
mv -f .deps/syncio_socket.Tpo .deps/syncio_socket.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_memory.lo -MD -MP -MF .deps/syncio_memory.Tpo -c -o syncio_memory.lo syncio_memory.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_memory.lo -MD -MP -MF .deps/syncio_memory.Tpo -c syncio_memory.c  -fPIC -DPIC -o .libs/syncio_memory.o
mv -f .deps/syncio_memory.Tpo .deps/syncio_memory.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_buffered.lo -MD -MP -MF .deps/syncio_buffered.Tpo -c -o syncio_buffered.lo syncio_buffered.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_buffered.lo -MD -MP -MF .deps/syncio_buffered.Tpo -c syncio_buffered.c  -fPIC -DPIC -o .libs/syncio_buffered.o
mv -f .deps/syncio_buffered.Tpo .deps/syncio_buffered.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_tls.lo -MD -MP -MF .deps/syncio_tls.Tpo -c -o syncio_tls.lo syncio_tls.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_tls.lo -MD -MP -MF .deps/syncio_tls.Tpo -c syncio_tls.c  -fPIC -DPIC -o .libs/syncio_tls.o
mv -f .deps/syncio_tls.Tpo .deps/syncio_tls.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_http.lo -MD -MP -MF .deps/syncio_http.Tpo -c -o syncio_http.lo syncio_http.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_http.lo -MD -MP -MF .deps/syncio_http.Tpo -c syncio_http.c  -fPIC -DPIC -o .libs/syncio_http.o
mv -f .deps/syncio_http.Tpo .deps/syncio_http.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ssl_cert_descr.lo -MD -MP -MF .deps/ssl_cert_descr.Tpo -c -o ssl_cert_descr.lo ssl_cert_descr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ssl_cert_descr.lo -MD -MP -MF .deps/ssl_cert_descr.Tpo -c ssl_cert_descr.c  -fPIC -DPIC -o .libs/ssl_cert_descr.o
mv -f .deps/ssl_cert_descr.Tpo .deps/ssl_cert_descr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT httpsession.lo -MD -MP -MF .deps/httpsession.Tpo -c -o httpsession.lo httpsession.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT httpsession.lo -MD -MP -MF .deps/httpsession.Tpo -c httpsession.c  -fPIC -DPIC -o .libs/httpsession.o
mv -f .deps/httpsession.Tpo .deps/httpsession.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libsio.la  syncio.lo syncio_socket.lo syncio_memory.lo syncio_buffered.lo syncio_tls.lo syncio_http.lo ssl_cert_descr.lo httpsession.lo  
libtool: link: ar cru .libs/libsio.a .libs/syncio.o .libs/syncio_socket.o .libs/syncio_memory.o .libs/syncio_buffered.o .libs/syncio_tls.o .libs/syncio_http.o .libs/ssl_cert_descr.o .libs/httpsession.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libsio.a
libtool: link: ( cd ".libs" && rm -f "libsio.la" && ln -s "../libsio.la" "libsio.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/sio'
Making all in os
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/os'
Making all in posix
make[5]: Entering directory '/usr/local/src/gwenhywfar/src/os/posix'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT directory.lo -MD -MP -MF .deps/directory.Tpo -c -o directory.lo directory.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT directory.lo -MD -MP -MF .deps/directory.Tpo -c directory.c  -fPIC -DPIC -o .libs/directory.o
mv -f .deps/directory.Tpo .deps/directory.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT fslock.lo -MD -MP -MF .deps/fslock.Tpo -c -o fslock.lo fslock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT fslock.lo -MD -MP -MF .deps/fslock.Tpo -c fslock.c  -fPIC -DPIC -o .libs/fslock.o
mv -f .deps/fslock.Tpo .deps/fslock.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwentime.lo -MD -MP -MF .deps/gwentime.Tpo -c -o gwentime.lo gwentime.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwentime.lo -MD -MP -MF .deps/gwentime.Tpo -c gwentime.c  -fPIC -DPIC -o .libs/gwentime.o
mv -f .deps/gwentime.Tpo .deps/gwentime.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inetaddr.lo -MD -MP -MF .deps/inetaddr.Tpo -c -o inetaddr.lo inetaddr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inetaddr.lo -MD -MP -MF .deps/inetaddr.Tpo -c inetaddr.c  -fPIC -DPIC -o .libs/inetaddr.o
mv -f .deps/inetaddr.Tpo .deps/inetaddr.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inetsocket.lo -MD -MP -MF .deps/inetsocket.Tpo -c -o inetsocket.lo inetsocket.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT inetsocket.lo -MD -MP -MF .deps/inetsocket.Tpo -c inetsocket.c  -fPIC -DPIC -o .libs/inetsocket.o
mv -f .deps/inetsocket.Tpo .deps/inetsocket.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c  -fPIC -DPIC -o .libs/init.o
mv -f .deps/init.Tpo .deps/init.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT libloader.lo -MD -MP -MF .deps/libloader.Tpo -c -o libloader.lo libloader.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT libloader.lo -MD -MP -MF .deps/libloader.Tpo -c libloader.c  -fPIC -DPIC -o .libs/libloader.o
mv -f .deps/libloader.Tpo .deps/libloader.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT process.lo -MD -MP -MF .deps/process.Tpo -c -o process.lo process.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT process.lo -MD -MP -MF .deps/process.Tpo -c process.c  -fPIC -DPIC -o .libs/process.o
mv -f .deps/process.Tpo .deps/process.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c -o mutex.lo mutex.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c mutex.c  -fPIC -DPIC -o .libs/mutex.o
mv -f .deps/mutex.Tpo .deps/mutex.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT semaphore.lo -MD -MP -MF .deps/semaphore.Tpo -c -o semaphore.lo semaphore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT semaphore.lo -MD -MP -MF .deps/semaphore.Tpo -c semaphore.c  -fPIC -DPIC -o .libs/semaphore.o
mv -f .deps/semaphore.Tpo .deps/semaphore.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_file.lo -MD -MP -MF .deps/syncio_file.Tpo -c -o syncio_file.lo syncio_file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/io -I../../../src/sio -I../../../src/ipc -I../../../src/os -I../../../src -I../../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT syncio_file.lo -MD -MP -MF .deps/syncio_file.Tpo -c syncio_file.c  -fPIC -DPIC -o .libs/syncio_file.o
mv -f .deps/syncio_file.Tpo .deps/syncio_file.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libosimpl.la  directory.lo fslock.lo gwentime.lo inetaddr.lo inetsocket.lo init.lo libloader.lo process.lo mutex.lo semaphore.lo syncio_file.lo  
libtool: link: ar cru .libs/libosimpl.a .libs/directory.o .libs/fslock.o .libs/gwentime.o .libs/inetaddr.o .libs/inetsocket.o .libs/init.o .libs/libloader.o .libs/process.o .libs/mutex.o .libs/semaphore.o .libs/syncio_file.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libosimpl.a
libtool: link: ( cd ".libs" && rm -f "libosimpl.la" && ln -s "../libosimpl.la" "libosimpl.la" )
make[5]: Leaving directory '/usr/local/src/gwenhywfar/src/os/posix'
make[5]: Entering directory '/usr/local/src/gwenhywfar/src/os'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT directory_all.lo -MD -MP -MF .deps/directory_all.Tpo -c -o directory_all.lo directory_all.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT directory_all.lo -MD -MP -MF .deps/directory_all.Tpo -c directory_all.c  -fPIC -DPIC -o .libs/directory_all.o
mv -f .deps/directory_all.Tpo .deps/directory_all.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwentime_all.lo -MD -MP -MF .deps/gwentime_all.Tpo -c -o gwentime_all.lo gwentime_all.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwentime_all.lo -MD -MP -MF .deps/gwentime_all.Tpo -c gwentime_all.c  -fPIC -DPIC -o .libs/gwentime_all.o
mv -f .deps/gwentime_all.Tpo .deps/gwentime_all.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwendate.lo -MD -MP -MF .deps/gwendate.Tpo -c -o gwendate.lo gwendate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwendate.lo -MD -MP -MF .deps/gwendate.Tpo -c gwendate.c  -fPIC -DPIC -o .libs/gwendate.o
gwendate.c: In function ‘GWEN_Date_setJulian’:
gwendate.c:94:17: warning: ‘%02d’ directive output may be truncated writing between 2 and 8 bytes into a region of size between 1 and 5 [-Wformat-truncation=]
            "%04d%02d%02d",
                 ^~~~
gwendate.c:94:12: note: directive argument in the range [-1834968, 1834972]
            "%04d%02d%02d",
            ^~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from ../../gwenhywfar5/gwenhywfar/misc.h:72,
                 from ../../gwenhywfar5/gwenhywfar/inherit.h:40,
                 from ../../gwenhywfar5/gwenhywfar/syncio.h:30,
                 from ../../gwenhywfar5/gwenhywfar/buffer.h:47,
                 from gwendate.h:31,
                 from gwendate_p.h:29,
                 from gwendate.c:30:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 9 and 28 bytes into a destination of size 9
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/gwendate.Tpo .deps/gwendate.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libos.la  directory_all.lo gwentime_all.lo gwendate.lo posix/libosimpl.la 
libtool: link: (cd .libs/libos.lax/libosimpl.a && ar x "/usr/local/src/gwenhywfar/src/os/posix/.libs/libosimpl.a")
libtool: link: ar cru .libs/libos.a .libs/directory_all.o .libs/gwentime_all.o .libs/gwendate.o   .libs/libos.lax/libosimpl.a/directory.o .libs/libos.lax/libosimpl.a/fslock.o .libs/libos.lax/libosimpl.a/gwentime.o .libs/libos.lax/libosimpl.a/inetaddr.o .libs/libos.lax/libosimpl.a/inetsocket.o .libs/libos.lax/libosimpl.a/init.o .libs/libos.lax/libosimpl.a/libloader.o .libs/libos.lax/libosimpl.a/mutex.o .libs/libos.lax/libosimpl.a/process.o .libs/libos.lax/libosimpl.a/semaphore.o .libs/libos.lax/libosimpl.a/syncio_file.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libos.a
libtool: link: rm -fr .libs/libos.lax
libtool: link: ( cd ".libs" && rm -f "libos.la" && ln -s "../libos.la" "libos.la" )
make[5]: Leaving directory '/usr/local/src/gwenhywfar/src/os'
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/os'
Making all in parser
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/parser'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c -o base64.lo base64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c  -fPIC -DPIC -o .libs/base64.o
mv -f .deps/base64.Tpo .deps/base64.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT configmgr.lo -MD -MP -MF .deps/configmgr.Tpo -c -o configmgr.lo configmgr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT configmgr.lo -MD -MP -MF .deps/configmgr.Tpo -c configmgr.c  -fPIC -DPIC -o .libs/configmgr.o
mv -f .deps/configmgr.Tpo .deps/configmgr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT db.lo -MD -MP -MF .deps/db.Tpo -c -o db.lo db.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT db.lo -MD -MP -MF .deps/db.Tpo -c db.c  -fPIC -DPIC -o .libs/db.o
mv -f .deps/db.Tpo .deps/db.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dbio.lo -MD -MP -MF .deps/dbio.Tpo -c -o dbio.lo dbio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dbio.lo -MD -MP -MF .deps/dbio.Tpo -c dbio.c  -fPIC -DPIC -o .libs/dbio.o
mv -f .deps/dbio.Tpo .deps/dbio.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT msgengine.lo -MD -MP -MF .deps/msgengine.Tpo -c -o msgengine.lo msgengine.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT msgengine.lo -MD -MP -MF .deps/msgengine.Tpo -c msgengine.c  -fPIC -DPIC -o .libs/msgengine.o
msgengine.c: In function ‘GWEN_MsgEngine__ShowGroup’:
msgengine.c:2264:7: warning: variable ‘omittedElements’ set but not used [-Wunused-but-set-variable]
   int omittedElements;
       ^~~~~~~~~~~~~~~
mv -f .deps/msgengine.Tpo .deps/msgengine.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT path.lo -MD -MP -MF .deps/path.Tpo -c -o path.lo path.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT path.lo -MD -MP -MF .deps/path.Tpo -c path.c  -fPIC -DPIC -o .libs/path.o
mv -f .deps/path.Tpo .deps/path.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tag16.lo -MD -MP -MF .deps/tag16.Tpo -c -o tag16.lo tag16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tag16.lo -MD -MP -MF .deps/tag16.Tpo -c tag16.c  -fPIC -DPIC -o .libs/tag16.o
mv -f .deps/tag16.Tpo .deps/tag16.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT text.lo -MD -MP -MF .deps/text.Tpo -c -o text.lo text.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT text.lo -MD -MP -MF .deps/text.Tpo -c text.c  -fPIC -DPIC -o .libs/text.o
mv -f .deps/text.Tpo .deps/text.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tlv.lo -MD -MP -MF .deps/tlv.Tpo -c -o tlv.lo tlv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tlv.lo -MD -MP -MF .deps/tlv.Tpo -c tlv.c  -fPIC -DPIC -o .libs/tlv.o
mv -f .deps/tlv.Tpo .deps/tlv.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT url.lo -MD -MP -MF .deps/url.Tpo -c -o url.lo url.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c  -fPIC -DPIC -o .libs/url.o
mv -f .deps/url.Tpo .deps/url.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT urlfns.lo -MD -MP -MF .deps/urlfns.Tpo -c -o urlfns.lo urlfns.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT urlfns.lo -MD -MP -MF .deps/urlfns.Tpo -c urlfns.c  -fPIC -DPIC -o .libs/urlfns.o
mv -f .deps/urlfns.Tpo .deps/urlfns.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c -o xml.lo xml.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.c  -fPIC -DPIC -o .libs/xml.o
mv -f .deps/xml.Tpo .deps/xml.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xmlctx.lo -MD -MP -MF .deps/xmlctx.Tpo -c -o xmlctx.lo xmlctx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xmlctx.lo -MD -MP -MF .deps/xmlctx.Tpo -c xmlctx.c  -fPIC -DPIC -o .libs/xmlctx.o
mv -f .deps/xmlctx.Tpo .deps/xmlctx.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xsdnode.lo -MD -MP -MF .deps/xsdnode.Tpo -c -o xsdnode.lo xsdnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xsdnode.lo -MD -MP -MF .deps/xsdnode.Tpo -c xsdnode.c  -fPIC -DPIC -o .libs/xsdnode.o
mv -f .deps/xsdnode.Tpo .deps/xsdnode.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xml2db.lo -MD -MP -MF .deps/xml2db.Tpo -c -o xml2db.lo xml2db.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/os -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xml2db.lo -MD -MP -MF .deps/xml2db.Tpo -c xml2db.c  -fPIC -DPIC -o .libs/xml2db.o
mv -f .deps/xml2db.Tpo .deps/xml2db.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libparser.la  base64.lo configmgr.lo db.lo dbio.lo msgengine.lo path.lo tag16.lo text.lo tlv.lo url.lo urlfns.lo xml.lo xmlctx.lo xsdnode.lo xml2db.lo  
libtool: link: ar cru .libs/libparser.a .libs/base64.o .libs/configmgr.o .libs/db.o .libs/dbio.o .libs/msgengine.o .libs/path.o .libs/tag16.o .libs/text.o .libs/tlv.o .libs/url.o .libs/urlfns.o .libs/xml.o .libs/xmlctx.o .libs/xsdnode.o .libs/xml2db.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libparser.a
libtool: link: ( cd ".libs" && rm -f "libparser.la" && ln -s "../libparser.la" "libparser.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/parser'
Making all in crypt3
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/crypt3'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptalgo.lo -MD -MP -MF .deps/cryptalgo.Tpo -c -o cryptalgo.lo cryptalgo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptalgo.lo -MD -MP -MF .deps/cryptalgo.Tpo -c cryptalgo.c  -fPIC -DPIC -o .libs/cryptalgo.o
mv -f .deps/cryptalgo.Tpo .deps/cryptalgo.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptdefs.lo -MD -MP -MF .deps/cryptdefs.Tpo -c -o cryptdefs.lo cryptdefs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptdefs.lo -MD -MP -MF .deps/cryptdefs.Tpo -c cryptdefs.c  -fPIC -DPIC -o .libs/cryptdefs.o
mv -f .deps/cryptdefs.Tpo .deps/cryptdefs.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT hashalgo.lo -MD -MP -MF .deps/hashalgo.Tpo -c -o hashalgo.lo hashalgo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT hashalgo.lo -MD -MP -MF .deps/hashalgo.Tpo -c hashalgo.c  -fPIC -DPIC -o .libs/hashalgo.o
mv -f .deps/hashalgo.Tpo .deps/hashalgo.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT paddalgo.lo -MD -MP -MF .deps/paddalgo.Tpo -c -o paddalgo.lo paddalgo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT paddalgo.lo -MD -MP -MF .deps/paddalgo.Tpo -c paddalgo.c  -fPIC -DPIC -o .libs/paddalgo.o
mv -f .deps/paddalgo.Tpo .deps/paddalgo.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkey.lo -MD -MP -MF .deps/cryptkey.Tpo -c -o cryptkey.lo cryptkey.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkey.lo -MD -MP -MF .deps/cryptkey.Tpo -c cryptkey.c  -fPIC -DPIC -o .libs/cryptkey.o
mv -f .deps/cryptkey.Tpo .deps/cryptkey.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkeyrsa.lo -MD -MP -MF .deps/cryptkeyrsa.Tpo -c -o cryptkeyrsa.lo cryptkeyrsa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkeyrsa.lo -MD -MP -MF .deps/cryptkeyrsa.Tpo -c cryptkeyrsa.c  -fPIC -DPIC -o .libs/cryptkeyrsa.o
mv -f .deps/cryptkeyrsa.Tpo .deps/cryptkeyrsa.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkeysym.lo -MD -MP -MF .deps/cryptkeysym.Tpo -c -o cryptkeysym.lo cryptkeysym.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptkeysym.lo -MD -MP -MF .deps/cryptkeysym.Tpo -c cryptkeysym.c  -fPIC -DPIC -o .libs/cryptkeysym.o
mv -f .deps/cryptkeysym.Tpo .deps/cryptkeysym.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mdigest.lo -MD -MP -MF .deps/mdigest.Tpo -c -o mdigest.lo mdigest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mdigest.lo -MD -MP -MF .deps/mdigest.Tpo -c mdigest.c  -fPIC -DPIC -o .libs/mdigest.o
mv -f .deps/mdigest.Tpo .deps/mdigest.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mdigestgc.lo -MD -MP -MF .deps/mdigestgc.Tpo -c -o mdigestgc.lo mdigestgc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mdigestgc.lo -MD -MP -MF .deps/mdigestgc.Tpo -c mdigestgc.c  -fPIC -DPIC -o .libs/mdigestgc.o
mv -f .deps/mdigestgc.Tpo .deps/mdigestgc.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT padd.lo -MD -MP -MF .deps/padd.Tpo -c -o padd.lo padd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT padd.lo -MD -MP -MF .deps/padd.Tpo -c padd.c  -fPIC -DPIC -o .libs/padd.o
padd.c: In function ‘GWEN_Padd_UnpaddWithZkaFromMultipleOf’:
padd.c:940:4: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
   p=GWEN_Buffer_GetStart(buf)+lastpos;
    ^
mv -f .deps/padd.Tpo .deps/padd.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser      -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT smalltresor.lo -MD -MP -MF .deps/smalltresor.Tpo -c -o smalltresor.lo smalltresor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT smalltresor.lo -MD -MP -MF .deps/smalltresor.Tpo -c smalltresor.c  -fPIC -DPIC -o .libs/smalltresor.o
mv -f .deps/smalltresor.Tpo .deps/smalltresor.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libcrypt3.la  cryptalgo.lo cryptdefs.lo hashalgo.lo paddalgo.lo cryptkey.lo cryptkeyrsa.lo cryptkeysym.lo mdigest.lo mdigestgc.lo padd.lo smalltresor.lo -L/usr/lib/x86_64-linux-gnu -lgpg-error 
libtool: link: ar cru .libs/libcrypt3.a .libs/cryptalgo.o .libs/cryptdefs.o .libs/hashalgo.o .libs/paddalgo.o .libs/cryptkey.o .libs/cryptkeyrsa.o .libs/cryptkeysym.o .libs/mdigest.o .libs/mdigestgc.o .libs/padd.o .libs/smalltresor.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcrypt3.a
libtool: link: ( cd ".libs" && rm -f "libcrypt3.la" && ln -s "../libcrypt3.la" "libcrypt3.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/crypt3'
Making all in crypttoken
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/crypttoken'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct_context.lo -MD -MP -MF .deps/ct_context.Tpo -c -o ct_context.lo ct_context.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct_context.lo -MD -MP -MF .deps/ct_context.Tpo -c ct_context.c  -fPIC -DPIC -o .libs/ct_context.o
mv -f .deps/ct_context.Tpo .deps/ct_context.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct_keyinfo.lo -MD -MP -MF .deps/ct_keyinfo.Tpo -c -o ct_keyinfo.lo ct_keyinfo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct_keyinfo.lo -MD -MP -MF .deps/ct_keyinfo.Tpo -c ct_keyinfo.c  -fPIC -DPIC -o .libs/ct_keyinfo.o
mv -f .deps/ct_keyinfo.Tpo .deps/ct_keyinfo.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/ct.o
mv -f .deps/ct.Tpo .deps/ct.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctf_context.lo -MD -MP -MF .deps/ctf_context.Tpo -c -o ctf_context.lo ctf_context.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctf_context.lo -MD -MP -MF .deps/ctf_context.Tpo -c ctf_context.c  -fPIC -DPIC -o .libs/ctf_context.o
mv -f .deps/ctf_context.Tpo .deps/ctf_context.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctfile.lo -MD -MP -MF .deps/ctfile.Tpo -c -o ctfile.lo ctfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctfile.lo -MD -MP -MF .deps/ctfile.Tpo -c ctfile.c  -fPIC -DPIC -o .libs/ctfile.o
mv -f .deps/ctfile.Tpo .deps/ctfile.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctplugin.lo -MD -MP -MF .deps/ctplugin.Tpo -c -o ctplugin.lo ctplugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar78-plugins\" -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/crypt3 -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ctplugin.lo -MD -MP -MF .deps/ctplugin.Tpo -c ctplugin.c  -fPIC -DPIC -o .libs/ctplugin.o
mv -f .deps/ctplugin.Tpo .deps/ctplugin.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libcrypttoken.la  ct_context.lo ct_keyinfo.lo ct.lo ctf_context.lo ctfile.lo ctplugin.lo  
libtool: link: ar cru .libs/libcrypttoken.a .libs/ct_context.o .libs/ct_keyinfo.o .libs/ct.o .libs/ctf_context.o .libs/ctfile.o .libs/ctplugin.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcrypttoken.a
libtool: link: ( cd ".libs" && rm -f "libcrypttoken.la" && ln -s "../libcrypttoken.la" "libcrypttoken.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/crypttoken'
Making all in gui
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/gui'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cgui.lo -MD -MP -MF .deps/cgui.Tpo -c -o cgui.lo cgui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cgui.lo -MD -MP -MF .deps/cgui.Tpo -c cgui.c  -fPIC -DPIC -o .libs/cgui.o
mv -f .deps/cgui.Tpo .deps/cgui.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cprogress.lo -MD -MP -MF .deps/cprogress.Tpo -c -o cprogress.lo cprogress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cprogress.lo -MD -MP -MF .deps/cprogress.Tpo -c cprogress.c  -fPIC -DPIC -o .libs/cprogress.o
mv -f .deps/cprogress.Tpo .deps/cprogress.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dialog.lo -MD -MP -MF .deps/dialog.Tpo -c -o dialog.lo dialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dialog.lo -MD -MP -MF .deps/dialog.Tpo -c dialog.c  -fPIC -DPIC -o .libs/dialog.o
mv -f .deps/dialog.Tpo .deps/dialog.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gui.lo -MD -MP -MF .deps/gui.Tpo -c -o gui.lo gui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gui.lo -MD -MP -MF .deps/gui.Tpo -c gui.c  -fPIC -DPIC -o .libs/gui.o
mv -f .deps/gui.Tpo .deps/gui.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT widget.lo -MD -MP -MF .deps/widget.Tpo -c -o widget.lo widget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT widget.lo -MD -MP -MF .deps/widget.Tpo -c widget.c  -fPIC -DPIC -o .libs/widget.o
mv -f .deps/widget.Tpo .deps/widget.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT progressdata.lo -MD -MP -MF .deps/progressdata.Tpo -c -o progressdata.lo progressdata.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT progressdata.lo -MD -MP -MF .deps/progressdata.Tpo -c progressdata.c  -fPIC -DPIC -o .libs/progressdata.o
mv -f .deps/progressdata.Tpo .deps/progressdata.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_progress.lo -MD -MP -MF .deps/dlg_progress.Tpo -c -o dlg_progress.lo dlg_progress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_progress.lo -MD -MP -MF .deps/dlg_progress.Tpo -c dlg_progress.c  -fPIC -DPIC -o .libs/dlg_progress.o
mv -f .deps/dlg_progress.Tpo .deps/dlg_progress.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_input.lo -MD -MP -MF .deps/dlg_input.Tpo -c -o dlg_input.lo dlg_input.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_input.lo -MD -MP -MF .deps/dlg_input.Tpo -c dlg_input.c  -fPIC -DPIC -o .libs/dlg_input.o
mv -f .deps/dlg_input.Tpo .deps/dlg_input.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_message.lo -MD -MP -MF .deps/dlg_message.Tpo -c -o dlg_message.lo dlg_message.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_message.lo -MD -MP -MF .deps/dlg_message.Tpo -c dlg_message.c  -fPIC -DPIC -o .libs/dlg_message.o
mv -f .deps/dlg_message.Tpo .deps/dlg_message.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_showbox.lo -MD -MP -MF .deps/dlg_showbox.Tpo -c -o dlg_showbox.lo dlg_showbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_showbox.lo -MD -MP -MF .deps/dlg_showbox.Tpo -c dlg_showbox.c  -fPIC -DPIC -o .libs/dlg_showbox.o
mv -f .deps/dlg_showbox.Tpo .deps/dlg_showbox.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT passwdstore.lo -MD -MP -MF .deps/passwdstore.Tpo -c -o passwdstore.lo passwdstore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT passwdstore.lo -MD -MP -MF .deps/passwdstore.Tpo -c passwdstore.c  -fPIC -DPIC -o .libs/passwdstore.o
mv -f .deps/passwdstore.Tpo .deps/passwdstore.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libgui.la  cgui.lo cprogress.lo dialog.lo gui.lo widget.lo progressdata.lo dlg_progress.lo dlg_input.lo dlg_message.lo dlg_showbox.lo passwdstore.lo  
libtool: link: ar cru .libs/libgui.a .libs/cgui.o .libs/cprogress.o .libs/dialog.o .libs/gui.o .libs/widget.o .libs/progressdata.o .libs/dlg_progress.o .libs/dlg_input.o .libs/dlg_message.o .libs/dlg_showbox.o .libs/passwdstore.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgui.a
libtool: link: ( cd ".libs" && rm -f "libgui.la" && ln -s "../libgui.la" "libgui.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/gui'
Making all in cryptmsg
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/cryptmsg'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser     -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sighead.lo -MD -MP -MF .deps/sighead.Tpo -c -o sighead.lo sighead.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sighead.lo -MD -MP -MF .deps/sighead.Tpo -c sighead.c  -fPIC -DPIC -o .libs/sighead.o
mv -f .deps/sighead.Tpo .deps/sighead.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser     -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sigtail.lo -MD -MP -MF .deps/sigtail.Tpo -c -o sigtail.lo sigtail.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sigtail.lo -MD -MP -MF .deps/sigtail.Tpo -c sigtail.c  -fPIC -DPIC -o .libs/sigtail.o
mv -f .deps/sigtail.Tpo .deps/sigtail.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser     -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT crypthead.lo -MD -MP -MF .deps/crypthead.Tpo -c -o crypthead.lo crypthead.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT crypthead.lo -MD -MP -MF .deps/crypthead.Tpo -c crypthead.c  -fPIC -DPIC -o .libs/crypthead.o
mv -f .deps/crypthead.Tpo .deps/crypthead.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser     -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptmgr.lo -MD -MP -MF .deps/cryptmgr.Tpo -c -o cryptmgr.lo cryptmgr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptmgr.lo -MD -MP -MF .deps/cryptmgr.Tpo -c cryptmgr.c  -fPIC -DPIC -o .libs/cryptmgr.o
mv -f .deps/cryptmgr.Tpo .deps/cryptmgr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser     -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptmgrkeys.lo -MD -MP -MF .deps/cryptmgrkeys.Tpo -c -o cryptmgrkeys.lo cryptmgrkeys.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/io -I../../src/ipc -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cryptmgrkeys.lo -MD -MP -MF .deps/cryptmgrkeys.Tpo -c cryptmgrkeys.c  -fPIC -DPIC -o .libs/cryptmgrkeys.o
mv -f .deps/cryptmgrkeys.Tpo .deps/cryptmgrkeys.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libcryptmsg.la  sighead.lo sigtail.lo crypthead.lo cryptmgr.lo cryptmgrkeys.lo  
libtool: link: ar cru .libs/libcryptmsg.a .libs/sighead.o .libs/sigtail.o .libs/crypthead.o .libs/cryptmgr.o .libs/cryptmgrkeys.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcryptmsg.a
libtool: link: ( cd ".libs" && rm -f "libcryptmsg.la" && ln -s "../libcryptmsg.la" "libcryptmsg.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/cryptmsg'
Making all in html
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/html'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_box.lo -MD -MP -MF .deps/g_box.Tpo -c -o g_box.lo g_box.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_box.lo -MD -MP -MF .deps/g_box.Tpo -c g_box.c  -fPIC -DPIC -o .libs/g_box.o
mv -f .deps/g_box.Tpo .deps/g_box.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_generic.lo -MD -MP -MF .deps/g_generic.Tpo -c -o g_generic.lo g_generic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_generic.lo -MD -MP -MF .deps/g_generic.Tpo -c g_generic.c  -fPIC -DPIC -o .libs/g_generic.o
mv -f .deps/g_generic.Tpo .deps/g_generic.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_table.lo -MD -MP -MF .deps/g_table.Tpo -c -o g_table.lo g_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_table.lo -MD -MP -MF .deps/g_table.Tpo -c g_table.c  -fPIC -DPIC -o .libs/g_table.o
mv -f .deps/g_table.Tpo .deps/g_table.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_tablerow.lo -MD -MP -MF .deps/g_tablerow.Tpo -c -o g_tablerow.lo g_tablerow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_tablerow.lo -MD -MP -MF .deps/g_tablerow.Tpo -c g_tablerow.c  -fPIC -DPIC -o .libs/g_tablerow.o
mv -f .deps/g_tablerow.Tpo .deps/g_tablerow.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_unorderedlist.lo -MD -MP -MF .deps/g_unorderedlist.Tpo -c -o g_unorderedlist.lo g_unorderedlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT g_unorderedlist.lo -MD -MP -MF .deps/g_unorderedlist.Tpo -c g_unorderedlist.c  -fPIC -DPIC -o .libs/g_unorderedlist.o
mv -f .deps/g_unorderedlist.Tpo .deps/g_unorderedlist.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlctx.lo -MD -MP -MF .deps/htmlctx.Tpo -c -o htmlctx.lo htmlctx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlctx.lo -MD -MP -MF .deps/htmlctx.Tpo -c htmlctx.c  -fPIC -DPIC -o .libs/htmlctx.o
mv -f .deps/htmlctx.Tpo .deps/htmlctx.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlfont.lo -MD -MP -MF .deps/htmlfont.Tpo -c -o htmlfont.lo htmlfont.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlfont.lo -MD -MP -MF .deps/htmlfont.Tpo -c htmlfont.c  -fPIC -DPIC -o .libs/htmlfont.o
mv -f .deps/htmlfont.Tpo .deps/htmlfont.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlimage.lo -MD -MP -MF .deps/htmlimage.Tpo -c -o htmlimage.lo htmlimage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlimage.lo -MD -MP -MF .deps/htmlimage.Tpo -c htmlimage.c  -fPIC -DPIC -o .libs/htmlimage.o
mv -f .deps/htmlimage.Tpo .deps/htmlimage.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlgroup.lo -MD -MP -MF .deps/htmlgroup.Tpo -c -o htmlgroup.lo htmlgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlgroup.lo -MD -MP -MF .deps/htmlgroup.Tpo -c htmlgroup.c  -fPIC -DPIC -o .libs/htmlgroup.o
mv -f .deps/htmlgroup.Tpo .deps/htmlgroup.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlobject.lo -MD -MP -MF .deps/htmlobject.Tpo -c -o htmlobject.lo htmlobject.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlobject.lo -MD -MP -MF .deps/htmlobject.Tpo -c htmlobject.c  -fPIC -DPIC -o .libs/htmlobject.o
mv -f .deps/htmlobject.Tpo .deps/htmlobject.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlprops.lo -MD -MP -MF .deps/htmlprops.Tpo -c -o htmlprops.lo htmlprops.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT htmlprops.lo -MD -MP -MF .deps/htmlprops.Tpo -c htmlprops.c  -fPIC -DPIC -o .libs/htmlprops.o
mv -f .deps/htmlprops.Tpo .deps/htmlprops.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_box.lo -MD -MP -MF .deps/o_box.Tpo -c -o o_box.lo o_box.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_box.lo -MD -MP -MF .deps/o_box.Tpo -c o_box.c  -fPIC -DPIC -o .libs/o_box.o
mv -f .deps/o_box.Tpo .deps/o_box.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_grid.lo -MD -MP -MF .deps/o_grid.Tpo -c -o o_grid.lo o_grid.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_grid.lo -MD -MP -MF .deps/o_grid.Tpo -c o_grid.c  -fPIC -DPIC -o .libs/o_grid.o
mv -f .deps/o_grid.Tpo .deps/o_grid.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_gridentry.lo -MD -MP -MF .deps/o_gridentry.Tpo -c -o o_gridentry.lo o_gridentry.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_gridentry.lo -MD -MP -MF .deps/o_gridentry.Tpo -c o_gridentry.c  -fPIC -DPIC -o .libs/o_gridentry.o
mv -f .deps/o_gridentry.Tpo .deps/o_gridentry.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_image.lo -MD -MP -MF .deps/o_image.Tpo -c -o o_image.lo o_image.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_image.lo -MD -MP -MF .deps/o_image.Tpo -c o_image.c  -fPIC -DPIC -o .libs/o_image.o
mv -f .deps/o_image.Tpo .deps/o_image.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden  -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_word.lo -MD -MP -MF .deps/o_word.Tpo -c -o o_word.lo o_word.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DPACKAGE=\"gwenhywfar\" -DBUILDING_GWENHYWFAR -I. -I../.. -I../../gwenhywfar5 -fvisibility=hidden -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT o_word.lo -MD -MP -MF .deps/o_word.Tpo -c o_word.c  -fPIC -DPIC -o .libs/o_word.o
mv -f .deps/o_word.Tpo .deps/o_word.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libgwenhtml.la  g_box.lo g_generic.lo g_table.lo g_tablerow.lo g_unorderedlist.lo htmlctx.lo htmlfont.lo htmlimage.lo htmlgroup.lo htmlobject.lo htmlprops.lo o_box.lo o_grid.lo o_gridentry.lo o_image.lo o_word.lo  
libtool: link: ar cru .libs/libgwenhtml.a .libs/g_box.o .libs/g_generic.o .libs/g_table.o .libs/g_tablerow.o .libs/g_unorderedlist.o .libs/htmlctx.o .libs/htmlfont.o .libs/htmlimage.o .libs/htmlgroup.o .libs/htmlobject.o .libs/htmlprops.o .libs/o_box.o .libs/o_grid.o .libs/o_gridentry.o .libs/o_image.o .libs/o_word.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgwenhtml.a
libtool: link: ( cd ".libs" && rm -f "libgwenhtml.la" && ln -s "../libgwenhtml.la" "libgwenhtml.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/html'
Making all in sar
make[4]: Entering directory '/usr/local/src/gwenhywfar/src/sar'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/sio -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwen_sar_fileheader.lo -MD -MP -MF .deps/gwen_sar_fileheader.Tpo -c -o gwen_sar_fileheader.lo gwen_sar_fileheader.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/sio -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwen_sar_fileheader.lo -MD -MP -MF .deps/gwen_sar_fileheader.Tpo -c gwen_sar_fileheader.c  -fPIC -DPIC -o .libs/gwen_sar_fileheader.o
mv -f .deps/gwen_sar_fileheader.Tpo .deps/gwen_sar_fileheader.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/sio -I../../src/parser    -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sar.lo -MD -MP -MF .deps/sar.Tpo -c -o sar.lo sar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5 -I../../src/base -I../../src/sio -I../../src/parser -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sar.lo -MD -MP -MF .deps/sar.Tpo -c sar.c  -fPIC -DPIC -o .libs/sar.o
mv -f .deps/sar.Tpo .deps/sar.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -DBUILDING_GWENHYWFAR -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libsar.la  gwen_sar_fileheader.lo sar.lo  
libtool: link: ar cru .libs/libsar.a .libs/gwen_sar_fileheader.o .libs/sar.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libsar.a
libtool: link: ( cd ".libs" && rm -f "libsar.la" && ln -s "../libsar.la" "libsar.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src/sar'
make[4]: Entering directory '/usr/local/src/gwenhywfar/src'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr/local\" -DGWEN_SYSCONF_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DGWENHYWFAR_SO_EFFECTIVE_STR=\"78\" -DGWEN_DATADIR=\"/usr/local/share/gwenhywfar\" -DGWEN_SYSDATADIR=\"/usr/local/share\" -DPLUGINDIR=\"/usr/local/lib/gwenhywfar/plugins/78\" -I. -I.. -I../gwenhywfar5 -I../src/base -I../src/crypt -I../src/os -I../src/net2 -I../src/html -I../src/parser    -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT binreloc.lo -MD -MP -MF .deps/binreloc.Tpo -c -o binreloc.lo binreloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr/local\" -DGWEN_SYSCONF_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DGWENHYWFAR_SO_EFFECTIVE_STR=\"78\" -DGWEN_DATADIR=\"/usr/local/share/gwenhywfar\" -DGWEN_SYSDATADIR=\"/usr/local/share\" -DPLUGINDIR=\"/usr/local/lib/gwenhywfar/plugins/78\" -I. -I.. -I../gwenhywfar5 -I../src/base -I../src/crypt -I../src/os -I../src/net2 -I../src/html -I../src/parser -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT binreloc.lo -MD -MP -MF .deps/binreloc.Tpo -c binreloc.c  -fPIC -DPIC -o .libs/binreloc.o
mv -f .deps/binreloc.Tpo .deps/binreloc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr/local\" -DGWEN_SYSCONF_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DGWENHYWFAR_SO_EFFECTIVE_STR=\"78\" -DGWEN_DATADIR=\"/usr/local/share/gwenhywfar\" -DGWEN_SYSDATADIR=\"/usr/local/share\" -DPLUGINDIR=\"/usr/local/lib/gwenhywfar/plugins/78\" -I. -I.. -I../gwenhywfar5 -I../src/base -I../src/crypt -I../src/os -I../src/net2 -I../src/html -I../src/parser    -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwenhywfar.lo -MD -MP -MF .deps/gwenhywfar.Tpo -c -o gwenhywfar.lo gwenhywfar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr/local\" -DGWEN_SYSCONF_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DGWENHYWFAR_SO_EFFECTIVE_STR=\"78\" -DGWEN_DATADIR=\"/usr/local/share/gwenhywfar\" -DGWEN_SYSDATADIR=\"/usr/local/share\" -DPLUGINDIR=\"/usr/local/lib/gwenhywfar/plugins/78\" -I. -I.. -I../gwenhywfar5 -I../src/base -I../src/crypt -I../src/os -I../src/net2 -I../src/html -I../src/parser -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT gwenhywfar.lo -MD -MP -MF .deps/gwenhywfar.Tpo -c gwenhywfar.c  -fPIC -DPIC -o .libs/gwenhywfar.o
mv -f .deps/gwenhywfar.Tpo .deps/gwenhywfar.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined   -version-info 78:15:0  -o libgwenhywfar.la -rpath /usr/local/lib binreloc.lo gwenhywfar.lo base/libbase.la crypt3/libcrypt3.la crypttoken/libcrypttoken.la cryptmsg/libcryptmsg.la sio/libsio.la os/libos.la parser/libparser.la html/libgwenhtml.la gui/libgui.la sar/libsar.la   -lgcrypt -lgnutls -lrt -pthread -ldl  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/binreloc.o .libs/gwenhywfar.o  -Wl,--whole-archive base/.libs/libbase.a crypt3/.libs/libcrypt3.a crypttoken/.libs/libcrypttoken.a cryptmsg/.libs/libcryptmsg.a sio/.libs/libsio.a os/.libs/libos.a parser/.libs/libparser.a html/.libs/libgwenhtml.a gui/.libs/libgui.a sar/.libs/libsar.a -Wl,--no-whole-archive  -L/usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libgpg-error.so -lgcrypt -lgnutls -lrt -ldl  -g -O2 -pthread   -pthread -Wl,-soname -Wl,libgwenhywfar.so.78 -o .libs/libgwenhywfar.so.78.0.15
libtool: link: (cd ".libs" && rm -f "libgwenhywfar.so.78" && ln -s "libgwenhywfar.so.78.0.15" "libgwenhywfar.so.78")
libtool: link: (cd ".libs" && rm -f "libgwenhywfar.so" && ln -s "libgwenhywfar.so.78.0.15" "libgwenhywfar.so")
libtool: link: ( cd ".libs" && rm -f "libgwenhywfar.la" && ln -s "../libgwenhywfar.la" "libgwenhywfar.la" )
gcc -DHAVE_CONFIG_H -DBUILDING_GWENHYWFAR -DGWEN_PREFIX_DIR=\"/usr/local\" -DGWEN_SYSCONF_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DGWENHYWFAR_SO_EFFECTIVE_STR=\"78\" -DGWEN_DATADIR=\"/usr/local/share/gwenhywfar\" -DGWEN_SYSDATADIR=\"/usr/local/share\" -DPLUGINDIR=\"/usr/local/lib/gwenhywfar/plugins/78\" -I. -I.. -I../gwenhywfar5 -I../src/base -I../src/crypt -I../src/os -I../src/net2 -I../src/html -I../src/parser    -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT testlib.o -MD -MP -MF .deps/testlib.Tpo -c -o testlib.o testlib.c
mv -f .deps/testlib.Tpo .deps/testlib.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o testlib testlib.o libgwenhywfar.la 
libtool: link: gcc -fvisibility=hidden -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/testlib testlib.o  ./.libs/libgwenhywfar.so -pthread
make[4]: Leaving directory '/usr/local/src/gwenhywfar/src'
make[3]: Leaving directory '/usr/local/src/gwenhywfar/src'
make[2]: Leaving directory '/usr/local/src/gwenhywfar/src'
Making all in plugins
make[2]: Entering directory '/usr/local/src/gwenhywfar/plugins'
Making all in dbio
make[3]: Entering directory '/usr/local/src/gwenhywfar/plugins/dbio'
Making all in csv
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/dbio/csv'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser     -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT csv.lo -MD -MP -MF .deps/csv.Tpo -c -o csv.lo csv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT csv.lo -MD -MP -MF .deps/csv.Tpo -c csv.c  -fPIC -DPIC -o .libs/csv.o
csv.c: In function ‘GWEN_DBIO_CSV_Import’:
csv.c:343:7: warning: variable ‘quote’ set but not used [-Wunused-but-set-variable]
   int quote;
       ^~~~~
mv -f .deps/csv.Tpo .deps/csv.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined  -module -version-info 0:1:0  -o csv.la -rpath /usr/local/lib/gwenhywfar/plugins/78/dbio csv.lo ../../../src/libgwenhywfar.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/csv.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../../src/.libs/libgwenhywfar.so  -g -O2   -pthread -Wl,-soname -Wl,csv.so.0 -o .libs/csv.so.0.0.1
libtool: link: (cd ".libs" && rm -f "csv.so.0" && ln -s "csv.so.0.0.1" "csv.so.0")
libtool: link: (cd ".libs" && rm -f "csv.so" && ln -s "csv.so.0.0.1" "csv.so")
libtool: link: ( cd ".libs" && rm -f "csv.la" && ln -s "../csv.la" "csv.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/dbio/csv'
Making all in olddb
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/dbio/olddb'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser     -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT olddb.lo -MD -MP -MF .deps/olddb.Tpo -c -o olddb.lo olddb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT olddb.lo -MD -MP -MF .deps/olddb.Tpo -c olddb.c  -fPIC -DPIC -o .libs/olddb.o
mv -f .deps/olddb.Tpo .deps/olddb.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined  -module -version-info 0:1:0  -o olddb.la -rpath /usr/local/lib/gwenhywfar/plugins/78/dbio olddb.lo ../../../src/libgwenhywfar.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/olddb.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../../src/.libs/libgwenhywfar.so  -g -O2   -pthread -Wl,-soname -Wl,olddb.so.0 -o .libs/olddb.so.0.0.1
libtool: link: (cd ".libs" && rm -f "olddb.so.0" && ln -s "olddb.so.0.0.1" "olddb.so.0")
libtool: link: (cd ".libs" && rm -f "olddb.so" && ln -s "olddb.so.0.0.1" "olddb.so")
libtool: link: ( cd ".libs" && rm -f "olddb.la" && ln -s "../olddb.la" "olddb.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/dbio/olddb'
Making all in xmldb
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/dbio/xmldb'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser     -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xmldb.lo -MD -MP -MF .deps/xmldb.Tpo -c -o xmldb.lo xmldb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT xmldb.lo -MD -MP -MF .deps/xmldb.Tpo -c xmldb.c  -fPIC -DPIC -o .libs/xmldb.o
mv -f .deps/xmldb.Tpo .deps/xmldb.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined  -module -version-info 0:1:0  -o xmldb.la -rpath /usr/local/lib/gwenhywfar/plugins/78/dbio xmldb.lo ../../../src/libgwenhywfar.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/xmldb.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../../src/.libs/libgwenhywfar.so  -g -O2   -pthread -Wl,-soname -Wl,xmldb.so.0 -o .libs/xmldb.so.0.0.1
libtool: link: (cd ".libs" && rm -f "xmldb.so.0" && ln -s "xmldb.so.0.0.1" "xmldb.so.0")
libtool: link: (cd ".libs" && rm -f "xmldb.so" && ln -s "xmldb.so.0.0.1" "xmldb.so")
libtool: link: ( cd ".libs" && rm -f "xmldb.la" && ln -s "../xmldb.la" "xmldb.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/dbio/xmldb'
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/dbio'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/dbio'
make[3]: Leaving directory '/usr/local/src/gwenhywfar/plugins/dbio'
Making all in ct
make[3]: Entering directory '/usr/local/src/gwenhywfar/plugins/ct'
Making all in ohbci
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/ct/ohbci'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ohbci.lo -MD -MP -MF .deps/ohbci.Tpo -c -o ohbci.lo ohbci.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ohbci.lo -MD -MP -MF .deps/ohbci.Tpo -c ohbci.c  -fPIC -DPIC -o .libs/ohbci.o
mv -f .deps/ohbci.Tpo .deps/ohbci.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined  -module -avoid-version  -o ohbci.la -rpath /usr/local/lib/gwenhywfar/plugins/78/ct ohbci.lo ../../../src/libgwenhywfar.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/ohbci.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../../src/.libs/libgwenhywfar.so  -g -O2   -pthread -Wl,-soname -Wl,ohbci.so -o .libs/ohbci.so
libtool: link: ( cd ".libs" && rm -f "ohbci.la" && ln -s "../ohbci.la" "ohbci.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/ct/ohbci'
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/ct'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/ct'
make[3]: Leaving directory '/usr/local/src/gwenhywfar/plugins/ct'
Making all in configmgr
make[3]: Entering directory '/usr/local/src/gwenhywfar/plugins/configmgr'
Making all in dir
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/configmgr/dir'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser     -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cfgdir.lo -MD -MP -MF .deps/cfgdir.Tpo -c -o cfgdir.lo cfgdir.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gwenhywfar5 -I../../../src/base -I../../../src/crypt -I../../../src/io -I../../../src/ipc -I../../../src/net2 -I../../../src/os -I../../../src/parser -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cfgdir.lo -MD -MP -MF .deps/cfgdir.Tpo -c cfgdir.c  -fPIC -DPIC -o .libs/cfgdir.o
mv -f .deps/cfgdir.Tpo .deps/cfgdir.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -no-undefined   -module -avoid-version  -o dir.la -rpath /usr/local/lib/gwenhywfar/plugins/78/configmgr cfgdir.lo ../../../src/libgwenhywfar.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/cfgdir.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../../src/.libs/libgwenhywfar.so  -g -O2   -pthread -Wl,-soname -Wl,dir.so -o .libs/dir.so
libtool: link: ( cd ".libs" && rm -f "dir.la" && ln -s "../dir.la" "dir.la" )
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/configmgr/dir'
make[4]: Entering directory '/usr/local/src/gwenhywfar/plugins/configmgr'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/gwenhywfar/plugins/configmgr'
make[3]: Leaving directory '/usr/local/src/gwenhywfar/plugins/configmgr'
make[3]: Entering directory '/usr/local/src/gwenhywfar/plugins'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/usr/local/src/gwenhywfar/plugins'
make[2]: Leaving directory '/usr/local/src/gwenhywfar/plugins'
Making all in tools
make[2]: Entering directory '/usr/local/src/gwenhywfar/tools'
Making all in xmlmerge
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools/xmlmerge'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT args.o -MD -MP -MF .deps/args.Tpo -c -o args.o args.c
mv -f .deps/args.Tpo .deps/args.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o xmlmerge args.o main.o ../../src/libgwenhywfar.la  
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/xmlmerge args.o main.o  ../../src/.libs/libgwenhywfar.so -pthread
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools/xmlmerge'
Making all in typemaker
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT args.o -MD -MP -MF .deps/args.Tpo -c -o args.o args.c
mv -f .deps/args.Tpo .deps/args.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c: In function ‘write_h_setget_c’:
main.c:211:15: warning: variable ‘doCopy’ set but not used [-Wunused-but-set-variable]
           int doCopy;
               ^~~~~~
main.c:379:15: warning: variable ‘isVoid’ set but not used [-Wunused-but-set-variable]
           int isVoid;
               ^~~~~~
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT phc.o -MD -MP -MF .deps/phc.Tpo -c -o phc.o phc.c
mv -f .deps/phc.Tpo .deps/phc.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT lhc.o -MD -MP -MF .deps/lhc.Tpo -c -o lhc.o lhc.c
mv -f .deps/lhc.Tpo .deps/lhc.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT ahc.o -MD -MP -MF .deps/ahc.Tpo -c -o ahc.o ahc.c
mv -f .deps/ahc.Tpo .deps/ahc.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT code_c.o -MD -MP -MF .deps/code_c.Tpo -c -o code_c.o code_c.c
code_c.c: In function ‘write_code_file_c’:
code_c.c:2785:15: warning: variable ‘nacc’ set but not used [-Wunused-but-set-variable]
   const char *nacc;
               ^~~~
mv -f .deps/code_c.Tpo .deps/code_c.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o typemaker args.o main.o phc.o lhc.o ahc.o code_c.o ../../src/libgwenhywfar.la  
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/typemaker args.o main.o phc.o lhc.o ahc.o code_c.o  ../../src/.libs/libgwenhywfar.so -pthread
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker'
Making all in typemaker2
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker2'
Making all in types
make[4]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker2/types'
Making all in c
make[5]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker2/types/c'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker2/types/c'
make[5]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker2/types'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker2/types'
make[4]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker2/types'
make[4]: Entering directory '/usr/local/src/gwenhywfar/tools/typemaker2'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_type.o -MD -MP -MF .deps/tm_type.Tpo -c -o tm_type.o tm_type.c
mv -f .deps/tm_type.Tpo .deps/tm_type.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_member.o -MD -MP -MF .deps/tm_member.Tpo -c -o tm_member.o tm_member.c
mv -f .deps/tm_member.Tpo .deps/tm_member.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_header.o -MD -MP -MF .deps/tm_header.Tpo -c -o tm_header.o tm_header.c
mv -f .deps/tm_header.Tpo .deps/tm_header.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_util.o -MD -MP -MF .deps/tm_util.Tpo -c -o tm_util.o tm_util.c
mv -f .deps/tm_util.Tpo .deps/tm_util.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_typemanager.o -MD -MP -MF .deps/tm_typemanager.Tpo -c -o tm_typemanager.o tm_typemanager.c
mv -f .deps/tm_typemanager.Tpo .deps/tm_typemanager.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_builder.o -MD -MP -MF .deps/tm_builder.Tpo -c -o tm_builder.o tm_builder.c
mv -f .deps/tm_builder.Tpo .deps/tm_builder.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_builder_c.o -MD -MP -MF .deps/tm_builder_c.Tpo -c -o tm_builder_c.o tm_builder_c.c
mv -f .deps/tm_builder_c.Tpo .deps/tm_builder_c.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_item.o -MD -MP -MF .deps/tm_item.Tpo -c -o tm_item.o tm_item.c
mv -f .deps/tm_item.Tpo .deps/tm_item.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_enum.o -MD -MP -MF .deps/tm_enum.Tpo -c -o tm_enum.o tm_enum.c
mv -f .deps/tm_enum.Tpo .deps/tm_enum.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_define.o -MD -MP -MF .deps/tm_define.Tpo -c -o tm_define.o tm_define.c
mv -f .deps/tm_define.Tpo .deps/tm_define.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_code.o -MD -MP -MF .deps/tm_code.Tpo -c -o tm_code.o tm_code.c
mv -f .deps/tm_code.Tpo .deps/tm_code.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_inline.o -MD -MP -MF .deps/tm_inline.Tpo -c -o tm_inline.o tm_inline.c
mv -f .deps/tm_inline.Tpo .deps/tm_inline.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_virtualfn.o -MD -MP -MF .deps/tm_virtualfn.Tpo -c -o tm_virtualfn.o tm_virtualfn.c
mv -f .deps/tm_virtualfn.Tpo .deps/tm_virtualfn.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_signal.o -MD -MP -MF .deps/tm_signal.Tpo -c -o tm_signal.o tm_signal.c
mv -f .deps/tm_signal.Tpo .deps/tm_signal.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_slot.o -MD -MP -MF .deps/tm_slot.Tpo -c -o tm_slot.o tm_slot.c
mv -f .deps/tm_slot.Tpo .deps/tm_slot.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT tm_group.o -MD -MP -MF .deps/tm_group.Tpo -c -o tm_group.o tm_group.c
mv -f .deps/tm_group.Tpo .deps/tm_group.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT build.o -MD -MP -MF .deps/build.Tpo -c -o build.o build.c
mv -f .deps/build.Tpo .deps/build.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT builddefs.o -MD -MP -MF .deps/builddefs.Tpo -c -o builddefs.o builddefs.c
mv -f .deps/builddefs.Tpo .deps/builddefs.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o typemaker2 tm_type.o tm_member.o tm_header.o tm_util.o tm_typemanager.o tm_builder.o tm_builder_c.o tm_item.o tm_enum.o tm_define.o tm_code.o tm_inline.o tm_virtualfn.o tm_signal.o tm_slot.o tm_group.o build.o builddefs.o main.o ../../src/libgwenhywfar.la  
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/typemaker2 tm_type.o tm_member.o tm_header.o tm_util.o tm_typemanager.o tm_builder.o tm_builder_c.o tm_item.o tm_enum.o tm_define.o tm_code.o tm_inline.o tm_virtualfn.o tm_signal.o tm_slot.o tm_group.o build.o builddefs.o main.o  ../../src/.libs/libgwenhywfar.so -pthread
make[4]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker2'
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools/typemaker2'
Making all in gcttool
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools/gcttool'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT activatekey.o -MD -MP -MF .deps/activatekey.Tpo -c -o activatekey.o activatekey.c
mv -f .deps/activatekey.Tpo .deps/activatekey.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT changepin.o -MD -MP -MF .deps/changepin.Tpo -c -o changepin.o changepin.c
mv -f .deps/changepin.Tpo .deps/changepin.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT create.o -MD -MP -MF .deps/create.Tpo -c -o create.o create.c
mv -f .deps/create.Tpo .deps/create.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT genkey.o -MD -MP -MF .deps/genkey.Tpo -c -o genkey.o genkey.c
mv -f .deps/genkey.Tpo .deps/genkey.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT showkey.o -MD -MP -MF .deps/showkey.Tpo -c -o showkey.o showkey.c
mv -f .deps/showkey.Tpo .deps/showkey.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT showuser.o -MD -MP -MF .deps/showuser.Tpo -c -o showuser.o showuser.c
mv -f .deps/showuser.Tpo .deps/showuser.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT update.o -MD -MP -MF .deps/update.Tpo -c -o update.o update.c
mv -f .deps/update.Tpo .deps/update.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT setsignseq.o -MD -MP -MF .deps/setsignseq.Tpo -c -o setsignseq.o setsignseq.c
mv -f .deps/setsignseq.Tpo .deps/setsignseq.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT setkey.o -MD -MP -MF .deps/setkey.Tpo -c -o setkey.o setkey.c
mv -f .deps/setkey.Tpo .deps/setkey.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT hashtree.o -MD -MP -MF .deps/hashtree.Tpo -c -o hashtree.o hashtree.c
mv -f .deps/hashtree.Tpo .deps/hashtree.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT checktree.o -MD -MP -MF .deps/checktree.Tpo -c -o checktree.o checktree.c
mv -f .deps/checktree.Tpo .deps/checktree.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT showpasswords.o -MD -MP -MF .deps/showpasswords.Tpo -c -o showpasswords.o showpasswords.c
mv -f .deps/showpasswords.Tpo .deps/showpasswords.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o gct-tool activatekey.o changepin.o create.o genkey.o showkey.o showuser.o update.o setsignseq.o setkey.o hashtree.o checktree.o showpasswords.o main.o ../../src/libgwenhywfar.la   
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/gct-tool activatekey.o changepin.o create.o genkey.o showkey.o showuser.o update.o setsignseq.o setkey.o hashtree.o checktree.o showpasswords.o main.o  ../../src/.libs/libgwenhywfar.so -pthread
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT cttest.o -MD -MP -MF .deps/cttest.Tpo -c -o cttest.o cttest.c
mv -f .deps/cttest.Tpo .deps/cttest.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o cttest cttest.o ../../src/libgwenhywfar.la 
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/cttest cttest.o  ../../src/.libs/libgwenhywfar.so -pthread
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools/gcttool'
Making all in gsa
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools/gsa'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT add.o -MD -MP -MF .deps/add.Tpo -c -o add.o add.c
mv -f .deps/add.Tpo .deps/add.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT create.o -MD -MP -MF .deps/create.Tpo -c -o create.o create.c
mv -f .deps/create.Tpo .deps/create.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT check.o -MD -MP -MF .deps/check.Tpo -c -o check.o check.c
mv -f .deps/check.Tpo .deps/check.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT extract.o -MD -MP -MF .deps/extract.Tpo -c -o extract.o extract.c
mv -f .deps/extract.Tpo .deps/extract.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c
mv -f .deps/list.Tpo .deps/list.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT mkkey.o -MD -MP -MF .deps/mkkey.Tpo -c -o mkkey.o mkkey.c
mv -f .deps/mkkey.Tpo .deps/mkkey.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT rfi.o -MD -MP -MF .deps/rfi.Tpo -c -o rfi.o rfi.c
mv -f .deps/rfi.Tpo .deps/rfi.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT sign.o -MD -MP -MF .deps/sign.Tpo -c -o sign.o sign.c
mv -f .deps/sign.Tpo .deps/sign.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT verify.o -MD -MP -MF .deps/verify.Tpo -c -o verify.o verify.c
mv -f .deps/verify.Tpo .deps/verify.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gwenhywfar5 -I/usr/include    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o gsa add.o create.o check.o extract.o list.o mkkey.o rfi.o sign.o verify.o main.o ../../src/libgwenhywfar.la  
libtool: link: gcc -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -o .libs/gsa add.o create.o check.o extract.o list.o mkkey.o rfi.o sign.o verify.o main.o  ../../src/.libs/libgwenhywfar.so -pthread
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools/gsa'
make[3]: Entering directory '/usr/local/src/gwenhywfar/tools'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/usr/local/src/gwenhywfar/tools'
make[2]: Leaving directory '/usr/local/src/gwenhywfar/tools'
Making all in gui
make[2]: Entering directory '/usr/local/src/gwenhywfar/gui'
Making all in testdialogs
make[3]: Entering directory '/usr/local/src/gwenhywfar/gui/testdialogs'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DMEDIAPATH=\"/usr/local/src/gwenhywfar/gui/testdialogs\" -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_test.lo -MD -MP -MF .deps/dlg_test.Tpo -c -o dlg_test.lo dlg_test.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DMEDIAPATH=\"/usr/local/src/gwenhywfar/gui/testdialogs\" -I. -I../.. -I../../gwenhywfar5 -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_test.lo -MD -MP -MF .deps/dlg_test.Tpo -c dlg_test.c  -fPIC -DPIC -o .libs/dlg_test.o
mv -f .deps/dlg_test.Tpo .deps/dlg_test.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DMEDIAPATH=\"/usr/local/src/gwenhywfar/gui/testdialogs\" -I. -I../.. -I../../gwenhywfar5    -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_test2.lo -MD -MP -MF .deps/dlg_test2.Tpo -c -o dlg_test2.lo dlg_test2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DMEDIAPATH=\"/usr/local/src/gwenhywfar/gui/testdialogs\" -I. -I../.. -I../../gwenhywfar5 -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement -MT dlg_test2.lo -MD -MP -MF .deps/dlg_test2.Tpo -c dlg_test2.c  -fPIC -DPIC -o .libs/dlg_test2.o
mv -f .deps/dlg_test2.Tpo .deps/dlg_test2.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement   -o libgwengui-test.la  dlg_test.lo dlg_test2.lo ../../src/libgwenhywfar.la 
libtool: link: ar cru .libs/libgwengui-test.a .libs/dlg_test.o .libs/dlg_test2.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgwengui-test.a
libtool: link: ( cd ".libs" && rm -f "libgwengui-test.la" && ln -s "../libgwengui-test.la" "libgwengui-test.la" )
make[3]: Leaving directory '/usr/local/src/gwenhywfar/gui/testdialogs'
Making all in cpp
make[3]: Entering directory '/usr/local/src/gwenhywfar/gui/cpp'
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5  -Ihtml -fvisibility=hidden   -g -O2 -Wall -Wall -MT cppdialog.lo -MD -MP -MF .deps/cppdialog.Tpo -c -o cppdialog.lo cppdialog.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5 -Ihtml -fvisibility=hidden -g -O2 -Wall -Wall -MT cppdialog.lo -MD -MP -MF .deps/cppdialog.Tpo -c cppdialog.cpp  -fPIC -DPIC -o .libs/cppdialog.o
mv -f .deps/cppdialog.Tpo .deps/cppdialog.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5  -Ihtml -fvisibility=hidden   -g -O2 -Wall -Wall -MT cppgui.lo -MD -MP -MF .deps/cppgui.Tpo -c -o cppgui.lo cppgui.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5 -Ihtml -fvisibility=hidden -g -O2 -Wall -Wall -MT cppgui.lo -MD -MP -MF .deps/cppgui.Tpo -c cppgui.cpp  -fPIC -DPIC -o .libs/cppgui.o
mv -f .deps/cppgui.Tpo .deps/cppgui.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5  -Ihtml -fvisibility=hidden   -g -O2 -Wall -Wall -MT cppwidget.lo -MD -MP -MF .deps/cppwidget.Tpo -c -o cppwidget.lo cppwidget.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -DBUILDING_CPP_GUI -DPACKAGE=\"gwenhywfar\" -I. -I../.. -I../../gwenhywfar5 -Ihtml -fvisibility=hidden -g -O2 -Wall -Wall -MT cppwidget.lo -MD -MP -MF .deps/cppwidget.Tpo -c cppwidget.cpp  -fPIC -DPIC -o .libs/cppwidget.o
mv -f .deps/cppwidget.Tpo .deps/cppwidget.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=link g++  -g -O2 -Wall -Wall -no-undefined  -o libgwengui-cpp.la -rpath /usr/local/lib cppdialog.lo cppgui.lo cppwidget.lo ../../src/libgwenhywfar.la 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o  .libs/cppdialog.o .libs/cppgui.o .libs/cppwidget.o   -Wl,-rpath -Wl,/usr/local/src/gwenhywfar/src/.libs ../../src/.libs/libgwenhywfar.so -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o  -g -O2   -pthread -Wl,-soname -Wl,libgwengui-cpp.so.0 -o .libs/libgwengui-cpp.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libgwengui-cpp.so.0" && ln -s "libgwengui-cpp.so.0.0.0" "libgwengui-cpp.so.0")
libtool: link: (cd ".libs" && rm -f "libgwengui-cpp.so" && ln -s "libgwengui-cpp.so.0.0.0" "libgwengui-cpp.so")
libtool: link: ( cd ".libs" && rm -f "libgwengui-cpp.la" && ln -s "../libgwengui-cpp.la" "libgwengui-cpp.la" )
make[3]: Leaving directory '/usr/local/src/gwenhywfar/gui/cpp'
Making all in qt5
make[3]: Entering directory '/usr/local/src/gwenhywfar/gui/qt5'
o qt5dialogbox.moc qt5dialogbox.hpp
/bin/bash: o: command not found
Makefile:976: recipe for target 'qt5dialogbox.moc' failed
make[3]: [qt5dialogbox.moc] Error 127 (ignored)
make  all-am
make[4]: Entering directory '/usr/local/src/gwenhywfar/gui/qt5'
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DBUILDING_QT5_GUI -I. -I../..  -fvisibility=hidden  -I../../gwenhywfar5    -g -O2 -Wall -Wall -MT qt5dialogbox.lo -MD -MP -MF .deps/qt5dialogbox.Tpo -c -o qt5dialogbox.lo qt5dialogbox.cpp
libtool: compile:  g++ -DBUILDING_QT5_GUI -I. -I../.. -fvisibility=hidden -I../../gwenhywfar5 -g -O2 -Wall -Wall -MT qt5dialogbox.lo -MD -MP -MF .deps/qt5dialogbox.Tpo -c qt5dialogbox.cpp  -fPIC -DPIC -o .libs/qt5dialogbox.o
In file included from qt5dialogbox.cpp:18:0:
qt5dialogbox.hpp:16:10: fatal error: QDialog: No such file or directory
 #include <QDialog>
          ^~~~~~~~~
compilation terminated.
Makefile:681: recipe for target 'qt5dialogbox.lo' failed
make[4]: *** [qt5dialogbox.lo] Error 1
make[4]: Leaving directory '/usr/local/src/gwenhywfar/gui/qt5'
Makefile:564: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/usr/local/src/gwenhywfar/gui/qt5'
Makefile:499: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/usr/local/src/gwenhywfar/gui'
Makefile:763: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/src/gwenhywfar'
Makefile:583: recipe for target 'all' failed
make: *** [all] Error 2
timon at ubuntu18ge:/usr/local/src/gwenhywfar$ 



More information about the KMyMoney-devel mailing list