Re: [Lazarus] Building lazarus broken ?

2023-11-19 Thread Maxim Ganetsky via lazarus
20.11.2023 0:51, Michael Van Canneyt via lazarus пишет: On Sun, 19 Nov 2023, Maxim Ganetsky via lazarus wrote: 19.11.2023 19:07, Michael Van Canneyt via lazarus пишет: Hi, I did some changes to the fpcunit support. All worked in the IDE. In order to push my changes, I did a git pull.

Re: [Lazarus] Building lazarus broken ?

2023-11-19 Thread Michael Van Canneyt via lazarus
On Sun, 19 Nov 2023, Maxim Ganetsky via lazarus wrote: 19.11.2023 19:07, Michael Van Canneyt via lazarus пишет: Hi, I did some changes to the fpcunit support. All worked in the IDE. In order to push my changes, I did a git pull. The change broke the "make bigide" command, so I was told

Re: [Lazarus] Building lazarus broken ?

2023-11-19 Thread Michael Van Canneyt via lazarus
On Sun, 19 Nov 2023, Maxim Ganetsky via lazarus wrote: 19.11.2023 19:21, Michael Van Canneyt via lazarus пишет: On Sun, 19 Nov 2023, Michael Van Canneyt via lazarus wrote: Hi, I did some changes to the fpcunit support. All worked in the IDE. In order to push my changes, I did a git

Re: [Lazarus] Building lazarus broken ?

2023-11-19 Thread Maxim Ganetsky via lazarus
19.11.2023 19:07, Michael Van Canneyt via lazarus пишет: Hi, I did some changes to the fpcunit support. All worked in the IDE. In order to push my changes, I did a git pull. The change broke the "make bigide" command, so I was told by the CI/CD. Turns out the makefiles did not respect the

Re: [Lazarus] Building lazarus broken ?

2023-11-19 Thread Maxim Ganetsky via lazarus
19.11.2023 19:21, Michael Van Canneyt via lazarus пишет: On Sun, 19 Nov 2023, Michael Van Canneyt via lazarus wrote: Hi, I did some changes to the fpcunit support. All worked in the IDE. In order to push my changes, I did a git pull. The change broke the "make bigide" command, so I was

Re: [Lazarus] Building lazarus broken ?

2023-11-19 Thread Michael Van Canneyt via lazarus
On Sun, 19 Nov 2023, Michael Van Canneyt via lazarus wrote: Hi, I did some changes to the fpcunit support. All worked in the IDE. In order to push my changes, I did a git pull. The change broke the "make bigide" command, so I was told by the CI/CD. Turns out the makefiles did not

[Lazarus] Building lazarus broken ?

2023-11-19 Thread Michael Van Canneyt via lazarus
Hi, I did some changes to the fpcunit support. All worked in the IDE. In order to push my changes, I did a git pull. The change broke the "make bigide" command, so I was told by the CI/CD. Turns out the makefiles did not respect the lazarus dependencies in the packages: the new dependency

Re: [Lazarus] LclVLC usage questions for switching from PasLibVLC

2023-11-19 Thread Bo Berglund via lazarus
On Sun, 19 Nov 2023 14:50:34 +0100, Bo Berglund via lazarus wrote: >procedure TfrmMainVlc.FormCreate(Sender: TObject); >begin > FPlayer:=TLCLVLCPlayer.Create(Self); > FPlayer.ParentWindow:=PVideo; > FPlayer.OnPositionChanged:=@DoPositionChanged; //Set event handler > FVideoFile :=

[Lazarus] LclVLC usage questions for switching from PasLibVLC

2023-11-19 Thread Bo Berglund via lazarus
I created a video editing tool back in 2018 or so in order to help pinpointing cut points for editing mp4 videos. At the time I did not find anything useful other than PasLibVLC, which I have been using since then on Windows. It works OK for what I need but I have to install the custom package