Date: Fri, 12 Aug 2011 20:37:52 +0200 From: Christian Weisgerber <naddy@mips.inka.de> To: geoffrey.levand@mail.ru Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/159699: audio/flac broken on powerpc64 ps3 Message-ID: <20110812183752.GB15586@lorvorc.mips.inka.de> In-Reply-To: <201108111940.p7BJeKgP065350@freefall.freebsd.org> References: <201108111940.p7BJeKgP065350@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
edwin@FreeBSD.org: > Synopsis: audio/flac broken on powerpc64 ps3 > ./../include/share/alloc.h: In function 'void* safe_malloc_mul_2op_(size_t, size_t)': > ./../include/share/alloc.h:120: error: 'UINT64_C' was not declared in this scope I think this isn't a problem in flac but in the system headers on the powerpc64 architecture or this particular system. The error lines refer to uses of SIZE_MAX in the source. Nowhere does UINT64_C occur in the flac source code. SIZE_MAX in turn is defined in <stdint.h> or rather <machine/_stdint.h>. -- Christian "naddy" Weisgerber naddy@mips.inka.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110812183752.GB15586>