Scintilla requires C++ threads which at least on GCC 8 Linux requires explicitly linking to libpthread.
This fixes building with `-Wl,-z,defs` linker flags on GCC 8.
---
This was under Debian Buster (10, fairly old I agree), it seems to work fine without on my usual machine on Bookworm (12). Is there a downside of linking pthreads?
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3888
-- Commit Summary --
* Explicitly link to libpthread if available
-- File Changes --
M m4/geany-lib.m4 (4)
-- Patch Links --
https://github.com/geany/geany/pull/3888.patchhttps://github.com/geany/geany/pull/3888.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3888
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3888(a)github.com>
I'm tried to use Geany as NC file editor, but stuck within full lack of GCode support and looks like current syntax parser not even able to do this properly. As example this is how *.nc files shown in CIMCO and Code Expert:
![image](https://github.com/geany/geany/assets/25264017/e1d4893c-435a-4083-b1d2-ac1ee33538a6)
![image](https://github.com/geany/geany/assets/25264017/81c84700-f6f7-41e0-a300-f25fc47de824)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3879
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3879(a)github.com>