On Mon, Sep 22, 2008 at 12:01:23AM +0200, Bruno Haible wrote: > Tom G. Christensen wrote: > > cc-3316 cc: ERROR File = handler-unix.c, Line = 490 > > The expression must be a pointer to a complete object type. > > > > ss.ss_sp = extra_stack + extra_stack_size - sizeof (void *); > > ^ > > Oops, my mistake. What's the result with this additional modification? > Builds fine and passes all checks.
-tgc