Maciej Mrozowski
Maciej Mrozowski
Unfortunately defaults has been changed in Makefile for reasons unknown. ``` sed -e "s/^\(CONFIG_PLATFORM_.* = \).*/\1n/g" -i Makefile || die sed -e "s/^\(CONFIG_PLATFORM_I386_PC = \).*/\1y/g" -i Makefile || die ```...
It seems `pb_{i,o}stream_from_buffer()` functions reuse stream `state` themselves. I assume you would intend to keep it that way and not have dedicated additional let's say `void* arg` in stream structures,...
Replace all occurrences of that macro with _Z_OF, or find method declaration and replace there _Z_OF with OF.