Giter Club home page Giter Club logo

Comments (6)

niosus avatar niosus commented on September 27, 2024

That is really strange. The panel should be hidden (and stay hidden) if the build succeeded. It only shows up if the build has failed. 🤔

from easyclangcomplete.

lynnporu avatar lynnporu commented on September 27, 2024

Yes, it is. I've also tried to reinstall plugin and add --quiet to compiler flags, but it doesn't seem to work.

from easyclangcomplete.

niosus avatar niosus commented on September 27, 2024

@lynnporu do you by any chance have a reproducible example of this? Like a small project that I could use?

from easyclangcomplete.

lynnporu avatar lynnporu commented on September 27, 2024

@niosus I tried to create a small livable copy of my project and generated new CMakeCache.txt in the new directory. The error gone. I made another one copy of the project and just typed rm CMakeCache.txt. The error gone. It appears to be solution. It still appears in my original project though, but I can't make a copy for you, because even if I just change some keys in CMakeCache.txt (like CMAKE_HOME_DIRECTORY:INTERNAL, etc.) to make it compilable in new directory, the error does not appear anymore.

from easyclangcomplete.

niosus avatar niosus commented on September 27, 2024

Got it. Did you run the ECC: clean cmake cache command by any change in your project? Or just reboot the machine (or clean your temporary folder) which will clean all the build artifacts. If that does not help, I will have to think more about what can be causing this.

from easyclangcomplete.

evstigneevnm avatar evstigneevnm commented on September 27, 2024

I found way how to reproduce this annoying problem, but it is like scratching left ear with the right hand.

  1. clone a project that uses CMakeLists.txt int a subfolder, i.e. i used a clean clone of the project i'm currently working with:
    git clone https://github.com/NVIDIA/AMGX.git ./amgx/
  2. In the current folder create a sublime project file, i.e.
    { "folders": { "amgx", ["backup"], true }, ], "settings": { "tab_size": 4, "easy_clang_complete_verbose": false, "ecc_use_libclang": true, "ecc_common_flags" : [ "-I/usr/local/inlcude", "-I$project_base_path/amgx", "-I$project_base_path" ] }, "build_systems": [ { "name": "", "shell_cmd": "" } ]}
  3. Open sublime text on this project file.
  4. Navigate to any file with c, cpp, h or hpp.
  5. You get the console, see attached image.
    ecc_bug

My system 5.4.0-90-generic, Linux Mint, ECC version v.6.5.1, subl --version: Sublime Text Build 4121

Hope it helps because it is really annoying.
Best regards, Nick.

from easyclangcomplete.

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.