Andreas Metzler
Andreas Metzler
Just to clarify: Afaict postsrsd's cmake setup downloads specific GIT snapshots of external dependencies at build time, without offering the option option to dynamically link against local copies in /usr/lib....
There is another issue in vigranumpy/docsrc/conf.py.*, which uses inspect.getargspec. This was removed in python 3.11. Monkey-quality hotfix (google + c'n'p) for both issues: [python311.diff.txt](https://github.com/ukoethe/vigra/files/10466498/python311.diff.txt)
> There is another issue in vigranumpy/docsrc/conf.py.*, which uses inspect.getargspec. This was removed in python 3.11. > > Monkey-quality hotfix (google + c'n'p) for both issues: [python311.diff.txt](https://github.com/ukoethe/vigra/files/10466498/python311.diff.txt) Actually the code...
Even with f971955cf54a721e6a53191c3b86fbdab4bfbfd5 and 3d38b723e0e4a6dd434af2d49aca53890982a828 gcc 14 still throws an error in the wnn code when building GIT head: ``` make[1]: Entering directory '/tmp/MLTERM/mlterm.git/buildA/inputmethod/wnn' ../../libtool --mode=compile gcc -I../../baselib/include -I../../encodefilter/include -I/usr/X11R6/include...
Hello, thank you, that gets me further. I am still getting a canna-related error though (GIT head as of 08ba9859717ed27384675bd687a35f4504701f27) when building on Debian/sid: ``` make[1]: Entering directory '/tmp/MLTERM/mlterm.git/build/inputmethod/canna' ../../libtool...
> Thanks. Does this fix works? [8aef4fa](https://github.com/arakiken/mlterm/commit/8aef4fae3add8e8acfafde831e0034f1b2879dea) I tested git head of at time of testing 5767e5aff08e5be4bc3f5d8f0e065d5bf867d79e which includes this commit and it worked for me. Thank you!
Well. Autogen is far from trivial, it combines elaborate shell scripts with Guile-code and C-glue. So I would not be surprised if it broke at some point in time (imagine...
> Anyone ever open a bug for this issue on [bugzilla](https://bugs.exim.org/)? I couldn't find one to link here. may also be why the issue has stagnated. > > > Our...
Hello, adding a little bit more detail: luminance-hdr can be built with `set(CMAKE_CXX_STANDARD 14)` (against boost 1.83). Bumping to `set(CMAKE_CXX_STANDARD 17)` or greater triggers the "is ambiguous" errors noted in...
This is https://bugs.debian.org/1094371 I have managed to work around the cmake issue with ``` -DPython_NumPy_INCLUDE_DIR=$(shell pkgconf --variable=includedir numpy) ``` However I still get a testsuite error: [ts-error.txt](https://github.com/user-attachments/files/18591857/ts-error.txt) (sphinx also crashes)