Do you have the uuid library installed (libuuid1 + uuid-dev on Debian)? This is a new dependency. The uuid_t type is defined in uuid/uuid.h, there should be no reason why you're getting this error if the headers are correctly installed.
On a separate note, thanks for trying corebase out. I wasn't aware others were using it (or at least trying to)... I might have to step up my game. On Sun, May 29, 2011 at 12:14 PM, Gregory Casamento < [email protected]> wrote: > CFUUID.c: In function ‘CFUUIDEqual’: > CFUUID.c:67: error: ‘uuid_t’ undeclared (first use in this function) > CFUUID.c:67: error: (Each undeclared identifier is reported only once > CFUUID.c:67: error: for each function it appears in.) > CFUUID.c:67: error: expected ‘;’ before ‘uu1’ > CFUUID.c:71: error: ‘uu1’ undeclared (first use in this function) > CFUUID.c:72: error: ‘uu2’ undeclared (first use in this function) > CFUUID.c:74: warning: implicit declaration of function ‘uuid_compare’ > CFUUID.c: At top level: > CFUUID.c:104: error: expected declaration specifiers or ‘...’ > before ‘uuid _t’ > > > -- > Gregory Casamento - GNUstep Lead/Principal Consultant, OLC, Inc. > yahoo/skype: greg_casamento, aol: gjcasa > (240)274-9630 (Cell) > > _______________________________________________ > Gnustep-dev mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/gnustep-dev >
_______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
