Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build failed in rust-azure (32bit ubuntu) #207

Closed
aydinkim opened this issue Nov 13, 2012 · 1 comment
Closed

build failed in rust-azure (32bit ubuntu) #207

aydinkim opened this issue Nov 13, 2012 · 1 comment

Comments

@aydinkim
Copy link

@aydinkim aydinkim commented Nov 13, 2012

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

@burg
Copy link

@burg burg commented Nov 13, 2012

This looks accidental, like the extern mod should have been better-scoped. Will investigate.

@burg burg closed this in ee0a3fe Nov 13, 2012
burg pushed a commit that referenced this issue Nov 14, 2012
…n implemented yet. Add some glue to create ScaledFonts for Cairo backend on linux. Closes #207.
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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.