That fixed it, thank you!
-Russ
On Tue, Jul 4, 2023 at 12:01 PM Dr. Jürgen Sauermann <
mail@jürgen-sauermann.de> wrote:
> Hi Russ,
>
> thanks, I believe I removed one *fun* too many in my latest code cleanup.
> It looked like no longer be used, but apparently it was *#if
> PARALLEL_ENABLED*.
>
Hi Russ,
thanks, I believe I removed one *fun* too many in my latest code cleanup.
It looked like no longer be used, but apparently it was *#if
PARALLEL_ENABLED*.*
*Fixed in *SVN 1716*.
Best Regards,
Jürgen
On 7/4/23 20:05, Russtopia wrote:
Hi, thanks for looking at this. I upgraded my lapto
Hi, thanks for looking at this. I upgraded my laptop recently so I might
still be missing other packages...
I did install libx11-xcb-dev now, and am hitting a different issue (I reran
autoreconf, then configure with the same flags I used before):
g++ -DHAVE_CONFIG_H -I. -I..-Wall -Wno-parenth
Hi Russtopia,
thank you for reporting this.
Seems like I incorrectly assumed that the presence of libxcb implied the
presence of its header file. Hopefully fixed in *SVN 1715*.
Details:
your config.log says:
*conftest.cpp:139:10: fatal error: X11/Xlib-xcb.h: No such file or
directory*
whic