Topic: [SOLVED]Help with upgrading Scrotwm
I'm using the version of Scrotwm that's in the Stable repos(which is 9.20), and I'm wanting to upgrade to something newer. But I'm not having any luck with it.
Would someone be kind enough to walk me through this process?
To be a little more detailed, this is what Terminal is showing after I cd to scrotwm/linux and the make:
gcc -Wall -ggdb -D_GNU_SOURCE -I. -DSWM_LIB=\"/usr/local/lib/libswmhack.so.0.0\" -c -o scrotwm.o scrotwm.c
scrotwm.c:90:34: error: X11/extensions/XTest.h: No such file or directory
scrotwm.c: In function ‘send_to_ws’:
scrotwm.c:3061: warning: pointer targets in passing argument 1 of ‘snprintf’ differ in signedness
/usr/include/stdio.h:363: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’
scrotwm.c: In function ‘pressbutton’:
scrotwm.c:3074: warning: implicit declaration of function ‘XTestFakeButtonEvent’
scrotwm.c: In function ‘uniconify’:
scrotwm.c:3176: warning: pointer targets in assignment differ in signedness
scrotwm.c: In function ‘search_do_resp’:
scrotwm.c:3218: warning: pointer targets in assignment differ in signedness
scrotwm.c: In function ‘window_get_pid’:
scrotwm.c:4991: warning: pointer targets in passing argument 1 of ‘strtonum’ differ in signedness
./util.h:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
scrotwm.c: In function ‘manage_window’:
scrotwm.c:5085: warning: pointer targets in passing argument 1 of ‘strtonum’ differ in signedness
./util.h:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
scrotwm.c:5126: warning: pointer targets in passing argument 1 of ‘snprintf’ differ in signedness
/usr/include/stdio.h:363: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’
make: *** [scrotwm.o] Error 1Last edited by h8uthemost (2011-10-21 07:23:12)