-
cbrowser-0.8 includes files from the 1997-dated "widget.tar.gz" on . I thought I'd have a go at replacing the files with ones from "widget-0.9.tar.gz" on that page on the off-chance, but after much flailing (I don't know anything about Tcl) I ended up getting the same error. Giving up on cbrowser now.
2009-08-17 16:46:47 UTC by jtn
-
Same problem, with 0.8 and 0.7 (both off sourceforge) and also 0.6 from .
Running on "Red Hat Enterprise Linux WS release 3 (Taroon Update 8)".
2009-08-17 16:25:39 UTC by jtn
-
I am running version 0.8 and observing the exact same behaviour as above.
2009-04-01 04:56:45 UTC by sudarg
-
Trying to use cbrowser under cygwin results in an
infinite loop with a 100% CPU usage after attempting
any search.
The cause seems to be that cbrowser passes the wrong
name to cscope because of the backslashes. E.g., for
the file C:\recover.cpp, it passes C:ecover.cpp to cscope.exe.
I found no way to make cbrowser pass the local path
(simply recover.cpp) to cscope.
2006-09-04 02:05:29 UTC by nobody
-
Someone requests to add the -h option.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384546.
2006-08-26 12:55:17 UTC by nobody
-
I've tried it, and I think it works.
It also partially solves the "comments in quotes"
problem - at least cbrowser doesn't give an error or
hang. :)
I'll have to spend more time improving juhika's patch.
Ah, the author cannot be contacted anymore through his
sf email address :(.
2006-05-23 22:47:52 UTC by viric
-
Logged In: YES
user_id=264950
It still doesn't work on "\\\\".
I was writting the same patch today... It doesn't solve the
"comments in quotes" part, but at least the program never
hangs.
I'll try to attach it, but I think in the future I'll try to
improve your patch.
2006-05-23 22:45:09 UTC by viric
-
i am running version 0.8 and have a similar problem and the
call-tree is the best part.
2005-07-29 19:13:29 UTC by nobody
-
when trying to include a series of files with the gui
frontend the files specified are decalred invalid and
therefore not included in cscope librar. a work
around is to use cscope backdoor to generate filelist
(find -name "*.[ch]" > cscope.files),
then gfenerate cscope database (cscope -b). after
doing this all is fine.
2005-07-29 19:09:10 UTC by nobody
-
cbrowser doesn't use inverted index created with
cscope -q. (cscope.in.out cscope.po.out)
Query requests hang on database build with such option.
Is it a bug or is cbrowser not be able to use this
inverted index?
Is there a chance to see this feature implemented ?.
2005-02-08 13:35:13 UTC by nobody