facebook / zstd

Zstandard - Fast real-time compression algorithm
http://www.zstd.net
Other
23.82k stars 2.11k forks source link

cross compile failed on qnx toolschain #4186

Closed rainbowball closed 2 weeks ago

rainbowball commented 3 weeks ago

Describe the bug build output: programs/zstdcli.c:31:0: programs/util.h:197:20 error: unknown type name "FILE" int UTIL_isConsole(FILE* file);

To Reproduce Steps to reproduce the behavior:

  1. download zstd-1.5.6.tar.gz and build

Expected behavior null

Screenshots and charts null

Desktop (please complete the following information):

Additional context add "#include " in programs/util.h, build pass.

rainbowball commented 2 weeks ago

Thanks for you job!