Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build problem on armv7h using arch linux #432

Closed
humarf opened this issue Aug 27, 2020 · 1 comment · Fixed by #434
Closed

build problem on armv7h using arch linux #432

humarf opened this issue Aug 27, 2020 · 1 comment · Fixed by #434

Comments

@humarf
Copy link

humarf commented Aug 27, 2020

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.

Meterfile_bool_constant.txt
local_mhd_result.txt
local_bool_constant_mhd_result.txt
configoptions_bool_constant.txt

@r00t-
Copy link
Contributor

r00t- commented Mar 29, 2021

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants