I am unable to build my game with anything after 3.4.0.9 or so. I'm using Calin Leafshade's sprite font plugin. The error I get is "unable to resolve import for SetSpacing" (one of the functions provided by the sprite font plugin).
Where do you get this plugin exactly, and are you using compiled binary or compiled it yourself?
I'm using a DLL I found in the sprite font thread. I've uploaded a copy for you:
http://goo.gl/5xo2v7I was using the precompiled 3.4.0.9 from this thread (downloaded a while ago).
I upgraded to the precompiled 3.4.0.11 and noticed the problem.
I did not make a backup of 3.4.0.9

. I couldn't find a link to the official 3.4.0.9 in the thread, so decided to switch to an old Git revision and build 3.4.0.9 again from source.
I built and rebuilt repeatedly and found that 83a1... worked and e1a8... did not.
The problem should be present with a fresh copy of 3.4.0.11. That's where I noticed it first.
A minimal test case would probably be:
function game_start()
{
SetSpacing(1, 2);
}
I can give you my project files too, if you need them.