This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Interesting issue concerning the building of VNC for Cygwin
- From: "Gregg Levine" <gregg dot drwho8 at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Mon, 26 Feb 2007 07:35:05 -0500
- Subject: Interesting issue concerning the building of VNC for Cygwin
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mZ4ImrIPjUxmNH4hZjH0iRxzM0zqjaqsWEbJ11dAr7TS2m3gRPJr/Ulrgp0yMRXxvXXhFJatDtoJeIf6KrYjzQ6k3Y0WU/AaOYVGB3jAdDV3ImiX5V3qGI3rLTQRyizu5Bo3Paq/BF2rcHae2k6nBBk6Q6H8edywXudRo6124P8=
Hello!
Here's one for all of us to consider:
rm -f libtx.a
ar cq libtx.a TXWindow.o TXScrollbar.o TXViewport.o TXImage.o TXMenu.o
ranlib libtx.a
make[1]: Leaving directory `/usr/src/vnc-4_1_2-unixsrc/unix/tx'
make[1]: Entering directory `/usr/src/vnc-4_1_2-unixsrc/unix/vncviewer'
c++ -I../../common -I.. -I../tx -I/usr/X11R6/include -O2 -Wall -c DesktopWin
dow.cxx
c++ -I../../common -I.. -I../tx -I/usr/X11R6/include -O2 -Wall -c CConn.cxx
In file included from ../tx/TXMsgBox.h:33,
from AboutDialog.h:25,
from CConn.h:32,
from CConn.cxx:23:
../tx/TXDialog.h: In member function `bool TXDialog::show()':
../tx/TXDialog.h:65: error: `select' undeclared (first use this function)
../tx/TXDialog.h:65: error: (Each undeclared identifier is reported only once fo
r each function it appears in.)
In file included from /usr/include/cygwin/sys_time.h:13,
from /usr/include/sys/time.h:27,
from ../../common/rfb/Timer.h:26,
from ../tx/TXViewport.h:31,
from CConn.cxx:35:
/usr/include/sys/select.h: At global scope:
/usr/include/sys/select.h:31: error: `int select(int, _types_fd_set*, _types_fd_
set*, _types_fd_set*, timeval*)' used prior to declaration
make[1]: *** [CConn.o] Error 1
make[1]: Leaving directory `/usr/src/vnc-4_1_2-unixsrc/unix/vncviewer'
make: *** [all] Error 1
GCL@jimkirk /usr/src/vnc-4_1_2-unixsrc/unix
$
That's the tail end of my efforts to bring VNC to Cygwin. I originally
attempted to, ah, trigger a rebuild of an RPM by grabbing the
corresponding source RPM from FC6, however our RPM rebuild mechanism
wasn't interested in that one. I then grabbed the source code direct
from www.realvnc.com and followed the usual steps for building it.
Naturally it would crash and with a big mess at one point.
Does anyone have any suggestions? Usual rules about submissions and
prizes for same apply.
--
Gregg C Levine gregg.drwho8@gmail.com
"This signature was once found posting rude
messages in English in the Moscow subway."
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/