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

Compile error for GNU 13.1.1 #1407

Closed
vollate opened this issue May 10, 2023 · 4 comments
Closed

Compile error for GNU 13.1.1 #1407

vollate opened this issue May 10, 2023 · 4 comments

Comments

@vollate
Copy link

vollate commented May 10, 2023

The new update of GNU compiler says the header <cstdio> need to be included explicitly for std::int8_t, std::int32_t etc. This error happened in file "libcaf_core//src/detail/ripemd_160.hpp" and ".../ripemd_160.cpp", and may be other files have same problem. The compile error is descripted at this issue in vcpkg.

@Neverlord
Copy link
Member

From the linked issue, it seems like it's trying to build CAF 0.18 if you install caf? I'd expect the package to use the latest version, i.e., 0.19.1, which already contains a fix for this issue (c2ee99c).

@vollate
Copy link
Author

vollate commented May 10, 2023

The newest version of caf in vcpkg is 0.18.6#1 currently, which is out of date. I modified it wit 0.19.1's source files and it fixed. Thanks and is there any plan to update the package in vcpkg?

@Neverlord
Copy link
Member

I modified it wit 0.19.1's source files and it fixed.

👍

is there any plan to update the package in vcpkg?

I don't know. 🙂

We don't maintain packages. They've been created by community members. I also have no idea how vcpkg works. Maybe you can just send them a PR to update the recipe?

@vollate
Copy link
Author

vollate commented May 11, 2023

I'll take a try. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants