|
From: Udo L. <udo...@al...> - 2011-08-26 08:53:28
|
Hi, I try to create an build-system from scratch. Using lfssystem-SVN-20070314-cleaned.tar.bz2. prepare: makedepand failed with following error: gcc -c -I. -I. -DHAVE_STDARG_H=1 -mtune=i686 -march=i686 cppsetup.c In file included from cppsetup.c:70: find . -name :164: error: conflicting types for 'getline' /usr/include/stdio.h:653: error: previous declaration of 'getline' was here I googled and found that in newer glibc the getline are defined. But in which package i had to rename the getline (eg. local_getline)? Can somebody give me an hint, please? Or an patch? Regards Udo |