Reinier Olislagers wrote:

Whoopsie, error in the patch: this:
- merged
P.SourcePath.Add('src/sqldb/sqlite', SqldbConnectionOSes);
P.SourcePath.Add('src/sqldb/sqlite', SqliteOSes);
into
P.SourcePath.Add('src/sqldb/sqlite', SqldbConnectionOSes+SqliteOSes);
for clarity on who gets sqlite
wasn't true... I had mixed some very similar but different paths.
New patches attached.

FPC trunk compiles for me with this patch (x86) on Windows.

In Solaris/SPARC,

..
Assembling oracleconnection
Compiling ./fcl-db/src/sqldb/postgres/pqconnection.pp
Writing Resource String Table file: pqconnection.rst
Assembling pqconnection
Compiling ./fcl-db/src/sqldb/postgres/pqeventmonitor.pp
Writing Resource String Table file: pqeventmonitor.rst
Assembling pqeventmonitor
Compiling ./fcl-db/src/sqldb/mssql/mssqlconn.pp
mssqlconn.pp(43,3) Fatal: Can't find unit dblib used by mssqlconn
Fatal: Compilation aborted

gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/export/home/local-src/fpc/fpcbuild-2.7.1/fpcsrc/packages'
gmake[1]: *** [packages_all] Error 2
gmake[1]: Leaving directory `/export/home/local-src/fpc/fpcbuild-2.7.1/fpcsrc'
gmake: *** [build-stamp.sparc-solaris] Error 2

Have I missed any stages out: applied patch successfully, make distclean, make all?

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to