Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#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

hrev55601

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 waddlesplash, 3 years ago

You need to install libzstd-dev or the equivalent package for your distribution.

comment:2 by waddlesplash, 3 years ago

Resolution: no change required
Status: assignedclosed

comment:3 by luroh, 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.