Re: [Tigervnc-devel] Builds using static libs.

2011-07-28 Thread DRC
This is done. -DBUILD_STATIC=1 in CMake. Note that this code was ported over from VirtualGL, which is why it is disabled for OS X. I found some really nasty problems in vglclient when linking with the static libstdc++ on OS X. Not sure whether those same problems would exist in TigerVNC, but I

Re: [Tigervnc-devel] Builds using static libs.

2011-06-21 Thread DRC
Hi, guys. Can you PLEASE wait until I'm finished before you start hacking up the build system again? I think what I'm doing will solve a lot of these problems without you having to re-invent the wheel. On 6/21/11 6:10 PM, Robert Goley wrote: > Thanks Pierre. I will give these a shot. I will se

Re: [Tigervnc-devel] Builds using static libs.

2011-06-21 Thread Robert Goley
Thanks Pierre.  I will give these a shot.  I will see if I can get a clean up version of them too.  I would really like to have a simple STATIC_VIEWER_BUILD=ON type option I could set...  We will see how much time I have and how much cmake I can pick up...  Really trying

Re: [Tigervnc-devel] Builds using static libs.

2011-06-21 Thread DRC
On 6/21/11 2:54 AM, Pierre Ossman wrote: > Not being a CMake expert myself either, I took the easy way out and > modified the build definitions in our local copy of TigerVNC. This > entails: At least with respect to FLTK, libjpeg-turbo, and GnuTLS, it's a fairly simple matter of overriding CMake v

Re: [Tigervnc-devel] Builds using static libs.

2011-06-21 Thread Pierre Ossman
On Mon, 20 Jun 2011 18:06:31 -0400 Robert Goley wrote: > I am trying to build new viewer using only static libs or at least > static for all libs not in the base OS. I am trying to do this in Snow > Leopard and will be doing it in linux soon. I know DRC has done this > because his builds h

Re: [Tigervnc-devel] Builds using static libs.

2011-06-20 Thread DRC
You're ahead of me. I'm currently working on static builds with build-xorg in trunk, but I haven't gotten as far as figuring out the issues with OS X yet. On 6/20/11 5:06 PM, Robert Goley wrote: > I am trying to build new viewer using only static libs or at least > static for all libs not in the

[Tigervnc-devel] Builds using static libs.

2011-06-20 Thread Robert Goley
I am trying to build new viewer using only static libs or at least static for all libs not in the base OS.  I am trying to do this in Snow Leopard and will be doing it in linux soon.  I know DRC has done this because his builds have had gnutls statically linked in.  I am