[lazarus] Unit search, why doesn't it stop?
Vincent Snijders
vrs at dds.nl
Thu Apr 6 16:07:06 EDT 2000
Hi,
I am trying to compile lazarus with the new directory structure. In order to
do so, I first need to compile mwedit. The makefiles aren't adjusted yet,
tried to do it by hand.
I begin with a make clean and a make in the lcl directory. Then I go to the
components\mwedit directory and give the following command:
ppc386 -Fu../../../rtl/win32 -Fu../../../fcl/win32 -Fu../../../packages/gtk
-Fu../../lcl mwkeycmds.pas
ppc386 answers with:
stdctrls.pp(437,2) Fatal: Can't open include file customgroupbox.inc
To see what went wrong, added the opion -vt to see which file ppc386 tries
to open.
The last lines in the output are:
<snip>
Unitsearch: stdctrls.ppw
Unitsearch: stdctrls.pp
Unitsearch: stdctrls.pas
Unitsearch: E:\pp\source\rtl\win32\stdctrls.ppw
Unitsearch: E:\pp\source\rtl\win32\stdctrls.pp
Unitsearch: E:\pp\source\rtl\win32\stdctrls.pas
Unitsearch: E:\pp\source\fcl\win32\stdctrls.ppw
Unitsearch: E:\pp\source\fcl\win32\stdctrls.pp
Unitsearch: E:\pp\source\fcl\win32\stdctrls.pas
Unitsearch: E:\pp\source\packages\gtk\stdctrls.ppw
Unitsearch: E:\pp\source\packages\gtk\stdctrls.pp
Unitsearch: E:\pp\source\packages\gtk\stdctrls.pas
Unitsearch: E:\pp\source\lazarus\lcl\stdctrls.ppw
PPU Loading E:\pp\source\lazarus\lcl\stdctrls.ppw
Unitsearch: stdctrls.pp
Unitsearch: stdctrls.pas
Unitsearch: E:\pp\source\rtl\win32\stdctrls.pp
Unitsearch: E:\pp\source\rtl\win32\stdctrls.pas
Unitsearch: E:\pp\source\fcl\win32\stdctrls.pp
Unitsearch: E:\pp\source\fcl\win32\stdctrls.pas
Unitsearch: E:\pp\source\packages\gtk\stdctrls.pp
Unitsearch: E:\pp\source\packages\gtk\stdctrls.pas
Unitsearch: E:\pp\source\lazarus\lcl\stdctrls.pp
stdctrls.pp(437,2) Fatal: Can't open include file customgroupbox.inc
It is true that I didn't give a path to customgroupbox.inc, but why does
ppc386 want to recompile the unit stdctrls? It found a IMHO correct and
usable stdsctrls.ppw.
Any help apreciated,
Vincent Snijders
More information about the Lazarus
mailing list