You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build vzlogger on a raspberry pi running 32bit arch linux and ran into two problems:
compiler complained about usage of constants 'TRUE' and 'FALSE'. It should be 'true' and 'false' instead.
vzlogger will not compile with most recent version of libmicrohttpd. request handler has now it's own return datatype 'MHD_Result' instead of int.
I attach patches containing the changes I needed to apply to build it on my arch linux installation. I guess this does apply for other linux distributions also - but I haven't tested. Hope you find it useful.
this should not have been closed, the microhttpd part was not applied.
i just repeated that work here: #473
(but the patch here isn't ideal as it breaks backwards compatibility.)
I tried to build vzlogger on a raspberry pi running 32bit arch linux and ran into two problems:
I attach patches containing the changes I needed to apply to build it on my arch linux installation. I guess this does apply for other linux distributions also - but I haven't tested. Hope you find it useful.
Meterfile_bool_constant.txt
local_mhd_result.txt
local_bool_constant_mhd_result.txt
configoptions_bool_constant.txt
The text was updated successfully, but these errors were encountered: