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 error on Linux ia32 #7

Closed
GoogleCodeExporter opened this issue Sep 16, 2015 · 2 comments
Closed

Build error on Linux ia32 #7

GoogleCodeExporter opened this issue Sep 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

This was introduced in r99.

On Linux, running:
./build/gyp_chromium --depth=. libyuv.gyp -Dtarget_arch=ia32
make

results in:
CXX(target) out/Debug/obj.target/libyuv/source/scale.o
source/rotate.cc:385: error: expected ‘)’ before ‘TransposeUVWx8_SSE2’
make: *** [out/Debug/obj.target/libyuv/source/rotate.o] Error 1
make: *** Waiting for unfinished jobs....
source/scale.cc:1635: error: expected ‘)’ before ‘ScaleRowDown8Int_SSE2’
source/scale.cc:1967: error: expected ‘)’ before ‘ScaleAddRows_SSE2’
source/scale.cc:2011: error: expected ‘)’ before ‘ScaleFilterRows_SSE2’
source/scale.cc:2099: error: expected ‘)’ before ‘ScaleFilterRows_SSSE3’
make: *** [out/Debug/obj.target/libyuv/source/scale.o] Error 1

Original issue reported on code.google.com by andrew@webrtc.org on 10 Dec 2011 at 1:00

@GoogleCodeExporter
Copy link
Author

Original comment by andrew@webrtc.org on 11 Dec 2011 at 6:09

@GoogleCodeExporter
Copy link
Author

Fixed in r101. Closing.

Original comment by andrew@webrtc.org on 11 Dec 2011 at 10:32

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant