-
It seems that some modifications might need to be made to allow compilation on OpenBSD.
This should be easy for someone familiar with C.
make
gcc -O2 -I. -DUSE_POLL -c main.c
main.c: In function `init_screen_info':
main.c:467: error: syntax error before numeric constant
main.c: At top level:
main.c:470: warning: data definition has no type or storage class
main.c:473: error: syntax...
2008-10-19 18:04:43 UTC by larsnooden
-
jpgrayson committed revision 329 to the VNC Reflector SVN repository, changing 14 files.
2008-08-22 18:21:24 UTC by jpgrayson
-
jpgrayson committed revision 328 to the VNC Reflector SVN repository, changing 5 files.
2008-08-22 18:01:23 UTC by jpgrayson
-
jpgrayson committed revision 327 to the VNC Reflector SVN repository, changing 2 files.
2008-08-22 17:44:16 UTC by jpgrayson
-
jpgrayson committed revision 326 to the VNC Reflector SVN repository, changing 1 files.
2008-08-22 17:29:36 UTC by jpgrayson
-
jpgrayson committed revision 325 to the VNC Reflector SVN repository, changing 3 files.
2008-08-22 17:28:35 UTC by jpgrayson
-
jpgrayson committed revision 324 to the VNC Reflector SVN repository, changing 2 files.
2008-08-22 14:53:09 UTC by jpgrayson
-
jpgrayson committed revision 323 to the VNC Reflector SVN repository, changing 11 files.
2008-08-22 14:50:19 UTC by jpgrayson
-
jpgrayson committed revision 322 to the VNC Reflector SVN repository, changing 1 files.
2008-08-22 14:29:35 UTC by jpgrayson
-
Support for requesting the tight jpeg sub encoding to the host and decode the jpegs. It add the option "-Q {0-9}" to specify the jpeg quality.
This allow for compressing the images much more than was possible before and is really useful if you are not running the reflector on the same network as the host.
2008-07-25 21:25:18 UTC by kristianbenoit