Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCovGcdaGenerator breaks some builds #1

Open
ptomulik opened this issue Apr 6, 2014 · 0 comments
Open

GCovGcdaGenerator breaks some builds #1

ptomulik opened this issue Apr 6, 2014 · 0 comments

Comments

@ptomulik
Copy link
Owner

ptomulik commented Apr 6, 2014

GCovGcdaGenerator works by searching children of a given node while parsing SConscript files. This breaks some builds. Most often the effect is that .sconsign file is created in wrong place when using hierarchical builds and SCons can't find it when finishing. The issue is described in this thread: http://scons.tigris.org/ds/viewMessage.do?dsForumId=1272&dsMessageId=2413891 but there is no solution. Using children() while parsing SConscript is an evil and we have to find better way to implement same functionality.

Workaround: use env.SconsignFile() with absolute path at the beginning of your SConstruct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant