Since fully building from sources fails, I tried to use the provided .zip and build only the compiler on Linux.
This was ok for a 64-bits machine, but when I tried to do the same on a 32-bits machine, the result was:
/opt/xbb/bin/makensis /opt/xbb/share/nsis/Examples/example1.nsi
NSISRT_Initialize failed!
I guess the provided binaries are all 64-bits.
Could you consider publishing a 32-bits version too?
Thank you,
Liviu
NSIS installer stubs are windows 32bit by default, the makensis compiler is native and it compiles on both 32bit and 64bit platforms.
Ah, ok, it is the other way around. It would be good to update the documentation to avoid such questions.
You can close this ticket.
NSISRT_Initialize failure on POSIX is most likely a iconv/utf-8/wchar_t issue.