ruven / iipsrv

iipsrv is an advanced high-performance feature-rich image server for web-based streamed viewing and zooming of ultra high-resolution images.
https://iipimage.sourceforge.io
GNU General Public License v3.0
292 stars 115 forks source link

Compiling 1.2 on Ubuntu 24.04 #269

Open altert opened 5 months ago

altert commented 5 months ago

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 commented 4 months ago

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.