On Sun, Aug 19, 2012 at 03:10:36PM +1000, jupiter wrote:
> Hi,

Hello,

> I followed instructions from BUILDING.txt to build Xvnc on 64-bit
> CentOS 6.2 (copy source to unix/xserver and patch), but I have
> following issues after running configure and make:
> 
> 1. configure warning message for no definition of -with-fontdir and
> --with-dri-driver-path.

This shouldn't cause any problem.

> 
> 2. Could not find rfb:
> 
> $ make TIGERVNC_SRCDIR=<source_dir>
> 
> ........
> 
> make[3]: Entering directory
> `/Tools/TigerVnc/tigervnc-1.2.0/Build/unix/xserver/hw/vnc'
>   CXX    libvnc_la-xf86vncModule.lo
> xf86vncModule.cc:25:31: error: rfb/Configuration.h: No such file or directory
> xf86vncModule.cc:26:30: error: rfb/Logger_stdio.h: No such file or directory
> xf86vncModule.cc:27:27: error: rfb/LogWriter.h: No such file or directory
> xf86vncModule.cc:41: error: ‘rfb’ is not a namespace-name
> xf86vncModule.cc:41: error: expected namespace-name before ‘;’ token
> xf86vncModule.cc: In function ‘void vncExtensionInitWithParams()’:
> xf86vncModule.cc:84: error: ‘rfb’ has not been declared
> xf86vncModule.cc:85: error: ‘rfb’ has not been declared
> xf86vncModule.cc:86: error: ‘rfb’ has not been declared
> xf86vncModule.cc:91: error: ‘ParameterIterator’ was not declared in this scope
> xf86vncModule.cc:91: error: expected ‘;’ before ‘i’
> xf86vncModule.cc:91: error: ‘i’ was not declared in this scope
> make[3]: *** [libvnc_la-xf86vncModule.lo] Error 1
> 
> The rfb is in source/common directory, but there is no configure to
> set up the rfb include directory. Appreciate any helps of what I could
> be missing and how to fix it.

Can you please re-run make with "V=1" parameter and verify if you pass correct
"-I" path for rfb/* headers? You should see something like
"-I<source_dir>/common".

Regards, Adam

-- 
Adam Tkac, Red Hat, Inc.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to