<html><head><style>pre,code,address {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
ol,ul {
  margin-top: 0em;
  margin-bottom: 0em;
}
blockquote {
  margin-top: 0em;
  margin-bottom: 0em;
}
</style><style>pre,code,address {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
ol,ul {
  margin-top: 0em;
  margin-bottom: 0em;
}
blockquote {
  margin-top: 0em;
  margin-bottom: 0em;
}
</style></head><body><div>Hi Michalis,</div><div><br></div><div>On Sun, 2026-03-22 at 00:18 +0100, Mazen Neifer wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>Hi Michalis,</div><div><br></div><div>Thank you for looking at this and spotting this problem.</div><div><br></div><div>On Sat, 2026-03-21 at 14:36 +0000, Michalis Kamburelis wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>6. The critical problem is that project doesn't link with fp-units-gtk3 . I'm attaching full output, the core are linking issues:<br></div><div><br>"""<br>/usr/bin/x86_64-linux-gnu-ld.bfd: /usr/lib/x86_64-linux-gnu/fpc/3.2.2/units/x86_64-linux/gtk3/glib2.o: in function `GLIB2$_$TGMAINCONTEXT_$__$$_PUSHER_NEW$$PGMAINCONTEXTPUSHER':<br>glib2.pas:(.text.n_glib2$_$tgmaincontext_$__$$_pusher_new$$pgmaincontextpusher+0x15): undefined reference to `g_main_context_pusher_new'<br>/usr/bin/x86_64-linux-gnu-ld.bfd: /usr/lib/x86_64-linux-gnu/fpc/3.2.2/units/x86_64-linux/gtk3/glib2.o: in function `GLIB2$_$TGMAINCONTEXT_$__$$_PUSHER_FREE$PGMAINCONTEXTPUSHER':<br>glib2.pas:(.text.n_glib2$_$tgmaincontext_$__$$_pusher_free$pgmaincontextpusher+0x19): undefined reference to `g_main_context_pusher_free'</div></blockquote></blockquote><div><br></div><div>These were C macros, as stated in previous message, and are now filtered out. </div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>/usr/bin/x86_64-linux-gnu-ld.bfd: /usr/lib/x86_64-linux-gnu/fpc/3.2.2/units/x86_64-linux/gtk3/glib2.o: in function `GLIB2$_$TGTHREAD_$__$$_INIT$POINTER':<br>glib2.pas:(.text.n_glib2$_$tgthread_$__$$_init$pointer+0x19): undefined reference to `g_thread_init'<br>/usr/bin/x86_64-linux-gnu-ld.bfd: /usr/lib/x86_64-linux-gnu/fpc/3.2.2/units/x86_64-linux/gtk3/glib2.o: in function `GLIB2$_$TGTHREAD_$__$$_INIT_WITH_ERRORCHECK_MUTEXES$POINTER':<br>glib2.pas:(.text.n_glib2$_$tgthread_$__$$_init_with_errorcheck_mutexes$pointer+0x19): undefined reference to `g_thread_init_with_errorcheck_mutexes'<br>"""</div></blockquote></blockquote><div>These require linking with <b style="font-style: italic;">-lgthread-2.0</b>. I don't have strong mind whether this shall be enforced withing binding unit. </div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Cantarell; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; text-decoration: none;"><span><pre style="margin: 0px;"><br></pre><div>I'm going to upload both a new version of `git2pas` and `gtk3binding` so that you can continue your tests.</div><pre style="margin: 0px;">-- <br></pre><pre style="margin: 0px;">Cheers,
Mazen Neifer
Debian Developer</pre></span></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Cantarell; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; text-decoration: none;"><span></span></div></blockquote></body></html>