Hi!
I am trying to compile xview-64bit-main under Linux 6.14.0-36-generic.
I get the error message below. Could you give me a hint how to overcome this?
Thanks
/usr/local/xview-64bit-main/build/include/xview/notify.h:34:13: error: conflicting types for ‘ucontext_t’; have ‘int’
34 | typedef int ucontext_t;
| ^~~~~~~~~~
In file included from /usr/include/signal.h:316,
from /usr/include/x86_64-linux-gnu/sys/signal.h:1,
from /usr/local/xview-64bit-main/build/include/xview/notify.h:21:
/usr/include/x86_64-linux-gnu/sys/ucontext.h:151:5: note: previous declaration of ‘ucontext_t’ with type ‘ucontext_t’
151 | } ucontext_t;