Thijs Eilander
Thijs Eilander
see https://github.com/apache/incubator-pagespeed-ngx/issues/1743
https://github.com/apache/incubator-pagespeed-ngx/issues/1760
> What do you need to add that `#include` into? > > pagespeed_automatic.a is an intermediate library which can be used to build the Apache or nginx versions. Sorry, there...
@oschaaf Does that mean we are doomed to use the latest-stable tag? I am trying to cook some things up with docker ( https://github.com/eilandert/psol-bazel ) but right now I get...
I am stuck now at `src/incubator-pagespeed-ngx/psol/include/base/logging.h:22:10: fatal error: glog/logging.h: No such file or directory` Will investigate later
nginx 1.23.0 comes with some api changes, the git repo has been fixed but I do not think the automatic installer is fetching the git repo but a .tar.gz instead,...
> @eilandert I saw your psol build for Ubuntu 22, thanks for your work! Please, can you make a tip how to build ngx_pagespeed from git sources for nginx 1.23.0?...
@acachy how did you manage to build? I get a lot of errors like this: pagespeed/kernel/base/string_util.cc: In function 'GoogleString net_instaweb::internal::StrCatNineOrMore(const StringPiece*, ...)': pagespeed/kernel/base/string_util.cc:110:3: error: 'va_start' was not declared in this...
Thanks! There are a few things I can use / didn't know When I have some time I'll give it another try. Same as you, trying to fix what I...
@acachy Thanks for your pointers, I used them in a slightly different approach but I am a lot further ahead than I was, but I am stuck on the same...