On Sunday 16 December 2007 18:30, Adriaan de Groot wrote:
> 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.

I should remember to svn up before commenting, eh.

The issue is that NetConnection.h uses u_int32_h as well; so it may even be 
necessary to find a common base header to add the relevant typedef. Or 
globally s/u_int32_t/uint32_t/. It looks messy either way.

[ade]

Reply via email to