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

s/#if XORG < 112/#if XORG <= 112/ solved vncHooks.cc and vncExtInit.cc 
error.
However, stopped with another error.

>   CXX      libvnc_la-xf86vncModule.lo
> xf86vncModule.cc: In function 'void vncExtensionInitWithParams()':
> xf86vncModule.cc:107: error: invalid conversion from 'void*' to 
> '_InputOption*'
> xf86vncModule.cc:107: error:   initializing argument 1 of 'const char*  
> xf86FindOptionValue(_InputOption*, const char*)'
gmake[3]: *** [libvnc_la-xf86vncModule.lo] Error 1

Thanks,
-- 
`whois vmeta.jp | nkf -w`
meta <m...@vmeta.jp>

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