Giter VIP home page Giter VIP logo

Comments (7)

rizsotto avatar rizsotto commented on July 29, 2024

could you check a few things for me? run bear with debug mode. check out does it create empty json file? in case of yes, i need more input about your application compilation. in case of no, check out the debug output and search for the compiler calls for switch like -M. it most probably filtered out. check the config file is it the case? since this week there is an extra verbose switch on bear, to get an idea how bear filtering was working. please check man bear or bear -h for command line.

from bear.

agentsim avatar agentsim commented on July 29, 2024

I'm using the config file from Git unchanged.

Here's the debug output:

[
{
"pid": "66107",
"ppid": "66106",
"function": "execv",
"directory": "/[path_to_my_src]/src/lib/dsd_core",
"command": "/Applications/Xcode.app/Contents/Developer/usr/bin/make"
}
]

bear: filtering statistic:
total number of child processes : 1
match as compiler : 0
match as source file : 0
match on cancel parameter : 0

from bear.

rizsotto avatar rizsotto commented on July 29, 2024

thanks for the updates. i don't have the environment that you are testing, so i need your help. could you please verify that you are not using distcc or ccache? and also please make sure that it is actually does compilation. i mean you run make clean before you call bear -d -x -- make.

from bear.

agentsim avatar agentsim commented on July 29, 2024

No distcc or ccache. Yes I'm running make clean then make. My library is built correctly, but bear is not capturing the compiler invocation.

from bear.

rizsotto avatar rizsotto commented on July 29, 2024

Thanks, that's good. Could you run the build with strace and send me the output to my email address?

from bear.

rizsotto avatar rizsotto commented on July 29, 2024

for the record: tried to reproduce the error on arch-Linux with Qt 5.1.1., but it does not show up.

from bear.

rizsotto avatar rizsotto commented on July 29, 2024

confirmed that this is a bug. caused by the make program is using posix_spawn to execute the compiler.

from bear.

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.