Hello!
My name is Alex Ray and I'm currently working to port CScope to Minix
3 (using gcc). I have a couple of questions I thought might be
clarified.
First is related to the standard library. In Minix,
curses.h doesn't contain the KEY_LEFT, KEY_RIGHT, etc definitions. In
Cscope the preprocess
red identifier is reported only once
main.c:129: error: for each function it appears in.)
main.c: In function 'main':
main.c:406: error: 'struct sigaction' has no member named 'sa_sigaction'
make in /usr/ajray/cscope-15.7/cscope-15.7/src: Exit code 1
make in /usr/ajray
As far as i can tell, minix does not have the 'siginfo.h' header file
in which siginfo_t is defined, so I think this means the porting is on
hold.
Thank you for your time, and I will put the bug report in anyway (if
just for record's sake).
~Alex Ray
2009/3/30 Hans-Bernhard Bröke
Some clarification on this (all of these are on sourceforge):
This is very much similar to bug: Build error - ID: 2355529
as well as: Build error under cygwin - ID: 1621082
so it's already been posted.
and it looks like there was a proposed patch to force it to work under
GNU/Hurd on this patch: