[Lazarus] Fatal: (1018) Compilation aborted
Mattias Gaertner
nc-gaertnma at netcologne.de
Sun Feb 8 19:49:23 CET 2015
On Sun, 08 Feb 2015 18:08:53 +0200
FreeMan <freeman35 at delphiturkiye.com> wrote:
> osx svn lazarus r47651 qt x64
> 1-)
> /opt/proje_laz/components/rx/rxsortby.pas(66,26) Hint: (5024) Parameter
> "Sender" not used
> /Volumes/ram_disk/opt/lazarus/components/lazreport/source/addons/lrOfficeImport/lrspreadsheetimportunit.pas(39,40)
> Fatal: (10022) Can't find unit fpsTypes used by lrSpreadSheetImportUnit
Maybe you are using the wrong version of fpspreadsheet?
> Fatal: (1018) Compilation aborted
> Compiling package lr_OfficeImport 0.0: stopped with exit code 256
> /opt/proje_laz/components/rx/rxsortby.pas(225,6) Note: (5025) Local
> variable "j" not used
> (9001) Assembling (pipe)
> /opt/proje_laz/components/all_libs/rx/x86_64-darwin-qt/rxsortby.s
>
> 2-) Why not stop on first error? continue to building, impossible to
> build after fatal error but its not stop.
The IDE compiled two packages in parallel. As soon as an error occur,
the compilation is stopped, but the other thread might run a bit more.
Mattias
More information about the Lazarus
mailing list