Compilation error - missing zlib.h

后端 未结 5 1553
灰色年华
灰色年华 2021-01-30 10:22

I am trying to compile software on Blue Gene Q using IBM XL compilers and I got this error message:

\"iostreams/zlib.cpp\", line 19.10: 1540-0836 (S) The #includ         


        
5条回答
  •  梦谈多话
    2021-01-30 10:58

    Maybe you can download zlib.h from https://dev.w3.org/Amaya/libpng/zlib/zlib.h, and put it in the directory to solve the problem.

提交回复
热议问题