[Openvpn-devel] Build failure on "master" when using PolarSSL

2012-04-13 Thread Samuli Seppänen
HI, I tested building OpenVPN with PolarSSL support on our buildslaves - Debian 6 i386 (PolarSSL 1.1.1) - CentOS 6 amd64 (PolarSSL 1.1.1) - Ubuntu 10.04 amd64 (PolarSSL 1.1.0) All used the following build flags: --with-crypto-library=polarssl --enable-crypto --enable-ssl All gave the same erro

Re: [Openvpn-devel] Build tests using "generic" buildsystem and Git "master"!

2012-04-13 Thread Samuli Seppänen
Building for Arm was easier than I assumed. On Ubuntu 11.10 amd64: $ apt-get install gcc-4.6-arm-linux-gnueabi $ IMAGEROOT=`pwd`/image-arm CHOST=arm-linux-gnueabi CBUILD=x86_64-pc-linux-gnu ./build seemed to produce binaries as expected. Samuli PS. Updated the documentation:

[Openvpn-devel] Build tests using "generic" buildsystem and Git "master"!

2012-04-13 Thread Samuli Seppänen
Hi all, I also ran some build tests with the "generic" buildsystem[1], OpenVPN Git "master"[2] and an Ubuntu 11.10 amd64 workstation. As the Git "master" does not yet seem to include the "generic" buildsystem, I downloaded it separately[3] and pointed it to a tarball[4] assembled from latest Git "

[Openvpn-devel] MSVC build tests on Git "master"

2012-04-13 Thread Samuli Seppänen
Hi all, I did a number of MSVC build tests using Visual Studio 2010 Express. I tried both Git "master"[1] and Alon's openvpn-build repo[2]. I encountered a number of issues with [1]. First, unlike in [2], dependency fetching is not automatic - not sure if that's intentional, but it is/was a reall