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

RT#80465 fails to compile with gcc 4.4 and above #10

Open
duffee opened this issue Feb 18, 2021 · 1 comment
Open

RT#80465 fails to compile with gcc 4.4 and above #10

duffee opened this issue Feb 18, 2021 · 1 comment

Comments

@duffee
Copy link
Owner

duffee commented Feb 18, 2021

[email protected]

The version of the BGL C++ library bundled with Boost::Graph does not
compile with gcc 4.4 and above.

This is a well known problem:
http://stackoverflow.com/questions/9631762/error-missing-binary-operator-before-token
http://thread.gmane.org/gmane.comp.lib.boost.devel/228802

The problem has been fixed with version 1.51 of the BGL:
http://www.boost.org/doc/libs/1_51_0/libs/graph/doc/index.html

but unfortunately the version of BGL bundled with Boost::Graph is much
older (v1.33)

One fix would be to bundle BGL 1.51 with Boost::Graph.
Another fix would be to "unbundle" BGL from Boost::Graph and let the
user install the new version.

@duffee
Copy link
Owner Author

duffee commented Feb 18, 2021

Same issue from Raphael Clifford [email protected]

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

1 participant