On Sunday 16 December 2007 12:02, Lukas Oboril wrote: > for preparing spec file for fam-2.7.0 I discovered this error: > > > ClientConnection.o `test -f 'ClientConnection.c++' || echo > './'`ClientConnection.c++ > "NetConnection.h", line 79: Error: "," expected instead of "Length". > "NetConnection.h", line 80: Error: Use ";" to terminate declarations. > 2 Error(s) detected.
Yeah, FAM was buggered like that. On dillon it still is because it does #include <mntent.h> instead of #include <sys/mntent.h>; or maybe I forgot to clean up the build directory. [ade]
