[fpc-pascal] Database problem on Solaris SPARC
Mattias Gaertner
nc-gaertnma at netcologne.de
Mon Jul 16 16:06:14 CEST 2012
On Mon, 16 Jul 2012 13:49:13 +0000
Mark Morgan Lloyd <markMLl.fpc-pascal at telemetry.co.uk> wrote:
>[...]
> > Remove the ibconnection unit or put it in an {$IFNDEF SOLARIS}. (or should
> > that be SUNOS ?)
> >
> > You'll have to remove TIBConnection from the registercomponents call as
> > well.
> >
> > If that works, we'll put it in the sources in SVN.
>
> I think I see the problem: it looks as though somebody has left
> TIBConnection registration right at the end in (Lazarus's)
> RegisterUnitSQLdb without any conditional around it, possibly to avoid
> working out the commas :-)
I enclosed it in sqldb in IFNDEF Solaris.
Mattias
More information about the fpc-pascal
mailing list