csandanov commented on issue #1856: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1856#issuecomment-625444200
I tried to compile 1.14.36.1, I get the following errors: ``` AR(target) out/Release/obj.target/net/instaweb/libgraphs_js_opt.a AR(target) out/Release/obj.target/net/instaweb/libgraphs_js_dbg.a third_party/serf/instaweb_ssl_buckets.c: At top level: third_party/serf/instaweb_ssl_buckets.c:408:19: error: storage size of 'bio_bucket_method' isn't known 408 | static BIO_METHOD bio_bucket_method = { | ^~~~~~~~~~~~~~~~~ third_party/serf/instaweb_ssl_buckets.c:423:19: error: storage size of 'bio_file_method' isn't known 423 | static BIO_METHOD bio_file_method = { | ^~~~~~~~~~~~~~~ AR(target) out/Release/obj.target/net/instaweb/libmessages_js_dbg.a AR(target) out/Release/obj.target/net/instaweb/libmessages_js_opt.a make[1]: *** [third_party/serf/serf.target.mk:346: out/Release/obj.target/serf/third_party/serf/instaweb_ssl_buckets.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:209: build_libraries] Error 2 ``` looks like ssl issue as well ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org