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 failure in rust-azure related to SSE2 instructions #170

Closed
burg opened this issue Nov 5, 2012 · 3 comments
Closed

Build failure in rust-azure related to SSE2 instructions #170

burg opened this issue Nov 5, 2012 · 3 comments
Labels

Comments

@burg
Copy link

@burg burg commented Nov 5, 2012

Ubuntu 64-bit, in VMWare. FWIW, Skia seems to build fine.

g++ /home/burg/repos/servo/src/rust-azure/src/2d/ImageScalingSSE2.cpp -o src/2d/ImageScalingSSE2.o -c -g -fPIC -I/home/burg/repos/servo/src/rust-azure/include -I/home/burg/repos/servo/src/rust-azure/include/gl -I/home/burg/repos/servo/src/rust-azure/include/chromium -iquote /home/burg/repos/servo/src/rust-azure/include/mozilla/gfx -iquote /home/burg/repos/servo/src/rust-azure/../skia/include/core -iquote /home/burg/repos/servo/src/rust-azure/../skia/include/config -iquote /home/burg/repos/servo/src/rust-azure/../skia/include/effects -iquote /home/burg/repos/servo/src/rust-azure/../skia/include/ports -DMOZ_GFX -DUSE_CAIRO -DUSE_SKIA -DNS_ATTR_MALLOC="" -DNS_WARN_UNUSED_RESULT=""  -I/usr/include/cairo -DXP_UNIX 
In file included from /home/burg/repos/servo/src/rust-azure/src/2d/ImageScalingSSE2.cpp:9:0:
/usr/lib/gcc/i686-linux-gnu/4.7/include/xmmintrin.h:32:3: error: #error "SSE instruction set not enabled"
In file included from /home/burg/repos/servo/src/rust-azure/src/2d/ImageScalingSSE2.cpp:10:0:
/usr/lib/gcc/i686-linux-gnu/4.7/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"
/home/burg/repos/servo/src/rust-azure/src/2d/ImageScalingSSE2.cpp:56:19: error: ‘__m128i’ does not name a type
/home/burg/repos/servo/src/rust-azure/src/2d/ImageScalingSSE2.cpp:67:19: error: ‘__m128i’ does not name a type
/home/burg/repos/servo/src/rust-azure/src/2d/ImageScalingSSE2.cpp:97:19: error: ‘__m128i’ does not name a type
/home/burg/repos/servo/src/rust-azure/src/2d/ImageScalingSSE2.cpp:102:19: error: ‘__m128i’ does not name a type
/home/burg/repos/servo/src/rust-azure/src/2d/ImageScalingSSE2.cpp:115:19: error: ‘__m128i’ does not name a type
@brson
Copy link
Contributor

@brson brson commented Nov 5, 2012

I don't see this error here.

@amuxtux
Copy link

@amuxtux amuxtux commented Nov 13, 2012

I had same error on linux , i dont use vmware its normal linux installation of 64 bit ubuntu.
using CFLAGS -msse2 solves this problem. However I again stucked as getting some errors related with core graphics.
on linux it should not try to link CG. may be something wrong in my env.

@burg
Copy link
Author

@burg burg commented Nov 13, 2012

It seems related to the new version of Azure we are using. @pcwalton, any ideas? I can reproduce.

On Nov 12, 2012, at 21:28 , Amit Singhai wrote:

I also have same error on linux , i dont use vmware its normal linux installation of 64 bit ubuntu.
Should I try with 32 bit ubuntu?


Reply to this email directly or view it on GitHub.

@burg burg closed this in ee0a3fe Nov 13, 2012
glennw added a commit to glennw/servo that referenced this issue Jan 16, 2017
Correctly allocate render target space during stacking context traversal.
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
3 participants
You can’t perform that action at this time.