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
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
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
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
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
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
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