Open aleb opened 7 years ago
Which version of Ubuntu are you on?
Ubuntu 17.04
Similarily, on Gentoo ~amd64, the path is /usr/lib64/clang/6.0.0/include/xmmintrin.h
, etc.
20.04
I have no such issue on a freshly installed Ubuntu 20.04 VM. Your Clang installation is broken. Also it would be quite helpful if you wouldn't just post "20.04" and instead explain the issue you are facing. Especially the way you installed Clang.
Apologies. It was late last night. I followed your install instruction for osxcross. I'll have to look at how clang was installed, I don't recall doing that specifically.
I am trying to cross compile SQLite in golang from Linux to Darwin,
Also, that's the error I got, there was no additional context or than to report it as a bug and it happened on 20.04
Ok, clang installed, another error. Will dig in.
Where should these clang intrinsic headers be? I looked at https://github.com/pedronavf/osxcross/blob/master/wrapper/target.cpp#L304 and I see it's checking
/usr/include/clang
but it seems it fails to notice the4.0
subfolder. How can I tell it to look there? Or should it find these intrinsic headers somewhere else?