Re: binutils test failure

2009-06-05 Thread Bruce Dubbs
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

Re: binutils test failure

2009-06-05 Thread Tobias Gasser
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.

Re: binutils test failure

2009-06-04 Thread Bruce Dubbs
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

binutils test failure

2009-06-04 Thread Tobias Gasser
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