LLVM 5.1 is the default compiler used by XCode 5.1
Questions tagged [llvm5.1]
2 questions
2
votes
1 answer
Initializing an external variable sized array in C++
I have a declaration like this:
extern "C++" CHARSET_INFO compiled_charsets[];
which compiled fine so far, but now with the update to XCode 5.1 I get an error for that:
.../my_sys.h:277:27: Definition of variable with array type needs an explicit…

Mike Lischke
- 48,925
- 16
- 119
- 181
0
votes
1 answer
MySQLdb Clang: error: unknown argument: '-mno-fused-madd'
I am having a problem here and I already have spent a few days looking for a solution but so far nothing.
I need to set up my python environment and I am having problems with MySQLbd when I try to install it I get this error message:
clang: error:…

Sancao
- 3
- 1
- 6