How build the Termux-x11 application? #19002
Replies: 3 comments 7 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
twaik
-
I'm trying build it on ubuntu, stilly I got some error, but it maybe ndk toolchain path problem.
And strangely there is no caveat in your gitmodules file https://github.com/termux/termux-x11/blob/master/.gitmodules |
Beta Was this translation helpful? Give feedback.
5 replies
-
Yes I build it successful, Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got a lot of native code error, such as:
D:/xwindowsystem/termux-x11/app/src/main/cpp/xserver/os/xstrans.c:17:10: fatal error: 'X11/Xtrans/transport.c' file not found
D:/xwindowsystem/termux-x11/app/src/main/cpp/xserver/os/xdmauth.c:45:10: fatal error: 'X11/Xtrans/Xtrans.h' file not found
D:/xwindowsystem/termux-x11/app/src/main/cpp/xserver/os/io.c:67:10: fatal error: 'X11/Xtrans/Xtrans.h' file not found
Maybe include path is wrong? #include <X11/Xtrans/Xtrans.h> will be cpp/libxtrans/Xtrans.h ?
Beta Was this translation helpful? Give feedback.
All reactions