Skip to content
⌘ NSIS Forum Archive

POSIX special build for logging - is there one?

4 posts

kalverson#

POSIX special build for logging - is there one?

Is there a link to download the special build with logging turned on for POSIX?
Anders#
No. You should be able to use the precompiled stubs and plugins but you have to compile makensis yourself...
kalverson#
getting a compile error

I am building on CentOS 7 x64 - had to use x64 because VMware would not give me an Ethernet device on x32. It looks like it is a known compile error as there was a bug report on it. The homebrew workaround did not work for me. I am just wondering if anyone knows the scons commands to get around this compile error for NSIS 2.46.

The workaround was this, but my compiler doesn't know about these
scons makensis APPEND_CCFLAGS=--stdlib=libstdc++ APPEND_LINKFLAGS=--stdlib=libstdc++

The error is on the close and has to do with the wrong .h file being used I think.
kalverson#
That did it! Woohoo!

An email from our build specialist when he tried the special build precompiled stubs with our build system. That one is using CentOS 5.5 which is older but the compile works on that one for logging.