<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">19.11.2023 19:07, Michael Van Canneyt
via lazarus пишет:<br>
</div>
<blockquote type="cite"
cite="mid:cd605c80-1c44-d0b8-cefd-31ae66638928@freepascal.org">
<br>
Hi,
<br>
<br>
I did some changes to the fpcunit support. All worked in the IDE.
<br>
<br>
In order to push my changes, I did a git pull.
<br>
<br>
The change broke the "make bigide" command, so I was told by the
CI/CD.
<br>
<br>
Turns out the makefiles did not respect the lazarus dependencies
in the
<br>
packages: the new dependency on the codetools package was not
taken into
<br>
account by the makefiles. (how an uninitiated heathen like me is
supposed to
<br>
know this is probably only known to the happy initiated... ;))
<br>
<br>
I managed to fix that, fix is pushed so 'make bigide' works again.
<br>
</blockquote>
<p>Makefiles are updated by updatemakefiles tool:</p>
<p>Make sure <b>Additions and Overrides</b> are empty and run<br>
</p>
<pre>FPCDIR=/path/to/fpc/src/trunk PATH=/path/trunk/fpc/utils/fpcm/bin/x86_64-linux/:$PATH ./tools/updatemakefiles</pre>
<pre class="moz-signature" cols="72">--
Best regards,
Maxim Ganetsky <a class="moz-txt-link-freetext" href="mailto:ganmax@narod.ru">mailto:ganmax@narod.ru</a></pre>
</body>
</html>