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 up"libtool: Version mismatch error" when running pixman and cairo builds #285
Labels
Comments
|
Cairo and pixman are being removed, so closing this. |
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Inset box shadow fixes Hi, I found this project interesting and figured I try to contribute, so I looked at the open issues and tried to fix servo#183. I saw a couple more issues with inset box shadows, so here's an attempt to fix those. I'm not exactly sure what's the best way to test these changes. I did manual testing, but pointers for a better method are appreciated. Thanks, Ander
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[[
mike@Darwin /opt/workspace/servo/build
$ make
make all-recursive
Making all in pixman
CC pixman.lo
libtool: Version mismatch error. This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.
make[3]: *** [pixman.lo] Error 63
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** ["/opt/workspace/servo/build/src/pixman/pixman/.libs/libpixman-1.a"] Error 2
]]
I get a similar error for the cairo part of the build.