ports/171395: [MAINTAINER] audio/taglib: Update to 1.8

Mickaël Maillot mickael.maillot at gmail.com
Sat Sep 8 21:20:13 UTC 2012


The following reply was made to PR ports/171395; it has been noted by GNATS.

From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= <mickael.maillot at gmail.com>
To: bug-followup at FreeBSD.org, bsdkaffee at gmail.com
Cc:  
Subject: Re: ports/171395: [MAINTAINER] audio/taglib: Update to 1.8
Date: Sat, 8 Sep 2012 23:15:46 +0200

 there is a conflict with uint typedef in /usr/local/include/taglib/taglib.h:81
 
 xbmc members try to use new taglib 1.8 features and i can't compile
 because of the conflict.
 i get this error:
 error: reference to 'uint' is ambiguous
 /usr/include/sys/types.h:56: error: candidates are: typedef unsigned int uint
 /usr/local/include/taglib/taglib.h:81: error:                 typedef
 unsigned int TagLib::uint
 
 if i comment the ligne 81, i get this errors like this:
 /usr/local/include/taglib/tlist.tcc:195: error: expected constructor,
 destructor, or type conversion before 'List'
 
 so this update make the lib unusable.



More information about the freebsd-ports-bugs mailing list