Git Product home page Git Product logo

cscope-win32's People

Contributors

khorser avatar srtlg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

cscope-win32's Issues

Folder Path not visible

What steps will reproduce the problem?
1. Copy cscope.exe and sort.exe to your source directory on windows 7
2. Run cscope -R
3. Search for some string, 

What is the expected output? What do you see instead?
the file names are shown but path is not visible. Also when pressing enter 
nothing is happening. It should launch the default editor.

What version of the product are you using? On what operating system?
15.7a on windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Mar 2011 at 4:57

gvim freezes/hangs when issueing cs add cscope.out

What steps will reproduce the problem?
1. I am using gvim 7.2
2. I use the latest cscope downloaded from this site.
3. after invoke cscope and files and open it using gvim, i want to add
cscope.out by command cs add cscope.out, the gvim hangs. from task manager,
i found there are two cscope processes. when i kill one, gvim become
responsive, and shows E262 error. 
I changed the cscope.out to another name, for example, xx.out. It still
does not work

What is the expected output? What do you see instead?
at least gvim shall not freeze. 

What version of the product are you using? On what operating system?
winxp gvim 7.2, latest cscope from this site. 

Please provide any additional information below.
see above. 

Original issue reported on code.google.com by [email protected] on 20 Apr 2010 at 1:45

Does not find function calls with opening paren on next line

What steps will reproduce the problem?
1. Launch cscope with the -i option to tell it the location of all files 
in the project.

2. Do a "Find functions calling this function" for a function that is only 
called in this fashion:

   somefunctioncall
     ( arg1,
       arg2);

3. cscope returns "Could not find the functions calling this function" 
message.

4. When invoking from within gvim, gets no matches as well.

What is the expected output? What do you see instead?

See above.

What version of the product are you using? On what operating system?

Using version 15.7a on Windows XP.

Please provide any additional information below.

I do not know whether this is an issue with cscope itself of with your 
build of it, I have not tried this on a Unix system.

Original issue reported on code.google.com by [email protected] on 23 Feb 2010 at 4:47

w32utils.h missing in svn source

where can i find w32utils.h?
=========================


make  all-recursive
make[1]: Entering directory `/d/cscope-svn'
Making all in doc
make[2]: Entering directory `/d/cscope-svn/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/d/cscope-svn/doc'
Making all in src
make[2]: Entering directory `/d/cscope-svn/src'
/bin/sh ../ylwrap fscanner.l lex.yy.c fscanner.c -- flex
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT fscanner.o -MD -MP -MF 
".deps/fscanner.Tpo" -c -o fscanner.o fscanner.c; \
        then mv -f ".deps/fscanner.Tpo" ".deps/fscanner.Po"; else rm -f ".deps/fscanner.Tpo"; exit 1; fi
/bin/sh ../ylwrap egrep.y y.tab.c egrep.c y.tab.h egrep.h y.output egrep.output 
-- bison -y
conflicts: 2 shift/reduce
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT egrep.o -MD -MP -MF 
".deps/egrep.Tpo" -c -o egrep.o egrep.c; \
        then mv -f ".deps/egrep.Tpo" ".deps/egrep.Po"; else rm -f ".deps/egrep.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT alloc.o -MD -MP -MF 
".deps/alloc.Tpo" -c -o alloc.o alloc.c; \
        then mv -f ".deps/alloc.Tpo" ".deps/alloc.Po"; else rm -f ".deps/alloc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT basename.o -MD -MP -MF 
".deps/basename.Tpo" -c -o basename.o basename.c; \
        then mv -f ".deps/basename.Tpo" ".deps/basename.Po"; else rm -f ".deps/basename.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT build.o -MD -MP -MF 
".deps/build.Tpo" -c -o build.o build.c; \
        then mv -f ".deps/build.Tpo" ".deps/build.Po"; else rm -f ".deps/build.Tpo"; exit 1; fi
build.c:55:22: fatal error: w32utils.h: No such file or directory
compilation terminated.
make[2]: *** [build.o] Error 1
make[2]: Leaving directory `/d/cscope-svn/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/d/cscope-svn'
make: *** [all] Error 2

Master@kuh3h3 /d/cscope-svn
$

Original issue reported on code.google.com by [email protected] on 16 Oct 2011 at 5:08

Indexing 33000 files failed

What steps will reproduce the problem?
1. Index a large project (33000 files) with cscope -R -v (-b)
2. Indexing seems to go end (numbers of indexed files grows)
3. then it freezes:
  3.1. with -b option it never return to shell
  3.2. wo   -b option progression bar on top remains full 
       and app is freezed

What is the expected output? What do you see instead?
-->3.1. generate a cscope.out
-->3.2. unfreeze app

What version of the product are you using? On what operating system?
15.7.a
15.8.a

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 21 Dec 2012 at 12:18

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.