[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
shishi-1.0.1 build failure with glibc-2.16.0
From: |
Eray Aslan |
Subject: |
shishi-1.0.1 build failure with glibc-2.16.0 |
Date: |
Tue, 09 Oct 2012 08:42:43 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120917 Thunderbird/15.0.1 |
shishi-1.0.1 fails to build with glibc-2.16.0 with:
[...]
In file included from md4.h:23:0,
from md4.c:25:
./stdio.h:1030:1: error: 'gets' undeclared here (not in a function)
gets is required by C89, deprecated in C99 and was removed in C11. The
attached patch works for me and is similar to what gnulib does [1]
--
Eray Aslan <address@hidden>
[1] http://lists.gnu.org/archive/html/bug-gnulib/2012-03/msg00186.html
0001-Fix-build-failure-with-glibc-2.16.0.-gets-is-removed.patch
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- shishi-1.0.1 build failure with glibc-2.16.0,
Eray Aslan <=