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

BOOST_REQUIRE fails on Solaris due to hyphens in variable #89

Open
scantor opened this issue Jun 29, 2016 · 0 comments
Open

BOOST_REQUIRE fails on Solaris due to hyphens in variable #89

scantor opened this issue Jun 29, 2016 · 0 comments

Comments

@scantor
Copy link

scantor commented Jun 29, 2016

I've had to patch around an issue using the boost.m4 file on Solaris. The sed command to extract the Boost version during the requirement check breaks and ends up with an empty version due to the use of hyphens in the macro.

I've found this patch works across platforms that I've tested by switching back to underscores:

http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commitdiff;h=ad7702632e1a01c074f6ec15d2c0a937582be78c

Forgot to file this a few years ago and re-encountered it recently.

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