Immintrin.h: No such file?

Hi all. 

Just got Juce cloned on my system (i.e. latest code) and tried to compile and run the Demo app. Got this error:

/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:153:23: error: immintrin.h: No such file or directory

 

I guess I need this file, I see its from a lib called Clang? 

Where is the best place to get it and where should I put it?

 

Thanks

 

That must be a pretty messed-up xcode install you've got.. Maybe just update to the latest version?

BTW when you're reporting problems like this, you shouldn't assume we somehow know what OS or compiler you're talking about!

OK - I'll try a clean install with the newest version. Yes sorry should have said OSX! 

Thanks

Yep that sorted it,  Juce demo running now thanks