Even though Samson's hotboot snippet should support MCCP, it basically doesn't. Or at least not v2. I have no warnings or errors while compiling without MCCP. But with MCCP, and hotboot...
I saw nothing like can_compress with MCCP v2, so I'm not sure where to go. The link to the MCCP v2 installation is here:
http://www.dotd.com/source/smaug14a-mccp2.patch
I had to manually install the patch due to my codebase has changed too much. I already emailed Samson, but I suppose it would be easier to start a topic here rather than do it through email.
hotboot.c: In function `do_hotboot':
hotboot.c:651: error: structure has no member named `can_compress'
hotboot.c: In function `hotboot_recover':
hotboot.c:796: error: structure has no member named `can_compress'
hotboot.c:797: error: structure has no member named `can_compress'
hotboot.c:798: error: too few arguments to function `compressStart'
I saw nothing like can_compress with MCCP v2, so I'm not sure where to go. The link to the MCCP v2 installation is here:
http://www.dotd.com/source/smaug14a-mccp2.patch
I had to manually install the patch due to my codebase has changed too much. I already emailed Samson, but I suppose it would be easier to start a topic here rather than do it through email.