Compile error - latest cvs

2006-03-21 Thread Alex Wallis

Just updated my cvs version to the latest and get this error


DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \
/usr/bin/gcc-2.95 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libs 
-I/usr/include -I/usr/include/freetype2 -I/usr/X11R6/include 
-I/usr/X11R6/include 
-DFVWM_MODULEDIR=\/usr/local/libexec/fvwm/2.5.17\ 
-DFVWM_DATADIR=\/usr/local/share/fvwm\ 
-DFVWM_CONFDIR=\/usr/local/etc\ -DFVWM_COLORSET_PRIVATE=1 
-DLOCALEDIR=\/usr/local/share/locale\ -Wall -Wno-implicit-int -g -O2 
-c style.c

style.c: In function `style_parse_focus_policy_style':
style.c:1238: parse error before `char'
style.c:1276: `found' undeclared (first use in this function)
style.c:1276: (Each undeclared identifier is reported only once
style.c:1276: for each function it appears in.)
style.c:1277: `val' undeclared (first use in this function)
style.c:1278: `optlist' undeclared (first use in this function)
style.c:1278: warning: passing arg 4 of `GetNextTokenIndex' from 
incompatible pointer type

style.c:1279: switch quantity not an integer
style.c:1296: `token' undeclared (first use in this function)
style.c:1286: warning: unreachable code at beginning of switch statement
style.c:1523: warning: control reaches end of non-void function
make[2]: *** [style.o] Error 1
make[2]: Leaving directory `/home/awol/work/cvs/fvwm/fvwm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/awol/work/cvs/fvwm'
make: *** [all] Error 2


Just to be absolutely sure I also did a complete fresh checkout.
And ./configure yields...

  With Asian bi-direct. text support? yes
  With Gettext Native Lang support?   yes (libc)
  With GTK+ required for FvwmGtk? yes
  With GDK image support in FvwmGtk?  no: Failed on gdk-imlib, see 
config.log

  With GNOME libs support in FvwmGtk? yes
  With Iconv support? yes (from C library)
  With Mouse strokes (gestures)?  yes
  With PNG image support? yes
  With ReadLine sup. in FvwmConsole?  yes
  With RPlay support in FvwmEvent?yes
  With Shaped window support? yes
  With Shared memory for XImage?  yes
  With Session Management support?yes
  With Xinerama multi-head support?   yes
  With Xft anti-alias font support?   yes (version 2)
  With XPM image support? yes
  With Xrender image support? yes




Alex



CVS griph: * fix ISO C90 compability with unconsumed styleoption warnings

2006-03-21 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: griph   06/03/21 02:34:03

Modified files:
.  : ChangeLog 
fvwm   : style.c 

Log message:
* fix ISO C90 compability with unconsumed styleoption warnings




Re: Compile error - latest cvs

2006-03-21 Thread Viktor Griph

On Tue, 21 Mar 2006, Alex Wallis wrote:


Just updated my cvs version to the latest and get this error
[...]


Fixed. I accidently broke C90-compability (mixed declarations with 
statements) when doing warnings for unconsumed parts of style options.


/Viktor



fvwm 2.5.x (bug|spell)fixing patch

2006-03-21 Thread Serge (gentoosiast) Koksharov
  Hi, dear FVWM developers,

I created this patch which should apply cleanly against FVWM CVS sources
of the 2.5 development branch. It mostly fixes documentation typos,
mispellings, formatting errors, etc... Also it fixes delay in one of the
FvwmAnimate animations. Please keep in mind, that I'm FVWM newbie, so
doublecheck my work. I'll keep an eye on your project and try to help as
much as I can.

Best wishes!

P.S. could my name be added to the AUTHORS file? There already one guy
who helped with documentation fixing.
-- 

Serge Koksharov, Free Software user  supporter
GPG public key ID: 0x3D330896 (pgp.mit.edu)
Key fingerprint: 5BC4 0475 CB03 6A31 0076  82C2 C240 72F0 3D33 0896


fvwmCVS.patch.gz
Description: application/gunzip