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

Compiling fails with missing 'algorithm' #7

Open
SpirosZafeiris opened this issue Mar 29, 2024 · 2 comments
Open

Compiling fails with missing 'algorithm' #7

SpirosZafeiris opened this issue Mar 29, 2024 · 2 comments

Comments

@SpirosZafeiris
Copy link

Dear all,

Compiling Polyquad fails with the following message:

image

I installed boost 1.83 library with Debian Package manager apt install libboost1.83-all-dev and I initialized the cmake build using clang for C and C++ (the generation of the Makefile was successful).

I have also installed eigen.

I am in the master branch of the Polyquad project.

Does anyone know how to fix this?

Thanks in advance.

@FreddieWitherden
Copy link
Contributor

The error is coming from a Boost include file (iostreams/filter/line.hpp). Can you see if any Boost iostreams examples work? If not, you'll probably want to open an issue with Boost.

@SpirosZafeiris
Copy link
Author

The iostreams examples which I found on their page seem to work (compiled and linked them from command line).

Would you recommend that I download a zipped package of Boost which I can manually link using ccmake configuration?

Or else, should I use a different version of Boost?

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