Help Req - Failed building from source - Win32

Hi,

Errors are preventing me from building ES from source on Win32, and I was wondering if anyone is familiar with what I may have done wrong.

I am unaware if the instructions at http://electricsheep.wikispaces.com/Development are outdated, but it has been followed as close as possible, with two exceptions: used MinGW 6.0 (step 4) and the Boost 1.39.0-1sau DevPak (for step 14) instead.

||=== lua5.1_dll, Debug Win32 ===|
C:\Users\redacted\AppData\Local\Temp\ccBz33lv.s|44|Error: unknown .loc sub-directive `discriminator'|
C:\Users\redacted\AppData\Local\Temp\ccBz33lv.s|44|Error: junk at end of line, first unrecognized character is `1'|
C:\Users\redacted\AppData\Local\Temp\ccBz33lv.s|139|Error: unknown .loc sub-directive `discriminator'|
C:\Users\redacted\AppData\Local\Temp\ccBz33lv.s|139|Error: junk at end of line, first unrecognized character is `1'|
C:\Users\redacted\AppData\Local\Temp\ccBz33lv.s|267|Error: unknown .loc sub-directive `discriminator'|
C:\Users\redacted\AppData\Local\Temp\ccBz33lv.s|267|Error: junk at end of line, first unrecognized character is `1'|

... snip ...

C:\Users\redacted\AppData\Local\Temp\ccBz33lv.s|958|Error: unknown .loc sub-directive `discriminator'|
C:\Users\redacted\AppData\Local\Temp\ccBz33lv.s|958|Error: junk at end of line, first unrecognized character is `3'|
||More errors follow but not being shown.|
||Edit the max errors limit in compiler options...|
||=== Build finished: 50 errors, 0 warnings ===|

Any assistance is appreciated.

SVN is not buildable with

SVN is not buildable with mingw right now. Use Microsoft Visual Studio 2008 Express SP1 (free for commercial use). Some dependencies must be built first: boost, wxwidgets, libcurl, lua (in svn), tinyxml (in svn), ffmpeg (mingw+msys!). Then use the solution in MSVC folder to build ES.

User login