kde plasma4 notes widget

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

kde plasma4 notes widget

Postby nwtmg » Jul 17th, '15, 22:37

Hi,

Looking for a kde plasma4 note widget. Tried to compile xpad but received error about missing gtk+-3. Check that I have it installed. Installed knotes but it is looking for a a service to be started. Tried gnotes but app window too large and it will not let me resize. Any ideas? Thanks
nwtmg
 
Posts: 175
Joined: Jun 2nd, '15, 22:14

Re: kde plasma4 notes widget

Postby doktor5000 » Jul 17th, '15, 22:58

Can you please post the complete output when you run knotes from a terminal?

There's also kjots, basket or tomboy which you can try. If you don't look only for a sticky notes app,
I can recommend zim which is more like a desktop wiki, but it offers a _lot_ of plugins and is easy to use.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18059
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: kde plasma4 notes widget

Postby nwtmg » Jul 18th, '15, 19:28

Once I installed kjots it fixed the problem with knotes. None of them are as simple as xpad or the xfce notes widget. Thanks.
nwtmg
 
Posts: 175
Joined: Jun 2nd, '15, 22:14

Re: kde plasma4 notes widget

Postby doktor5000 » Jul 18th, '15, 23:44

You can still compile xpad. You need to install relevant -devel packages. Simply run as root
Code: Select all
urpmi 'pkgconfig(gtksourceview-3.0)' 'pkgconfig(gtk+-3.0)'
then try again.

Works fine here:
Code: Select all
┌─[doktor5000@Mageia5]─[23:39:44]─[~/xpad-4.5.0]
└──╼ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... 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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for /proc/self/maps... yes
checking whether everything is installed to the same prefix... no
checking whether binary relocation support should be enabled... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking whether NLS is requested... yes
checking for intltool >= 0.31... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.20.1
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for GTK_SOURCE_VIEW... yes
checking for GLIB... yes
checking for PANGO... yes
checking for PIXBUF... yes
checking for ATK... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating images/Makefile
config.status: creating po/Makefile.in
config.status: creating autopackage/Makefile
config.status: creating autopackage/default.apspec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
┌─[doktor5000@Mageia5]─[23:39:47]─[~/xpad-4.5.0]
└──╼
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18059
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: kde plasma4 notes widget

Postby nwtmg » Jul 19th, '15, 13:51

Hi

The .comfigure worked great but the make install as root failed. The error message are;

Code: Select all
session-manager.o xpad-session-manager.c
xpad-session-manager.c:35:26: fatal error: X11/SM/SMlib.h: No such file or directory
 #include <X11/SM/SMlib.h>
                          ^
compilation terminated.
Makefile:427: recipe for target 'xpad-session-manager.o' failed
make[1]: *** [xpad-session-manager.o] Error 1
make[1]: Leaving directory '/home/xxxxx/Downloads/xpad-4.5.0/src'
Makefile:455: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
Last edited by doktor5000 on Jul 19th, '15, 14:14, edited 1 time in total.
Reason: added code tags
nwtmg
 
Posts: 175
Joined: Jun 2nd, '15, 22:14

Re: kde plasma4 notes widget

Postby doktor5000 » Jul 19th, '15, 14:17

nwtmg wrote:xpad-session-manager.c:35:26: fatal error: X11/SM/SMlib.h: No such file or directory
#include <X11/SM/SMlib.h>
^
compilation terminated.

That is the compilation which should be run as normal user - not as root.

And that is pretty easy to fix. Search through all packages where that missing header file is contained:
Code: Select all
┌─[doktor5000@Mageia5]─[14:14:38]─[~]
└──╼ urpmf X11/SM/SMlib.h
lib64sm-devel:/usr/include/X11/SM/SMlib.h
libsm-devel:/usr/include/X11/SM/SMlib.h

You need to install one of those, depending if you run i586 or x86_64 installation.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18059
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: kde plasma4 notes widget

Postby nwtmg » Jul 19th, '15, 20:14

Hi,

I appreciate all the work. Still having a problem. This is the output from sudo make install,

Code: Select all
Making install in autopackage
make[1]: Entering directory '/home/xxxxx/Downloads/xpad-4.5.0/autopackage'
make[2]: Entering directory '/home/xxxxx/Downloads/xpad-4.5.0/autopackage'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/xxxxx/Downloads/xpad-4.5.0/autopackage'
make[1]: Leaving directory '/home/xxxxx/Downloads/xpad-4.5.0/autopackage'
Making install in doc
make[1]: Entering directory '/home/xxxxx/Downloads/xpad-4.5.0/doc'
make[2]: Entering directory '/home/xxxxx/Downloads/xpad-4.5.0/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/share/xpad/help'
 /usr/bin/install -c -m 644 xpad-user-help.txt '/usr/local/share/xpad/help'
 /usr/bin/mkdir -p '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 xpad.1 '/usr/local/share/man/man1'
make[2]: Leaving directory '/home/xxxxx/Downloads/xpad-4.5.0/doc'
make[1]: Leaving directory '/home/xxxxx/Downloads/xpad-4.5.0/doc'
Making install in src
make[1]: Entering directory '/home/xxxxx/Downloads/xpad-4.5.0/src'
gcc -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2   -o xpad fio.o help.o prefix.o xpad-app.o xpad-grip-tool-item.o xpad-pad.o xpad-pad-group.o xpad-pad-properties.o xpad-periodic.o xpad-preferences.o xpad-session-manager.o xpad-settings.o xpad-text-buffer.o xpad-text-view.o xpad-toolbar.o xpad-tray.o xpad-undo.o xpad-debug.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0    -lgtksourceview-3.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 
xpad-session-manager.o: In function `xpad_session_manager_ice_connection_watch':
/home/xxxxx/Downloads/xpad-4.5.0/src/xpad-session-manager.c:179: undefined reference to `IceConnectionNumber'
xpad-session-manager.o: In function `xpad_session_manager_set_properties':
/home/xxxxx/Downloads/xpad-4.5.0/src/xpad-session-manager.c:276: undefined reference to `SmcSetProperties'
xpad-session-manager.o: In function `xpad_session_manager_save_yourself':
/home/xxxxx/Downloads/xpad-4.5.0/src/xpad-session-manager.c:390: undefined reference to `SmcSaveYourselfDone'
xpad-session-manager.o: In function `xpad_session_manager_start_interact':
/home/xxxxx/Downloads/xpad-4.5.0/src/xpad-session-manager.c:147: undefined reference to `SmcInteractRequest'
xpad-session-manager.o: In function `xpad_session_manager_stop_interact':
/home/xxxxx/Downloads/xpad-4.5.0/src/xpad-session-manager.c:168: undefined reference to `SmcInteractDone'
xpad-session-manager.o: In function `xpad_session_manager_shutdown':
/home/xxxxx/Downloads/xpad-4.5.0/src/xpad-session-manager.c:345: undefined reference to `SmcCloseConnection'
xpad-session-manager.o: In function `xpad_session_manager_init':
/home/xxxxx/Downloads/xpad-4.5.0/src/xpad-session-manager.c:305: undefined reference to `SmcOpenConnection'
/home/xxxxx/Downloads/xpad-4.5.0/src/xpad-session-manager.c:314: undefined reference to `IceAddConnectionWatch'
xpad-session-manager.o: In function `xpad_session_manager_cycle':
/home/xxxxx/Downloads/xpad-4.5.0/src/xpad-session-manager.c:68: undefined reference to `SmcGetIceConnection'
/home/xxxxx/Downloads/xpad-4.5.0/src/xpad-session-manager.c:70: undefined reference to `IceProcessMessages'
collect2: error: ld returned 1 exit status
Makefile:398: recipe for target 'xpad' failed
make[1]: *** [xpad] Error 1
make[1]: Leaving directory '/home/xxxxx/Downloads/xpad-4.5.0/src'
Makefile:455: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1


I see many references to undefined reference. I am assuming more missing packages. Thanks for your help.
Last edited by isadora on Jul 19th, '15, 21:29, edited 1 time in total.
Reason: Placed command-output in between [CODE]-tags for better readability ;)
nwtmg
 
Posts: 175
Joined: Jun 2nd, '15, 22:14

Re: kde plasma4 notes widget

Postby doktor5000 » Jul 19th, '15, 22:00

Why do you run sudo make install when you only need to run make as normal user first?

Works fine here:

Code: Select all
┌─[doktor5000@Mageia5]─[21:59:20]─[~/xpad-4.5.0]
└──╼ make
make  all-recursive
make[1]: Entering directory '/home/doktor5000/xpad-4.5.0'
Making all in autopackage
make[2]: Entering directory '/home/doktor5000/xpad-4.5.0/autopackage'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/doktor5000/xpad-4.5.0/autopackage'
Making all in doc
make[2]: Entering directory '/home/doktor5000/xpad-4.5.0/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/doktor5000/xpad-4.5.0/doc'
Making all in src
make[2]: Entering directory '/home/doktor5000/xpad-4.5.0/src'
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT fio.o -MD -MP -MF .deps/fio.Tpo -c -o fio.o fio.c
mv -f .deps/fio.Tpo .deps/fio.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c
help.c: In Funktion »show_help«:
help.c:60:3: Warnung: »gtk_misc_set_padding« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:80) [-Wdeprecated-declarations]
   gtk_misc_set_padding (GTK_MISC (helptext), 12, 12);
   ^
help.c:60:3: Warnung: »gtk_misc_get_type« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
help.c:61:3: Warnung: »gtk_misc_set_alignment« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) [-Wdeprecated-declarations]
   gtk_misc_set_alignment (GTK_MISC (helptext), 0, 0);
   ^
help.c:61:3: Warnung: »gtk_misc_get_type« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
mv -f .deps/help.Tpo .deps/help.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT prefix.o -MD -MP -MF .deps/prefix.Tpo -c -o prefix.o prefix.c
mv -f .deps/prefix.Tpo .deps/prefix.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-app.o -MD -MP -MF .deps/xpad-app.Tpo -c -o xpad-app.o xpad-app.c
xpad-app.c: In Funktion »xpad_app_alert_dialog«:
xpad-app.c:387:2: Warnung: »gtk_misc_set_alignment« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) [-Wdeprecated-declarations]
  gtk_misc_set_alignment (GTK_MISC (image), 0.5, 0);
  ^
xpad-app.c:387:2: Warnung: »gtk_misc_get_type« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
xpad-app.c:388:2: Warnung: »gtk_misc_set_alignment« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) [-Wdeprecated-declarations]
  gtk_misc_set_alignment (GTK_MISC (label), 0.5, 0);
  ^
xpad-app.c:388:2: Warnung: »gtk_misc_get_type« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
mv -f .deps/xpad-app.Tpo .deps/xpad-app.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-grip-tool-item.o -MD -MP -MF .deps/xpad-grip-tool-item.Tpo -c -o xpad-grip-tool-item.o xpad-grip-tool-item.c
xpad-grip-tool-item.c: In Funktion »xpad_grip_tool_item_init«:
xpad-grip-tool-item.c:64:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  alignment = gtk_alignment_new (right ? 1 : 0, 1, 0, 0);
  ^
mv -f .deps/xpad-grip-tool-item.Tpo .deps/xpad-grip-tool-item.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-pad.o -MD -MP -MF .deps/xpad-pad.Tpo -c -o xpad-pad.o xpad-pad.c
mv -f .deps/xpad-pad.Tpo .deps/xpad-pad.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-pad-group.o -MD -MP -MF .deps/xpad-pad-group.Tpo -c -o xpad-pad-group.o xpad-pad-group.c
mv -f .deps/xpad-pad-group.Tpo .deps/xpad-pad-group.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-pad-properties.o -MD -MP -MF .deps/xpad-pad-properties.Tpo -c -o xpad-pad-properties.o xpad-pad-properties.c
xpad-pad-properties.c: In Funktion »xpad_pad_properties_init«:
xpad-pad-properties.c:113:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  alignment = gtk_alignment_new (1, 1, 1, 1);
  ^
xpad-pad-properties.c:144:2: Warnung: »gtk_misc_set_alignment« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) [-Wdeprecated-declarations]
  gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
  ^
xpad-pad-properties.c:144:2: Warnung: »gtk_misc_get_type« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
xpad-pad-properties.c:152:2: Warnung: »gtk_misc_set_alignment« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) [-Wdeprecated-declarations]
  gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
  ^
xpad-pad-properties.c:152:2: Warnung: »gtk_misc_get_type« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
xpad-pad-properties.c:158:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  alignment = gtk_alignment_new (1, 1, 1, 1);
  ^
xpad-pad-properties.c:159:2: Warnung: »gtk_alignment_set_padding« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91) [-Wdeprecated-declarations]
  gtk_alignment_set_padding (GTK_ALIGNMENT (alignment), 0, 0, 12, 0);
  ^
xpad-pad-properties.c:159:2: Warnung: »gtk_alignment_get_type« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77) [-Wdeprecated-declarations]
mv -f .deps/xpad-pad-properties.Tpo .deps/xpad-pad-properties.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-periodic.o -MD -MP -MF .deps/xpad-periodic.Tpo -c -o xpad-periodic.o xpad-periodic.c
mv -f .deps/xpad-periodic.Tpo .deps/xpad-periodic.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-preferences.o -MD -MP -MF .deps/xpad-preferences.Tpo -c -o xpad-preferences.o xpad-preferences.c
xpad-preferences.c: In Funktion »xpad_preferences_constructed«:
xpad-preferences.c:233:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  alignment = gtk_alignment_new (1, 1, 1, 1);
  ^
xpad-preferences.c:253:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  gtk_box_pack_start (hbox, gtk_alignment_new (1, 1, 1, 1), FALSE, FALSE, 0);
  ^
xpad-preferences.c:277:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  alignment = gtk_alignment_new (1, 1, 1, 1);
  ^
xpad-preferences.c:309:2: Warnung: »gtk_misc_set_alignment« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) [-Wdeprecated-declarations]
  gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
  ^
xpad-preferences.c:309:2: Warnung: »gtk_misc_get_type« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
xpad-preferences.c:318:2: Warnung: »gtk_misc_set_alignment« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) [-Wdeprecated-declarations]
  gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
  ^
xpad-preferences.c:318:2: Warnung: »gtk_misc_get_type« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
xpad-preferences.c:362:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  alignment = gtk_alignment_new (1, 1, 1, 1);
  ^
xpad-preferences.c:363:2: Warnung: »gtk_alignment_set_padding« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91) [-Wdeprecated-declarations]
  gtk_alignment_set_padding (GTK_ALIGNMENT (alignment), 0, 0, 12, 0);
  ^
xpad-preferences.c:363:2: Warnung: »gtk_alignment_get_type« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77) [-Wdeprecated-declarations]
xpad-preferences.c:392:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  alignment = gtk_alignment_new (1, 1, 1, 1);
  ^
xpad-preferences.c:412:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  gtk_box_pack_start (hbox, gtk_alignment_new (1, 1, 1, 1), FALSE, FALSE, 0);
  ^
xpad-preferences.c:454:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  alignment = gtk_alignment_new (1, 1, 1, 1);
  ^
xpad-preferences.c:489:2: Warnung: »gtk_alignment_new« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) [-Wdeprecated-declarations]
  alignment = gtk_alignment_new (1, 1, 1, 1);
  ^
mv -f .deps/xpad-preferences.Tpo .deps/xpad-preferences.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-session-manager.o -MD -MP -MF .deps/xpad-session-manager.Tpo -c -o xpad-session-manager.o xpad-session-manager.c
mv -f .deps/xpad-session-manager.Tpo .deps/xpad-session-manager.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-settings.o -MD -MP -MF .deps/xpad-settings.Tpo -c -o xpad-settings.o xpad-settings.c
mv -f .deps/xpad-settings.Tpo .deps/xpad-settings.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-text-buffer.o -MD -MP -MF .deps/xpad-text-buffer.Tpo -c -o xpad-text-buffer.o xpad-text-buffer.c
mv -f .deps/xpad-text-buffer.Tpo .deps/xpad-text-buffer.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-text-view.o -MD -MP -MF .deps/xpad-text-view.Tpo -c -o xpad-text-view.o xpad-text-view.c
mv -f .deps/xpad-text-view.Tpo .deps/xpad-text-view.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-toolbar.o -MD -MP -MF .deps/xpad-toolbar.Tpo -c -o xpad-toolbar.o xpad-toolbar.c
mv -f .deps/xpad-toolbar.Tpo .deps/xpad-toolbar.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-tray.o -MD -MP -MF .deps/xpad-tray.Tpo -c -o xpad-tray.o xpad-tray.c
xpad-tray.c: In Funktion »xpad_tray_open«:
xpad-tray.c:80:3: Warnung: »gtk_status_icon_new_from_icon_name« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92) [-Wdeprecated-declarations]
   docklet = gtk_status_icon_new_from_icon_name ("xpad-panel");
   ^
xpad-tray.c:82:6: Warnung: »gtk_status_icon_new_from_icon_name« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92) [-Wdeprecated-declarations]
      docklet = gtk_status_icon_new_from_icon_name (PACKAGE);
      ^
xpad-tray.c: In Funktion »xpad_tray_is_open«:
xpad-tray.c:111:3: Warnung: »gtk_status_icon_is_embedded« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:157) [-Wdeprecated-declarations]
   return gtk_status_icon_is_embedded (docklet);
   ^
xpad-tray.c: In Funktion »xpad_tray_popup_menu_cb«:
xpad-tray.c:177:2: Warnung: »gtk_status_icon_position_menu« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:160) [-Wdeprecated-declarations]
  gtk_menu_popup (GTK_MENU (menu), NULL, NULL, gtk_status_icon_position_menu, icon, button, time);
  ^
xpad-tray.c: In Funktion »xpad_tray_show_windows_list«:
xpad-tray.c:205:2: Warnung: »gtk_status_icon_position_menu« is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:160) [-Wdeprecated-declarations]
  gtk_menu_popup (GTK_MENU (menu), NULL, NULL, gtk_status_icon_position_menu, icon, 0, gtk_get_current_event_time());
  ^
mv -f .deps/xpad-tray.Tpo .deps/xpad-tray.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-undo.o -MD -MP -MF .deps/xpad-undo.Tpo -c -o xpad-undo.o xpad-undo.c
mv -f .deps/xpad-undo.Tpo .deps/xpad-undo.Po
gcc -DHAVE_CONFIG_H -I. -I..    -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2 -MT xpad-debug.o -MD -MP -MF .deps/xpad-debug.Tpo -c -o xpad-debug.o xpad-debug.c
mv -f .deps/xpad-debug.Tpo .deps/xpad-debug.Po
gcc -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -D_REENTRANT -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DDATADIR=\"/usr/local/share\" -g -O2   -o xpad fio.o help.o prefix.o xpad-app.o xpad-grip-tool-item.o xpad-pad.o xpad-pad-group.o xpad-pad-properties.o xpad-periodic.o xpad-preferences.o xpad-session-manager.o xpad-settings.o xpad-text-buffer.o xpad-text-view.o xpad-toolbar.o xpad-tray.o xpad-undo.o xpad-debug.o -lSM -lICE   -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0    -lgtksourceview-3.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 
make[2]: Leaving directory '/home/doktor5000/xpad-4.5.0/src'
Making all in images
make[2]: Entering directory '/home/doktor5000/xpad-4.5.0/images'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/doktor5000/xpad-4.5.0/images'
Making all in po
make[2]: Entering directory '/home/doktor5000/xpad-4.5.0/po'
file=`echo af | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file af.po
file=`echo bg | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file bg.po
file=`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo et | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file et.po
file=`echo fi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo ga | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ga.po
file=`echo hr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hr.po
file=`echo hu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo lv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lv.po
file=`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo pt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt.po
file=`echo ro | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ro.po
file=`echo ru | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo rw | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file rw.po
file=`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo th | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file th.po
file=`echo tr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file tr.po
file=`echo vi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file vi.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[2]: Leaving directory '/home/doktor5000/xpad-4.5.0/po'
make[2]: Entering directory '/home/doktor5000/xpad-4.5.0'
LC_ALL=C /usr/bin/intltool-merge  -d -u -c ./po/.intltool-merge-cache ./po xpad.desktop.in xpad.desktop
Generating and caching the translation database
NOTICE: ./po/af.po is not in UTF-8 but iso-8859-1, converting...
NOTICE: ./po/hu.po is not in UTF-8 but ISO-8859-2, converting...
NOTICE: ./po/ga.po is not in UTF-8 but ISO-8859-1, converting...
NOTICE: ./po/ro.po is not in UTF-8 but ISO-8859-2, converting...
NOTICE: ./po/da.po is not in UTF-8 but iso-8859-1, converting...
NOTICE: ./po/fr.po is not in UTF-8 but ISO-8859-1, converting...
Merging translations into xpad.desktop.
make[2]: Leaving directory '/home/doktor5000/xpad-4.5.0'
make[1]: Leaving directory '/home/doktor5000/xpad-4.5.0'
┌─[doktor5000@Mageia5]─[21:59:24]─[~/xpad-4.5.0]
└──╼
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18059
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: kde plasma4 notes widget

Postby nwtmg » Jul 19th, '15, 22:25

Hi,

I am still getting the same error as regular user. The install instructions state to run make install as root. Thanks
nwtmg
 
Posts: 175
Joined: Jun 2nd, '15, 22:14

Re: kde plasma4 notes widget

Postby doktor5000 » Jul 20th, '15, 19:14

Please post the complete command you enter and the complete output. And as previously written you need to run make before you can run make install.

Also post the output of
Code: Select all
uname -a
rpm -qa | grep -E "sm-devel|gtksourceview3.0-devel|gtk+3.0-devel" | sort
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18059
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: kde plasma4 notes widget

Postby nwtmg » Jul 20th, '15, 21:57

Output as follows,
Code: Select all
Linux localhost.localdomain 3.19.8-desktop586-3.mga5 #1 SMP Sat Jun 13 17:22:19 UTC 2015 i686 i686 i686 GNU/Linux
libgtksourceview3.0-devel-3.14.3-1.mga5
libsm-devel-1.2.2-4.mga5


Thanks.
Last edited by isadora on Jul 21st, '15, 13:08, edited 1 time in total.
Reason: Placed command-output in between [CODE]-tags for better readability ;)
nwtmg
 
Posts: 175
Joined: Jun 2nd, '15, 22:14

Re: kde plasma4 notes widget

Postby doktor5000 » Jul 21st, '15, 20:42

32bit - so it seems to happen only on 32bit system, as it compiles fine here.
You would have to look at e.g. https://wiki.mageia.org/en/Packaging_pr ... _.60xxx.27
and see how to fix this yourself, as I cannot reproduce.
Seems you either need to unset -Wl,--no-undefined in LDFLAGS passed to the linker, see e.g. https://bbs.archlinux.org/viewtopic.php ... 01#p934601 for this.
Or add the libraries from which symbols are used. Seems to be
Code: Select all
-lICE -lSM
which is missing from the linker flags.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18059
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron