On Fri, Jun 19, 2009 at 09:20:37AM -0600, Nathanael Noblet wrote:
> Hello,
>   I checked out the latest barry from git and tried to compile it, on Fedora
> 11 it fails with
> 
> iconv.cc:99: error: ?ICONV_CONST? was not declared in this scope
> 
> gettext-devel is installed, however a grep -r ICONV_CONST /usr/include/*
> turns up no such definition... Wondering where that is normally defined, it
> isn't in iconv.h

During your configure stage, you should see something like this:

checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, ch

This process should define ICONV_CONST in the auto-generated config.h.

Does this exist in yours?

Were there any error messages during the ./buildgen.sh step?

- Chris


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to