Recent

Author Topic: Problem compiling IndyLaz  (Read 11889 times)

vfclists

  • Hero Member
  • *****
  • Posts: 1147
    • HowTos Considered Harmful?
Problem compiling IndyLaz
« on: March 06, 2010, 04:21:01 pm »

I have compiled IndyLaz 10 and I am tryng to install it when I get this message.


Code: [Select]
Recompiling IdStreamVCL, checksum changed for IdGlobal
IdStreamVCL.pas(10,10) Fatal: Can't find unit IdStreamVCL used by IdStream

IdStream is in the same directory as IdStreamVCL, so what is the issue? Does some additional path need to be added to the environment?
Lazarus 3.0/FPC 3.2.2

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12182
  • FPC developer.
Re: Problem compiling IndyLaz
« Reply #1 on: March 06, 2010, 09:53:30 pm »

Code: [Select]
Recompiling IdStreamVCL, checksum changed for IdGlobal
IdStreamVCL.pas(10,10) Fatal: Can't find unit IdStreamVCL used by IdStream

Sounds like multiple idglobals, or left over ppu's from earlier attempts

qoxop

  • New Member
  • *
  • Posts: 33
Re: Problem compiling IndyLaz
« Reply #2 on: June 29, 2011, 10:13:47 am »
I had the same problem.
Path should be updated. Open indylaz.lpk and there is "compiler options" button.
I added into "Other unit files (-Fu)"  -->   "..\fpc"
                    "Libraries (-Fl)"             -->   "lib\i386-win32"

and than compile and install

 

TinyPortal © 2005-2018