Thanks -- looks like that got it a little further along the build process, but after making the change (as well as making the identical changes in a number of other files under ./src) I run into the one below:
make[2]: Leaving directory `/home/jpriddy/apps/barry/original/barry-0.12/src' Making all in tools make[2]: Entering directory `/home/jpriddy/apps/barry/original/barry-0.12/tools' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT btool-btool.o -MD -MP -MF ".deps/btool-btool.Tpo" -c -o btool-btool.o `test -f 'btool.cc' || echo './'`btool.cc; \ then mv -f ".deps/btool-btool.Tpo" ".deps/btool-btool.Po"; else rm -f ".deps/btool-btool.Tpo"; exit 1; fi btool.cc:220: error: expected constructor, destructor, or type conversion before ‘<’ token make[2]: *** [btool-btool.o] Error 1 make[2]: Leaving directory `/home/jpriddy/apps/barry/original/barry-0.12/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jpriddy/apps/barry/original/barry-0.12' make: *** [all] Error 2 BTW it sounds like nobody else has attempted to build this on fc9 yet? I have run into a number of other minor issues with regards to not having the 32bit libs installed when I ran the same on fc8 64bit, but that was via rpmbuild, not from source. So im not sure if that makes a difference. Thanks John Chris Frey wrote: > On Tue, May 27, 2008 at 03:47:04PM -0400, John Priddy wrote: > >> usbwrap.cc -fPIC -DPIC -o .libs/usbwrap.o >> data.cc: In function 'bool Barry::IsHexData(const std::string&)': >> data.cc:47: error: 'strchr' was not declared in this scope >> > > Try adding the following to data.cc, under the rest of the includes: > > #include <string.h> > #include <stdlib.h> > > Interesting that other compilers haven't complained. Thanks for the report! > > - Chris > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Barry-devel mailing list > Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel