Katherine
Katherine
This sounds like an excellent idea to me. Don't worry too much about not disturbing the existing makefiles; we can provide whatever suits what we're doing. My only request is...
The ticket here isn't to do with multiple definitions, that's a little misleading. The errors @data-man is showing are from a different codebase, libfsm, which uses sid. Here's here to...
The ticket here is about the generated code being rebuilt on a fresh checkout, presumably because the timestamps are mashed up by git. It doesn't actually need to be rebuilt....
I see, sorry. Those definitions in lexi's lexer.h are presumably missing `extern`. But shouldn't that be the default anyway, unless `static` is explicitly given? I can't reproduce the error here,...
Moving this dscussion to #62 because it's a different issue than the timestamp problems reported by @dj3vande for this ticket here. Both need addressing, and I don't want to mix...
@FFY00 tells me this is due to gcc 10, and I only have 9.3.0. Actions: - We should build everything in CI, not just the stuff for bootstrap - Add...
Interesting. I wonder how something so fundamental can be wrong. Maybe our code assumes these declarations are independent? Or maybe it's happy either way.
@FFY00 I'm not quite sure what you're asking there, the source files names are in your paste!
> In previous GCC versions this error is ignored. GCC 10 defaults to -fno-common, which means a linker error will now be reported. I see, that explains how we got...
Hi there! This is an interesting case. As far as I know this should be entirely possible - TenDRA did target DOS in an earlier version, although that wasn't listed...