when compiling the library on Linux, an error “xdo.c:29:34: fatal error: X11/extensions/XTest.h” occurred
Solution:
Install the dependent library as follows:
sudo apt-get install xorg-dev
Read More:
- [Solved] Linux R Pack Error: cram/cram_io.c:61:10: fatal error: lzma.h: No such file or directory
- [Solved] utils.c:33:18: fatal error: zlib.h: No such file or directory
- bazel Compile Error: absl/base/policy_checks.h:79:2: error: #error “C++ versions less than C++14 are not supported.”
- [Solved] MAC Compile Error: fatal error: ‘endian.h‘ file not found
- [Solved] OpenGL PowerVR SDK Compiling Error: Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB)
- [Solved] fatal error C1083: Cannot open included files: “stdafx.h”: No such file or directory
- How to Solve Fatal error stdatomic in C/C++ Compilation
- [Solved] fatal error: bits/libc-header-start.h: No such file or directory
- [Solved] 1.fatal error: NvInfer.h: No such file or directory
- [Solved] fatal error C1083: Could Not Open Unable to open include file:“stdint.h”: No such file or directory
- [Solved] Mac VS Code fatal error: ‘bits/stdc++.h‘ file not found
- [Solved] Compile Error: cannot open include file ‘afxres.h‘
- [Solved] MSYS2+ fatal error: zlib.h: There is no such file or directory
- [Solved] ROS fatal error: alsa/asoundlib. h: There is no such directory or file
- [Solved] Import gensim Error: RuntimeError: Cython extensions are unavailable.
- [Solved] Mac Cmake Complie openmp Error: fatal error: ‘omp.h‘ file not found
- Mac Pyaudio Installation fatal error: ‘portaudio.h‘ file not found
- [Solved] src/delly.h:8:42: fatal error: boost/graph/adjacency_list.hpp: No such file or directory
- fatal error: libusb.h: No such file or directory [How to Solve]