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
Hello, i'm moving ActiveMQ-cpp library into CMake, without PCH library builds fine, but if i enable Cotire it adds into Decaf_CXX_prefix.h headers like Windows.h, WinSock2.h, WS2tcpip.h and compiler throw errors like (redefinitions):
Hello, i'm moving ActiveMQ-cpp library into CMake, without PCH library builds fine, but if i enable Cotire it adds into Decaf_CXX_prefix.h headers like Windows.h, WinSock2.h, WS2tcpip.h and compiler throw errors like (redefinitions):
project CMakeLists.txt
Decaf_CXX_prefix.h
Cotire will generate
When i explicit remove headers:
build go fine again.
This headers comes from apr.
How to debug/fix this?
Thanks.
The text was updated successfully, but these errors were encountered: