eilandert commented on issue #2069: URL: https://github.com/apache/incubator-pagespeed-mod/issues/2069#issuecomment-968358107
Having the pagespeed_automatic.a is not enough, we need the headerfiles to be copied, otherwise the NGINX module is not aware of the functions and how to use them. I think I took care of that in https://github.com/eilandert/psol-bazel/blob/master/docker/build.sh (see the rsync section) Now we have to mess around in the nginx module itself. For example: log_message_handler.cc:31:#include "base/debug/debugger.h" That is a hard include to (I believe) chromium. So I am not sure to include chromium or to delete or change that line. And this is only the first item I come across, I think there are a lot more. I am not a dev, but I am willing to take a dive into it, but I am limited in time at the moment. So please bear with me ;-) -- 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. To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org