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 failed in rust-azure (32bit ubuntu) #207
Closed
Comments
|
This looks accidental, like the extern mod should have been better-scoped. Will investigate. |
burg
pushed a commit
that referenced
this issue
Nov 14, 2012
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Add RefTest for ShadowTree/nested_shadow_tree
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Support for fixed layer per iframe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my case, I need to add "-msse2" option to cflag, so I can compile the rust-azure/2d/ImageScalingSSE2.cpp on ubuntu linux system.
and another error has occured in rust-azure.
It seems it is the OSX dependency problem (core graphics and other mac libs.)
OSX dependency needs to be eliminated on linux system as I guess.
make[1]: Entering directory
/home/aydin.kim/servo/build/src/rust-azure' ar rcs libazure.a src/memory/mozalloc/mozalloc_abort.o src/memory/mozalloc/mozalloc.o src/memory/mozalloc/mozalloc_oom.o src/2d/Blur.o src/2d/DrawEventRecorder.o src/2d/DrawTargetCairo.o src/2d/DrawTargetRecording.o src/2d/DrawTargetSkia.o src/2d/Factory.o src/2d/ImageScaling.o src/2d/ImageScalingSSE2.o src/2d/Matrix.o src/2d/PathCairo.o src/2d/PathRecording.o src/2d/PathSkia.o src/2d/RecordedEvent.o src/2d/Rect.o src/2d/Scale.o src/2d/ScaledFontBase.o src/2d/SourceSurfaceCairo.o src/2d/SourceSurfaceRawData.o src/2d/SourceSurfaceSkia.o src/2d/convolver.o src/2d/image_operations.o azure-c.o /usr/local/bin/rustc -O -L /home/aydin.kim/servo/build/src/rust-geom -L /home/aydin.kim/servo/build/src/rust-cairo -L /home/aydin.kim/servo/build/src/skia -L /home/aydin.kim/servo/build/src/rust-freetype -L /home/aydin.kim/servo/build/src/rust-fontconfig -L /home/aydin.kim/servo/build/src/rust-xlib /home/aydin.kim/servo/src/rust-azure/azure.rc -o libazure.dummy /home/aydin.kim/servo/src/rust-azure/scaled_font.rs:2:0: 2:25 error: can't find crate forcore_graphics`/home/aydin.kim/servo/src/rust-azure/scaled_font.rs:2 extern mod core_graphics;
^~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [libazure.dummy] Error 101