[lazarus] New Bug Entered
mhess at miraclec.com
mhess at miraclec.com
Tue Apr 10 15:17:35 EDT 2001
Title: Win32 - make - Error: Could not open : ...
Entered by: Martin V.
I have the lazarus files in the directory f:\\lazarus and the fpc files in the directory f:\\pp. (directory f:\\pp\\bin\\win32 is also set in the path environment variable).
When I run make in the lazarus directory (for example \"make lcl\") I got some causeless errors:
f:/pp/bin/win32/make.exe -C lcl all
make.exe[1]: Entering directory `f:/lazarus/lcl\'
rm -f ./units/allunits.ppw
ppc386.exe !FPCEXTCMD allunits.pp
Note: Reading further options from (env) FPCEXTCMD
Free Pascal Compiler version 1.0.5 [2001/01/15] for i386
Copyright (c) 1993-2000 by Florian Klaempfl
Target OS: Win32 for i386
Compiling allunits.pp
Compiling .\\interfaces\\abstract\\interfaces.pp
Compiling .\\interfaces\\abstract\\interfaces.pp
Compiling .\\interfaces\\abstract\\interfaces.pp
Error: Could not open : controlselection.ppw
Error: Could not open : buttons.ppw
Error: Could not open : clipbrd.ppw
Error: Could not open : clistbox.ppw
Error: Could not open : comctrls.ppw
Error: Could not open : controls.ppw
Error: Could not open : buttons.ppw
Error: Could not open : clipbrd.ppw
Error: Could not open : clistbox.ppw
Error: Could not open : comctrls.ppw
Error: Could not open : controls.ppw
Error: Could not open : dialogs.ppw
make.exe[1]: Leaving directory `f:/lazarus/lcl\'
make.exe[1]: *** [allunits.ppw] Interrupt
make.exe: *** [lcl_all] Interrupt
What\'s wrong?
More information about the Lazarus
mailing list