Hi, I got some compilation problems and test failures on a recent macbook air. The compilation problems happened because at many points varnish does a printf with format string %ju and passes it an uint64_t, but it expects an uintmax_t.
The attached patch seems to fix this. After compiling I get two test errors when running make check, and I've attached the test log too. The errors seem to be unrelated to what I did to make it compile. I hope these were helpful, and thanks for the patience. Thanks -- - Alexandre Passos
fix.patch
Description: Binary data
test-suite.log
Description: Binary data
_______________________________________________ varnish-dev mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev
