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 upBuild error on El Capitan #10201
Build error on El Capitan #10201
Comments
|
It looks like your version of zlib is outdated. Have you tried updating it? |
|
I've installed homebrew/dupes/zlib, which is 1.2.8. I guess the build system didn't find it? Is there anyway to configure which zlib to use? |
|
Umm, I checked OSX's default zlib version, which is 1.2.5.
This makes me really confusing now... |
|
I just took a closer look, the solution turns out to set CPP=clang -E (the default value is gcc -E). Anyway, the original error message was really confusing... |
|
Hmm, that's weird; I built Servo on El Capitan just a few days ago. Got a build error first (but a different one than this |
|
Rebuilt here - worked fine, the resulting binary seems to work also. dongz9 - could you include some more details from the build error? From what I can tell in the posted log, the error you're seeing is from some |
|
Just did the debug build (first attempt ever) and it all built fine with no errors and runs fine also. |
|
I cannot reproduce this. |
Hi,
I met the following error message when building servo:
Any idea how to fix it?