Hide Forgot
Description of problem: qmf2 should be included in sdk builds Version-Release number of selected component (if applicable): 1.3.3.1 How reproducible: 100%
Ted, do you intend to put qmf2 in the sdk?
Chuck, is qmf2 now in the sdk?
qmf2 is NOT in the WinSDK.
Windows builds use cmake and qmf2 library is specifically conditionalized out of the build. qmf2 is built unconditionally by autotools. Trial compile on 32-bit VS2010, boost 1_47, yields 13 errors. 12 relate to std::Tree and 1 comes from no include file: unistd.h (in PosixEventNotifierImpl.cpp To work on windows we'd need at least a Tree research session and a windows notifier impl.