appknox / androidvncserver

Standalone android VNC server :)
30 stars 15 forks source link

can not compile #2

Closed ghost closed 5 years ago

ghost commented 5 years ago
vnc/droidvncserver.c:21:10: fatal error: 'common.h' file not found
#include "common.h"
         ^~~~~~~~~~
2 warnings and 1 error generated.
make: *** [obj/local/armeabi-v7a/objs/androidvncserver/droidvncserver.o] Error 1
Praseetha-KR commented 5 years ago

@di3663 include folders were missing, which is fixed in 5f150c00c5ddda08c3d2ee5515f038860e776f21. Can you pull the latest and check?

ghost commented 5 years ago

works now.