Hi All, I've installed all required programs as written in 1.
apt-get install git-core mingw-w64 gcc-4.6-arm-linux-gnueabi man2html dos2unix nsis unzip Then, I've executed the command ./configure --prefix=/usr/local/i586-mingw32 --host=i586-mingw32msvc inside OpenVPN-Gui source folder. It completed successfully, then when I execute the command make i get the following error: main.c:26:21: fatal error: windows.h: No such file or directory compilation terminated. make[1]: *** [main.o] Error 1 What I'm doing wrong? Thanks, Sagi [1] https://community.openvpn.net/openvpn/wiki/BuildingUsingGenericBuildsystem