ok well i got it to run, easily enough from the KDE menu, but it didn't fit with my UI, it had a huge clunky window manager thing round it and it didn't start up when i logged out and in, saving the session as i went. This is probably all easily fixable, but after the 180MB install size, it's not really worth it.
this looks like the answer:
http://sourceforge.net/project/showfile ... up_id=1635
if it isn't then i am stumped. i can't believe something like this isn't in widespread use.
EDIT: ok, now had to remember and install some devel packages via apt to get gtk-config installed. successfully run configure with "./configure" and now see an error from "make", thus:
- Code: Select all
[root@harvey bbcticker-0.3.1]# make
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -c bbcticker.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -c bbctickerdata.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -c createpopup.c
createpopup.c: In function ‘CreatePopUp’:
createpopup.c:567: warning: incompatible implicit declaration of built-in function ‘memcpy’
createpopup.c: In function ‘SaveChanges’:
createpopup.c:616: warning: incompatible implicit declaration of built-in function ‘strncpy’
createpopup.c:625: warning: incompatible implicit declaration of built-in function ‘memcpy’
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -c parseticker.c
parseticker.c:8: error: array type has incomplete element type
make: *** [parseticker.o] Error 1
so, a little challenge, perhaps. what does make want me to do here?