Ill-placed #endif causes missing symbol errors when compiling without szip. Reported to upstream maintainer. --- src/EHapi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/EHapi.c b/src/EHapi.c index 46a9b5c..208f447 100755 --- a/src/EHapi.c +++ b/src/EHapi.c @@ -11379,6 +11379,7 @@ int HE5_szip_can_encode(void ) return(-1); } +#endif /* H5_HAVE_FILTER_SZIP */ /*----------------------------------------------------------------------------| @@ -11509,8 +11510,6 @@ HE5_EHHEisHE5(char *filename) } } -#endif /* H5_HAVE_FILTER_SZIP */ - #ifndef __cplusplus -- 2.10.0 idden' name='id' value='f7c4853a6b615f49ed7eb9e7cf9b7d8a1b46f30e'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mingw.scm
AgeCommit message (Expand)Author
2018-08-09gnu: mingw-w64: Update to 5.0.4....* gnu/packages/mingw.scm (mingw-w64): Update to 5.0.4. Tobias Geerinckx-Rice
2018-03-12gnu: mingw-w64: Update to 5.0.3....* gnu/packages/mingw.scm (mingw-w64): Update to 5.0.3. Tobias Geerinckx-Rice
2018-03-12gnu: mingw-w64: Fix home page and avoid further confusion....MinGW-w64 was forked (in rather dramatic fashion) from the original MinGW. The two projects remain distinct and MinGW-w64 seems by far the actively developed of the two. * gnu/packages/mingw.scm (mingw-w64)[home-page]: Point to the correct upstream. Use HTTPS. [description]: Expand and briefly note the relationship between the two projects. Use @dfn. Tobias Geerinckx-Rice
2017-11-08gnu: Remove "open source" from descriptions....All software in Guix is Free Software. * gnu/packages/aidc.scm (libdmtx)[description]: Remove "open source" string. * gnu/packages/firmware.scm (seabios)[description]: Likewise. * gnu/packages/libupnp.scm (libupnp)[description]: Likewise. * gnu/packages/maths.scm (cubicle)[description]: Likewise. * gnu/packages/mingw.scm (mingw-w64)[description]: Likewise. * gnu/packages/game-development.scm (openmw)[description]: Likewise. [synopsis]: Remove "Free software". Ricardo Wurmus