Re: [gnome-db] Problem to compile libgnomedb-0.9.0



On Fri, 2002-12-13 at 00:31, Gael.Chamoulaud wrote:
> I've downloaded the latest tarball and I've resolved my problem with the
> compilation. But, I have to fix 2 errors. 
> 
> First, in control_center/dsn_config.c at line 262 :
> 
> cnc = gda_client_open_connection (client,
> 	gnome_db_login_get_dsn (GNOME_DB_LOGIN (login)),
> 	gnome_db_login_get_username (GNOME_DB_LOGIN (login)),
> 	gnome_db_login_get_password (GNOME_DB_LOGIN (login)),
> 	GDA_CONNECTION_OPTIONS_READ_ONLY);
> 
> It missed GDA_CONNECTION_OPTIONS_READ_ONLY....
> 
> Second, in components/connection-viewer.c at line 114. It was the same
> problem. 
> 
> After add this option in function, the compilation works good !
> 
> It is normal?????
> 
seems you are mixing CVS HEAD of libgda, and the 0.9 branch of
libgnomedb. That's why you miss that parameter, since it was added
recently to libgda HEAD. So, make sure you compile the same branch (HEAD
or release-0-9-branch) for the three modules (libgda, libgnomedb and
mergeant).

cheers




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]