On Mon, 18 Jan 2010 12:39:06 +0100 Kjow <[email protected]> wrote:
> 2010/1/18 Mattias Gaertner <[email protected]>: > > I guess you mean you have to use > > "make clean all" > > Umm... I do "make clean all", then it compile right, but without > installed extra packages. > Then if I try to do "lazbuild --build-all" or "lazbuild -B", I get: > > c:\Develop\Lazarus>lazbuild --build-all > Error: missing file lazbuild --build-ide= >[...] > But If I click on Tools->build lazarus I get lazarus compiled with all > packages I installed before the re-build. yes > Other thing I just noticed is that making lazarus by command line I > lose language setting and it returns to system language, but building > lazarus by IDE it returns to english (language I choose to use). The language settings are not compiled in. They are fetched from the environment variables. Maybe it didn't found the lazarus source directory? > > AFAIK this is not possible, because you can not disable the -g options > > that are always passed by the makefile. > > Ok, thanks you! Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
