Re: (no subject)



Sorry, that's because of my binding work. I'm not familiar with automake,
but this would probably work to not compile it (it doesn't work yet):

Edit the Makefile.am file, and comment every line. Then, go back to the
gnome-db main folder, type "automake", then "autoconf", then "./configure",
then "make". This time it shouldn't compile the bindings.

Rodrigo, is there a configure flag to enable the bindings in particular
(ie. --enable-cpp-binding) or somesuch? I'm sure that many people don't care
about my binding, and it makes it easier to work on it while people can
still compile the program. :)

----- Original Message -----
From: "Mike" <mike@redtux.uklinux.net>
To: <gnome-db-list@gnome.org>
Sent: Saturday, May 20, 2000 12:53 PM
Subject: (no subject)


>
> Hi
> I am tryng to comple from cvs and the compilaton is failing with the
> message below (there is a lot more of it n similar vein)
>
> t occurs when It is trying to coplile in gda-dev/bindings/c++
>
> any ideas anyone
>
> gdaConnection.cpp: In method `void gdaConnection::setCmdTimeout(long
int)':
> gdaConnection.cpp:150: no matching function for call to
> `_Gda_Connection::set_cmd_timeout (glong &)'
> gdaConnection.cpp: In method `glong gdaConnection::getConnectTimeout()':
> gdaConnection.cpp:154: no matching function for call to
> `_Gda_Connection::get_connect_timeout ()'
> gdaConnection.cpp: In method `void gdaConnection::setConnectTimeout(long
> int)':
> gdaConnection.cpp:158: no matching function for call to
> `_Gda_Connection::set_connect_timeout (glong &)'
> gdaConnection.cpp: In method `enum GDA_CursorLocation
> gdaConnection::getCursorLocation()':
> gdaConnection.cpp:162: no matching function for call to
> `_Gda_Connection::get_cursor_location ()'
> gdaConnection.cpp: In method `void
> gdaConnection::setCursorLocation(GDA_CursorLocation)':
> gdaConnection.cpp:166: no matching function for call to
> `_Gda_Connection::set_cursor_location (GDA_CursorLocation &)'
> gdaConnection.cpp: In method `gchar * gdaConnection::getVersion()':
> gdaConnection.cpp:170: no matching function for call to
> `_Gda_Connection::get_version ()'
> make: *** [gdaConnection.lo] Error 1
>
> _______________________________________________
> gnome-db-list mailing list
> gnome-db-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-db-list
>





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