Since getting hamm updates today, nothing wants to compile.. everything ends up with a few pages of errors after hitting the first file. Are there any fixes out for this?
libg++27-dev was not initially installed, but I tried plugging it in to see if it would make a difference, to no avail. (libstdc++-dev has the same problems) (sample gcc output when compiling kde and ssh, which I have previously compiled successfully w/ hamm): KDE: ../config.h:90: warning: abstract declarator used as declaration ../config.h:92: parse error before `false' ../config.h:93: parse error before `true' The lines it are complaining about are: 90 typedef int bool; 91 #ifdef __cplusplus 92 const bool false = 0; 93 const bool true = 1; 94 #else gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/etc/ssh_config\" -DSERVER_CONFIG_FILE=\"/etc/sshd_config\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DETCDIR=\"/etc\" -DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\" -DTIS_MAP_FILE=\"/etc/sshd_tis.map\" -g -O2 -I/usr/X11R6/include ssh.c In file included from /usr/include/sys/types.h:30, from includes.h:134, from ssh.c:168: /usr/include/gnu/types.h:25: syntax error before `typedef' In file included from ssh.c:168: includes.h:175: parse error before `NO' In file included from includes.h:185, from ssh.c:168: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stdarg.h:75: syntax error before `void' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]