This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Interesting issue concerning the building of VNC for Cygwin


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]