----- Original Message -----
--[ UxBoD ]-- schrieb:
----- Original Message -----
----- Original Message ----- Hi Alex,
Thank you for the detailed steps. May I ask if you rebuilt Qt, statically, under Windows or has all your work been performed under Linux ? I have tried both of those Qt versions and ran configure.exe -static -openssl -I<path_to_openssl_include> -L<path_to_openssl_libs> and it failed to compile when running mingw32-make sub-src.
I must be doing something crazily wrong in the way I am rebuilding Qt :( I'm configure and build Qt always under windows. My configuration
--[ UxBoD ]-- schrieb: options are:
-release -static -openssl -qt-style-windowsxp -qt-style-windowsvista
openssl installed under c:\Program Files\openssl
regards,
Hi Alex,
I finally managed to build Qt! Now onto libssh in the latest x2go-client. I am guess that I need to apply the diff and then build it ? Do you perform the compile under Cygwin or use MinGW32 ?
Hello,
As I wrote in my last e-mail, the changes you need for x2goclient are already in master branch of libssh. You can build it on your system using mingw shipped with Qt SDK (need cmake, libssl and zlib) or get ready for use build from us:
Good morning, Alex
Thanks, Phil