lpereira / lwan

Experimental, scalable, high performance HTTP server

Home Page:https://lwan.ws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not build on platforms where size_t is not 64-bit

angelsl opened this issue · comments

It's been a while since I built Lwan on a 32-bit platform; it used to work fine. Which platform are you on (processor architecture, OS, C library, etc)?

I was trying to build on Debian Stretch armel. I linked the offending commit and line, actually. Not sure why size_t needs to be used there..

That's because a 64-bit integer is passed to a function that expects a size_t. I'll look into this over the weekend; thanks for reporting. (Will probably set up a 32-bit buildbot instance too.)

This should be fixed. Please reopen if you still see the issue.

Thanks!