# New Ticket Created by Simon Glover # Please include the string: [perl #37227] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37227 > If I run Configure using the --miniparrot option, and then run make, then the build fails with: In file included from ./include/parrot/pmc.h:18, from ./include/parrot/parrot.h:269, from imcc/imc.h:18, from imcc/main.c:17: ./include/parrot/thread.h:55: error: redefinition of `struct timespec' (There's a bunch of warnings too, but those don't seem to be relevant). I've had a quick look at the headers, but I can't see why this is happening, and I don't have time to go through the code in great detail. Regards, Simon