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 upMozJS build error, when building Servo on Mac #14626
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Mac OS 10.11.6, I can currently only successfully build Servo when manually rewinding MozJS to this commit servo/mozjs@cdf21f7 in Cargo.lock.
If I leave things unchanged, I get
configure: error: Building ICU requires either yasm or a GNU assembler. If you do not have either of those available for this platform you must use --without-intl-apiWhich might relate to this commit servo/mozjs@78037f9 @emilio
Also worth noting, is that when I try to build using this commit (I tried because it's the one just before the one mentioned above)servo/mozjs@590a672, I get
ld: symbol(s) not found for architecture x86_64@nox