The following packages will be installed: xwarppointer Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching xwarppointer.SlackBuild... 0%100%100%100%100%100%Done Fetching xwarppointer.info... 0%100%100%100%100%100%Done xwarppointer-20121213/ xwarppointer-20121213/Makefile xwarppointer-20121213/swap.pl xwarppointer-20121213/main.c xwarppointer-20121213/README gcc -Wall -O2 -march=i486 -mtune=i686 -I/usr/X11/include -c -o main.o main.c main.c: In function ‘main’: main.c:83:78: warning: pointer targets in passing argument 9 of ‘XQueryPointer’ differ in signedness [-Wpointer-sign] 83 | XQueryPointer(display, root, &fromroot, &tmpwin, &x, &y, &tmp, &tmp, &tmp); | ^~~~ | | | int * In file included from main.c:9: /usr/include/X11/Xlib.h:3002:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’ 3002 | unsigned int* /* mask_return */ | ^~~~~~~~~~~~~ main.c:113:78: warning: pointer targets in passing argument 9 of ‘XQueryPointer’ differ in signedness [-Wpointer-sign] 113 | XQueryPointer(display, root, &fromroot, &tmpwin, &x, &y, &tmp, &tmp, &tmp); | ^~~~ | | | int * In file included from main.c:9: /usr/include/X11/Xlib.h:3002:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’ 3002 | unsigned int* /* mask_return */ | ^~~~~~~~~~~~~ main.c:132:78: warning: pointer targets in passing argument 9 of ‘XQueryPointer’ differ in signedness [-Wpointer-sign] 132 | XQueryPointer(display, root, &fromroot, &tmpwin, &x, &y, &tmp, &tmp, &tmp); | ^~~~ | | | int * In file included from main.c:9: /usr/include/X11/Xlib.h:3002:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’ 3002 | unsigned int* /* mask_return */ | ^~~~~~~~~~~~~ main.c:149:78: warning: pointer targets in passing argument 9 of ‘XQueryPointer’ differ in signedness [-Wpointer-sign] 149 | XQueryPointer(display, root, &fromroot, &tmpwin, &x, &y, &tmp, &tmp, &tmp); | ^~~~ | | | int * In file included from main.c:9: /usr/include/X11/Xlib.h:3002:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’ 3002 | unsigned int* /* mask_return */ | ^~~~~~~~~~~~~ main.c:89:20: warning: ‘rot’ may be used uninitialized in this function [-Wmaybe-uninitialized] 89 | screen += rot; | ~~~~~~~^~~~~~ gcc -Wall -O2 -march=i486 -mtune=i686 -I/usr/X11/include -o xwarppointer main.o -L/usr/X11/lib -lX11 Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/desktop/xwarppointer/xwarppointer-20121213-i486-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/xwarppointer usr/doc/ usr/doc/xwarppointer-20121213/ usr/doc/xwarppointer-20121213/README usr/doc/xwarppointer-20121213/swap.pl usr/doc/xwarppointer-20121213/xwarppointer.SlackBuild Slackware package /usr/src/slapt-src/desktop/xwarppointer/xwarppointer-20121213-i486-1salix15.0.txz created. Installing package xwarppointer-20121213-i486-1salix15.0... | xwarppointer (programatically move mouse cursor) | | Xwarppointer allows you to move the mouse cursor in different ways: | | - To a absolute position on the screen | - To a relative position from the current pointer position | - To different screens of your display | | homepage: http://ishiboo.com/~danny/Projects/xwarppointer/ | | | |