--- a/src/lib/CDRParser.cpp +++ b/src/lib/CDRParser.cpp @@ -32,6 +32,9 @@ #include #include #include +#ifndef BOOST_ALL_NO_LIB +#define BOOST_ALL_NO_LIB 1 +#endif #include #include #include @@ -3095,7 +3098,6 @@ if (!fflag1) input->seek(8, WPX_SEEK_CUR); unsigned stlId = readU32(input); - printf("Fridrich %x\n", stlId); unsigned numSt = readU32(input); unsigned i = 0; std::map charStyles;