[CMake] Cross Compilang and NSIS

Hendrik Sattler post at hendrik-sattler.de
Sun Mar 8 13:01:41 EDT 2009


Am Sonntag 08 März 2009 17:22:48 schrieb Andreas Schneider:
> I've cross compiled libssh with mingw for windows today using the openSUSE
> Build Service.
>
> http://download.opensuse.org/repositories/home:/gladiac:/win32/win32/i586/
>
> I'm currently trying to create a NSIS installer on Linux for libssh but it
> gives me some bad errors.
>
> The first error was that it can't determine the version number. I'm using
> nsis from http://nsis.sourceforge.net/ so I've created a wrapper.

nsis can run natively on linux, there is no need for any wrappers. E.g. on 
Debian:
$ makensis -VERSION
v2.37-3
$ file $(which makensis)
/usr/bin/makensis: ELF 32-bit LSB executable,[...]

It works just fine. I am sure that SuSE has a similar package available.

HS



More information about the CMake mailing list