Re: CVS broken

2007-07-18 Thread Scott Smedley
Hi Dominik, So, configure isn't correctly disabling Xcursor support? Maybe. Does it still compile or link with libxcursor? Yep: (I copied the make output appended -lXcursor) [EMAIL PROTECTED]:~ cd fvwm/cvs.0/build.2/bin [EMAIL PROTECTED]:~/fvwm/cvs.0/build.2/bin gcc -Wall

Re: CVS broken

2007-07-18 Thread Dominik Vogt
On Thu, Jul 19, 2007 at 06:35:26AM +1000, Scott Smedley wrote: Hi Dominik, So, configure isn't correctly disabling Xcursor support? Maybe. Does it still compile or link with libxcursor? Yep: (I copied the make output appended -lXcursor) [EMAIL PROTECTED]:~ cd

html-doc; make distcheck fails

2007-07-18 Thread Dominik Vogt
... make[1]: Entering directory `/home/luthien/src/fvwm/doc' cp: `./header.html' and `header.html' are the same file make[1]: *** [header.html] Error 1 make[1]: Leaving directory `/home/luthien/src/fvwm/doc' make: *** [distdir] Error 1 This line from doc/Makefile.am is responsible: %.html:

small fix

2007-07-18 Thread Simon Griph
Someone missed to add extra conditions when changing from unsigned to signed. /Simon Griph Index: libs/PictureImageLoader.c === RCS file: /home/cvs/fvwm/fvwm/libs/PictureImageLoader.c,v retrieving revision 1.33 diff -u -r1.33

Re: CVS broken

2007-07-18 Thread Scott Smedley
Hi Dominik, I've fixed the problem that shows up in that file. Does it still happen with current cvs if you build from scratch? Fixed now, thanks. Scott.