mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] compiling ne7ssh for windows


From: Jamie Lahowetz
Subject: [Mingw-cross-env-list] compiling ne7ssh for windows
Date: Fri, 18 May 2012 09:08:51 -0500

Im trying to compile ne7ssh, which is an ssh library in c++, with mxe for an application that will run on windows. ne7ssh uses cmake to compile so I used the command:
cmake . -DCMAKE_TOOLCHAIN_FILE=/home/jamie.lahowetz/mxe/usr/i686-pc-mingw32/share/cmake/mxe-conf.cmake

When I went to 'make all' I got a series of errors:
In file included from /home/jamie.lahowetz/mxe/ne7ssh-1.3.2/src/crypt.h:40:0,
                 from /home/jamie.lahowetz/mxe/ne7ssh-1.3.2/src/crypt.cpp:22:
/home/jamie.lahowetz/mxe/ne7ssh-1.3.2/src/ne7ssh_string.h: In member function 'void ne7ssh_string::clear()':
/home/jamie.lahowetz/mxe/ne7ssh-1.3.2/src/ne7ssh_string.h:66:27: error: 'class Botan::SecureVector<unsigned char>' has no member named 'destroy'

It seems like there is something missing in this compilation. perhaps a library? Im not super c++ suave and when it comes to cross-compiling im worse. Any ideas on why such errors would appear and whats needed to remedy this? FYI ne7ssh compiles fine for straight linux.

--
Jamie Ryan Lahowetz
University of Nebraska - Lincoln
Graduate Student - Geosciences
402.304.0766
address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]