infelt / android-vnc

Automatically exported from code.google.com/p/android-vnc
GNU General Public License v2.0
1 stars 0 forks source link

where can I get libvncserver source code ? #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to build a fbvncserver for testing.But I can NOT know which version 
of libvncserver is matched with the project?

Could you tell me from where I can get right libvncserver?

PS:
I had download LibVNCServer-0.9.7.tar.gz from 
http://sourceforge.net/projects/libvncserver/.

Thanks

Original issue reported on code.google.com by Robert.L...@gmail.com on 15 Jun 2009 at 6:58

GoogleCodeExporter commented 8 years ago
I had download LibVNCServer-0.9.7.tar.gz from 
http://sourceforge.net/projects/libvncserver/. But some error will raise,when I 
build it.I am fixing them. I look forward to get your support.

Thanks

Original comment by Robert.L...@gmail.com on 15 Jun 2009 at 7:05

GoogleCodeExporter commented 8 years ago
Josh Guilfoyle to me 

I honestly don't remember, but your best bet is 0.9.3 from Ubuntu,
which is the latest version I see on my main workstation.

Original comment by Robert.L...@gmail.com on 16 Jun 2009 at 5:20

GoogleCodeExporter commented 8 years ago
Hi, how do you compile LibVNC server (version 0.9.3), i run 
./configure --host=arm-none-linux-gnueabi --without-pthread 
--prefix=/opt/android
 and get these errors, i try to install many times X development but the problems is still the same .

checking for X... libraries /usr/lib, headers /usr/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for XGetImage in -lX11... no
configure: error:

==========================================================================
*** A working X window system build environment is required to build ***
x11vnc.  Make sure any required X development packages are installed.
If they are installed in non-standard locations, one can use the
--x-includes=DIR and --x-libraries=DIR configure options or set the
CPPFLAGS and LDFLAGS environment variables to indicate where the X
window system header files and libraries may be found.  On 64+32 bit
machines you may need to point to lib64 or lib32 directories to pick up
the correct word size.

If you want to build x11vnc without X support (e.g. for -rawfb use only
or for native Mac OS X), specify the --without-x configure option.
==========================================================================

Pls help me :) Can you reproduce how do you compile this lib ?
Thanks a lot !

Original comment by tung...@gmail.com on 30 Jul 2010 at 9:52