Re: declaration of 'clone'

2006-01-13 Thread Klaas-Jan Stol
uld extend Null.pmc, not None.pmc, as it does currently; changed that already) However, I get the following error: luanil.c:343: error: conflicting types for `clone' /usr/include/bits/sched.h:72: error: previous declaration of `clone' compile luanil.c failed (256) clone is a

Re: declaration of 'clone'

2006-01-12 Thread Joshua Hoblitt
LuaNil PMC (which should extend > >Null.pmc, not None.pmc, as it does currently; changed that already) > > > >However, I get the following error: > > > >luanil.c:343: error: conflicting types for `clone' > >/usr/include/bits/sched.h:72: error: previous d

Re: declaration of 'clone'

2006-01-12 Thread Leopold Toetsch
following error: luanil.c:343: error: conflicting types for `clone' /usr/include/bits/sched.h:72: error: previous declaration of `clone' compile luanil.c failed (256) clone is a standardized vtable function. But it's name is never a bare 'clone', it's always prefi

declaration of 'clone'

2006-01-12 Thread Klaas-Jan Stol
anil.c:343: error: conflicting types for `clone' /usr/include/bits/sched.h:72: error: previous declaration of `clone' compile luanil.c failed (256) make: *** [pmcs] Error 2 It seems the compiler finds another function called "clone", which has nothing to do with Parrot: /