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 that it can't determine the version number. I'm using nsis 
from http://nsis.sourceforge.net/ so I've created a wrapper.

----
#!/bin/bash

if test $1 = "-VERSION"; then
        echo -n "MakeNSIS v2.44 - Copyright 1999-2004 Nullsoft, Inc."
        exit 0
fi

exec /usr/bin/makensis.bin $@
----

Now I get the error.

File: Returning to: 
"/usr/src/packages/BUILD/libssh-0.2.99.svn251/build/_CPack_Packages/win32/NSIS/libssh-0.2.90-
win32"
File: 
"/usr/src/packages/BUILD/libssh-0.2.99.svn251/build/_CPack_Packages/win32/NSIS/libssh-0.2.90-
win32\*.*" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
   /oname=outfile one_file_only)

Any idea for a workaround?

Has someone already managed to create a NSIS installer on Linux?


        -- andreas

-- 
cybernetic synapses - http://www.cynapses.org/

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
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