[Github-comments] [geany/geany] WIP: Meson build system (#2761)

elextr notifications at xxxxx
Wed Aug 11 00:17:58 UTC 2021


@codebrainz sorry I didn't look closely enough at it, saw the first error in your build post was Scintilla and assumed it was all C++17 regex issues, but in fact most of them are ctgas errors:

- missing <fnmatch.h> which is the linux glob file match header, but its in ctags/fnmatch
- at least some of the missing macros are defined in ctags/gnu_regex/regex_internal.h, didn't check them all

So it looks like the meson.build needs to declare those two directories as includes so the headers will be found, not sure why it works on Linux, possibly its using the system headers of the same name or finding them because they are in the same directory as the file being compiled.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2761#issuecomment-896398415
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210810/35ecdf65/attachment.htm>


More information about the Github-comments mailing list