Skip to content
New issue

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

URLs invalid #2

Open
uli42 opened this issue Apr 26, 2022 · 1 comment
Open

URLs invalid #2

uli42 opened this issue Apr 26, 2022 · 1 comment

Comments

@uli42
Copy link

uli42 commented Apr 26, 2022

The URLs in the readme pointing to go pages are not existing anymore. Where can I find the binaries?

@NadavKeren
Copy link

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:

47: 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")

It gives the following error on 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' != ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants