-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support for c++17 #265
Comments
Hi, This should be possible by ovrerriding Cheers, |
Many thanks. I used this make command:
I'm getting this error:
Both these two libraries are present precisely in the directory
Instead, if don't use |
How can I force make to use ONLY my boost personal installation? |
Hi,
The use of
Was boost also compiled with the same |
I see for example that one of the make command lines is:
Is for example Yes indesd, I compiled my local BOOST with:
Did you try yourself to compile Many thanks for your support |
Hi, To understand the situation: Which OS & g++ version are you using? Cheers, |
I'm using: CENTOS7 and devtools10 |
Dear experts, Many thanks,
|
Dear experts,
is it possible to compile IPbus with
--std=c++1z
flag?Many thanks,
Mauro.
The text was updated successfully, but these errors were encountered: