On Tue, 16 Jul 2013 17:23:19 +0900
Koichiro IWAO <m...@vmeta.jp> wrote:

> Hi all,
> 
> I'm FreeBSD port maintainer of TigerVNC. As a result of my work,
> TigerVNC 1.2.0 is available on FreeBSD as official packages.
> The next milestone is to bring TigerVNC 1.3.0 to FreeBSD but I
> have a trouble in building it with xorg-server 1.12.4.
> 
> To make the issue clear, I tried to build it on Ubuntu 12.04.
> I reproduced the same build failure as on FreeBSD.
> 

Looks like someone got a off-by-one in the version checks. All of these:

#if XORG < 112

Should probably have been

#if XORG <= 112

Can you do a search and replace in that file and see if it solves it?

Rgds
-- 
Pierre Ossman           Software Development
Cendio AB               http://cendio.com
Teknikringen 8          http://twitter.com/ThinLinc
583 30 Linköping        http://facebook.com/ThinLinc
Phone: +46-13-214600    http://plus.google.com/112509906846170010689

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to