Closed chris-romanov closed 3 months ago
TEMP FIX
Comment this:
SRC lib/libepoll-shim/include/sys/epoll.h
//#ifndef EPOLL_SHIM_DISABLE_WRAPPER_MACROS
//#include <detail/common.h>
//#endif
SRC lib/libepoll-shim/include/sys/timerfd.h
//#ifndef EPOLL_SHIM_DISABLE_WRAPPER_MACROS
//#include <detail/common.h>
//#include <detail/poll.h>
//#include <detail/read.h>
//#endif
Can you retry this without your patch on the latest source tree and let me know if it is fixed for you?
Hello:) Issue has been resolved.
Description:
While trying to compile libinput as part of the WindowServer component, I encountered a fatal error related to the libepoll-shim library.
Steps to Reproduce:
/usr/src/CoreServices/WindowServer/libinput/src/libinput.c -o libinput.o In file included from /usr/src/CoreServices/WindowServer/libinput/src/libinput.c:33: /usr/obj/usr/src/amd64.amd64/tmp/usr/include/libepoll-shim/sys/epoll.h:64:10: fatal error: 'epoll-shim/detail/common.h' file not found 64 | #include <epoll-shim/detail/common.h> | ^
~~~~~~~ 1 error generated. *** Error code 1