Re: [Barry-devel] ISO C++ forbids declaration of ‘uint8_t’ with no type
Status: Beta
Brought to you by:
ndprojects
From: Chris F. <cd...@fo...> - 2009-04-22 17:43:45
|
On Wed, Apr 22, 2009 at 12:15:06PM -0500, Christopher Stover wrote: > > Hi Everyone, > I'm trying to get a new build of Barry up for Fedora today, but it's > not looking too promising. I'm getting the following error when I'm > trying to build from the latest git: Hi Chris, What version of compiler are you using? I certainly wish I'd run into these compile errors myself first, but reporting them as soon as you see them is a good solution too. :-) > In file included from cod.cc:24: > cod.h:83: error: ISO C++ forbids declaration of ‘uint8_t’ with no type This is just missing stdint.h I believe. > Also, I had someone in Fedora submit the attached patch because upon > trying to build without the patch, I get the following: Thanks. I applied most of that patch. Could you give the latest git a try and let me know what errors you get? Thanks, - Chris |