-
Notifications
You must be signed in to change notification settings - Fork 214
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
compile error with Mac Xcode 14 #342
Comments
Hi @ftab , could you print this in your terminal? I am curious what it will return: uname -s Also i would like to know your gcc and g++ version which i used to compile code... I will try to talk to them related this change and based on that we can do decision. |
Guys from boost said that it will be fixed in next release. So i would like to not to add this workround flag. Maybe keep it as known issue with how to fix it info. |
Maybe we can parse boost version and if it is smaller than 1.82 then apply macro. |
Good to know Boost has a fix planned. |
I am about to remove boost dependency. Then this issue should be solved. |
This is with eRPC 1.10.0
I'm using a MacBook Air M1 (Apple Silicon), so the homebrew paths are different:
The error:
The workaround:
Until Boost reworks that library to no longer use sprintf, we have to add that flag.
The text was updated successfully, but these errors were encountered: