Alexey Dokuchaev

Results 84 comments of Alexey Dokuchaev

This is pretty easy to fix, just follow the [documented procedure](https://cmake.org/cmake/help/latest/module/FindFLTK.html). The following simple patch allows the program to find and correctly link FLTK (supposedly any version). ```diff @@ -307,9...

> but the official FLTK documentation from version 1.3.8 suggests the following Any (working) approach is okay so long as it does **not** use `FLTKConfig.cmake` and friends, but just the...

> I understand that's exactly the deprecated approach @danfe warned against? There's nothing deprecated about using CMake native scripts, where did I warn against it? > No, @danfe for some...

@zakariaGatter, transparency (real) in X11 requires compositing manager; with traditional WMs, you may need to use _xcompmgr_ or _compton_ for that. Did you also run with your tests?

> If you want the code to work on your non-supported version of Unix, then you have to do the work yourself. Fair enough. It was just a report, I'm...

> However, if `#include ` is indeed missing in the `reader.c` [...] Yes, it's still missing in recently released version 4.5.1 (thanks for that BTW).

В свежей версии 2.4.1 (уже в портах) они это, кажется, наконец, починили.

Yes, this fixes the build on 32-bit architectures, thanks! FWIW, powerpc suffers the same as i386 here, so either both `__i386__` and `__powerpc__` should be listed there, or some more...

Thank you Reini! Of course my patch was more like PoC and far from committable state, but I hoped you would straighten out all that portability/testing machinery better than me,...

> fatal error: ev.h: No such file or directory > #include "ev.h" Recent versions of apib require `libev` now, which is popular enough dependency and should be provided by your...