Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2004 17:31:21 -0400
From:      Jason <jason@monsterjam.org>
To:        questions@freebsd.org
Subject:   anyone gotten vnc 4.0 to compile yet? 
Message-ID:  <20040828213121.GB33154@monsterjam.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040828213121.GB33154>