On Dec 16, 2007 6:38 PM, Adriaan de Groot <groot at kde.org> wrote:
> 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]

Ade this is typdef hell :)

-- 
Lukas 'Luc' Oboril
IRC nickname: luc^ at freenode


When dealing with people, let us remember we are not dealing with
creatures of logic. We are dealing with creatures of emotions,
creatures bristling with prejudices and motivated by pride and vanity.
  Dale Carnegie

Reply via email to