Jonathan Worthington <[EMAIL PROTECTED]> wrote:

> src\exceptions.c
> exceptions.c
> c:\documents and settings\jonathan\desktop\pow\parrot\src\exceptions.c(125)
> : error C2065: 'SIGQUIT' : undeclared identifier

Seems that dumpcore is used from generic/signal.h

You could try to create an empty win32/signal.h or insert

#undef dumpcore

in a file, that is included after signal.h's code.

> Jonathan

leo

Reply via email to