Code Monkey home page Code Monkey logo

Comments (5)

topisani avatar topisani commented on May 30, 2024

i think this happens when it tries to go through symlinks - could that be the case?

from cquery.

MaskRay avatar MaskRay commented on May 30, 2024

This is the compile_commands.json generated by bear.

[
    {
        "arguments": [
            "c++",
            "-c",
            "-o",
            "a",
            "a.cc"
        ],
        "directory": "/tmp/c",
        "file": "a.cc"
    }
]

a.cc not being an absolute path makes cquery failing to parse it.

If /tmp/c/a.cc is used instead, it will work.

from cquery.

topisani avatar topisani commented on May 30, 2024

Another problem that gives this error, is editing a file from a symlink.
I have cquery at /opt/cquery, and a symlink at ~/Documents/Programming/cquery
If i index the files from /opt/cquery and then edit a file from the symlink, cquery doesnt follow the link, and reports a Unable to find file

from cquery.

halilakin avatar halilakin commented on May 30, 2024

What is the solution to this issue ("Unable to find file ****",...) ?

I have downloaded the master branch and rebuilt cquery but still getting the same issue.

from cquery.

jacobdufault avatar jacobdufault commented on May 30, 2024

Can you post a new issue with your a fragment of your compile_commands.json?

cquery may report unable to find file until parsing is done.

from cquery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.