#17362 closed bug (no change required)
Cross-compiling x86_64 from Linux broken?
Reported by: | luroh | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/beta3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
src/kits/support/ZstdCompressionAlgorithm.cpp:17:12: fatal error: zstd.h: No such file or directory #include <zstd.h> ^~~~~~~~ compilation terminated.
Change History (4)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Resolution: | → no change required |
---|---|
Status: | assigned → closed |
comment:3 by , 3 years ago
Ah, thanks! Might want to add it to https://www.haiku-os.org/guides/building/pre-reqs
Note:
See TracTickets
for help on using tickets.
You need to install libzstd-dev or the equivalent package for your distribution.