X-Spam-Check-By: sourceware.org 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= Message-ID: <18d205ed0702260435t138977c9vf04449ab67ddd0ed@mail.gmail.com> Date: Mon, 26 Feb 2007 07:35:05 -0500 From: "Gregg Levine" To: cygwin AT cygwin DOT com Subject: Interesting issue concerning the building of VNC for Cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 AT 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 DOT drwho8 AT gmail DOT 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/