You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by Andrew Stitcher <as...@redhat.com> on 2014/09/30 21:51:13 UTC

Heads UP: Fix to Qpid Proton build means that Windows developers will need to regenerate their build

TL;DR: On Windows with Visual Studio, Remove CMakeCache.txt and rerun
CMake.

I've fixed a problem with the build just ignoring the BUILD_WITH_CXX
build setting - however it means that unless you remove that cached
setting and run cmake again or just run cmake from scratch you will get
errors in your Windows builds because the default and stored version of
BUILD_WITH_CXX was previously NO on all platforms.

Sorry for any inconvenience.

Andrew