On Thu, Jul 31, 2003 at 11:52:26AM -0400, William Hooper wrote:

> Using RHL 9 (gcc-3.2.2) that gets me past x0vncserver, but then I get
> errors building vncviewer:
>
> make[1]: Entering directory
`/home/whooper/build/vnc-4.0b3-unixsrc/vncviewer'
> c++   -I.. -I../tx  -I/usr/X11R6/include  -O2 -Wall -c DesktopWindow.cxx
> c++   -I.. -I../tx  -I/usr/X11R6/include  -O2 -Wall -c CConn.cxx
> In file included from AboutDialog.h:26,
>                  from CConn.h:31,
>                  from CConn.cxx:23:
> ../tx/TXLabel.h: In member function `void TXLabel::setText(const char*)':
> ../tx/TXLabel.h:71: `max' undeclared (first use this function)
> ../tx/TXLabel.h:71: (Each undeclared identifier is reported only once for
> each
>    function it appears in.)
> make[1]: *** [CConn.o] Error 1
> make[1]: Leaving directory
`/home/whooper/build/vnc-4.0b3-unixsrc/vncviewer'
> make: *** [all] Error 1

I had to move the inclusion of "CConn.h" to below <rfb/util.h> in
CConn.cxx.  I'm afraid I can't think of a good reason I needed to do
that..

Tim.
*/

[demime 0.99d.1 removed an attachment of type application/pgp-signature]
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to