Tobias Gasser wrote:
> Bruce Dubbs schrieb:
>>> error: conflicting types for 'getline'
>>>
>> This is already in the -dev version of the book and I have reported it
>> upstream.
> i just checked the changelog, not the binutils chapter.
>
> this is not the first time i overlooked something when
Bruce Dubbs schrieb:
>> error: conflicting types for 'getline'
>>
>
> This is already in the -dev version of the book and I have reported it
> upstream.
>
i just checked the changelog, not the binutils chapter.
this is not the first time i overlooked something when i try to update
my system.
Tobias Gasser wrote:
> libiberty/testsuite/test-demangle.c
>
> error: conflicting types for 'getline'
>
> stdio.h now defines getline().
>
> i didn't check wether older versions did this define too, or another
> include is responsible for setting __USE_XOPEN2K8 requireing stdio.h to
> define thi
libiberty/testsuite/test-demangle.c
error: conflicting types for 'getline'
stdio.h now defines getline().
i didn't check wether older versions did this define too, or another
include is responsible for setting __USE_XOPEN2K8 requireing stdio.h to
define this function. i've no clue what "Define