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.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to