LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   error while installation of vnc on RHEL 5 (https://www.linuxquestions.org/questions/linux-software-2/error-while-installation-of-vnc-on-rhel-5-a-850059/)

LINUXQueAns 12-13-2010 11:28 PM

error while installation of vnc on RHEL 5
 
Hi All,

i am trying to install vnc on RHEL 5. but while installation i am getting below error,

../rfb/ImageGetter.h: At global scope:
../rfb/ImageGetter.h:24: warning: ‘class rfb::ImageGetter’ has virtual functions but non-virtual destructor
../rfb/ColourMap.h:29: warning: ‘class rfb::ColourMap’ has virtual functions but non-virtual destructor
../rdr/FdInStream.h:30: warning: ‘class rdr::FdInStreamBlockCallback’ has virtual functions but non-virtual destructor
../network/Socket.h:69: warning: ‘class network::ConnectionFilter’ has virtual functions but non-virtual destructor
../network/Socket.h:95: warning: ‘struct network::SocketException’ has virtual functions but non-virtual destructor
make[1]: *** [HTTPServer.o] Error 1
make[1]: Leaving directory `/root/scripts/vnc-4.0-unixsrc/rfb'
make: *** [all] Error 1

What would be the problem ?

knudfl 12-14-2010 06:58 AM

Are you sure you want the ancient vnc-4.0 ? Last time seen in Fedora 3.
Default for RHEL5 is vnc-4.1.2 : # yum install vnc
( And # 'yum install vnc-server', if you want that too.)

'vnc*' can also be found on the install DVD . Or CD disk 3: vnc. Disk 2: vnc-server.

..


All times are GMT -5. The time now is 04:20 PM.