Re: [Tigervnc-devel] Integration work completed

2011-02-14 Thread DRC
On 2/14/11 4:52 AM, Adam Tkac wrote: I successfully use CMake Visual Studio 2008 Express to build all Windows stuff with all features. And I'm also using MS VStudio for debugging testing on Windows. I will extend BUILDING.txt with information how to build GNUTLS support on Windows.

Re: [Tigervnc-devel] Integration work completed

2011-02-12 Thread DRC
On 2/12/11 12:55 AM, Pierre Ossman wrote: We want less bundled stuff, not more. Better we do a nice writeup (possibly with helper scripts) on how to build GnuTLS on Windows. Building it with MinGW is a no-brainer (although it takes a while, due to the slowness of MSYS autotools.) I built

Re: [Tigervnc-devel] Integration work completed

2011-02-11 Thread Martin Koegler
On Thu, Feb 10, 2011 at 09:45:22PM -0600, DRC wrote: In the course of this work, I've discovered much about how to build GnuTLS (and how not to.) I'm not sure how people are currently using that technology on Windows, but there doesn't seem to be a sane way to build static libraries for

Re: [Tigervnc-devel] Integration work completed

2011-02-11 Thread DRC
On 2/11/11 1:05 PM, Martin Koegler wrote: They are useful for cross-compiling (mingw as cross-compiler) - in fact, they were the only way for me to get an working windows viewer with GNU TLS support. You can cross compile using MinGW and CMake. See BUILDING.txt. I really want to fix whatever

Re: [Tigervnc-devel] Integration work completed

2011-02-11 Thread DRC
On 2/11/11 1:05 PM, Martin Koegler wrote: For the VeNCrypt project, I have been building GNU TLS with MS VC 6.0 (as part of the project like zlib). I thought, that the project would prefer out of tree GNU TLS, but: If somebody with commit access, would commit (a not too broken) solution for

[Tigervnc-devel] Integration work completed

2011-02-10 Thread DRC
After approximately 35 hours of work in the past 3 days, I have a pre-release build and packaging system for TigerVNC up and running. The first run of packages from this can be found here: http://www.virtualgl.org/DeveloperInfo/TigerVNCPreReleases From my point of view, the code is ready for