[Cscope-devel] CScope questions

2009-03-24 Thread Alexander Ray
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

Re: [Cscope-devel] CScope questions and compiler errors

2009-03-29 Thread Alexander Ray
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

Re: [Cscope-devel] CScope questions and compiler errors

2009-03-30 Thread Alexander Ray
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

Re: [Cscope-devel] CScope questions and compiler errors

2009-03-30 Thread Alexander Ray
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: