[lazarus] More Make problems
Michael A. Hess
mhess at miraclec.com
Tue Feb 20 15:32:25 EST 2001
Greetings,
Maybe some of the FPC people reading this can shed some light. I have
been having problems using Make. For some reason when I am doing a
make zipinstall
it processes the *.ppu files correctly but when it generates the path
for the *.o files it doubles up on the path so it looks like
./units/./units/*.o
This of course doesn't work. I thought that was my only problem until
today. I decided to move Lazarus out of the FPC tree and use FPC in
installed mode. I set everything up and was going to try the zipinstall
again. However I checked out the directories after doing a
make clean
and now discovered that the .ppu files are not being cleaned out of the
lcl/units directory. When I check the clean command it appears that it
is now trying to clean
./units/.units/*.ppu (where the * is the individual names)
The rm for the *.o that follows the .ppu is correct.
What the heck is going on. It appears to be just my system but I don't
understand what is set incorrectly.
--
==== Programming my first best destiny! ====
Michael A. Hess Miracle Concepts, Inc.
mhess at miraclec.com http://www.miraclec.com
More information about the Lazarus
mailing list