Re: [Tigervnc-devel] xserver / cmake issues

2011-08-25 Thread DRC
On Aug 25, 2011, at 12:22 PM, Martin Koegler wrote: > On Thu, Aug 25, 2011 at 01:57:48AM -0500, DRC wrote: >> The more correct way is to provide CMake variables to override the man >> directory, binary directory, etc. I personally use /opt/TigerVNC and prefer >> the man pages to go in ${prefi

Re: [Tigervnc-devel] xserver / cmake issues

2011-08-25 Thread Martin Koegler
On Thu, Aug 25, 2011 at 01:57:48AM -0500, DRC wrote: > The more correct way is to provide CMake variables to override the man > directory, binary directory, etc. I personally use /opt/TigerVNC and prefer > the man pages to go in ${prefix}/man, but I agree that there needs to be an > override mec

Re: [Tigervnc-devel] xserver / cmake issues

2011-08-24 Thread DRC
On Aug 25, 2011, at 1:19 AM, Martin Koegler wrote: > On Wed, Aug 24, 2011 at 11:06:06AM -0500, DRC wrote: >> At any rate, I was able to reproduce the original issue after that, and >> I checked in your patch to fix it. > > Just one more issue, the new build system install the man-pages to > $p

Re: [Tigervnc-devel] xserver / cmake issues

2011-08-24 Thread Martin Koegler
On Wed, Aug 24, 2011 at 11:06:06AM -0500, DRC wrote: > At any rate, I was able to reproduce the original issue after that, and > I checked in your patch to fix it. Just one more issue, the new build system install the man-pages to $prefix/man instead of $prefix/share/man - as used in all major di

Re: [Tigervnc-devel] xserver / cmake issues

2011-08-24 Thread DRC
On 8/24/11 2:04 AM, Martin Koegler wrote: > I'm trying to build a debian package for tigervnc reusing the distribution > xserver sources. > > To your commited build options patch: > > In my case, I put the xserver sources under the tigervnc sources > (unix/xserver-XXX) > and build the X server

Re: [Tigervnc-devel] xserver / cmake issues

2011-08-24 Thread Martin Koegler
On Tue, Aug 23, 2011 at 12:50:52PM -0500, DRC wrote: > On 8/17/11 4:01 PM, Martin Koegler wrote: > > First of all, Makefile.am is missing some include path, so that a out of > > source tree build fails (xserver 1.7): > > --- tigervnc-1.0.1.svn0.orig/unix/xserver/hw/vnc/Makefile.am > > +++ tigervnc

Re: [Tigervnc-devel] xserver / cmake issues

2011-08-23 Thread DRC
I have a build up and running on RHEL 6, which builds libvnc.so with no issues in an out-of-tree build. Bear in mind that top_srcdir in the Xorg tree is not the same as the top source dir. of the TigerVNC tree. You have to pass an argument of TIGERVNC_SRCDIR={dir} to 'make' when building Xorg out

Re: [Tigervnc-devel] xserver / cmake issues

2011-08-23 Thread DRC
On 8/17/11 4:01 PM, Martin Koegler wrote: > First of all, Makefile.am is missing some include path, so that a out of > source tree build fails (xserver 1.7): > --- tigervnc-1.0.1.svn0.orig/unix/xserver/hw/vnc/Makefile.am > +++ tigervnc-1.0.1.svn0/unix/xserver/hw/vnc/Makefile.am > @@ -17,7 +17,8 @@

Re: [Tigervnc-devel] xserver / cmake issues

2011-08-17 Thread DRC
On 8/17/11 4:01 PM, Martin Koegler wrote: > First of all, Makefile.am is missing some include path, so that a out of > source tree build fails (xserver 1.7): > --- tigervnc-1.0.1.svn0.orig/unix/xserver/hw/vnc/Makefile.am > +++ tigervnc-1.0.1.svn0/unix/xserver/hw/vnc/Makefile.am > @@ -17,7 +17,8 @@

[Tigervnc-devel] xserver / cmake issues

2011-08-17 Thread Martin Koegler
First of all, Makefile.am is missing some include path, so that a out of source tree build fails (xserver 1.7): --- tigervnc-1.0.1.svn0.orig/unix/xserver/hw/vnc/Makefile.am +++ tigervnc-1.0.1.svn0/unix/xserver/hw/vnc/Makefile.am @@ -17,7 +17,8 @@ libvnccommon_la_SOURCES = $(HDRS) vncExt libvncc