Bug#299699: dpkg: FTBFS (amd64/gcc-4.0): array type has incomplete element type

2005-03-16 Thread Andreas Jochens
On 05-Mar-15 17:48, Adam Heath wrote: I don't agree with the patch; move the struct definition. Hello, thank you for your fast reply to my report. Is the following patch OK? Regards Andreas Jochens diff -urN ../tmp-orig/dpkg-1.10.27/include/parsedump.h ./include/parsedump.h ---

Bug#299699: dpkg: FTBFS (amd64/gcc-4.0): array type has incomplete element type

2005-03-16 Thread Scott James Remnant
On Tue, 2005-03-15 at 17:48 -0600, Adam Heath wrote: On Tue, 15 Mar 2005, Andreas Jochens wrote: the latest version of gcc-4.0 is even more restrictive than the previous ones. There is a new error message 'array type has incomplete element type' for constructs like 'extern struct st

Bug#299699: dpkg: FTBFS (amd64/gcc-4.0): array type has incomplete element type

2005-03-15 Thread Andreas Jochens
Package: dpkg Severity: normal Tags: patch Hello, the latest version of gcc-4.0 is even more restrictive than the previous ones. There is a new error message 'array type has incomplete element type' for constructs like 'extern struct st x[];' when 'struct st' has not been defined. When

Bug#299699: dpkg: FTBFS (amd64/gcc-4.0): array type has incomplete element type

2005-03-15 Thread Adam Heath
tag 299699 - patch thanks On Tue, 15 Mar 2005, Andreas Jochens wrote: the latest version of gcc-4.0 is even more restrictive than the previous ones. There is a new error message 'array type has incomplete element type' for constructs like 'extern struct st x[];' when 'struct st' has not been