Skip to content

Instantly share code, notes, and snippets.

@hardening
Created October 23, 2020 12:47
Show Gist options
  • Save hardening/091c05ea93d6b97abbe901dc0cb6dee4 to your computer and use it in GitHub Desktop.
Save hardening/091c05ea93d6b97abbe901dc0cb6dee4 to your computer and use it in GitHub Desktop.
android compilation error
[ 2%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/clipboard/posix.c.o
In file included from /home/david/dev/git/FreeRDP/winpr/libwinpr/clipboard/posix.c:40:
/home/david/dev/git/FreeRDP/winpr/include/winpr/shell.h:41:2: error: unknown type name 'CLSID'
CLSID clsid;
^
/home/david/dev/git/FreeRDP/winpr/include/winpr/shell.h:42:2: error: unknown type name 'SIZEL'
SIZEL sizel;
^
/home/david/dev/git/FreeRDP/winpr/include/winpr/shell.h:43:2: error: unknown type name 'POINTL'
POINTL pointl;
^
3 errors generated.
make[2]: *** [winpr/libwinpr/CMakeFiles/winpr.dir/build.make:3807 : winpr/libwinpr/CMakeFiles/winpr.dir/clipboard/posix.c.o] Erreur 1
make[1]: *** [CMakeFiles/Makefile2:276 : winpr/libwinpr/CMakeFiles/winpr.dir/all] Erreur 2
make: *** [Makefile:152 : all] Erreur 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment