Recent

Author Topic: Lazarus v2.0.8 crash  (Read 1251 times)

tonyp

  • New Member
  • *
  • Posts: 25
Lazarus v2.0.8 crash
« on: March 08, 2022, 12:43:09 pm »
Last time I built the project it worked.

Now (a few months later) without having touched any of the project files, I get this:

Code: Pascal  [Select][+][-]
  1. c:\temp>lazbuild --bm=release main.lpi
  2. Hint: (lazarus) Missing state file of FCL 1.0.1: C:\Lazarus\packager\units\i386-win32\FCL.compiled
  3. Hint: (lazarus) Missing state file of LazUtils 1.0: C:\Lazarus\components\lazutils\lib\i386-win32\LazUtils.compiled
  4.  
  5.   $0044715B
  6.   $004456BC
  7.   $004021CB
  8.   $006B8FCA
  9.   $004D383A
  10.   $004D368A
  11.   $004CE65F
  12.   $004CDBC8
  13.   $00403E5C
  14. Error: (lazbuild) Ambiguous unit found
  15. The file "C:\Lazarus\components\lazutils\avglvltree.ppu"
  16. was found in one of the source directories of the package LazUtils 1.0 and looks like a compiled unit. Compiled units must be in the output
  17. directory of the package, otherwise other packages can get problems using this package.
  18.  
  19. Delete ambiguous file?
  20. lazbuild is non interactive, aborting now.
  21.  
  22. c:\temp>lazbuild --version
  23. 2.0.8
  24.  

I tried using -B option with lazbuild but I still get this crash.

Any ideas?

 

TinyPortal © 2005-2018