On Fri, Dec 10, 2010 at 08:09:09PM -0500, Stephen Palmateer wrote:
> Hello All,
> 
> Perhaps this was some kind of 'idiot-proofing' that the Barry developers
> snuck into the source to test us amateurs...

*chuckle*  No, that's not it. :-)


> *iconv.cc: In member function ?std::string Barry::IConverter::Convert(void*,
> const std::string&) const?:*
> *iconv.cc:95: error: ?ICONV_CONST? was not declared in this scope*
> *iconv.cc:95: error: expected ?)? before ?char?*
> *iconv.cc:89: warning: unused variable ?in?*
> *make[2]: *** [iconv.lo] Error 1*
> *make[2]: Leaving directory `/usr/src/barry/src'*
> *make[1]: *** [all-recursive] Error 1*
> *make[1]: Leaving directory `/usr/src/barry'*
> *make: *** [all] Error 2*
> 
> Regardless, if you want to 'make' then 'make install' just as the docs
> instruct, you must add the following to src/iconv.h


Actually, this is a ./configure test, which is done to test for the
different C function prototypes in various platforms.  Some of them
are const, some not.

If you don't have ICONV_CONST in your config.h (the result of running
configure), then it is probably due to lacking a gettext development
package, or somehow your configure was not built correctly.

I'd recommend double-checking your dependencies and re-running ./buildgen.sh.
You might be missing gettext-devel.

Some key Fedora dependencies:

        pkgconfig
        libtool
        libusb-devel
        boost-devel (optional)
        libtar-devel
        gtkmm24-devel
        glibmm24-devel
        libglademm24-devel
        fuse-devel
        zlib-devel
        gettext-devel
        libopensync-devel (0.22)
        ccache (optional)
        doxygen (optional)
        php-cli (optional, for generating docs)

- Chris


------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to