, 105 min read

Building J-Pilot and Pilot-Link on Linux

I was asked how I build J-Pilot and Pilot-Link on Linux.

J-Pilot (Wikipedia) is a graphical application to manage

Photo

J-Pilot was written by Judd Montgomery.

1. J-Pilot

Below are all the steps to build J-Pilot on Arch Linux, assuming Pilot-Link is already installed, because you need the header files of Pilot-Link for building J-Pilot.

I just built in /tmp because this happens to be in RAM on Arch Linux and is therefore quite fast.

klm@chieftec /tmp: git clone git@github.com:juddmon/jpilot.git
Cloning into 'jpilot'...
remote: Enumerating objects: 11777, done.
remote: Counting objects: 100% (470/470), done.
remote: Compressing objects: 100% (188/188), done.
remote: Total 11777 (delta 300), reused 388 (delta 282), pack-reused 11307 (from 1)
Receiving objects: 100% (11777/11777), 9.71 MiB | 9.07 MiB/s, done.
Resolving deltas: 100% (8805/8805), done.
klm@chieftec /tmp: cd jpilot
klm@chieftec /tmp/jpilot: ll
total 4944
drwxr-xr-x 13 klm  klm    2480 Mar  6 09:02 ./
drwxrwxrwt 15 root root    360 Mar  6 09:02 ../
-rw-r--r--  1 klm  klm   79584 Mar  6 09:02 ABOUT-NLS
-rw-r--r--  1 klm  klm   15486 Mar  6 09:02 address.c
-rw-r--r--  1 klm  klm  195960 Mar  6 09:02 address_gui.c
-rw-r--r--  1 klm  klm    3527 Mar  6 09:02 address.h
-rw-r--r--  1 klm  klm   31590 Mar  6 09:02 alarms.c
-rw-r--r--  1 klm  klm    1328 Mar  6 09:02 alarms.h
-rw-r--r--  1 klm  klm    3193 Mar  6 09:02 AUTHORS
-rwxr-xr-x  1 klm  klm     985 Mar  6 09:02 autogen.sh*
-rw-r--r--  1 klm  klm    2024 Mar  6 09:02 BUGS
-rw-r--r--  1 klm  klm   18635 Mar  6 09:02 calendar.c
-rw-r--r--  1 klm  klm    2633 Mar  6 09:02 calendar.h
-rw-r--r--  1 klm  klm   37367 Mar  6 09:02 category.c
-rw-r--r--  1 klm  klm   19586 Mar  6 09:02 ChangeLog
-rw-r--r--  1 klm  klm   19582 Mar  6 09:02 configure.in
-rw-r--r--  1 klm  klm   22486 Mar  6 09:02 contact.c
-rw-r--r--  1 klm  klm   17992 Mar  6 09:02 COPYING
-rw-r--r--  1 klm  klm    3599 Mar  6 09:02 cp1250.c
-rw-r--r--  1 klm  klm    1156 Mar  6 09:02 cp1250.h
-rw-r--r--  1 klm  klm     401 Mar  6 09:02 .cvsignore
-rw-r--r--  1 klm  klm   35669 Mar  6 09:02 dat.c
-rw-r--r--  1 klm  klm   27453 Mar  6 09:02 datebook.c
-rw-r--r--  1 klm  klm  235733 Mar  6 09:02 datebook_gui.c
-rw-r--r--  1 klm  klm    4833 Mar  6 09:02 datebook.h
-rw-r--r--  1 klm  klm     335 Mar  6 09:02 description-pak
drwxr-xr-x  2 klm  klm     120 Mar  6 09:02 dialer/
-rw-r--r--  1 klm  klm   13964 Mar  6 09:02 dialer.c
drwxr-xr-x  2 klm  klm     580 Mar  6 09:02 docs/
drwxr-xr-x  2 klm  klm     300 Mar  6 09:02 empty/
drwxr-xr-x  2 klm  klm     100 Mar  6 09:02 Expense/
-rw-r--r--  1 klm  klm   12981 Mar  6 09:02 export_gui.c
-rw-r--r--  1 klm  klm    2047 Mar  6 09:02 export.h
-rw-r--r--  1 klm  klm    2494 Mar  6 09:02 font.c
-rw-r--r--  1 klm  klm    9470 Mar  6 09:02 gettext.h
drwxr-xr-x  7 klm  klm     240 Mar  6 09:02 .git/
-rw-r--r--  1 klm  klm     642 Mar  6 09:02 .gitignore
-rw-r--r--  1 klm  klm    1283 Mar  6 09:02 i18n.h
drwxr-xr-x  2 klm  klm     400 Mar  6 09:02 icons/
-rw-r--r--  1 klm  klm   14841 Mar  6 09:02 import_gui.c
-rw-r--r--  1 klm  klm   15766 Mar  6 09:02 INSTALL
-rw-r--r--  1 klm  klm   16768 Mar  6 09:02 install_gui.c
-rw-r--r--  1 klm  klm    9608 Mar  6 09:02 install_user.c
-rw-r--r--  1 klm  klm    1063 Mar  6 09:02 install_user.h
-rw-r--r--  1 klm  klm    7150 Mar  6 09:02 japanese.c
-rw-r--r--  1 klm  klm    1202 Mar  6 09:02 japanese.h
-rw-r--r--  1 klm  klm    2467 Mar  6 09:02 jp-contact.c
-rw-r--r--  1 klm  klm   76522 Mar  6 09:02 jpilot.c
-rw-r--r--  1 klm  klm  684119 Mar  6 09:02 jpilotcss.blue
-rw-r--r--  1 klm  klm    8750 Mar  6 09:02 jpilotcss.default
-rw-r--r--  1 klm  klm  684118 Mar  6 09:02 jpilotcss.green
-rw-r--r--  1 klm  klm  684118 Mar  6 09:02 jpilotcss.purple
-rw-r--r--  1 klm  klm  684118 Mar  6 09:02 jpilotcss.steel
-rw-r--r--  1 klm  klm     169 Mar  6 09:02 jpilot.desktop
-rw-r--r--  1 klm  klm   71820 Mar  6 09:02 jpilot-dump.c
-rw-r--r--  1 klm  klm    1110 Mar  6 09:02 jpilot.h
-rw-r--r--  1 klm  klm    9877 Mar  6 09:02 jpilot-merge.c
-rw-r--r--  1 klm  klm    4906 Mar  6 09:02 jpilotrc.blue
-rw-r--r--  1 klm  klm    2595 Mar  6 09:02 jpilotrc.default
-rw-r--r--  1 klm  klm    4367 Mar  6 09:02 jpilotrc.green
-rw-r--r--  1 klm  klm    5283 Mar  6 09:02 jpilotrc.purple
-rw-r--r--  1 klm  klm    4993 Mar  6 09:02 jpilotrc.steel
-rw-r--r--  1 klm  klm    5011 Mar  6 09:02 jpilot.spec.in
-rw-r--r--  1 klm  klm    9043 Mar  6 09:02 jpilot-sync.c
-rw-r--r--  1 klm  klm    1204 Mar  6 09:02 jpilot.xpm
-rw-r--r--  1 klm  klm    2073 Mar  6 09:02 jp-pi-contact.h
drwxr-xr-x  2 klm  klm     100 Mar  6 09:02 jpsqlite/
drwxr-xr-x  2 klm  klm     120 Mar  6 09:02 KeyRing/
-rw-r--r--  1 klm  klm   25866 Mar  6 09:02 libplugin.c
-rw-r--r--  1 klm  klm   11324 Mar  6 09:02 libplugin.h
-rw-r--r--  1 klm  klm   86295 Mar  6 09:02 libsqlite.c
-rw-r--r--  1 klm  klm    2889 Mar  6 09:02 libsqlite.h
-rw-r--r--  1 klm  klm    6094 Mar  6 09:02 log.c
-rw-r--r--  1 klm  klm    1935 Mar  6 09:02 log.h
drwxr-xr-x  2 klm  klm     280 Mar  6 09:02 m4/
-rw-r--r--  1 klm  klm    4781 Mar  6 09:02 Makefile.am
-rw-r--r--  1 klm  klm   10269 Mar  6 09:02 memo.c
-rw-r--r--  1 klm  klm   72251 Mar  6 09:02 memo_gui.c
-rw-r--r--  1 klm  klm    1492 Mar  6 09:02 memo.h
-rwxr-xr-x  1 klm  klm    3514 Mar  6 09:02 mkinstalldirs*
-rw-r--r--  1 klm  klm   18430 Mar  6 09:02 monthview_gui.c
-rw-r--r--  1 klm  klm       0 Mar  6 09:02 NEWS
-rw-r--r--  1 klm  klm    9129 Mar  6 09:02 otherconv.c
-rw-r--r--  1 klm  klm    1524 Mar  6 09:02 otherconv.h
-rw-r--r--  1 klm  klm   10509 Mar  6 09:02 password.c
-rw-r--r--  1 klm  klm    1702 Mar  6 09:02 password.h
-rw-r--r--  1 klm  klm    2875 Mar  6 09:02 pidfile.c
-rw-r--r--  1 klm  klm    1076 Mar  6 09:02 pidfile.h
-rw-r--r--  1 klm  klm    2797 Mar  6 09:02 pi-task.h
-rw-r--r--  1 klm  klm   13382 Mar  6 09:02 plugins.c
-rw-r--r--  1 klm  klm    2819 Mar  6 09:02 plugins.h
drwxr-xr-x  2 klm  klm     520 Mar  6 09:02 po/
-rw-r--r--  1 klm  klm   26864 Mar  6 09:02 prefs.c
-rw-r--r--  1 klm  klm   38779 Mar  6 09:02 prefs_gui.c
-rw-r--r--  1 klm  klm    1011 Mar  6 09:02 prefs_gui.h
-rw-r--r--  1 klm  klm    6367 Mar  6 09:02 prefs.h
-rw-r--r--  1 klm  klm   40224 Mar  6 09:02 print.c
-rw-r--r--  1 klm  klm   12070 Mar  6 09:02 print_gui.c
-rw-r--r--  1 klm  klm    2847 Mar  6 09:02 print.h
-rw-r--r--  1 klm  klm   37995 Mar  6 09:02 print_headers.c
-rw-r--r--  1 klm  klm    1216 Mar  6 09:02 print_headers.h
-rw-r--r--  1 klm  klm   32340 Mar  6 09:02 print_logo.c
-rw-r--r--  1 klm  klm    1029 Mar  6 09:02 print_logo.h
-rw-r--r--  1 klm  klm    6490 Mar  6 09:02 README
-rw-r--r--  1 klm  klm    2214 Mar  6 09:02 README.md
-rwxr-xr-x  1 klm  klm     373 Mar  6 09:02 reconf*
-rw-r--r--  1 klm  klm   15482 Mar  6 09:02 restore_gui.c
-rw-r--r--  1 klm  klm    1062 Mar  6 09:02 restore.h
-rw-r--r--  1 klm  klm    4695 Mar  6 09:02 russian.c
-rw-r--r--  1 klm  klm    1166 Mar  6 09:02 russian.h
-rw-r--r--  1 klm  klm   26316 Mar  6 09:02 search_gui.c
-rwxr-xr-x  1 klm  klm    3998 Mar  6 09:02 SlackBuild.in*
-rw-r--r--  1 klm  klm    1890 Mar  6 09:02 stock_buttons.h
-rw-r--r--  1 klm  klm  128907 Mar  6 09:02 sync.c
-rw-r--r--  1 klm  klm    1902 Mar  6 09:02 sync.h
drwxr-xr-x  2 klm  klm     100 Mar  6 09:02 SyncTime/
-rw-r--r--  1 klm  klm   12280 Mar  6 09:02 task.c
-rw-r--r--  1 klm  klm     404 Mar  6 09:02 TODO
-rw-r--r--  1 klm  klm   13885 Mar  6 09:02 todo.c
-rw-r--r--  1 klm  klm  106957 Mar  6 09:02 todo_gui.c
-rw-r--r--  1 klm  klm    2359 Mar  6 09:02 todo.h
-rw-r--r--  1 klm  klm  120331 Mar  6 09:02 utils.c
-rw-r--r--  1 klm  klm   18441 Mar  6 09:02 utils.h
-rw-r--r--  1 klm  klm   13742 Mar  6 09:02 weekview_gui.c
klm@chieftec /tmp/jpilot: time ./autogen.sh
+ rm -f configure Makefile Makefile.in config.h.in
+ autopoint --force
Copying file config.rpath
Copying file m4/codeset.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lock.m4
Copying file m4/longdouble.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/ulonglong.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
+ intltoolize --force --copy --automake
+ libtoolize --force --copy --automake
+ aclocal -I m4
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
+ autoheader
autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'
+ automake --add-missing --foreign
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:57: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.in:57: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.in:57: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.in:20: installing './compile'
configure.in:19: installing './config.guess'
configure.in:19: installing './config.sub'
configure.in:8: installing './install-sh'
configure.in:8: installing './missing'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Expense/Makefile.am: installing './depcomp'
Makefile.am:32: warning: source file 'icons/icons.c' is in a subdirectory,
Makefile.am:32: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least one source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However, this
automake: behavior may change in a future Automake major version, with object
automake: files being placed in the same subdirectory as the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibility.
Makefile.am:32: warning: source file 'jpsqlite/jpsqlite.c' is in a subdirectory,
Makefile.am:32: but option 'subdir-objects' is disabled
+ autoconf
configure.in:12: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.in:12: You should use the 'AC_CONFIG_HEADERS' macro instead.
aclocal.m4:1788: AM_CONFIG_HEADER is expanded from...
configure.in:12: the top level
configure.in:26: warning: The macro 'AC_PROG_INTLTOOL' is obsolete.
configure.in:26: You should run autoupdate.
aclocal.m4:423: AC_PROG_INTLTOOL is expanded from...
configure.in:26: the top level
configure.in:37: warning: The macro 'AC_LIBTOOL_DLOPEN' is obsolete.
configure.in:37: You should run autoupdate.
m4/ltoptions.m4:113: AC_LIBTOOL_DLOPEN is expanded from...
configure.in:37: the top level
configure.in:37: warning: AC_LIBTOOL_DLOPEN: Remove this warning and the call to _LT_SET_OPTION when you
configure.in:37: put the 'dlopen' option into LT_INIT's first parameter.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
m4/ltoptions.m4:113: AC_LIBTOOL_DLOPEN is expanded from...
configure.in:37: the top level
configure.in:38: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.in:38: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.in:38: the top level
configure.in:57: warning: AM_PROG_MKDIR_P: this macro is deprecated, and will soon be removed.
configure.in:57: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.in:57: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1755: AM_PROG_MKDIR_P is expanded from...
m4/po.m4:23: AM_PO_SUBDIRS is expanded from...
m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
configure.in:57: the top level
configure.in:57: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.in:57: You should run autoupdate.
./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
m4/gettext.m4:367: gt_INTL_MACOSX is expanded from...
m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
configure.in:57: the top level
configure.in:57: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.in:57: You should run autoupdate.
./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
configure.in:57: the top level
configure.in:57: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.in:57: You should run autoupdate.
./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
m4/iconv.m4:20: AM_ICONV_LINK is expanded from...
m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
configure.in:57: the top level
configure.in:76: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:76: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:76: the top level
configure.in:107: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:107: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:107: the top level
configure.in:120: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:120: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:120: the top level
configure.in:133: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:133: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:133: the top level
configure.in:146: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:146: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:146: the top level
configure.in:163: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:163: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:163: the top level
configure.in:175: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:175: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:175: the top level
configure.in:192: warning: AM_PATH_GTK_3_0 is deprecated, use PKG_CHECK_MODULES([GTK], [gtk+-3.0]) instead
aclocal.m4:34: AM_PATH_GTK_3_0 is expanded from...
configure.in:192: the top level
configure.in:192: warning: The macro 'AC_TRY_RUN' is obsolete.
configure.in:192: You should run autoupdate.
./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
aclocal.m4:34: AM_PATH_GTK_3_0 is expanded from...
configure.in:192: the top level
configure.in:192: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.in:192: You should run autoupdate.
./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
aclocal.m4:34: AM_PATH_GTK_3_0 is expanded from...
configure.in:192: the top level
configure.in:200: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:200: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:200: the top level
configure.in:278: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:278: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:278: the top level
configure.in:296: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.in:296: You should run autoupdate.
./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
configure.in:296: the top level
configure.in:309: warning: The macro 'AC_TRY_RUN' is obsolete.
configure.in:309: You should run autoupdate.
./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
configure.in:309: the top level
configure.in:339: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:339: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:339: the top level
configure.in:391: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:391: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:391: the top level
configure.in:428: warning: The macro 'AC_HEADER_TIME' is obsolete.
configure.in:428: You should run autoupdate.
./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
configure.in:428: the top level
configure.in:438: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.in:438: You should run autoupdate.
./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
configure.in:438: the top level
configure.in:454: warning: The macro 'AC_TYPE_SIGNAL' is obsolete.
configure.in:454: You should run autoupdate.
./lib/autoconf/types.m4:805: AC_TYPE_SIGNAL is expanded from...
configure.in:454: the top level
configure.in:462: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:462: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:462: the top level
+ test x = x
+ echo Running configure ...
Running configure ...
+ ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking whether NLS is requested... yes
checking for intltool-update... /bin/intltool-update
checking for intltool-merge... /bin/intltool-merge
checking for intltool-extract... /bin/intltool-extract
checking for xgettext... /bin/xgettext
checking for msgmerge... /bin/msgmerge
checking for msgfmt... /bin/msgfmt
checking for gmsgfmt... /bin/msgfmt
checking for perl... /bin/perl
checking for perl >= 5.8.1... 5.40.1
checking for XML::Parser... ok
checking for sed... /bin/sed
checking for grep... /bin/grep
checking for cut... /bin/cut
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/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 /bin/ld option to reload object files... -r
checking for file... file
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 ranlib... ranlib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking command to parse /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... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.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 (/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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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 for msgfmt... (cached) /bin/msgfmt
checking for gmsgfmt... (cached) /bin/msgfmt
checking for xgettext... (cached) /bin/xgettext
checking for msgmerge... (cached) /bin/msgmerge
checking for ld used by GCC... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for locale.h... yes
checking for dlopen... (cached) yes
stock buttons enabled by configure options
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GTK+ - version >= 3.24.12... yes (version 3.24.48)
checking for pilot-link header files... found at /usr/include
checking for pilot library files... found at /lib
checking for gethostent... yes
checking for setsockopt... yes
checking to see if I can compile a pilot link program... ok
checking if I can run a pilot-link program... ok
checking pilot-link version... pi-version indicates 0.12.5
pilot-link has USB
pilot-link has card support (>12.0)
pilot-link has Calendar support (>12.5)
checking for gpgrt-config... /bin/gpgrt-config
configure: Use gpgrt-config as libgcrypt-config
checking for LIBGCRYPT - version >= 1.2.0... yes (1.11.0)
checking LIBGCRYPT API version... okay
checking for gcry_md_hash_buffer in -lgcrypt... yes
checking for fcntl.h... yes
checking for langinfo.h... yes
checking for locale.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/socket.h... yes
checking for sys/time.h... (cached) yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for utime.h... yes
checking for netinet/in.h... yes
checking for termio.h... yes
checking for openssl/md5.h... yes
checking for openssl/des.h... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking for uid_t... yes
checking for gid_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for _NL_TIME_FIRST_WEEKDAY... yes
checking return type of signal handlers... void
checking for working strcoll... yes
checking for setenv... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Expense/Makefile
config.status: creating jpsqlite/Makefile
config.status: creating SyncTime/Makefile
config.status: creating KeyRing/Makefile
config.status: creating dialer/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating icons/Makefile
config.status: creating docs/Makefile
config.status: creating empty/Makefile
config.status: creating jpilot.spec
config.status: creating SlackBuild
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing po/stamp-it commands

This package is configured for the following features:
------------------------------------------------------
Compiling with plugin support..........   yes
Compiling with private record support..   yes
Compiling with Datebk support..........   yes
Compiling with Manana support..........   yes
Compiling with Prometheon support......   no
Compiling Expense plugin...............   yes
Compiling jpsqlite plugin..............   yes
Compiling SyncTime plugin..............   yes
Compiling KeyRing plugin...............   yes
Compiling dialer add-on................   yes
Cryptographic library..................   libgcrypt
GTK-3 support..........................   yes
Stock buttons (icons on buttons in GUI)   yes
NLS support (foreign languages)........   yes
Compiler Options.......................   -g -O2
Prefix directory.......................   /usr/local
pilot-link headers.....................   /usr/include
USB support enabled....................   yes
pilot-link version found...............   0.12.5

Now type make to compile

        real 10.44s
        user 6.26s
        sys 0
        swapped 0
        total space 0
klm@chieftec /tmp/jpilot: sed 's/return Contact_add_blob(c, blob);/return Contact_add_blob(c, (void*)blob);/' jp-contact.c > /tmp/jp-contact.c
klm@chieftec /tmp/jpilot: mv /tmp/jp-contact.c .
mv: overwrite './jp-contact.c'? y
klm@chieftec /tmp/jpilot: time make
make  all-recursive
make[1]: Entering directory '/tmp/jpilot'
Making all in m4
make[2]: Entering directory '/tmp/jpilot/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/jpilot/m4'
Making all in po
make[2]: Entering directory '/tmp/jpilot/po'
file=`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file de.po
file=`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file es.po
file=`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file fr.po
file=`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file ja.po
file=`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file ko.po
file=`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file nl.po
file=`echo nb | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file nb.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file pt_BR.po
file=`echo ru | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file ru.po
file=`echo rw | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file rw.po
file=`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file sv.po
file=`echo tr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file uk.po
file=`echo vi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file vi.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file zh_CN.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  && rm -f $file && /bin/msgfmt -o $file zh_TW.po
make[2]: Leaving directory '/tmp/jpilot/po'
Making all in Expense
make[2]: Entering directory '/tmp/jpilot/Expense'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I.. -g -O2 -MT libexpense_la-expense.lo -MD -MP -MF .deps/libexpense_la-expense.Tpo -c -o libexpense_la-expense.lo `test -f 'expense.c' || echo './'`expense.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I.. -g -O2 -MT libexpense_la-expense.lo -MD -MP -MF .deps/libexpense_la-expense.Tpo -c expense.c  -fPIC -DPIC -o .libs/libexpense_la-expense.o
mv -f .deps/libexpense_la-expense.Tpo .deps/libexpense_la-expense.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I.. -g -O2 -module -avoid-version  -o libexpense.la -rpath /usr/local/lib/jpilot/plugins libexpense_la-expense.lo -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libexpense_la-expense.o   -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -g -O2   -pthread -Wl,-soname -Wl,libexpense.so -o .libs/libexpense.so
libtool: link: ( cd ".libs" && rm -f "libexpense.la" && ln -s "../libexpense.la" "libexpense.la" )
make[2]: Leaving directory '/tmp/jpilot/Expense'
Making all in jpsqlite
make[2]: Entering directory '/tmp/jpilot/jpsqlite'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I.. -g -O2 -MT libjpsqlite_la-jpsqlite.lo -MD -MP -MF .deps/libjpsqlite_la-jpsqlite.Tpo -c -o libjpsqlite_la-jpsqlite.lo `test -f 'jpsqlite.c' || echo './'`jpsqlite.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I.. -g -O2 -MT libjpsqlite_la-jpsqlite.lo -MD -MP -MF .deps/libjpsqlite_la-jpsqlite.Tpo -c jpsqlite.c  -fPIC -DPIC -o .libs/libjpsqlite_la-jpsqlite.o
mv -f .deps/libjpsqlite_la-jpsqlite.Tpo .deps/libjpsqlite_la-jpsqlite.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I.. -g -O2 -module -avoid-version  -o libjpsqlite.la -rpath /usr/local/lib/jpilot/plugins libjpsqlite_la-jpsqlite.lo -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libjpsqlite_la-jpsqlite.o   -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3  -g -O2   -pthread -Wl,-soname -Wl,libjpsqlite.so -o .libs/libjpsqlite.so
libtool: link: ( cd ".libs" && rm -f "libjpsqlite.la" && ln -s "../libjpsqlite.la" "libjpsqlite.la" )
make[2]: Leaving directory '/tmp/jpilot/jpsqlite'
Making all in SyncTime
make[2]: Entering directory '/tmp/jpilot/SyncTime'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I.. -g -O2 -MT libsynctime_la-synctime.lo -MD -MP -MF .deps/libsynctime_la-synctime.Tpo -c -o libsynctime_la-synctime.lo `test -f 'synctime.c' || echo './'`synctime.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I.. -g -O2 -MT libsynctime_la-synctime.lo -MD -MP -MF .deps/libsynctime_la-synctime.Tpo -c synctime.c  -fPIC -DPIC -o .libs/libsynctime_la-synctime.o
mv -f .deps/libsynctime_la-synctime.Tpo .deps/libsynctime_la-synctime.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I.. -g -O2 -module -avoid-version  -o libsynctime.la -rpath /usr/local/lib/jpilot/plugins libsynctime_la-synctime.lo -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libsynctime_la-synctime.o   -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -g -O2   -pthread -Wl,-soname -Wl,libsynctime.so -o .libs/libsynctime.so
libtool: link: ( cd ".libs" && rm -f "libsynctime.la" && ln -s "../libsynctime.la" "libsynctime.la" )
make[2]: Leaving directory '/tmp/jpilot/SyncTime'
Making all in KeyRing
make[2]: Entering directory '/tmp/jpilot/KeyRing'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread  -I.. -g -O2 -MT libkeyring_la-keyring.lo -MD -MP -MF .deps/libkeyring_la-keyring.Tpo -c -o libkeyring_la-keyring.lo `test -f 'keyring.c' || echo './'`keyring.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I.. -g -O2 -MT libkeyring_la-keyring.lo -MD -MP -MF .deps/libkeyring_la-keyring.Tpo -c keyring.c  -fPIC -DPIC -o .libs/libkeyring_la-keyring.o
mv -f .deps/libkeyring_la-keyring.Tpo .deps/libkeyring_la-keyring.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread  -I.. -g -O2 -module -avoid-version  -o libkeyring.la -rpath /usr/local/lib/jpilot/plugins libkeyring_la-keyring.lo -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgcrypt
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libkeyring_la-keyring.o   -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgcrypt  -g -O2   -pthread -Wl,-soname -Wl,libkeyring.so -o .libs/libkeyring.so
libtool: link: ( cd ".libs" && rm -f "libkeyring.la" && ln -s "../libkeyring.la" "libkeyring.la" )
make[2]: Leaving directory '/tmp/jpilot/KeyRing'
Making all in dialer
make[2]: Entering directory '/tmp/jpilot/dialer'
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT jpilot-dial.o -MD -MP -MF .deps/jpilot-dial.Tpo -c -o jpilot-dial.o jpilot-dial.c
mv -f .deps/jpilot-dial.Tpo .deps/jpilot-dial.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o jpilot-dial jpilot-dial.o -lm
libtool: link: gcc -g -O2 -o jpilot-dial jpilot-dial.o  -lm
make[2]: Leaving directory '/tmp/jpilot/dialer'
Making all in icons
make[2]: Entering directory '/tmp/jpilot/icons'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/jpilot/icons'
Making all in docs
make[2]: Entering directory '/tmp/jpilot/docs'
sed -e 's|@DOCDIR@|/usr/local/share/doc/jpilot|g' jpilot.man > jpilot.1
sed -e 's|@DOCDIR@|/usr/local/share/doc/jpilot|g' jpilot-dial.man > jpilot-dial.1
sed -e 's|@DOCDIR@|/usr/local/share/doc/jpilot|g' jpilot-sync.man > jpilot-sync.1
sed -e 's|@DOCDIR@|/usr/local/share/doc/jpilot|g' jpilot-dump.man > jpilot-dump.1
sed -e 's|@DOCDIR@|/usr/local/share/doc/jpilot|g' jpilot-merge.man > jpilot-merge.1
make[2]: Leaving directory '/tmp/jpilot/docs'
Making all in empty
make[2]: Entering directory '/tmp/jpilot/empty'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/jpilot/empty'
make[2]: Entering directory '/tmp/jpilot'
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT address.o -MD -MP -MF .deps/address.Tpo -c -o address.o address.c
mv -f .deps/address.Tpo .deps/address.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT address_gui.o -MD -MP -MF .deps/address_gui.Tpo -c -o address_gui.o address_gui.c
mv -f .deps/address_gui.Tpo .deps/address_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT alarms.o -MD -MP -MF .deps/alarms.Tpo -c -o alarms.o alarms.c
mv -f .deps/alarms.Tpo .deps/alarms.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT category.o -MD -MP -MF .deps/category.Tpo -c -o category.o category.c
mv -f .deps/category.Tpo .deps/category.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT calendar.o -MD -MP -MF .deps/calendar.Tpo -c -o calendar.o calendar.c
mv -f .deps/calendar.Tpo .deps/calendar.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT contact.o -MD -MP -MF .deps/contact.Tpo -c -o contact.o contact.c
mv -f .deps/contact.Tpo .deps/contact.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT cp1250.o -MD -MP -MF .deps/cp1250.Tpo -c -o cp1250.o cp1250.c
mv -f .deps/cp1250.Tpo .deps/cp1250.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT dat.o -MD -MP -MF .deps/dat.Tpo -c -o dat.o dat.c
mv -f .deps/dat.Tpo .deps/dat.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT datebook.o -MD -MP -MF .deps/datebook.Tpo -c -o datebook.o datebook.c
mv -f .deps/datebook.Tpo .deps/datebook.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT datebook_gui.o -MD -MP -MF .deps/datebook_gui.Tpo -c -o datebook_gui.o datebook_gui.c
mv -f .deps/datebook_gui.Tpo .deps/datebook_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT dialer.o -MD -MP -MF .deps/dialer.Tpo -c -o dialer.o dialer.c
mv -f .deps/dialer.Tpo .deps/dialer.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT export_gui.o -MD -MP -MF .deps/export_gui.Tpo -c -o export_gui.o export_gui.c
mv -f .deps/export_gui.Tpo .deps/export_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT font.o -MD -MP -MF .deps/font.Tpo -c -o font.o font.c
mv -f .deps/font.Tpo .deps/font.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT import_gui.o -MD -MP -MF .deps/import_gui.Tpo -c -o import_gui.o import_gui.c
mv -f .deps/import_gui.Tpo .deps/import_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT install_gui.o -MD -MP -MF .deps/install_gui.Tpo -c -o install_gui.o install_gui.c
mv -f .deps/install_gui.Tpo .deps/install_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT install_user.o -MD -MP -MF .deps/install_user.Tpo -c -o install_user.o install_user.c
mv -f .deps/install_user.Tpo .deps/install_user.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT japanese.o -MD -MP -MF .deps/japanese.Tpo -c -o japanese.o japanese.c
mv -f .deps/japanese.Tpo .deps/japanese.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT jpilot.o -MD -MP -MF .deps/jpilot.Tpo -c -o jpilot.o jpilot.c
mv -f .deps/jpilot.Tpo .deps/jpilot.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT jp-contact.o -MD -MP -MF .deps/jp-contact.Tpo -c -o jp-contact.o jp-contact.c
mv -f .deps/jp-contact.Tpo .deps/jp-contact.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libplugin.o -MD -MP -MF .deps/libplugin.Tpo -c -o libplugin.o libplugin.c
mv -f .deps/libplugin.Tpo .deps/libplugin.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libsqlite.o -MD -MP -MF .deps/libsqlite.Tpo -c -o libsqlite.o libsqlite.c
mv -f .deps/libsqlite.Tpo .deps/libsqlite.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c
mv -f .deps/log.Tpo .deps/log.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT memo.o -MD -MP -MF .deps/memo.Tpo -c -o memo.o memo.c
mv -f .deps/memo.Tpo .deps/memo.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT memo_gui.o -MD -MP -MF .deps/memo_gui.Tpo -c -o memo_gui.o memo_gui.c
mv -f .deps/memo_gui.Tpo .deps/memo_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT monthview_gui.o -MD -MP -MF .deps/monthview_gui.Tpo -c -o monthview_gui.o monthview_gui.c
mv -f .deps/monthview_gui.Tpo .deps/monthview_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT otherconv.o -MD -MP -MF .deps/otherconv.Tpo -c -o otherconv.o otherconv.c
mv -f .deps/otherconv.Tpo .deps/otherconv.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT password.o -MD -MP -MF .deps/password.Tpo -c -o password.o password.c
mv -f .deps/password.Tpo .deps/password.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT pidfile.o -MD -MP -MF .deps/pidfile.Tpo -c -o pidfile.o pidfile.c
mv -f .deps/pidfile.Tpo .deps/pidfile.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT plugins.o -MD -MP -MF .deps/plugins.Tpo -c -o plugins.o plugins.c
mv -f .deps/plugins.Tpo .deps/plugins.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT prefs.o -MD -MP -MF .deps/prefs.Tpo -c -o prefs.o prefs.c
mv -f .deps/prefs.Tpo .deps/prefs.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT prefs_gui.o -MD -MP -MF .deps/prefs_gui.Tpo -c -o prefs_gui.o prefs_gui.c
mv -f .deps/prefs_gui.Tpo .deps/prefs_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT print.o -MD -MP -MF .deps/print.Tpo -c -o print.o print.c
mv -f .deps/print.Tpo .deps/print.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT print_gui.o -MD -MP -MF .deps/print_gui.Tpo -c -o print_gui.o print_gui.c
mv -f .deps/print_gui.Tpo .deps/print_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT print_headers.o -MD -MP -MF .deps/print_headers.Tpo -c -o print_headers.o print_headers.c
mv -f .deps/print_headers.Tpo .deps/print_headers.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT print_logo.o -MD -MP -MF .deps/print_logo.Tpo -c -o print_logo.o print_logo.c
mv -f .deps/print_logo.Tpo .deps/print_logo.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT restore_gui.o -MD -MP -MF .deps/restore_gui.Tpo -c -o restore_gui.o restore_gui.c
mv -f .deps/restore_gui.Tpo .deps/restore_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT russian.o -MD -MP -MF .deps/russian.Tpo -c -o russian.o russian.c
mv -f .deps/russian.Tpo .deps/russian.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT search_gui.o -MD -MP -MF .deps/search_gui.Tpo -c -o search_gui.o search_gui.c
mv -f .deps/search_gui.Tpo .deps/search_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT sync.o -MD -MP -MF .deps/sync.Tpo -c -o sync.o sync.c
mv -f .deps/sync.Tpo .deps/sync.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT todo.o -MD -MP -MF .deps/todo.Tpo -c -o todo.o todo.c
mv -f .deps/todo.Tpo .deps/todo.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT todo_gui.o -MD -MP -MF .deps/todo_gui.Tpo -c -o todo_gui.o todo_gui.c
mv -f .deps/todo_gui.Tpo .deps/todo_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
mv -f .deps/utils.Tpo .deps/utils.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT weekview_gui.o -MD -MP -MF .deps/weekview_gui.Tpo -c -o weekview_gui.o weekview_gui.c
mv -f .deps/weekview_gui.Tpo .deps/weekview_gui.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT icons.o -MD -MP -MF .deps/icons.Tpo -c -o icons.o `test -f 'icons/icons.c' || echo './'`icons/icons.c
mv -f .deps/icons.Tpo .deps/icons.Po
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT jpsqlite.o -MD -MP -MF .deps/jpsqlite.Tpo -c -o jpsqlite.o `test -f 'jpsqlite/jpsqlite.c' || echo './'`jpsqlite/jpsqlite.c
mv -f .deps/jpsqlite.Tpo .deps/jpsqlite.Po
/bin/sh ./libtool  --tag=CC   --mode=link gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -export-dynamic  -o jpilot address.o address_gui.o alarms.o category.o calendar.o contact.o cp1250.o dat.o datebook.o datebook_gui.o dialer.o export_gui.o font.o import_gui.o install_gui.o install_user.o japanese.o jpilot.o jp-contact.o libplugin.o libsqlite.o log.o memo.o memo_gui.o monthview_gui.o otherconv.o password.o pidfile.o plugins.o prefs.o prefs_gui.o print.o print_gui.o print_headers.o print_logo.o restore_gui.o russian.o search_gui.o sync.o todo.o todo_gui.o utils.o weekview_gui.o icons.o jpsqlite.o -L/lib -lpisock -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3
libtool: link: gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -o jpilot address.o address_gui.o alarms.o category.o calendar.o contact.o cp1250.o dat.o datebook.o datebook_gui.o dialer.o export_gui.o font.o import_gui.o install_gui.o install_user.o japanese.o jpilot.o jp-contact.o libplugin.o libsqlite.o log.o memo.o memo_gui.o monthview_gui.o otherconv.o password.o pidfile.o plugins.o prefs.o prefs_gui.o print.o print_gui.o print_headers.o print_logo.o restore_gui.o russian.o search_gui.o sync.o todo.o todo_gui.o utils.o weekview_gui.o icons.o jpsqlite.o -Wl,--export-dynamic  -L/lib -lpisock -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3 -pthread
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT jpilot-dump.o -MD -MP -MF .deps/jpilot-dump.Tpo -c -o jpilot-dump.o jpilot-dump.c
mv -f .deps/jpilot-dump.Tpo .deps/jpilot-dump.Po
/bin/sh ./libtool  --tag=CC   --mode=link gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2   -o jpilot-dump address.o calendar.o category.o contact.o cp1250.o datebook.o japanese.o jpilot-dump.o libplugin.o libsqlite.o log.o memo.o otherconv.o password.o plugins.o prefs.o russian.o todo.o utils.o jp-contact.o -L/lib -lpisock -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3
libtool: link: gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -o jpilot-dump address.o calendar.o category.o contact.o cp1250.o datebook.o japanese.o jpilot-dump.o libplugin.o libsqlite.o log.o memo.o otherconv.o password.o plugins.o prefs.o russian.o todo.o utils.o jp-contact.o  -L/lib -lpisock -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3 -pthread
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT jpilot-sync.o -MD -MP -MF .deps/jpilot-sync.Tpo -c -o jpilot-sync.o jpilot-sync.c
mv -f .deps/jpilot-sync.Tpo .deps/jpilot-sync.Po
/bin/sh ./libtool  --tag=CC   --mode=link gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -export-dynamic  -o jpilot-sync cp1250.o category.o jpilot-sync.o japanese.o libplugin.o libsqlite.o datebook.o calendar.o log.o otherconv.o password.o plugins.o prefs.o russian.o sync.o utils.o jp-contact.o -L/lib -lpisock -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3
libtool: link: gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -o jpilot-sync cp1250.o category.o jpilot-sync.o japanese.o libplugin.o libsqlite.o datebook.o calendar.o log.o otherconv.o password.o plugins.o prefs.o russian.o sync.o utils.o jp-contact.o -Wl,--export-dynamic  -L/lib -lpisock -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3 -pthread
gcc -DHAVE_CONFIG_H -I.    -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT jpilot-merge.o -MD -MP -MF .deps/jpilot-merge.Tpo -c -o jpilot-merge.o jpilot-merge.c
mv -f .deps/jpilot-merge.Tpo .deps/jpilot-merge.Po
/bin/sh ./libtool  --tag=CC   --mode=link gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2   -o jpilot-merge cp1250.o japanese.o libplugin.o libsqlite.o datebook.o calendar.o password.o log.o jpilot-merge.o otherconv.o plugins.o prefs.o russian.o utils.o -L/lib -lpisock -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3
libtool: link: gcc -I/usr/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -o jpilot-merge cp1250.o japanese.o libplugin.o libsqlite.o datebook.o calendar.o password.o log.o jpilot-merge.o otherconv.o plugins.o prefs.o russian.o utils.o  -L/lib -lpisock -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3 -pthread
make[2]: Leaving directory '/tmp/jpilot'
make[1]: Leaving directory '/tmp/jpilot'
        real 17.94s
        user 15.72s
        sys 0
        swapped 0
        total space 0
klm@chieftec /tmp/jpilot: ldd jpilot
        linux-vdso.so.1 (0x0000763000e01000)
        libpisock.so.9 => /usr/lib/libpisock.so.9 (0x0000763000cc2000)
        libgtk-3.so.0 => /usr/lib/libgtk-3.so.0 (0x0000763000400000)
        libgdk-3.so.0 => /usr/lib/libgdk-3.so.0 (0x0000763000bd6000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007630003e7000)
        libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x0000763000bc6000)
        libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x000076300037c000)
        libharfbuzz.so.0 => /usr/lib/libharfbuzz.so.0 (0x0000763000257000)
        libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x0000763000231000)
        libcairo-gobject.so.2 => /usr/lib/libcairo-gobject.so.2 (0x0000763000228000)
        libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007630000f1000)
        libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x00007630000ac000)
        libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x0000762fffedd000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x0000762fffe7d000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x0000762fffd2d000)
        libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x0000762fffbbc000)
        libc.so.6 => /usr/lib/libc.so.6 (0x0000762fff9ca000)
        libusb-0.1.so.4 => /usr/lib/libusb-0.1.so.4 (0x0000762fff9c2000)
        libpthread.so.0 => /usr/lib/libpthread.so.0 (0x0000762fff9bd000)
        libbluetooth.so.3 => /usr/lib/libbluetooth.so.3 (0x0000762fff98f000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x0000762fff988000)
        libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x0000762fff96b000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x0000762fff91b000)
        libfribidi.so.0 => /usr/lib/libfribidi.so.0 (0x0000762fff8fb000)
        libepoxy.so.0 => /usr/lib/libepoxy.so.0 (0x0000762fff7ee000)
        libm.so.6 => /usr/lib/libm.so.6 (0x0000762fff6f4000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0x0000762fff6e1000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x0000762fff5a0000)
        libatk-bridge-2.0.so.0 => /usr/lib/libatk-bridge-2.0.so.0 (0x0000762fff566000)
        libcloudproviders.so.0 => /usr/lib/libcloudproviders.so.0 (0x0000762fff54d000)
        libtinysparql-3.0.so.0 => /usr/lib/libtinysparql-3.0.so.0 (0x0000762fff47c000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x0000762fff472000)
        libxkbcommon.so.0 => /usr/lib/libxkbcommon.so.0 (0x0000762fff41b000)
        libwayland-client.so.0 => /usr/lib/libwayland-client.so.0 (0x0000762fff40c000)
        libwayland-cursor.so.0 => /usr/lib/libwayland-cursor.so.0 (0x0000762fff402000)
        libwayland-egl.so.1 => /usr/lib/libwayland-egl.so.1 (0x0000762fff3fd000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x0000762fff3e6000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x0000762fff3d9000)
        libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x0000762fff3d4000)
        libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0x0000762fff3cf000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x0000762fff3c2000)
        libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x0000762fff3bd000)
        libthai.so.0 => /usr/lib/libthai.so.0 (0x0000762fff3b0000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x0000762fff2e6000)
        libgraphite2.so.3 => /usr/lib/libgraphite2.so.3 (0x0000762fff2c4000)
        libpng16.so.16 => /usr/lib/libpng16.so.16 (0x0000762fff28a000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0x0000762fff27e000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x0000762fff251000)
        libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x0000762fff242000)
        libxcb-shm.so.0 => /usr/lib/libxcb-shm.so.0 (0x0000762fff23d000)
        libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x0000762fff197000)
        libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x0000762fff0f9000)
        libtiff.so.6 => /usr/lib/libtiff.so.6 (0x0000762fff06c000)
        libmount.so.1 => /usr/lib/libmount.so.1 (0x0000762fff01a000)
        libffi.so.8 => /usr/lib/libffi.so.8 (0x0000762fff00f000)
        libpcre2-8.so.0 => /usr/lib/libpcre2-8.so.0 (0x0000762ffef63000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x0000763000e03000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x0000762ffef39000)
        libatspi.so.0 => /usr/lib/libatspi.so.0 (0x0000762ffef02000)
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x0000762ffeead000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x0000762ffee7f000)
        libjson-glib-1.0.so.0 => /usr/lib/libjson-glib-1.0.so.0 (0x0000762ffee55000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x0000762ffed08000)
        libdatrie.so.1 => /usr/lib/libdatrie.so.1 (0x0000762ffecff000)
        libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x0000762ffecea000)
        libbrotlidec.so.1 => /usr/lib/libbrotlidec.so.1 (0x0000762ffecdb000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x0000762ffecd6000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x0000762ffecce000)
        libzstd.so.1 => /usr/lib/libzstd.so.1 (0x0000762ffebe9000)
        liblzma.so.5 => /usr/lib/liblzma.so.5 (0x0000762ffebb4000)
        libjbig.so.2.1 => /usr/lib/libjbig.so.2.1 (0x0000762ffeba6000)
        libblkid.so.1 => /usr/lib/libblkid.so.1 (0x0000762ffeb6d000)
        libsystemd.so.0 => /usr/lib/libsystemd.so.0 (0x0000762ffea4a000)
        libicuuc.so.76 => /usr/lib/libicuuc.so.76 (0x0000762ffe800000)
        libbrotlicommon.so.1 => /usr/lib/libbrotlicommon.so.1 (0x0000762ffea25000)
        libcap.so.2 => /usr/lib/libcap.so.2 (0x0000762ffea19000)
        libicudata.so.76 => /usr/lib/libicudata.so.76 (0x0000762ffc800000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0000762ffc400000)
klm@chieftec /tmp/jpilot:

2. Pilot-Link

Unfortunately the AUR package for pilot-link is broken, i.e., it no longer builds. This is a known problem: https://github.com/desrod/pilot-link/issues/18. If you have the built package, though, then it's just fine.

Download the compressed source tar-ball from here: https://mirrors.slackware.com/slackware/slackware-14.1/source/l/pilot-link/

I edited the configure file and changed -Wall to -fpermissive for CFLAGS. Otherwise I couldn't compile the source.

If you no longer sync from any handheld device, then you don't need to build pilot-link. You just need the include directory and copy it accordingly because the include files from pilot-link are required for J-Pilot.

klm@ryzen /tmp: tar jxf ~/D/pilot-link-0.12.5.tar.bz2
klm@ryzen /tmp: cd pilot-link-0.12.5
klm@ryzen /tmp/pilot-link-0.12.5: l
./          autogen.sh*    config.h.in   COPYING      doc/         libpisock/  Makefile.am  pilot-link.m4        popt/   ylwrap*
../         bindings/      config.sub*   COPYING.LIB  include/     libpisync/  Makefile.in  pilot-link.m4.in     README
aclocal.m4  ChangeLog      configure*    darwin/      INSTALL      ltmain.sh*  missing*     pilot-link.pc.in     src/
AUTHORS     config.guess*  configure.ac  depcomp*     install-sh*  m4/         NEWS         pilot-link-pp.pc.in  tests/
klm@ryzen /tmp/pilot-link-0.12.5: v configure
klm@ryzen /tmp/pilot-link-0.12.5: rg -l Wall
ChangeLog
bindings/Perl/h2xs-pilot-link
bindings/Perl/Pilot.c
configure.ac
bindings/Java/Makefile
configure
src/pilot-install-expenses
klm@ryzen /tmp/pilot-link-0.12.5: v configure
klm@ryzen /tmp/pilot-link-0.12.5: time ./configure
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g77... no
checking for g77-3.2... no
checking for g77-3.3... no
checking for fl32... no
checking for f77... no
checking for fort77... no
checking for xlf... no
checking for f90... no
checking for xlf90... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
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... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
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 g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether gfortran accepts -g... (cached) no
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 (/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... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC...
checking if gfortran static flag  works... yes
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for bison... bison -y
checking for ANSI C header files... (cached) 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 gcc needs -traditional... no
checking return type of signal handlers... void
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for memory.h... (cached) 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 regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl_compat.h usability... no
checking sys/ioctl_compat.h presence... no
checking for sys/ioctl_compat.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/malloc.h usability... no
checking sys/malloc.h presence... no
checking for sys/malloc.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for unistd.h... (cached) yes
checking IOKit/IOBSD.h usability... no
checking IOKit/IOBSD.h presence... no
checking for IOKit/IOBSD.h... no
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for inttypes.h... (cached) yes
checking for atexit... yes
checking for cfmakeraw... yes
checking for cfsetispeed... yes
checking for cfsetospeed... yes
checking for cfsetspeed... yes
checking for dup2... yes
checking for gethostname... yes
checking for inet_aton... yes
checking for malloc... yes
checking for memcpy... yes
checking for memmove... yes
checking for putenv... yes
checking for sigaction... yes
checking for snprintf... yes
checking for strchr... yes
checking for strdup... yes
checking for strtok... yes
checking for strtoul... yes
checking for strerror... yes
checking for uname... yes
checking for connect... yes
checking for gethostbyname... yes
checking for main in -linet... no
checking for cispeed and cospeed members of struct termios... yes
checking for socklen_t... yes
checking whether to enable userland conduits... no
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BLUEZ... yes
checking for libiconv in -liconv... no
checking for iconv... yes
checking for gnu_get_libc_version... yes
checking if system iconv handles CP1252... yes
checking if perl was enabled... no
Runtime debugging is enabled
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pilot-link.m4
config.status: creating pilot-link.pc
config.status: creating pilot-link-pp.pc
config.status: creating libpisock/Makefile
config.status: creating libpisync/Makefile
config.status: creating include/Makefile
config.status: creating include/pi-version.h
config.status: creating popt/Makefile
config.status: creating src/Makefile
config.status: creating src/prc/Makefile
config.status: creating src/pix/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/Perl/Makefile.PL
config.status: creating bindings/Python/setup.py
config.status: creating bindings/Python/setup-standalone.py
config.status: creating bindings/Java/Makefile
config.status: creating bindings/Tcl/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.cfg
config.status: creating doc/xml/Makefile
config.status: creating doc/xml/catalog.xml
config.status: creating doc/xml/docbook.xsl
config.status: creating doc/man/Makefile
config.status: creating tests/Makefile
config.status: creating darwin/Makefile
config.status: creating config.h
config.status: creating include/pi-md5.h
config.status: include/pi-md5.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

  Options detected/selected
  -------------------------.
  pilot-link version...... : 0.12.5
  libpisock version....... : 9.0.2
  libpisync version....... : 1.0.3
  Build for host.......... : x86_64-unknown-linux-gnu
  Extra Warnings.......... : no
  Direct USB support...... : yes, Linux
  BlueZ support........... : yes
  Thread-safe libpisock... : no
  ElectricFence checks.... : no
  CPPFLAGS................ :
  CFLAGS.................. : -g2 -fpermissive

  Userland Tools
  -------------------------.
  Build userland tools.... : no
  Support for popt........ : none
  Readline support........ : none
  PNG support............. : no

  Internal Language Support
  -------------------------.
  Iconv support........... : yes

  External Language Support
  -------------------------.
  TCL support............. : false
  Java support............ : false
  Python support.......... : false
  Perl support............ : false

        real 7.61s
        user 2.91s
        sys 0
        swapped 0
        total space 0
klm@ryzen /tmp/pilot-link-0.12.5: rg -l Wall
bindings/Perl/h2xs-pilot-link
bindings/Perl/Pilot.c
src/pilot-install-expenses
configure
ChangeLog
configure.ac
klm@ryzen /tmp/pilot-link-0.12.5: rg -l fpermissive
bindings/Tcl/Makefile
bindings/Makefile
popt/Makefile
configure
libpisock/Makefile
config.status
bindings/Java/Makefile
Makefile
libtool
doc/Makefile
doc/man/Makefile
include/Makefile
doc/xml/Makefile
libpisync/Makefile
config.log
tests/Makefile
darwin/Makefile
src/prc/Makefile
src/pix/Makefile
src/Makefile
klm@ryzen /tmp/pilot-link-0.12.5: time make
make  all-recursive
make[1]: Entering directory '/tmp/pilot-link-0.12.5'
Making all in popt
make[2]: Entering directory '/tmp/pilot-link-0.12.5/popt'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/pilot-link-0.12.5/popt'
Making all in libpisock
make[2]: Entering directory '/tmp/pilot-link-0.12.5/libpisock'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-bluetooth.lo -MD -MP -MF .deps/libpisock_la-bluetooth.Tpo -c -o libpisock_la-bluetooth.lo `test -f 'bluetooth.c' || echo './'`bluetooth.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-bluetooth.lo -MD -MP -MF .deps/libpisock_la-bluetooth.Tpo -c bluetooth.c  -fPIC -DPIC -o .libs/libpisock_la-bluetooth.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-bluetooth.lo -MD -MP -MF .deps/libpisock_la-bluetooth.Tpo -c bluetooth.c -o libpisock_la-bluetooth.o >/dev/null 2>&1
mv -f .deps/libpisock_la-bluetooth.Tpo .deps/libpisock_la-bluetooth.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-unixserial.lo -MD -MP -MF .deps/libpisock_la-unixserial.Tpo -c -o libpisock_la-unixserial.lo `test -f 'unixserial.c' || echo './'`unixserial.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-unixserial.lo -MD -MP -MF .deps/libpisock_la-unixserial.Tpo -c unixserial.c  -fPIC -DPIC -o .libs/libpisock_la-unixserial.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-unixserial.lo -MD -MP -MF .deps/libpisock_la-unixserial.Tpo -c unixserial.c -o libpisock_la-unixserial.o >/dev/null 2>&1
mv -f .deps/libpisock_la-unixserial.Tpo .deps/libpisock_la-unixserial.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-usb.lo -MD -MP -MF .deps/libpisock_la-usb.Tpo -c -o libpisock_la-usb.lo `test -f 'usb.c' || echo './'`usb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-usb.lo -MD -MP -MF .deps/libpisock_la-usb.Tpo -c usb.c  -fPIC -DPIC -o .libs/libpisock_la-usb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-usb.lo -MD -MP -MF .deps/libpisock_la-usb.Tpo -c usb.c -o libpisock_la-usb.o >/dev/null 2>&1
mv -f .deps/libpisock_la-usb.Tpo .deps/libpisock_la-usb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-linuxusb.lo -MD -MP -MF .deps/libpisock_la-linuxusb.Tpo -c -o libpisock_la-linuxusb.lo `test -f 'linuxusb.c' || echo './'`linuxusb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-linuxusb.lo -MD -MP -MF .deps/libpisock_la-linuxusb.Tpo -c linuxusb.c  -fPIC -DPIC -o .libs/libpisock_la-linuxusb.o
linuxusb.c: In function ‘pi_usb_impl_init’:
linuxusb.c:60:33: warning: assignment to ‘ssize_t (*)(pi_socket_t *, const unsigned char *, size_t,  int)’ {aka ‘long int (*)(struct pi_socket *, const unsigned char *, long unsigned int,  int)’} from incompatible pointer type ‘int (*)(pi_socket_t *, unsigned char *, size_t,  int)’ {aka ‘int (*)(struct pi_socket *, unsigned char *, long unsigned int,  int)’} [-Wincompatible-pointer-types]
   60 |         impl->write             = u_write;
      |                                 ^
linuxusb.c:61:33: warning: assignment to ‘ssize_t (*)(pi_socket_t *, pi_buffer_t *, size_t,  int)’ {aka ‘long int (*)(struct pi_socket *, pi_buffer_t *, long unsigned int,  int)’} from incompatible pointer type ‘int (*)(pi_socket_t *, pi_buffer_t *, size_t,  int)’ {aka ‘int (*)(struct pi_socket *, pi_buffer_t *, long unsigned int,  int)’} [-Wincompatible-pointer-types]
   61 |         impl->read              = u_read;
      |                                 ^
linuxusb.c: In function ‘u_flush’:
linuxusb.c:384:32: warning: implicit declaration of function ‘recv’ [-Wimplicit-function-declaration]
  384 |                         while (recv(ps->sd, buf, sizeof(buf), 0) > 0)
      |                                ^~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-linuxusb.lo -MD -MP -MF .deps/libpisock_la-linuxusb.Tpo -c linuxusb.c -o libpisock_la-linuxusb.o >/dev/null 2>&1
mv -f .deps/libpisock_la-linuxusb.Tpo .deps/libpisock_la-linuxusb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-address.lo -MD -MP -MF .deps/libpisock_la-address.Tpo -c -o libpisock_la-address.lo `test -f 'address.c' || echo './'`address.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-address.lo -MD -MP -MF .deps/libpisock_la-address.Tpo -c address.c  -fPIC -DPIC -o .libs/libpisock_la-address.o
address.c: In function ‘unpack_AddressAppInfo’:
address.c:212:32: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  212 |         unsigned char *start = record;
      |                                ^~~~~~
address.c: In function ‘pack_AddressAppInfo’:
address.c:280:39: warning: passing argument 1 of ‘strcpy’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  280 |                 strcpy(ai->phoneLabels[i - 3], ai->labels[i]);
      |                        ~~~~~~~~~~~~~~~^~~~~~~
In file included from address.c:26:
/usr/include/string.h:141:39: note: expected ‘char * restrict’ but argument is of type ‘const char *’
  141 | extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
      |                      ~~~~~~~~~~~~~~~~~^~~~~~
address.c:282:39: warning: passing argument 1 of ‘strcpy’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  282 |                 strcpy(ai->phoneLabels[i - 19 + 5], ai->labels[i]);
      |                        ~~~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/include/string.h:141:39: note: expected ‘char * restrict’ but argument is of type ‘const char *’
  141 | extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
      |                      ~~~~~~~~~~~~~~~~~^~~~~~
address.c:301:39: warning: passing argument 1 of ‘strcpy’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  301 |                 strcpy(ai->phoneLabels[i - 3], ai->labels[i]);
      |                        ~~~~~~~~~~~~~~~^~~~~~~
/usr/include/string.h:141:39: note: expected ‘char * restrict’ but argument is of type ‘const char *’
  141 | extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
      |                      ~~~~~~~~~~~~~~~~~^~~~~~
address.c:303:39: warning: passing argument 1 of ‘strcpy’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  303 |                 strcpy(ai->phoneLabels[i - 19 + 5], ai->labels[i]);
      |                        ~~~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/include/string.h:141:39: note: expected ‘char * restrict’ but argument is of type ‘const char *’
  141 | extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
      |                      ~~~~~~~~~~~~~~~~~^~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-address.lo -MD -MP -MF .deps/libpisock_la-address.Tpo -c address.c -o libpisock_la-address.o >/dev/null 2>&1
mv -f .deps/libpisock_la-address.Tpo .deps/libpisock_la-address.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-appinfo.lo -MD -MP -MF .deps/libpisock_la-appinfo.Tpo -c -o libpisock_la-appinfo.lo `test -f 'appinfo.c' || echo './'`appinfo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-appinfo.lo -MD -MP -MF .deps/libpisock_la-appinfo.Tpo -c appinfo.c  -fPIC -DPIC -o .libs/libpisock_la-appinfo.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-appinfo.lo -MD -MP -MF .deps/libpisock_la-appinfo.Tpo -c appinfo.c -o libpisock_la-appinfo.o >/dev/null 2>&1
mv -f .deps/libpisock_la-appinfo.Tpo .deps/libpisock_la-appinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-connect.lo -MD -MP -MF .deps/libpisock_la-connect.Tpo -c -o libpisock_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-connect.lo -MD -MP -MF .deps/libpisock_la-connect.Tpo -c connect.c  -fPIC -DPIC -o .libs/libpisock_la-connect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-connect.lo -MD -MP -MF .deps/libpisock_la-connect.Tpo -c connect.c -o libpisock_la-connect.o >/dev/null 2>&1
mv -f .deps/libpisock_la-connect.Tpo .deps/libpisock_la-connect.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-contact.lo -MD -MP -MF .deps/libpisock_la-contact.Tpo -c -o libpisock_la-contact.lo `test -f 'contact.c' || echo './'`contact.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-contact.lo -MD -MP -MF .deps/libpisock_la-contact.Tpo -c contact.c  -fPIC -DPIC -o .libs/libpisock_la-contact.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-contact.lo -MD -MP -MF .deps/libpisock_la-contact.Tpo -c contact.c -o libpisock_la-contact.o >/dev/null 2>&1
mv -f .deps/libpisock_la-contact.Tpo .deps/libpisock_la-contact.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-cmp.lo -MD -MP -MF .deps/libpisock_la-cmp.Tpo -c -o libpisock_la-cmp.lo `test -f 'cmp.c' || echo './'`cmp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-cmp.lo -MD -MP -MF .deps/libpisock_la-cmp.Tpo -c cmp.c  -fPIC -DPIC -o .libs/libpisock_la-cmp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-cmp.lo -MD -MP -MF .deps/libpisock_la-cmp.Tpo -c cmp.c -o libpisock_la-cmp.o >/dev/null 2>&1
mv -f .deps/libpisock_la-cmp.Tpo .deps/libpisock_la-cmp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-datebook.lo -MD -MP -MF .deps/libpisock_la-datebook.Tpo -c -o libpisock_la-datebook.lo `test -f 'datebook.c' || echo './'`datebook.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-datebook.lo -MD -MP -MF .deps/libpisock_la-datebook.Tpo -c datebook.c  -fPIC -DPIC -o .libs/libpisock_la-datebook.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-datebook.lo -MD -MP -MF .deps/libpisock_la-datebook.Tpo -c datebook.c -o libpisock_la-datebook.o >/dev/null 2>&1
mv -f .deps/libpisock_la-datebook.Tpo .deps/libpisock_la-datebook.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-debug.lo -MD -MP -MF .deps/libpisock_la-debug.Tpo -c -o libpisock_la-debug.lo `test -f 'debug.c' || echo './'`debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-debug.lo -MD -MP -MF .deps/libpisock_la-debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/libpisock_la-debug.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-debug.lo -MD -MP -MF .deps/libpisock_la-debug.Tpo -c debug.c -o libpisock_la-debug.o >/dev/null 2>&1
mv -f .deps/libpisock_la-debug.Tpo .deps/libpisock_la-debug.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-dlp.lo -MD -MP -MF .deps/libpisock_la-dlp.Tpo -c -o libpisock_la-dlp.lo `test -f 'dlp.c' || echo './'`dlp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-dlp.lo -MD -MP -MF .deps/libpisock_la-dlp.Tpo -c dlp.c  -fPIC -DPIC -o .libs/libpisock_la-dlp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-dlp.lo -MD -MP -MF .deps/libpisock_la-dlp.Tpo -c dlp.c -o libpisock_la-dlp.o >/dev/null 2>&1
mv -f .deps/libpisock_la-dlp.Tpo .deps/libpisock_la-dlp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-expense.lo -MD -MP -MF .deps/libpisock_la-expense.Tpo -c -o libpisock_la-expense.lo `test -f 'expense.c' || echo './'`expense.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-expense.lo -MD -MP -MF .deps/libpisock_la-expense.Tpo -c expense.c  -fPIC -DPIC -o .libs/libpisock_la-expense.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-expense.lo -MD -MP -MF .deps/libpisock_la-expense.Tpo -c expense.c -o libpisock_la-expense.o >/dev/null 2>&1
mv -f .deps/libpisock_la-expense.Tpo .deps/libpisock_la-expense.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-hinote.lo -MD -MP -MF .deps/libpisock_la-hinote.Tpo -c -o libpisock_la-hinote.lo `test -f 'hinote.c' || echo './'`hinote.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-hinote.lo -MD -MP -MF .deps/libpisock_la-hinote.Tpo -c hinote.c  -fPIC -DPIC -o .libs/libpisock_la-hinote.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-hinote.lo -MD -MP -MF .deps/libpisock_la-hinote.Tpo -c hinote.c -o libpisock_la-hinote.o >/dev/null 2>&1
mv -f .deps/libpisock_la-hinote.Tpo .deps/libpisock_la-hinote.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-inet.lo -MD -MP -MF .deps/libpisock_la-inet.Tpo -c -o libpisock_la-inet.lo `test -f 'inet.c' || echo './'`inet.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-inet.lo -MD -MP -MF .deps/libpisock_la-inet.Tpo -c inet.c  -fPIC -DPIC -o .libs/libpisock_la-inet.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-inet.lo -MD -MP -MF .deps/libpisock_la-inet.Tpo -c inet.c -o libpisock_la-inet.o >/dev/null 2>&1
mv -f .deps/libpisock_la-inet.Tpo .deps/libpisock_la-inet.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-location.lo -MD -MP -MF .deps/libpisock_la-location.Tpo -c -o libpisock_la-location.lo `test -f 'location.c' || echo './'`location.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-location.lo -MD -MP -MF .deps/libpisock_la-location.Tpo -c location.c  -fPIC -DPIC -o .libs/libpisock_la-location.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-location.lo -MD -MP -MF .deps/libpisock_la-location.Tpo -c location.c -o libpisock_la-location.o >/dev/null 2>&1
mv -f .deps/libpisock_la-location.Tpo .deps/libpisock_la-location.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-blob.lo -MD -MP -MF .deps/libpisock_la-blob.Tpo -c -o libpisock_la-blob.lo `test -f 'blob.c' || echo './'`blob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-blob.lo -MD -MP -MF .deps/libpisock_la-blob.Tpo -c blob.c  -fPIC -DPIC -o .libs/libpisock_la-blob.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-blob.lo -MD -MP -MF .deps/libpisock_la-blob.Tpo -c blob.c -o libpisock_la-blob.o >/dev/null 2>&1
mv -f .deps/libpisock_la-blob.Tpo .deps/libpisock_la-blob.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-calendar.lo -MD -MP -MF .deps/libpisock_la-calendar.Tpo -c -o libpisock_la-calendar.lo `test -f 'calendar.c' || echo './'`calendar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-calendar.lo -MD -MP -MF .deps/libpisock_la-calendar.Tpo -c calendar.c  -fPIC -DPIC -o .libs/libpisock_la-calendar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-calendar.lo -MD -MP -MF .deps/libpisock_la-calendar.Tpo -c calendar.c -o libpisock_la-calendar.o >/dev/null 2>&1
mv -f .deps/libpisock_la-calendar.Tpo .deps/libpisock_la-calendar.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-mail.lo -MD -MP -MF .deps/libpisock_la-mail.Tpo -c -o libpisock_la-mail.lo `test -f 'mail.c' || echo './'`mail.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-mail.lo -MD -MP -MF .deps/libpisock_la-mail.Tpo -c mail.c  -fPIC -DPIC -o .libs/libpisock_la-mail.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-mail.lo -MD -MP -MF .deps/libpisock_la-mail.Tpo -c mail.c -o libpisock_la-mail.o >/dev/null 2>&1
mv -f .deps/libpisock_la-mail.Tpo .deps/libpisock_la-mail.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-md5.lo -MD -MP -MF .deps/libpisock_la-md5.Tpo -c -o libpisock_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-md5.lo -MD -MP -MF .deps/libpisock_la-md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/libpisock_la-md5.o
In file included from md5.c:27:
../include/pi-md5.h:26:24: warning: extra tokens at end of #ifdef directive
   26 | #ifdef HAVE_INTTYPES_H || HAVE_STDINT_H
      |                        ^~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-md5.lo -MD -MP -MF .deps/libpisock_la-md5.Tpo -c md5.c -o libpisock_la-md5.o >/dev/null 2>&1
mv -f .deps/libpisock_la-md5.Tpo .deps/libpisock_la-md5.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-memo.lo -MD -MP -MF .deps/libpisock_la-memo.Tpo -c -o libpisock_la-memo.lo `test -f 'memo.c' || echo './'`memo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-memo.lo -MD -MP -MF .deps/libpisock_la-memo.Tpo -c memo.c  -fPIC -DPIC -o .libs/libpisock_la-memo.o
memo.c: In function ‘unpack_MemoAppInfo’:
memo.c:125:32: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  125 |         unsigned char *start = record;
      |                                ^~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-memo.lo -MD -MP -MF .deps/libpisock_la-memo.Tpo -c memo.c -o libpisock_la-memo.o >/dev/null 2>&1
mv -f .deps/libpisock_la-memo.Tpo .deps/libpisock_la-memo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-money.lo -MD -MP -MF .deps/libpisock_la-money.Tpo -c -o libpisock_la-money.lo `test -f 'money.c' || echo './'`money.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-money.lo -MD -MP -MF .deps/libpisock_la-money.Tpo -c money.c  -fPIC -DPIC -o .libs/libpisock_la-money.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-money.lo -MD -MP -MF .deps/libpisock_la-money.Tpo -c money.c -o libpisock_la-money.o >/dev/null 2>&1
mv -f .deps/libpisock_la-money.Tpo .deps/libpisock_la-money.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-net.lo -MD -MP -MF .deps/libpisock_la-net.Tpo -c -o libpisock_la-net.lo `test -f 'net.c' || echo './'`net.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-net.lo -MD -MP -MF .deps/libpisock_la-net.Tpo -c net.c  -fPIC -DPIC -o .libs/libpisock_la-net.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-net.lo -MD -MP -MF .deps/libpisock_la-net.Tpo -c net.c -o libpisock_la-net.o >/dev/null 2>&1
mv -f .deps/libpisock_la-net.Tpo .deps/libpisock_la-net.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-notepad.lo -MD -MP -MF .deps/libpisock_la-notepad.Tpo -c -o libpisock_la-notepad.lo `test -f 'notepad.c' || echo './'`notepad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-notepad.lo -MD -MP -MF .deps/libpisock_la-notepad.Tpo -c notepad.c  -fPIC -DPIC -o .libs/libpisock_la-notepad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-notepad.lo -MD -MP -MF .deps/libpisock_la-notepad.Tpo -c notepad.c -o libpisock_la-notepad.o >/dev/null 2>&1
mv -f .deps/libpisock_la-notepad.Tpo .deps/libpisock_la-notepad.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-padp.lo -MD -MP -MF .deps/libpisock_la-padp.Tpo -c -o libpisock_la-padp.lo `test -f 'padp.c' || echo './'`padp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-padp.lo -MD -MP -MF .deps/libpisock_la-padp.Tpo -c padp.c  -fPIC -DPIC -o .libs/libpisock_la-padp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-padp.lo -MD -MP -MF .deps/libpisock_la-padp.Tpo -c padp.c -o libpisock_la-padp.o >/dev/null 2>&1
mv -f .deps/libpisock_la-padp.Tpo .deps/libpisock_la-padp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-palmpix.lo -MD -MP -MF .deps/libpisock_la-palmpix.Tpo -c -o libpisock_la-palmpix.lo `test -f 'palmpix.c' || echo './'`palmpix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-palmpix.lo -MD -MP -MF .deps/libpisock_la-palmpix.Tpo -c palmpix.c  -fPIC -DPIC -o .libs/libpisock_la-palmpix.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-palmpix.lo -MD -MP -MF .deps/libpisock_la-palmpix.Tpo -c palmpix.c -o libpisock_la-palmpix.o >/dev/null 2>&1
mv -f .deps/libpisock_la-palmpix.Tpo .deps/libpisock_la-palmpix.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-pi-buffer.lo -MD -MP -MF .deps/libpisock_la-pi-buffer.Tpo -c -o libpisock_la-pi-buffer.lo `test -f 'pi-buffer.c' || echo './'`pi-buffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-pi-buffer.lo -MD -MP -MF .deps/libpisock_la-pi-buffer.Tpo -c pi-buffer.c  -fPIC -DPIC -o .libs/libpisock_la-pi-buffer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-pi-buffer.lo -MD -MP -MF .deps/libpisock_la-pi-buffer.Tpo -c pi-buffer.c -o libpisock_la-pi-buffer.o >/dev/null 2>&1
mv -f .deps/libpisock_la-pi-buffer.Tpo .deps/libpisock_la-pi-buffer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-pi-file.lo -MD -MP -MF .deps/libpisock_la-pi-file.Tpo -c -o libpisock_la-pi-file.lo `test -f 'pi-file.c' || echo './'`pi-file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-pi-file.lo -MD -MP -MF .deps/libpisock_la-pi-file.Tpo -c pi-file.c  -fPIC -DPIC -o .libs/libpisock_la-pi-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-pi-file.lo -MD -MP -MF .deps/libpisock_la-pi-file.Tpo -c pi-file.c -o libpisock_la-pi-file.o >/dev/null 2>&1
mv -f .deps/libpisock_la-pi-file.Tpo .deps/libpisock_la-pi-file.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-pi-header.lo -MD -MP -MF .deps/libpisock_la-pi-header.Tpo -c -o libpisock_la-pi-header.lo `test -f 'pi-header.c' || echo './'`pi-header.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-pi-header.lo -MD -MP -MF .deps/libpisock_la-pi-header.Tpo -c pi-header.c  -fPIC -DPIC -o .libs/libpisock_la-pi-header.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-pi-header.lo -MD -MP -MF .deps/libpisock_la-pi-header.Tpo -c pi-header.c -o libpisock_la-pi-header.o >/dev/null 2>&1
mv -f .deps/libpisock_la-pi-header.Tpo .deps/libpisock_la-pi-header.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-serial.lo -MD -MP -MF .deps/libpisock_la-serial.Tpo -c -o libpisock_la-serial.lo `test -f 'serial.c' || echo './'`serial.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-serial.lo -MD -MP -MF .deps/libpisock_la-serial.Tpo -c serial.c  -fPIC -DPIC -o .libs/libpisock_la-serial.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-serial.lo -MD -MP -MF .deps/libpisock_la-serial.Tpo -c serial.c -o libpisock_la-serial.o >/dev/null 2>&1
mv -f .deps/libpisock_la-serial.Tpo .deps/libpisock_la-serial.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-slp.lo -MD -MP -MF .deps/libpisock_la-slp.Tpo -c -o libpisock_la-slp.lo `test -f 'slp.c' || echo './'`slp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-slp.lo -MD -MP -MF .deps/libpisock_la-slp.Tpo -c slp.c  -fPIC -DPIC -o .libs/libpisock_la-slp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-slp.lo -MD -MP -MF .deps/libpisock_la-slp.Tpo -c slp.c -o libpisock_la-slp.o >/dev/null 2>&1
mv -f .deps/libpisock_la-slp.Tpo .deps/libpisock_la-slp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-sys.lo -MD -MP -MF .deps/libpisock_la-sys.Tpo -c -o libpisock_la-sys.lo `test -f 'sys.c' || echo './'`sys.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-sys.lo -MD -MP -MF .deps/libpisock_la-sys.Tpo -c sys.c  -fPIC -DPIC -o .libs/libpisock_la-sys.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-sys.lo -MD -MP -MF .deps/libpisock_la-sys.Tpo -c sys.c -o libpisock_la-sys.o >/dev/null 2>&1
mv -f .deps/libpisock_la-sys.Tpo .deps/libpisock_la-sys.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-socket.lo -MD -MP -MF .deps/libpisock_la-socket.Tpo -c -o libpisock_la-socket.lo `test -f 'socket.c' || echo './'`socket.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-socket.lo -MD -MP -MF .deps/libpisock_la-socket.Tpo -c socket.c  -fPIC -DPIC -o .libs/libpisock_la-socket.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-socket.lo -MD -MP -MF .deps/libpisock_la-socket.Tpo -c socket.c -o libpisock_la-socket.o >/dev/null 2>&1
mv -f .deps/libpisock_la-socket.Tpo .deps/libpisock_la-socket.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-syspkt.lo -MD -MP -MF .deps/libpisock_la-syspkt.Tpo -c -o libpisock_la-syspkt.lo `test -f 'syspkt.c' || echo './'`syspkt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-syspkt.lo -MD -MP -MF .deps/libpisock_la-syspkt.Tpo -c syspkt.c  -fPIC -DPIC -o .libs/libpisock_la-syspkt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-syspkt.lo -MD -MP -MF .deps/libpisock_la-syspkt.Tpo -c syspkt.c -o libpisock_la-syspkt.o >/dev/null 2>&1
mv -f .deps/libpisock_la-syspkt.Tpo .deps/libpisock_la-syspkt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-threadsafe.lo -MD -MP -MF .deps/libpisock_la-threadsafe.Tpo -c -o libpisock_la-threadsafe.lo `test -f 'threadsafe.c' || echo './'`threadsafe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-threadsafe.lo -MD -MP -MF .deps/libpisock_la-threadsafe.Tpo -c threadsafe.c  -fPIC -DPIC -o .libs/libpisock_la-threadsafe.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-threadsafe.lo -MD -MP -MF .deps/libpisock_la-threadsafe.Tpo -c threadsafe.c -o libpisock_la-threadsafe.o >/dev/null 2>&1
mv -f .deps/libpisock_la-threadsafe.Tpo .deps/libpisock_la-threadsafe.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-todo.lo -MD -MP -MF .deps/libpisock_la-todo.Tpo -c -o libpisock_la-todo.lo `test -f 'todo.c' || echo './'`todo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-todo.lo -MD -MP -MF .deps/libpisock_la-todo.Tpo -c todo.c  -fPIC -DPIC -o .libs/libpisock_la-todo.o
todo.c: In function ‘unpack_ToDoAppInfo’:
todo.c:235:32: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  235 |         unsigned char *start = record;
      |                                ^~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-todo.lo -MD -MP -MF .deps/libpisock_la-todo.Tpo -c todo.c -o libpisock_la-todo.o >/dev/null 2>&1
mv -f .deps/libpisock_la-todo.Tpo .deps/libpisock_la-todo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-utils.lo -MD -MP -MF .deps/libpisock_la-utils.Tpo -c -o libpisock_la-utils.lo `test -f 'utils.c' || echo './'`utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-utils.lo -MD -MP -MF .deps/libpisock_la-utils.Tpo -c utils.c  -fPIC -DPIC -o .libs/libpisock_la-utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-utils.lo -MD -MP -MF .deps/libpisock_la-utils.Tpo -c utils.c -o libpisock_la-utils.o >/dev/null 2>&1
mv -f .deps/libpisock_la-utils.Tpo .deps/libpisock_la-utils.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-veo.lo -MD -MP -MF .deps/libpisock_la-veo.Tpo -c -o libpisock_la-veo.lo `test -f 'veo.c' || echo './'`veo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-veo.lo -MD -MP -MF .deps/libpisock_la-veo.Tpo -c veo.c  -fPIC -DPIC -o .libs/libpisock_la-veo.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-veo.lo -MD -MP -MF .deps/libpisock_la-veo.Tpo -c veo.c -o libpisock_la-veo.o >/dev/null 2>&1
mv -f .deps/libpisock_la-veo.Tpo .deps/libpisock_la-veo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include      -g2 -fpermissive -MT libpisock_la-versamail.lo -MD -MP -MF .deps/libpisock_la-versamail.Tpo -c -o libpisock_la-versamail.lo `test -f 'versamail.c' || echo './'`versamail.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-versamail.lo -MD -MP -MF .deps/libpisock_la-versamail.Tpo -c versamail.c  -fPIC -DPIC -o .libs/libpisock_la-versamail.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT libpisock_la-versamail.lo -MD -MP -MF .deps/libpisock_la-versamail.Tpo -c versamail.c -o libpisock_la-versamail.o >/dev/null 2>&1
mv -f .deps/libpisock_la-versamail.Tpo .deps/libpisock_la-versamail.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc    -g2 -fpermissive -export-dynamic -version-info 9:2:0  -o libpisock.la -rpath /usr/local/lib libpisock_la-bluetooth.lo libpisock_la-unixserial.lo libpisock_la-usb.lo libpisock_la-linuxusb.lo libpisock_la-address.lo libpisock_la-appinfo.lo libpisock_la-connect.lo libpisock_la-contact.lo libpisock_la-cmp.lo libpisock_la-datebook.lo libpisock_la-debug.lo libpisock_la-dlp.lo libpisock_la-expense.lo libpisock_la-hinote.lo libpisock_la-inet.lo libpisock_la-location.lo libpisock_la-blob.lo libpisock_la-calendar.lo libpisock_la-mail.lo libpisock_la-md5.lo libpisock_la-memo.lo libpisock_la-money.lo libpisock_la-net.lo libpisock_la-notepad.lo libpisock_la-padp.lo libpisock_la-palmpix.lo libpisock_la-pi-buffer.lo libpisock_la-pi-file.lo libpisock_la-pi-header.lo libpisock_la-serial.lo libpisock_la-slp.lo libpisock_la-sys.lo libpisock_la-socket.lo libpisock_la-syspkt.lo libpisock_la-threadsafe.lo libpisock_la-todo.lo libpisock_la-utils.lo libpisock_la-veo.lo libpisock_la-versamail.lo -lbluetooth
libtool: link: gcc -shared  .libs/libpisock_la-bluetooth.o .libs/libpisock_la-unixserial.o .libs/libpisock_la-usb.o .libs/libpisock_la-linuxusb.o .libs/libpisock_la-address.o .libs/libpisock_la-appinfo.o .libs/libpisock_la-connect.o .libs/libpisock_la-contact.o .libs/libpisock_la-cmp.o .libs/libpisock_la-datebook.o .libs/libpisock_la-debug.o .libs/libpisock_la-dlp.o .libs/libpisock_la-expense.o .libs/libpisock_la-hinote.o .libs/libpisock_la-inet.o .libs/libpisock_la-location.o .libs/libpisock_la-blob.o .libs/libpisock_la-calendar.o .libs/libpisock_la-mail.o .libs/libpisock_la-md5.o .libs/libpisock_la-memo.o .libs/libpisock_la-money.o .libs/libpisock_la-net.o .libs/libpisock_la-notepad.o .libs/libpisock_la-padp.o .libs/libpisock_la-palmpix.o .libs/libpisock_la-pi-buffer.o .libs/libpisock_la-pi-file.o .libs/libpisock_la-pi-header.o .libs/libpisock_la-serial.o .libs/libpisock_la-slp.o .libs/libpisock_la-sys.o .libs/libpisock_la-socket.o .libs/libpisock_la-syspkt.o .libs/libpisock_la-threadsafe.o .libs/libpisock_la-todo.o .libs/libpisock_la-utils.o .libs/libpisock_la-veo.o .libs/libpisock_la-versamail.o   -lbluetooth    -Wl,-soname -Wl,libpisock.so.9 -o .libs/libpisock.so.9.0.2
libtool: link: (cd ".libs" && rm -f "libpisock.so.9" && ln -s "libpisock.so.9.0.2" "libpisock.so.9")
libtool: link: (cd ".libs" && rm -f "libpisock.so" && ln -s "libpisock.so.9.0.2" "libpisock.so")
libtool: link: ar cru .libs/libpisock.a  libpisock_la-bluetooth.o libpisock_la-unixserial.o libpisock_la-usb.o libpisock_la-linuxusb.o libpisock_la-address.o libpisock_la-appinfo.o libpisock_la-connect.o libpisock_la-contact.o libpisock_la-cmp.o libpisock_la-datebook.o libpisock_la-debug.o libpisock_la-dlp.o libpisock_la-expense.o libpisock_la-hinote.o libpisock_la-inet.o libpisock_la-location.o libpisock_la-blob.o libpisock_la-calendar.o libpisock_la-mail.o libpisock_la-md5.o libpisock_la-memo.o libpisock_la-money.o libpisock_la-net.o libpisock_la-notepad.o libpisock_la-padp.o libpisock_la-palmpix.o libpisock_la-pi-buffer.o libpisock_la-pi-file.o libpisock_la-pi-header.o libpisock_la-serial.o libpisock_la-slp.o libpisock_la-sys.o libpisock_la-socket.o libpisock_la-syspkt.o libpisock_la-threadsafe.o libpisock_la-todo.o libpisock_la-utils.o libpisock_la-veo.o libpisock_la-versamail.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libpisock.a
libtool: link: ( cd ".libs" && rm -f "libpisock.la" && ln -s "../libpisock.la" "libpisock.la" )
make[2]: Leaving directory '/tmp/pilot-link-0.12.5/libpisock'
Making all in libpisync
make[2]: Entering directory '/tmp/pilot-link-0.12.5/libpisync'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include     -g2 -fpermissive -MT sync.lo -MD -MP -MF .deps/sync.Tpo -c -o sync.lo sync.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT sync.lo -MD -MP -MF .deps/sync.Tpo -c sync.c  -fPIC -DPIC -o .libs/sync.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT sync.lo -MD -MP -MF .deps/sync.Tpo -c sync.c -o sync.o >/dev/null 2>&1
mv -f .deps/sync.Tpo .deps/sync.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include     -g2 -fpermissive -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c  -fPIC -DPIC -o .libs/util.o
util.c: In function ‘convert_ToPilotChar_WithCharset’:
util.c:123:23: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types]
  123 |         if (iconv(cd, &text, &ibl, &ob, &obl) == (size_t)-1)
      |                       ^~~~~
      |                       |
      |                       const char **
In file included from util.c:32:
/usr/include/iconv.h:49:54: note: expected ‘char ** restrict’ but argument is of type ‘const char **’
   49 | extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
      |                                    ~~~~~~~~~~~~~~~~~~^~~~~~~
util.c: In function ‘convert_FromPilotChar_WithCharset’:
util.c:214:23: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types]
  214 |         if (iconv(cd, &ptext, &ibl, &ob, &obl) == (size_t)-1)
      |                       ^~~~~~
      |                       |
      |                       const char **
/usr/include/iconv.h:49:54: note: expected ‘char ** restrict’ but argument is of type ‘const char **’
   49 | extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
      |                                    ~~~~~~~~~~~~~~~~~~^~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -g2 -fpermissive -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1
mv -f .deps/util.Tpo .deps/util.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g2 -fpermissive -export-dynamic -version-info 1:3:0  -o libpisync.la -rpath /usr/local/lib sync.lo util.lo ../libpisock/libpisock.la 
libtool: link: gcc -shared  .libs/sync.o .libs/util.o   -Wl,-rpath -Wl,/tmp/pilot-link-0.12.5/libpisock/.libs -Wl,-rpath -Wl,/usr/local/lib ../libpisock/.libs/libpisock.so    -Wl,-soname -Wl,libpisync.so.1 -o .libs/libpisync.so.1.0.3
libtool: link: (cd ".libs" && rm -f "libpisync.so.1" && ln -s "libpisync.so.1.0.3" "libpisync.so.1")
libtool: link: (cd ".libs" && rm -f "libpisync.so" && ln -s "libpisync.so.1.0.3" "libpisync.so")
libtool: link: ar cru .libs/libpisync.a  sync.o util.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libpisync.a
libtool: link: ( cd ".libs" && rm -f "libpisync.la" && ln -s "../libpisync.la" "libpisync.la" )
make[2]: Leaving directory '/tmp/pilot-link-0.12.5/libpisync'
Making all in include
make[2]: Entering directory '/tmp/pilot-link-0.12.5/include'
make  all-am
make[3]: Entering directory '/tmp/pilot-link-0.12.5/include'
make[3]: Leaving directory '/tmp/pilot-link-0.12.5/include'
make[2]: Leaving directory '/tmp/pilot-link-0.12.5/include'
Making all in src
make[2]: Entering directory '/tmp/pilot-link-0.12.5/src'
Making all in prc
make[3]: Entering directory '/tmp/pilot-link-0.12.5/src/prc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/pilot-link-0.12.5/src/prc'
Making all in pix
make[3]: Entering directory '/tmp/pilot-link-0.12.5/src/pix'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/pilot-link-0.12.5/src/pix'
make[3]: Entering directory '/tmp/pilot-link-0.12.5/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/pilot-link-0.12.5/src'
make[2]: Leaving directory '/tmp/pilot-link-0.12.5/src'
Making all in bindings
make[2]: Entering directory '/tmp/pilot-link-0.12.5/bindings'
make[3]: Entering directory '/tmp/pilot-link-0.12.5/bindings'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/pilot-link-0.12.5/bindings'
make[2]: Leaving directory '/tmp/pilot-link-0.12.5/bindings'
Making all in doc
make[2]: Entering directory '/tmp/pilot-link-0.12.5/doc'
make[3]: Entering directory '/tmp/pilot-link-0.12.5/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/pilot-link-0.12.5/doc'
make[2]: Leaving directory '/tmp/pilot-link-0.12.5/doc'
Making all in tests
make[2]: Entering directory '/tmp/pilot-link-0.12.5/tests'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include     -g2 -fpermissive -MT calendardb-test.o -MD -MP -MF .deps/calendardb-test.Tpo -c -o calendardb-test.o calendardb-test.c
mv -f .deps/calendardb-test.Tpo .deps/calendardb-test.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g2 -fpermissive   -o calendardb-test calendardb-test.o ../libpisock/libpisock.la
libtool: link: gcc -g2 -fpermissive -o .libs/calendardb-test calendardb-test.o  ../libpisock/.libs/libpisock.so -Wl,-rpath -Wl,/usr/local/lib
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include     -g2 -fpermissive -MT locationdb-test.o -MD -MP -MF .deps/locationdb-test.Tpo -c -o locationdb-test.o locationdb-test.c
mv -f .deps/locationdb-test.Tpo .deps/locationdb-test.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g2 -fpermissive   -o locationdb-test locationdb-test.o ../libpisock/libpisock.la
libtool: link: gcc -g2 -fpermissive -o .libs/locationdb-test locationdb-test.o  ../libpisock/.libs/libpisock.so -Wl,-rpath -Wl,/usr/local/lib
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include     -g2 -fpermissive -MT contactsdb-test.o -MD -MP -MF .deps/contactsdb-test.Tpo -c -o contactsdb-test.o contactsdb-test.c
contactsdb-test.c: In function ‘main’:
contactsdb-test.c:348:9: warning: ‘pilot_connect’ is deprecated [-Wdeprecated-declarations]
  348 |         sd = pilot_connect (argv[1]);
      |         ^~
In file included from contactsdb-test.c:31:
../include/pi-header.h:31:5: note: declared here
   31 | int pilot_connect(const char *port) PI_DEPRECATED;
      |     ^~~~~~~~~~~~~
mv -f .deps/contactsdb-test.Tpo .deps/contactsdb-test.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g2 -fpermissive   -o contactsdb-test contactsdb-test.o ../libpisock/libpisock.la
libtool: link: gcc -g2 -fpermissive -o .libs/contactsdb-test contactsdb-test.o  ../libpisock/.libs/libpisock.so -Wl,-rpath -Wl,/usr/local/lib
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include     -g2 -fpermissive -MT dlp-test.o -MD -MP -MF .deps/dlp-test.Tpo -c -o dlp-test.o dlp-test.c
mv -f .deps/dlp-test.Tpo .deps/dlp-test.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g2 -fpermissive   -o dlp-test dlp-test.o ../libpisock/libpisock.la
libtool: link: gcc -g2 -fpermissive -o .libs/dlp-test dlp-test.o  ../libpisock/.libs/libpisock.so -Wl,-rpath -Wl,/usr/local/lib
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include     -g2 -fpermissive -MT versamail-test.o -MD -MP -MF .deps/versamail-test.Tpo -c -o versamail-test.o versamail-test.c
mv -f .deps/versamail-test.Tpo .deps/versamail-test.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g2 -fpermissive   -o versamail-test versamail-test.o ../libpisock/libpisock.la
libtool: link: gcc -g2 -fpermissive -o .libs/versamail-test versamail-test.o  ../libpisock/.libs/libpisock.so -Wl,-rpath -Wl,/usr/local/lib
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include     -g2 -fpermissive -MT vfs-test.o -MD -MP -MF .deps/vfs-test.Tpo -c -o vfs-test.o vfs-test.c
vfs-test.c: In function ‘main’:
vfs-test.c:80:9: warning: ‘pilot_connect’ is deprecated [-Wdeprecated-declarations]
   80 |         sd = pilot_connect (argv[1]);
      |         ^~
In file included from vfs-test.c:37:
../include/pi-header.h:31:5: note: declared here
   31 | int pilot_connect(const char *port) PI_DEPRECATED;
      |     ^~~~~~~~~~~~~
mv -f .deps/vfs-test.Tpo .deps/vfs-test.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g2 -fpermissive   -o vfs-test vfs-test.o ../libpisock/libpisock.la
libtool: link: gcc -g2 -fpermissive -o .libs/vfs-test vfs-test.o  ../libpisock/.libs/libpisock.so -Wl,-rpath -Wl,/usr/local/lib
make[2]: Leaving directory '/tmp/pilot-link-0.12.5/tests'
Making all in darwin
make[2]: Entering directory '/tmp/pilot-link-0.12.5/darwin'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/pilot-link-0.12.5/darwin'
make[2]: Entering directory '/tmp/pilot-link-0.12.5'
make[2]: Leaving directory '/tmp/pilot-link-0.12.5'
make[1]: Leaving directory '/tmp/pilot-link-0.12.5'
        real 8.12s
        user 5.56s
        sys 0
        swapped 0
        total space 0
klm@ryzen /tmp/pilot-link-0.12.5: echo $?
0
klm@ryzen /tmp/pilot-link-0.12.5: