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 is not checking for libpango #381
Closed
Comments
|
Can you copy the actual invocation into the issue as well? |
|
At linkhack.rs in rust-harfbuzz, there is a linking code with libpango for g++ linking time. |
|
i just tried to build it, it was not working because of the missing libpango. the configure script had no waning for the missing libpango...so the build failed |
|
Currently, as I checked, Servo doesn't use the pango anymore. it was related to cairo. The cairo has been eliminated couple of weeks ago. |
|
This should be fixed now. |
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Switch primitives to make use of the caching available in prepare_render. This is a slight performance win, but is mostly to make it easier to switch UBOs to SoA style. When this is done, these changes allow a much greater performance improvement (since primitives that hit multiple tiles are added only once). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/381) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error: linking with
ccfailed with code 1note: cc arguments: -L/home/c/git/public/servo/build/src/rust/x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib -m64 -o libharfbuzz-94839cbfe144198-0.1.so libharfbuzz.o -L/home/c/git/public/servo/build/src/rust/x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib -lcore-c3ca5d77d81b46c1-0.6 -L/home/c/git/public/servo/build/src/rust/x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib -lstd-4782a756585a81-0.6 -L. -lharfbuzz -lpango-1.0 -lglib-2.0 -lstdc++ -lrustrt -lrt -lpthread -shared -lrt -ldl -lm -lmorestack -lrustrt -Wl,-rpath,$ORIGIN/../rust/x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib -Wl,-rpath,/home/c/git/public/servo/build/src/rust/x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib -Wl,-rpath,/usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib
note: /usr/bin/ld: cannot find -lpango-1.0