search for: diadatastream

Displaying 2 results from an estimated 2 matches for "diadatastream".

2015 Dec 09
3
Include all the things
...\llvm\include\llvm/CodeGen/CallingConvLower.h(189,16) : note: previous definition is here typedef enum { Unknown, Prologue, Call } ParmContext; ^ In file included from src\main.cpp:1: In file included from src/../llvm.h:298: In file included from \llvm\include\llvm/DebugInfo/PDB/DIA/DIADataStream.h:13: \llvm\include\llvm/DebugInfo/PDB/DIA/DIASupport.h(30,10) : fatal error: 'cvconst.h' file not found #include <cvconst.h> Are there known fixes for these, or is there something I should be doing differently? -------------- next part -------------- An HTML attachment was scrubbed...
2015 Dec 09
2
Include all the things
...else in that file is an enum class, it's possible this one just ended up as an enum by accident. > ^ >> In file included from src\main.cpp:1: >> In file included from src/../llvm.h:298: >> In file included from >> \llvm\include\llvm/DebugInfo/PDB/DIA/DIADataStream.h:13: >> \llvm\include\llvm/DebugInfo/PDB/DIA/DIASupport.h(30,10) : fatal error: >> 'cvconst.h' file not found >> #include <cvconst.h> >> >> Are there known fixes for these, or is there something I should be doing >> differently? >> > >...