Victor K
Victor K
``` $ file /lib/libc.so.6 /lib/libc.so.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 3.2.0, stripped ``` but: ``` $ file /lib64/libc.so.6 /lib64/libc.so.6:...
It's 'make check' after clone repo and 'make'. look like need ./v -cc gcc test-all, but "-cc gcc" just ignored.
> Can you please, explicitly run this exact command: `./v -cc gcc examples/2048/2048.v`, and report if it works? Silently build without any warning, executable run successfully. > If it works,...
> thank you, but with this change qt 5.12 (ubuntu 20.04) doesn't compile anymore hmm, maybe. this patchset will be useful in versions 5.15.x, now the right thing to do...
@rgerhards Am I correct in assuming that the fault tolerance of sending messages over the network is achieved by infinite looping and not using queues at all?
> No, but it depends on your config. ``` input(type="imfile" file="..." ruleset="rs_001") ruleset(name="rs_001") { type="omfwd" target="..." queue.filename="q_forward" queue.type="LinkedList" queue.saveOnShutdown="on" action.resumeRetryCount="-1" } ``` Btw in example above queue described in ruleset....
...and qhexedit2-0.8.11 released
..and qhexedit2-0.9.0 released It's a time to Qt6 port :)