@chipmc looks like you are using a few libraries. i don’t know if you’ve tweaked any of those locally but if so, one gotcha is that cloud compiling will ignore your local copies in preference of those specified in your project.properties
. usually this doesn’t matter since they end up being exactly the same but sometimes that’s not true and it causes problems.
try commenting out (place a #
at the start of the line) any lines within project.properties
starting with dependencies.
and then re-try the cloud compile command.