Author Topic: test build of cscope for the cscope plugin  (Read 6915 times)

Offline reckless

  • Regular
  • ***
  • Posts: 338
test build of cscope for the cscope plugin
« on: October 06, 2010, 11:50:41 am »
made a new build of cscope you can test with the cscope plugin.

does not depend on cygwin libraries.

pure win32 build.

might have bugs tested with a win32 kscope build (not working) but seems to work with the plugin so im inclined to believe it might be a bug with kscope.

ftp://90.184.233.166:21/cscope-mingw.7z

let me know if anything is out of order.
« Last Edit: October 08, 2010, 01:31:21 pm by reckless »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: test build of cscope for the cscope plugin
« Reply #1 on: October 06, 2010, 12:13:16 pm »
Hi, nice work.

there is a static scope build, see here (currently it is only a exe file and with out any dll dependency).

cscope-win32 - Project Hosting on Google Code

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: test build of cscope for the cscope plugin
« Reply #3 on: October 06, 2010, 04:06:49 pm »
yep its based on that one but a few files where missing from the source :)  took some googling but i found the missing files.

mine is also built statically so no dependencies on any dll's besides the windows ones.

i use a different regex library than henry spencers because i had some problems with it in other sources depending on a regular expression library.

i use the wide version of pdcurses.

the one from google code just loops wildly through the console with spencers regex mine pops something like a text based menu asking me what symbol to search for etc.

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: test build of cscope for the cscope plugin
« Reply #4 on: October 08, 2010, 01:31:07 pm »
package updated with ctags and now uses the shared libgnurx dll.

included the library and header for the libgnurx dll. while the name is similar to the libgnurx from mingw this is not the same regular expression library check with dependency walker if you dont believe me ;) its my own internal build and uses the posix regular expressions from glibc. both ctags and cscope depend on this one.

forgot to insert the link as ftp in the above post corrected now.
« Last Edit: October 08, 2010, 01:33:11 pm by reckless »