You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble building the libClangSharp.sln project.
Visual studio yields me some compilation errors when compiling a debug build with clang_cl_x64_x64
There a lot of errors but they're essentially all alike this one :
`
LNK2038 mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in CIndexDiagnostic.cpp.obj C:\Users\infrandomness\Documents\Dev\src\clangsharp\out\build\x64-Debug\clangsharp C:\Users\infrandomness\Documents\Dev\src\clangsharp\out\build\x64-Debug\clangAST.lib(APValue.cpp.obj) 1
LNK2038 mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in CIndexDiagnostic.cpp.obj C:\Users\infrandomness\Documents\Dev\src\clangsharp\out\build\x64-Debug\clangsharp C:\Users\infrandomness\Documents\Dev\src\clangsharp\out\build\x64-Debug\clangAST.lib(APValue.cpp.obj) 1
`
is there no way to use libClangSharp without having to build anything ? I found the process complicated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm having trouble building the libClangSharp.sln project.
Visual studio yields me some compilation errors when compiling a debug build with clang_cl_x64_x64
There a lot of errors but they're essentially all alike this one :
`
LNK2038 mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in CIndexDiagnostic.cpp.obj C:\Users\infrandomness\Documents\Dev\src\clangsharp\out\build\x64-Debug\clangsharp C:\Users\infrandomness\Documents\Dev\src\clangsharp\out\build\x64-Debug\clangAST.lib(APValue.cpp.obj) 1
LNK2038 mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in CIndexDiagnostic.cpp.obj C:\Users\infrandomness\Documents\Dev\src\clangsharp\out\build\x64-Debug\clangsharp C:\Users\infrandomness\Documents\Dev\src\clangsharp\out\build\x64-Debug\clangAST.lib(APValue.cpp.obj) 1
`
is there no way to use libClangSharp without having to build anything ? I found the process complicated.
Beta Was this translation helpful? Give feedback.
All reactions