Page 1 of 1

commit 524: df685a612f73 broke LOVE builds on windows

Posted: Tue Feb 22, 2011 2:57 am
by johnson_lin
Apparently the change in this commit, which generates embedded graphics and scripts in plain text, instead of hex literal, simply broke the feeeeeeeeeeeble Visual C++ 2010 Express' compiler (msvc10)

Related MSVC pages:
http://msdn.microsoft.com/en-us/library ... 80%29.aspx (Compiler Error C2026)

and even if I did exactly what this page told me to do, to split up the string literals, msvc now ridiculously complain for: fatal error C1091: compiler limit: string exceeds 65535 bytes in length in graphics.lua.h :o

Re: commit 524: df685a612f73 broke LOVE builds on windows

Posted: Tue Feb 22, 2011 6:43 am
by bartbes
And I told him not to, but no, he wouldn't listen...

Re: commit 524: df685a612f73 broke LOVE builds on windows

Posted: Tue Feb 22, 2011 10:16 am
by vrld
compiler limit: string exceeds 65535 bytes
:x Reverted...