You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2021/06/08 07:13:30 UTC

[GitHub] [incubator-pagespeed-mod] oschaaf commented on issue #2069: PSOL with bazel

oschaaf commented on issue #2069:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2069#issuecomment-856518249


   As far as I know nobody has tried to build ngx_pagespeed yet. So we're in uncharted territory.
   It should be possible though.
   
   To obtain `pagespeed_automatic.a` this should suffice:
   
   ```
   bazel build -c opt //pagespeed/automatic:automatic
   ```
   
   If that yields the undefined reference you mention, then I think we're missing a dependency in a `BUILD` file on `glog`. Maybe adding it in https://github.com/apache/incubator-pagespeed-mod/blob/master/pagespeed/automatic/BUILD#L20 helps. 
   


-- 
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:
users@infra.apache.org