Hi,

I am having a problem running makefile with mingw32-make, the makefile is generated from qmake. At first, it threw "Interrupt/Exception caught (code = 0xc0000005, addr = 0x0040b0ac)" and I was able to fix it by setting the temporary path with one that doesn't has any brackets.

Next, I got a bunch of "Makefile:65: *** missing separator. Stop." error and again looking around, it seems that the makefile generated by the qmake wasn't properly identing some of the lines. This was fixed by placing tab to those lines.

Now, I am having an error which is way out of my expertise and I hope you can point me a way into fixing this, thanks. The latest error I am getting is:

Qt Code:
  1. cl -c -nologo -Zm200 -Zc:wchar_t -O2 -MD -DUNICODE -DWIN32 -DNDEBUG -I"C:\Qt\Qt5.3.2\5.3\msvc2012_opengl\mkspecs\win32-msvc2012" -Fo @<<
  2. << was unexpected at this time.
  3. mingw32-make: *** [{.}.cpp{}.obj] Error 255
To copy to clipboard, switch view to plain text mode 

The makefile generated from qmake is here in entirety: http://pastie.org/9755630 (the content of the file exceeds the limit allowed by forum).