Package: mp3splt
Severity: normal
Tags: patch

When building 'mp3splt' on amd64 with gcc-4.0,
I get the following error:

if x86_64-linux-gcc -DHAVE_CONFIG_H      -Wall -g -O2 -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -MT mp3splt.o -MD -MP -MF ".deps/mp3splt.Tpo" \
  -c -o mp3splt.o `test -f 'mp3splt.c' || echo './'`mp3splt.c; \
then mv -f ".deps/mp3splt.Tpo" ".deps/mp3splt.Po"; \
else rm -f ".deps/mp3splt.Tpo"; exit 1; \
fi
In file included from mp3splt.c:49:
splt.h:99: error: array type has incomplete element type

With the attached patch 'mp3splt' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/mp3splt-2.1/splt.h ./splt.h
--- ../tmp-orig/mp3splt-2.1/splt.h      2004-07-17 16:16:05.000000000 +0200
+++ ./splt.h    2005-03-18 17:59:51.278527346 +0100
@@ -96,8 +96,6 @@
 
 char *zero_pad_float (float f, char *out);
 
-int parse_outformat(char *s, char format[][], int cddboption);
-
 unsigned char *cleanstring (unsigned char *s);
 
 int parse_arg(char *arg, float *th, int *gap, int *nt, float *off, int *rm, 
float *min);


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to