Try compiling rfbproto.c with the -E switch to view just the output from the preprocessor. Since GET_PIXEL8, etc. are macros if you see them in the output file then the problem is that the preprocessor is not expanding them correctly for some reason.

A very crude hack in that case is to just make 3 copies of the file hextile.c (hextile8.c, hextile16.c & hextile32.c) and edit them so that the call to GET_PIXEL is GET_PIXEL8, 16 or 32. Then edit rfbproto.c so the 3 includes of hextile.c use the modified files.

Good luck.

-- Ron --

p.s. personally I use tightvnc and find that the Java applet turned into a Mac OS X app is plenty fast enough, though it does take a while to start up.
_______________________________________________
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