Fail to build on macOS with boost 1.76
Using various options to build graph-tool on macOS (brew and generic build), I'm getting the following error: ``` In file included from ./graph_avg_correlations.hh:21: ./graph_correlations.hh:113:22: error: no template named 'greater' in namespace 'boost::mpl'; did you mean simply 'greater'? typename mpl::greater<typename mpl::sizeof_<Type1>::type, ^~~~~~~~~~~~ greater ``` Is it some update in boost (I'm using the latest 1.76) or another issue? Thanks for the help!
Am Donnerstag, 10. Juni 2021, 16:17:01 CEST schrieb da.sumin@gmail.com:
Using various options to build graph-tool on macOS (brew and generic build), I'm getting the following error:
``` In file included from ./graph_avg_correlations.hh:21: ./graph_correlations.hh:113:22: error: no template named 'greater' in namespace 'boost::mpl'; did you mean simply 'greater'? typename mpl::greater<typename mpl::sizeof_<Type1>::type, ^~~~~~~~~~~~ greater ```
Is it some update in boost (I'm using the latest 1.76) or another issue? Thanks for the help! _______________________________________________ graph-tool mailing list -- graph-tool@skewed.de To unsubscribe send an email to graph-tool-leave@skewed.de
Has nothing to do with MacOS. I encounter the same error: https://git.skewed.de/count0/graph-tool/-/issues/703 Best, Gerion
participants (2)
-
da.sumin@gmail.com -
Gerion Entrup