In the last episode (Jun 03), John Angelmo said:
> In current I get this error when I'm trying to install libgda
> 
> In file included from gdaBatch.h:22,
>                  from gdaIncludes.h:45,
>                  from gdaBatch.cpp:20:
> gdaConnection.h:44: syntax error before `&' token

        void setProvider (const string& name);

> Is this related to c++ in current?

Yes.  Gcc 3 and above require you to use std::string etc.  The next
release of libgda will hopefully have the right fixes.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to