jannick0

Results 13 issues of jannick0

This commit series serves the purpose to prepare for and add a github workflow for MSYS(2), a CYGWIN-like environment on Windows. It compiles fine, but reveals many test failures to...

@westes @Mightyjo Please review. Locally all tests succeed. However, `git2cl` appears to be not too happy about how the commit messages are formatted, i.e. `ChangeLog` does not look great. But...

It appears that flex does not process m4-preprocedures `m4preproc_...` in skeletons when using `flex -S`. As a sideremark: flex 2.6.4 requires that the skeleton file must not contain any comment...

Running `tesseract` with this package and the definition of the env var `TESSDATA_PREFIX` is buggy, since `tesseract` expects more than the language files in dir `TESSDATA_PREFIX`. The release version of...

help-wanted

[Microsoft](https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file) stated _Starting in Windows 10, version 1607, `MAX_PATH` limitations have been removed from common Win32 file and directory functions._ I am wondering if it is feasible to apply the...

Fixes #106. This fix should save Windows people's time when trying to find out why no configuration of `pathBash` really works: For the time being the extension does not work...

As of now `ldd` is silent about missing dll dependencies - and it always returns with `0`, regardless if all dll dependencies are found or not. With the commits kept...

This allows developers to run the check function by simply defining the fork's env variable CI_MAKEPKG_RUN_CHECK. Rf.: How to set an environment variable for a repository: https://docs.github.com/en/actions/learn-github-actions/variables#creating-configuration-variables-for-a-repository