Re: [Barry-devel] ISO C++ forbids declaration of ‘uint8_t’ with no type
Status: Beta
Brought to you by:
ndprojects
From: Christopher S. <qua...@ho...> - 2009-04-22 18:31:41
|
> 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. :-) > Hi Chris, I'm using gcc-4.4.0-0.34. > > > 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? > I'm trying to create the tarball with the new git and (cd build && ../tar-create.sh 0 15) but oddly I'm getting: barry-0.15/maintainer/make-deb-local.sh barry-0.15/maintainer/git-release-tar.sh barry-0.15/maintainer/make-deb.sh barry-0.15/config.h.in ../tar-create.sh: line 35: dpkg-source: command not found I'm not sure what happened because I was able to create the tarball from the previous git just fine... Any idea? > Thanks, > - Chris Also, after running the command (cd build/barry* && ../../tar-prepare.sh) with the new git, I'm getting the following: libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. configure.ac:19: installing `./config.guess' configure.ac:19: installing `./config.sub' configure.ac:9: installing `./install-sh' configure.ac:9: installing `./missing' examples/Makefile.am: installing `./depcomp' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. libtoolize: putting macros in `../m4'. libtoolize: copying file `../m4/libtool.m4' libtoolize: copying file `../m4/ltoptions.m4' libtoolize: copying file `../m4/ltsugar.m4' libtoolize: copying file `../m4/ltversion.m4' libtoolize: copying file `../m4/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: putting macros in `../m4'. libtoolize: copying file `../m4/libtool.m4' libtoolize: copying file `../m4/ltoptions.m4' libtoolize: copying file `../m4/ltsugar.m4' libtoolize: copying file `../m4/ltversion.m4' libtoolize: copying file `../m4/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. Chris |