cscope-devel-requ...@lists.sourceforge.net wrote:
> Date: Mon, 17 Aug 2009 09:38:55 -0400
> From: Elad Lahav <e2la...@gmail.com>
> Subject: [Cscope-devel] min-cscope
> To: cscope-devel@lists.sourceforge.net
>
> A few months ago I started a new job and was forced, against my
> wishes, to use Windows. One of the first things I tried to do is
> compile Cscope on my workstation. It has turned out to be quite a
> challenge to create a native Windows build of Cscope (I am unable to
> use Cygwin in my work environment). I decided to put the effort into
> facilitating such builds. The result is a forked version of Cscope,
> called min-cscope (for minimal and MinGW), which I believe may be of
> interest even to people who are working on "proper" operating
> systems...
> ...
> I have only tested min-cscope on Linux and Windows. When I have the
> time, I will also try it on FreeBSD and Solaris. I see no point in
> maintaining support for older Unix variants (it saddens me to say so,
> but it's reality).
>
> The code is available for download from SourceForge:
>
https://sourceforge.net/projects/kscope/files/min-cscope/min-cscope-16.1.0.tar.gz/download
>
> Comments are welcome.
>
> --Elad

I've tried to compile min-cscope on Windows XP with MinGW 3.15.2 and by
compiling I got the following:

--------------------
Scanning dependencies of target sort
[  2%] Building C object sort/CMakeFiles/sort.dir/file.c.obj
[  5%] Building C object sort/CMakeFiles/sort.dir/page.c.obj
[  8%] Building C object sort/CMakeFiles/sort.dir/cache.c.obj
[ 11%] Building C object sort/CMakeFiles/sort.dir/extsort.c.obj
[ 14%] Building C object sort/CMakeFiles/sort.dir/os_win.c.obj
Linking C static library libsort.a
[ 14%] Built target sort
[ 17%] Generating egrep.c
conflictos: 2 desplazamiento(s)/reducción(ones)
[ 20%] Generating fscanner.c
Scanning dependencies of target min-cscope
[ 23%] Building C object src/CMakeFiles/min-cscope.dir/alloc.c.obj
[ 26%] Building C object src/CMakeFiles/min-cscope.dir/basename.c.obj
[ 29%] Building C object src/CMakeFiles/min-cscope.dir/build.c.obj
[ 32%] Building C object src/CMakeFiles/min-cscope.dir/compath.c.obj
[ 35%] Building C object src/CMakeFiles/min-cscope.dir/crossref.c.obj
[ 38%] Building C object src/CMakeFiles/min-cscope.dir/dir.c.obj
[ 41%] Building C object src/CMakeFiles/min-cscope.dir/display.c.obj
[ 44%] Building C object src/CMakeFiles/min-cscope.dir/exec.c.obj
[ 47%] Building C object src/CMakeFiles/min-cscope.dir/find.c.obj
[ 50%] Building C object src/CMakeFiles/min-cscope.dir/history.c.obj
[ 52%] Building C object src/CMakeFiles/min-cscope.dir/input.c.obj
[ 55%] Building C object src/CMakeFiles/min-cscope.dir/invlib.c.obj
[ 58%] Building C object src/CMakeFiles/min-cscope.dir/logdir.c.obj
[ 61%] Building C object src/CMakeFiles/min-cscope.dir/lookup.c.obj
[ 64%] Building C object src/CMakeFiles/min-cscope.dir/main.c.obj
c:/msys/1.0/home/Romer/min-cscope/src/main.c:136: error: syntax error
before "siginfo_t"
c:/msys/1.0/home/Romer/min-cscope/src/main.c: In function
`sigwinch_handler':
c:/msys/1.0/home/Romer/min-cscope/src/main.c:138: error: `sig'
undeclared (first use in this function)
c:/msys/1.0/home/Romer/min-cscope/src/main.c:138: error: (Each
undeclared identifier is reported only once
c:/msys/1.0/home/Romer/min-cscope/src/main.c:138: error: for each
function it appears in.)
c:/msys/1.0/home/Romer/min-cscope/src/main.c:139: error: `info'
undeclared (first use in this function)
c:/msys/1.0/home/Romer/min-cscope/src/main.c:140: error: `unused'
undeclared (first use in this function)
c:/msys/1.0/home/Romer/min-cscope/src/main.c: In function `main':
c:/msys/1.0/home/Romer/min-cscope/src/main.c:159: error: storage size of
'winch_action' isn't known
c:/msys/1.0/home/Romer/min-cscope/src/main.c:456: error: `SA_SIGINFO'
undeclared (first use in this function)
c:/msys/1.0/home/Romer/min-cscope/src/main.c:457: error: `SIGWINCH'
undeclared (first use in this function)
make[2]: *** [src/CMakeFiles/min-cscope.dir/main.c.obj] Error 1
make[1]: *** [src/CMakeFiles/min-cscope.dir/all] Error 2
make: *** [all] Error 2
--------------------

Many thanks in advance.
Regards,
Cesar

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Cscope-devel mailing list
Cscope-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cscope-devel

Reply via email to