Skip to content

Instantly share code, notes, and snippets.

@PilzAdam
Created October 22, 2014 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PilzAdam/7778f52aed3a18d349b3 to your computer and use it in GitHub Desktop.
Save PilzAdam/7778f52aed3a18d349b3 to your computer and use it in GitHub Desktop.
In file included from /home/adam/Programs/buildat/src/impl/compress.cpp:7:0:
/home/adam/Programs/buildat/3rdparty/zlib/zlib.h:86:5: error: ‘z_const’ does not name a type
/home/adam/Programs/buildat/3rdparty/zlib/zlib.h:94:5: error: ‘z_const’ does not name a type
/home/adam/Programs/buildat/3rdparty/zlib/zlib.h:1025:29: error: ‘z_const’ has not been declared
/home/adam/Programs/buildat/3rdparty/zlib/zlib.h:1025:29: error: two or more data types in declaration of ‘parameter’
/home/adam/Programs/buildat/3rdparty/zlib/zlib.h:1349:32: error: expected initializer before ‘Z_ARG’
/home/adam/Programs/buildat/3rdparty/zlib/zlib.h:1673:5: error: ‘z_off64_t’ does not name a type
/home/adam/Programs/buildat/3rdparty/zlib/zlib.h:1748:15: error: ‘z_crc_t’ does not name a type
/home/adam/Programs/buildat/3rdparty/zlib/zlib.h:1758:44: error: expected initializer before ‘Z_ARG’
/home/adam/Programs/buildat/src/impl/compress.cpp: In function ‘void interface::compress_zlib(const ss_&, std::ostream&, int)’:
/home/adam/Programs/buildat/src/impl/compress.cpp:50:4: error: ‘z_stream’ has no member named ‘next_in’
/home/adam/Programs/buildat/src/impl/compress.cpp: In function ‘void interface::decompress_zlib(std::istream&, std::ostream&)’:
/home/adam/Programs/buildat/src/impl/compress.cpp:106:6: error: ‘z_stream’ has no member named ‘next_in’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment