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
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
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
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
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
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
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
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 @@
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 @@
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
10 matches
Mail list logo