Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upconfigure script should prevent in-tree builds #251
Closed
Labels
Comments
|
Can you explain this a little more? Are you saying that running configure not in |
|
Yes, I think if you run |
|
This appears to be causing alias.inc to not be found trying to build libparserutils on linux. Someone complained in #servo today about this, and it turned out he was building in tree. |
kmcallister
added a commit
to kmcallister/servo
that referenced
this issue
Oct 11, 2013
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Add the ability to test discovery of webdriver tests and only start a br...
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Handle nested transforms and clips when the transform consists solely of a translation. This is a partial fix for the underlying issue, sufficient to address servo#10164. r? @glennw
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
The fix in PR servo#251 was broken. Addresses servo#10307.
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Implement a less broken fix for nested transforms and clips. The fix in PR servo#251 was broken. Addresses servo#10307. r? @glennw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume that an in-tree build will do very bad things since I have never made one.