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

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to