Re: [CMake] Cross Compilang and NSIS

2009-03-10 Thread Andreas Schneider
On Monday 09 March 2009 12:01:23 Hendrik Sattler wrote: > Andreas Schneider schrieb: > > My problem is that cmake thinks that it is a windows version... > > No, it still knows that it runs on Linux and can use the native tools if > you tell it so in the toolchain file. Strange. > > > So you succe

Re: [CMake] Cross Compilang and NSIS

2009-03-09 Thread Hendrik Sattler
Andreas Schneider schrieb: > My problem is that cmake thinks that it is a windows version... No, it still knows that it runs on Linux and can use the native tools if you tell it so in the toolchain file. > So you successfully *cross compile* with mingw for windows under linux and > successfully

Re: [CMake] Cross Compilang and NSIS

2009-03-09 Thread Andreas Schneider
On Sunday 08 March 2009 17:22:48 Andreas Schneider wrote: > Hi, > Hi, > Now I get the error. > > File: Returning to: > "/usr/src/packages/BUILD/libssh-0.2.99.svn251/build/_CPack_Packages/win32/N >SIS/libssh-0.2.90- win32" > File: > "/usr/src/packages/BUILD/libssh-0.2.99.svn251/build/_CPack_Packag

Re: [CMake] Cross Compilang and NSIS

2009-03-08 Thread Andreas Schneider
On Sunday 08 March 2009 18:01:41 Hendrik Sattler wrote: > nsis can run natively on linux, there is no need for any wrappers. E.g. on I know that that there is a native version cause I'm using it. I'm not stupid :) > Debian: > $ makensis -VERSION > v2.37-3 Latest release: nsis-2.44-src/SConstru

Re: [CMake] Cross Compilang and NSIS

2009-03-08 Thread Hendrik Sattler
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 l

[CMake] Cross Compilang and NSIS

2009-03-08 Thread Andreas Schneider
Hi, 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 tha