Michael Van Canneyt schreef:
On Sat, 14 Jul 2007, Charl van Jaarsveldt wrote:
Hi,
I was trying to compile the DataDesktop, and had to install the sqldb
package to do so. Unfortunately the sqldb package doesn't want to compile.
It fails to find TSQLScript and TSQLConnector. Does sqldb have some other
dependency?
No.
I assume you are using a 2.1.5 compiler:
I am not sure that TSQLScript and TSQLConnector are in the 2.1.5
sources. Simply try uncommenting the registration of these 2
components.
In that case you may want to copy the latest inicols.pp file from
subversion (in packages/fcl-base) to the LazDataDesktop project
directory. The alternative is to update to the latest 2.1.5
sources from subversion.
I don't understand the following change in r11507:
--- /trunk/components/sqldb/registersqldb.pas 2007/07/14 13:44:35 11506
+++ trunk/components/sqldb/registersqldb.pas 2007/07/14 14:35:08 11507
@@ -24,6 +24,12 @@
{$DEFINE HASPQCONNECTION}
{$ENDIF}
+{ SQLITE }
+{$IFNDEF VER2_2}
+{$IFNDEF VER2_0}
+{$DEFINE HASSQLITE3CONNECTION}
+{$ENDIF}
+{$ENDIF}
interface
uses
HASSQLITE3CONNECTION is defined when using fpc 2.1.5, but when using a
future 2.2.0. Why? Everything in 2.1.5 is supposed to get into 2.2.0 too?
Vincent
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives