--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/d/optout.
In file included from src/jumper/SkJumper_stages.cpp:8:In file included from src/jumper/SkJumper.h:40:/Users/matthew/Projects/SkiaSharp/externals/clang/clang+llvm-4.0.0-x86_64-apple-darwin/bin/../include/c++/v1/string.h:61:15: fatal error: 'string.h' file not found#include_next <string.h>^~~~~~~~~~1 error generated.Traceback (most recent call last):File "src/jumper/build_stages.py", line 29, in <module>['-o', 'sse2.o'])File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 540, in check_callraise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['ccache', '../clang/clang+llvm-4.0.0-x86_64-apple-darwin/bin/clang-4.0', '-x', 'c++', '-std=c++11', '-Os', '-DJUMPER', '-fomit-frame-pointer', '-ffp-contract=fast', '-fno-exceptions', '-fno-rtti', '-fno-unwind-tables', '-msse2', '-mno-sse3', '-mno-ssse3', '-mno-sse4.1', '-c', 'src/jumper/SkJumper_stages.cpp', '-o', 'sse2.o']' returned non-zero exit status 1
You'll need /usr/include to exist, I think. Usually running xcode-select --install has fixed that for me.It's great that you're playing around with this, but I don't think what you're trying going to just work. I don't think there's any way to include bitcode in an .S file, and if there is, we're certainly not doing it in build_stages.py. It's going to take some real work there.