I just built NSIS without changing anything other than removing "NSIS Menu" because it was giving a compiler error (I think because I didn't have wxWidgets specified).
Really the only thing I need from the build is makensis and the stubs.
The build compiles perfectly in scons. Problem is when you try and run makensis.exe it crashes immediately.
I'm using zlib library from http://nsis.sourceforge.net/Zlib
I'm putting the stubs with the correct names in ..\Stubs\ (both ansi and unicode)
Here's callstack from olly:

I installed Microsoft Visual C++ 2005 Express Edition with Microsoft Visual C++ Toolkit 2003
Any ideas?!
Thanks guys

