My attempts to build XFree86 from a couple of the development snapshots fail for the following reasons: 4.3.99.8 xcursorgen.c:252: error: `rows' undeclared (first use in this function) xcursorgen.c:252: error: `png_bytep' undeclared (first use in this function) xcursorgen.c:257: warning: implicit declaration of function `png_read_image' xcursorgen.c:258: warning: implicit declaration of function `png_read_end' xcursorgen.c:262: warning: redundant redeclaration of `png_destroy_read_struct' in same scope xcursorgen.c:181: warning: previous declaration of `png_destroy_read_struct' make[4]: *** [xcursorgen.o] Error 1 [cut] make: *** [World] Error 2 4.3.99.9 xf86DDC.c: In function `DDCRead_DDC2': xf86DDC.c:336: error: invalid lvalue in assignment make[6]: *** [xf86DDC.o] Error 1 [cut] make: *** [World] Error 2 As far as I can make out, these are problems with the C source itself, not my environment. Can anyone make out why it doesn't work, and maybe how to fix it? Regards, Olav PS: # uname -a Linux linux 2.4.20-4GB-athlon #1 Wed Aug 6 18:27:52 UTC 2003 i686 unknown unknown GNU/Linux # gcc -v Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux Thread model: posix gcc version 3.3 20030226 (prerelease) (SuSE Linux) _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86