Bug#453264: libc6-dev: fails to define ptrdiff_t in malloc.h

2007-11-28 Thread Aurelien Jarno
severity 453264 important thanks brian m. carlson a écrit : > Package: libc6-dev > Version: 2.7-2 > Severity: serious > Justification: breaks other packages > > The following test program: > > --- > #define _XOPEN_SOURCE > #include > #include > --- > > results in a compile-time error: > > In

Processed: Re: Bug#453264: libc6-dev: fails to define ptrdiff_t in malloc.h

2007-11-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 453264 important Bug#453264: libc6-dev: fails to define ptrdiff_t in malloc.h Severity set to `important' from `serious' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking syst

Bug#453264: libc6-dev: fails to define ptrdiff_t in malloc.h

2007-11-27 Thread brian m. carlson
Package: libc6-dev Version: 2.7-2 Severity: serious Justification: breaks other packages The following test program: --- #define _XOPEN_SOURCE #include #include --- results in a compile-time error: In file included from foo.c:3: /usr/include/malloc.h:85: error: expected ‘)’ before ‘__size’ /