dan-t / rusty-tags

Create ctags/etags for a cargo project
Other
408 stars 32 forks source link

No Such File or Directory #27

Closed zmanian closed 8 years ago

zmanian commented 8 years ago

I entered a directory with a rust project. I'm in the same level as the cargo.toml.

Run rusty-tags vi

I get this error

Fetching source of dependencies ...
No such file or directory (os error 2)

I'm on Ubuntu 16.04 and rusty-tags v0.9.1

dan-t commented 8 years ago

I entered a directory with a rust project. I'm in the same level as the cargo.toml.

Run rusty-tags vi

I get this error

Fetching source of dependencies ... No such file or directory (os error 2)

Are you using rusty-tags 0.9.1? If not, please test it with this version.

zmanian commented 8 years ago

Yes I'm 0.9.1

On Aug 7, 2016 11:02 AM, "Daniel Trstenjak" notifications@github.com wrote:

I entered a directory with a rust project. I'm in the same level as the cargo.toml.

Run rusty-tags vi

I get this error

Fetching source of dependencies ... No such file or directory (os error 2)

Are you using rusty-tags 0.9.1? If not, please test it with this version.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dan-t/rusty-tags/issues/27#issuecomment-238097826, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFs-vid7vJsv2sowkk1UKwrPSV7X1zTks5qdh2-gaJpZM4Jei2u .

dan-t commented 8 years ago

Has your ctags version a --recurse option?

zmanian commented 8 years ago

Okay, I didn't realize there was a dependency on a ctags binary.

This could be resolved on ubuntu 16.04 by sudo apt-get install exuberant-ctags