Dan Sugalski <[EMAIL PROTECTED]> wrote: > +classes/float.pmc []
This seems not have to been the best idea. This generates float.h which is a commonly used standard header. I'm unable to find a combination of -I to build dynclasses. When classes is included float.h is in the way: /opt/src/parrot-leo/classes In file included from /usr/include/math.h:289, from ../include/parrot/parrot.h:53, from ../dynclasses/foo.c:14: ../classes/float.h:10: parse error before `*' When -Iclasses isn't there, gcc can't locate default.h. It builds fine when I deactivate the generated prototype in classes/float.h. leo