Closed GoogleCodeExporter closed 9 years ago
(instead of the second "!!! compiled locally" there should be "!!! compiled on
contest servers")
Original comment by buratin....@gmail.com
on 8 Oct 2010 at 5:37
I noticed that the cpp package is compiled twice.
When you upload a cpp bot, it compiles the package though it doesn't see all
the generated *.o files:
g++ -O2 -o MyBot ltable.o ltablib.o ltm.o lundump.o lapi.o lauxlib.o lbaselib.o
lvm.o lzio.o MyBot.o print.o -lm
May be the script executes linker too early, when the not all object files are
generated?
After uploading my cpp package I see that my submission failed to compile.
After ten seconds I refresh the page and cpp package is compiled without
errors. That's because the script workarounded the above problem by compiling
the cpp sources again.
That comes from two emails one to say compilation failed and another to say the
compilation ok. Two emails for one submission.
Original comment by buratin....@gmail.com
on 13 Oct 2010 at 2:56
This should have been fixed with some older changes to prevent race conditions
with multiple compile daemons.
Original comment by jokeserver
on 18 Nov 2010 at 7:13
Original issue reported on code.google.com by
buratin....@gmail.com
on 8 Oct 2010 at 5:35Attachments: