Hi, I was not using absolute path when creating cscope.files. That was the issue. Thanks for your support.
wik wrote: > > > Hello, > > Could you send exact command you build cscope.files with? > I think problem in related pathes... > > Possible solutions: > 1. cwd current VIM directory to project directory, i.e. execute from > the vim's command line ":cd /home/you/projects/project" and try again; > > 2. use full path when building cscope.files, for example: find /home/ > you/projects/project -name '*.cpp' > ./cscope.files > > Thanks. > > > On Aug 13, 8:08 am, newvimuser <[email protected]> wrote: >> Hi, >> >> 1. I created a cscope.out file in my project root directory. >> 2. Next, set the CSCOPE_DB variable to that cscope.out file and >> exported the variable. >> 3. Then, I go into a subdirectory and launch vim on a file in that >> directory. >> 4. I execute "cs find 0 symbol" in that file and I get a list of >> instances where this symbol is found. >> 5. When I select an instance and hit Enter, I get the following >> error: >> "E429: File "path/to/file.c" does not exist" >> >> Can someone please help me out here. >> >> Thanks. > > > > > -- View this message in context: http://www.nabble.com/CSCOPE-ERROR%3A-E429%3A-File-%22path-to-file.c%22-does-not-exist-tp24949959p24952104.html Sent from the Vim - General mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
