Alexander Lukichev

Results 5 comments of Alexander Lukichev

Looks like it's hard to find info on mocking functions that take array arguments. `typedef` array to a user type for them results precisely in the reported error.

Please make sure you run bannerd process as root. As it is an open source project, I encourage you to modify line 71 of fb.c to print value of `errno`...

This issue has been fixed by 240634b, first commit in master after the release tag. If applied as a patch (or, if your setup works using git, fetched directly), it...

That is quite probable: `cmake` is meant to build only with MSVC. I think 240634b1 fixes the issue when using autotools to build.

Sure. It is easily reproducible by the following sequence of commands: ```bash git clone https://github.com/steve-o/openpgm.git cd openpgm/openpgm/pgm git checkout release-5-3-128 autoreconf -fiv ./configure ``` The last command fails with end...