From owner-freebsd-questions@FreeBSD.ORG Sat Aug 28 21:31:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49DE116A4CE for ; Sat, 28 Aug 2004 21:31:25 +0000 (GMT) Received: from ms-smtp-04-eri0.southeast.rr.com (ms-smtp-04-lbl.southeast.rr.com [24.25.9.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D9343D5A for ; Sat, 28 Aug 2004 21:31:24 +0000 (GMT) (envelope-from jason@monsterjam.org) Received: from monsterjam.org (cpe-024-211-171-119.nc.rr.com [24.211.171.119]) i7SLVMSG001202 for ; Sat, 28 Aug 2004 17:31:22 -0400 (EDT) Received: (qmail 34332 invoked by uid 1001); 28 Aug 2004 21:31:21 -0000 Date: Sat, 28 Aug 2004 17:31:21 -0400 From: Jason To: questions@freebsd.org Message-ID: <20040828213121.GB33154@monsterjam.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: anyone gotten vnc 4.0 to compile yet? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 21:31:25 -0000 im getting the following error. making all in programs/Xserver/vnc... rm -f vncExtInit.o LD_LIBRARY_PATH=../../../exports/lib c++ -c -O2 -I../include -I../../../include/extensions -I.. /../../exports/include/X11 -I../../../include/fonts -I../mfb -I../mi -I../../../. . -I../../../../vncconfig -I../../.. -I../../../exports/include -DCSRG_BASED -DCSRG_BASED -DSH APE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPAN ORAMIX -DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER -DXFree86Server -DXF86VIDMODE -DXvMCExtension -DSMART_SCHEDULE -DBUILDDEBUG -D X_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DGC_HAS_COMPOSITE_CLIP -UXFree86LOADER vncExtInit.cc In file included from vncExtInit.cc:51: XserverDesktop.h:64: `fd_set' was not declared in this scope XserverDesktop.h:64: `fds' was not declared in this scope XserverDesktop.h:64: variable or field `blockHandler' declared void XserverDesktop.h:65: `fd_set' was not declared in this scope XserverDesktop.h:65: `fds' was not declared in this scope XserverDesktop.h:65: syntax error before `)' XserverDesktop.h:65: variable or field `wakeupHandler' declared void XserverDesktop.h:65: ANSI C++ forbids initialization of member `wakeupHandler' XserverDesktop.h:65: making `wakeupHandler' static XserverDesktop.h:65: ANSI C++ forbids in-class initialization of non-const static member `wakeupH andler' vncExtInit.cc: In function `void vncBlockHandler(void *, timeval **, void *)': vncExtInit.cc:219: `fd_set' undeclared (first use this function) vncExtInit.cc:219: (Each undeclared identifier is reported only once vncExtInit.cc:219: for each function it appears in.) vncExtInit.cc:219: `fds' undeclared (first use this function) vncExtInit.cc:219: syntax error before `)' vncExtInit.cc: In function `void vncWakeupHandler(void *, int, void *)': vncExtInit.cc:251: syntax error before `)' *** Error code 1 Stop in /usr/home/jason/temp/vnc-4.0-unixsrc/xc/programs/Xserver/vnc. *** Error code 1 Stop in /usr/home/jason/temp/vnc-4.0-unixsrc/xc/programs/Xserver. jason@beast Xserver $ Jason