On Tue, 2010-11-30 at 17:14 +0100, Alberto Manganaro wrote: > Hi, > > I'm trying to make modification in some units that are part of the FPC > (the .o and .ppu are in the units folder). I took the source code, made > my modification, rebuilt the .o and .ppu with the make command, and put > the new files in the utils folder. > > Now I'm trying to recall these units from Lazarus, but it seems like I > have made no modifications. I tried to rebuild Lazarus (even if I think > it's of no use in this case) but nothing changes. If I jump from the > name of the unit to its code, I can correctly see my modification (the > FPC source code folder is correclty set) but if I compile I got some > errors that make me think that no modification in the compiled code of > the units has been made. > > Do I miss something? Thanks in advance!
Make install? You could also use fppkg. Joost. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
