--- Falk Hueffner <[EMAIL PROTECTED]> wrote: > > ccc is complaining that > > <<< > > ./compile speed.c > > cc: Error: /usr/include/bits/pthreadtypes.h, line 71: Invalid declarator. > > (declarator) > > __pthread_cond_align_t __align; > > -------------------------^ > > >>> > > > > Which is being pulled in via <sys/types.h>. > > See bug #212233. As a workaround, rename __align to __align_ or > whatever.
Thanks Falk. <<< Bug#212233: Member named "__align" causes conflict with Compaq C builtin >>> Conflict with Compaq C? It's in direct conflict with the ANSI/ISO C standard! 7.1.3 of n869 <<< All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use. >>> It's not big, and it's not clever. Phil ===== When inserting a CD, hold down shift to stop the AutoRun feature In the Device Manager, disable the SbcpHid device. http://www.cs.princeton.edu/~jhalderm/cd3/ __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/

