Re: [Lazarus] Build Lazarus trunk clean

2023-06-11 Thread Juha Manninen via lazarus
Please test again. Mattias generated the makefiles and saved me once again.

Juha
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Build Lazarus trunk clean

2023-06-11 Thread Juha Manninen via lazarus
On Sunday, June 11, 2023, John Landmesser via lazarus <
lazarus@lists.lazarus-ide.org> wrote:

> make all clean useride
>
> (3104) Compiling inputhistory.pas
>> /home/john1/lazarus/components/ideintf/inputhistory.pas(46,3) Fatal:
>> (10022) Can't find unit FileProcs used by InputHistory
>> Fatal: (1018) Compilation aborted
>> make[1]: *** [Makefile:3745: ideintf.ppu] Fehler 1
>> make[1]: Verzeichnis „/home/john1/lazarus/components/ideintf“ wird
>> verlassen
>> make: *** [Makefile:3870: lazbuild] Fehler 2
>>
>
> Whats the difference between these two methods?
>

Yes I screwed again with the makefiles. They are nasty.
Hold on ...
There are 2 build systems. Building from the IDE does not use makefiles at
all.

Juha
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Build Lazarus trunk clean

2023-06-11 Thread John Landmesser via lazarus

Am 11.06.23 um 20:15 schrieb Juha Manninen via lazarus:

I did some refactoring in Lazarus sources. At least one file was moved
and dependencies changed.
It may require building clean to avoid "incompatible .ppu file"
warnings and similar.

Regards,
Juha




I can compile  lazarus trunk from within the IDE:


Lazarus 2.3.0 (rev main-2_3-3623-gec14525a1a) FPC 3.2.2 x86_64-linux-gtk2


But if i git pull to a fresh lazarus folder i get this error:

make all clean useride


(3104) Compiling inputhistory.pas
/home/john1/lazarus/components/ideintf/inputhistory.pas(46,3) Fatal:
(10022) Can't find unit FileProcs used by InputHistory
Fatal: (1018) Compilation aborted
make[1]: *** [Makefile:3745: ideintf.ppu] Fehler 1
make[1]: Verzeichnis „/home/john1/lazarus/components/ideintf“ wird
verlassen
make: *** [Makefile:3870: lazbuild] Fehler 2


Whats the difference between these two methods?



--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Build Lazarus trunk clean

2023-06-11 Thread Juha Manninen via lazarus
I did some refactoring in Lazarus sources. At least one file was moved and
dependencies changed.
It may require building clean to avoid "incompatible .ppu file" warnings
and similar.

Regards,
Juha
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus