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

Compiling 1.2 on Ubuntu 24.04 #269

Open
altert opened this issue Jun 26, 2024 · 1 comment
Open

Compiling 1.2 on Ubuntu 24.04 #269

altert opened this issue Jun 26, 2024 · 1 comment

Comments

@altert
Copy link

altert commented Jun 26, 2024

Compiling version 1.2 on Ubuntu 24.04 results in errors such as:
RawTile.h:29:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?

This is fixed in current master by #include <cstdint> but as the latest release is 1.2, maybe it would be better to include it there as well?

@ruven
Copy link
Owner

ruven commented Jul 1, 2024

Yes, I could do a point release based on 1.2 or maybe better bring forward a new 1.3 release including the new features within the current master.

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

2 participants