obfuscator-llvm / obfuscator

3.92k stars 1.18k forks source link

xcode9.2 error #100

Open anyinst opened 6 years ago

anyinst commented 6 years ago

fatal error: 'mutex' file not found

include

     ^~~~~~~

1 error generated.

longv2go commented 6 years ago

@anyinst Which branch of obfuscator do you build? I build llvm-4.0 and copy clang to xcode9.2, it come out error 'error: cannot specify -o when generating multiple output files'.

csc-EricWu commented 6 years ago

@longv2go me too

a130785 commented 6 years ago

@longv2go me too

exorxw commented 6 years ago

i think you need to upgrade the llvm 5.0.1

Naville commented 6 years ago

Nope. Build libcxx and libcxxabi. For example if the branch is called 4.0, then download version 4.0 of libcxx and libcxxabi from https://releases.llvm.org , put into projects/ then restart building.(Might need to build again from scratch for cmake to recognize the new files)