We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The URLs in the readme pointing to go pages are not existing anymore. Where can I find the binaries?
The text was updated successfully, but these errors were encountered:
Trying to compile the library on my own, I stumbled into some issues in the CMake configuration that need to be resolved to build the code.
There are issues in the file CMakeConfig.txt in lines 47 and 249-250:
CMakeConfig.txt
47: LINTEL_BOOST_EXTRA(BOOST_THREAD boost/thread/tss.hpp "boost_thread boost_thread-mt")
LINTEL_BOOST_EXTRA(BOOST_THREAD boost/thread/tss.hpp "boost_thread boost_thread-mt")
249: LINTEL_BOOST_EXTRA(BOOST_PROGRAM_OPTIONS boost/program_options.hpp 250: "boost_program_options boost_program_options-mt")
LINTEL_BOOST_EXTRA(BOOST_PROGRAM_OPTIONS boost/program_options.hpp 250: "boost_program_options boost_program_options-mt")
It gives the following error on cmake .
cmake .
CMake Error at cmake-modules/LintelFind.cmake:404 (MESSAGE): Error: different boost_thread boost_thread-mt / boost lib dirs /usr/lib/x86_64-linux-gnu/libboost_thread.so -> '/usr/lib/x86_64-linux-gnu' != ''
Sorry, something went wrong.
No branches or pull requests
The URLs in the readme pointing to go pages are not existing anymore. Where can I find the binaries?
The text was updated successfully, but these errors were encountered: