queryperfpp icon indicating copy to clipboard operation
queryperfpp copied to clipboard

Results 3 queryperfpp issues
Sort by recently updated
recently updated
newest added

It seems like pull requests and issues for `bundy` are not being maintained or getting responses. I would like to use queryperfpp, but it depends on bundy and bundy does...

It says: ``` % ./configure --with-boost-include=${BOOST_HEADER_DIR} \ --with-bundy-include=${BUNDY_SRC_DIR}/src/lib \ --with-bundy-lib=${BUNDY_INSTALL_DIR} \ --with-asio-include=${BUNDY_SRC_DIR}/ext/asio % make ``` It should say: ``` % ./configure --with-boost-include=${BOOST_HEADER_DIR} \ --with-bundy-include=${BUNDY_SRC_DIR}/src/lib \ --with-bundy-lib=${BUNDY_INSTALL_DIR}/lib \ --with-asio-include=${BUNDY_SRC_DIR}/ext/asio % make...

I am having real problems compiling this because of the dependency tree. Do you have a binary for x86_64 (RHEL 7) please?