|
From: Sam C. <sa...@su...> - 2002-06-25 10:10:22
|
On Mon, Jun 24, 2002 at 06:37:35PM -0600, Ga...@so... wrote: > Im trying to compile libsample and i get this error: > sampletype.c:30 conflicting type for `ls_sample_type_unspec` > sampletype.h:58: previous declaration of `ls_sample_type_unspec` > ive tried delleting one of the declaration but then asd-ng doesnt compile. > is there any way to solve this problem??? > im using gcc 3.1=20 Looks like only one is decared const. gcc 2.95 doesn't seem pick up on thi= s. Fixed in CVS. sam --=20 sam clegg :: sa...@su... :: http://superduper.net/=20 :: PGP :: D91EE369 $superduper: .signature,v 1.5 2002/05/17 10:23:59 samc Exp $ |