hwhw / kindlevncviewer

A VNC viewer for ebook readers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rfb/rfbint.h: No such file or directory

nomeata opened this issue · comments

Hi,

trying to cross-compile c9c29f0 on Debian I get:

> make ARCH=arm-linux-gnueabihf
fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
touch libvncserver/libvncclient/../rfb/rfbconfig.h
arm-linux-gnueabihf-gcc-4.9 -fPIC -shared -DLIBVNCSERVER_HAVE_LIBZ -DLIBVNCSERVER_HAVE_LIBJPEG -Ilibvncserver/libvncclient/.. -Ilibvncserver/libvncclient/../common/ -Ilibvncclient.so -Izlib/ -Ilibjpeg-turbo-1.3.0/ -Wl,-E -Wl,-rpath,'$ORIGIN' -o libvncclient.so libvncserver/libvncclient/cursor.c libvncserver/libvncclient/listen.c libvncserver/libvncclient/rfbproto.c libvncserver/libvncclient/sockets.c libvncserver/libvncclient/vncviewer.c libvncserver/libvncclient/tls_none.c libvncserver/libvncclient/../common/minilzo.c zlib/libz.so.1 libjpeg-turbo-1.3.0/.libs/libjpeg.so.62
In file included from libvncserver/libvncclient/../rfb/rfbclient.h:39:0,
                 from libvncserver/libvncclient/cursor.c:25:
libvncserver/libvncclient/../rfb/rfbproto.h:73:24: fatal error: rfb/rfbint.h: No such file or directory
 #include <rfb/rfbint.h>
                        ^
compilation terminated.
In file included from libvncserver/libvncclient/../rfb/rfbclient.h:39:0,
                 from libvncserver/libvncclient/listen.c:39:
libvncserver/libvncclient/../rfb/rfbproto.h:73:24: fatal error: rfb/rfbint.h: No such file or directory
 #include <rfb/rfbint.h>
                        ^
compilation terminated.
In file included from libvncserver/libvncclient/../rfb/rfbclient.h:39:0,
                 from libvncserver/libvncclient/rfbproto.c:38:
libvncserver/libvncclient/../rfb/rfbproto.h:73:24: fatal error: rfb/rfbint.h: No such file or directory
 #include <rfb/rfbint.h>
                        ^
compilation terminated.
In file included from libvncserver/libvncclient/../rfb/rfbclient.h:39:0,
                 from libvncserver/libvncclient/sockets.c:37:
libvncserver/libvncclient/../rfb/rfbproto.h:73:24: fatal error: rfb/rfbint.h: No such file or directory
 #include <rfb/rfbint.h>
                        ^
compilation terminated.
In file included from libvncserver/libvncclient/../rfb/rfbclient.h:39:0,
                 from libvncserver/libvncclient/vncviewer.c:32:
libvncserver/libvncclient/../rfb/rfbproto.h:73:24: fatal error: rfb/rfbint.h: No such file or directory
 #include <rfb/rfbint.h>
                        ^
compilation terminated.
In file included from libvncserver/libvncclient/../rfb/rfbclient.h:39:0,
                 from libvncserver/libvncclient/tls_none.c:20:
libvncserver/libvncclient/../rfb/rfbproto.h:73:24: fatal error: rfb/rfbint.h: No such file or directory
 #include <rfb/rfbint.h>
                        ^
compilation terminated.
Makefile:67: recipe for target 'libvncclient.so' failed
make: *** [libvncclient.so] Error 1

Any ideas?

commented

Oh darn, this is caused by the update of libvncserver. A fix/workaround has just been committed. Please re-open issue when the problem persists.

Looks good, thanks.