eilandert edited a comment on issue #2069:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2069#issuecomment-962696232


   @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 error now.
   
   > /usr/bin/ld: doctype.cc:(.text+0x430): undefined reference to 
`google::LogMessageFatal::~LogMessageFatal()'
   > collect2: error: ld returned 1 exit status
   > ```
   > 
   > Probably we should use other include-paths (for most files there are 
different copies in different dirs) or better ways to fix include-errors I have 
no significant knowledge here, just tried to fix everything that I've seen
   
   After some digging I discovered that glog is build in objects but there is 
no .a library, so glog is not merged into the pagespeed library. 
   
   @oschaaf , perhaps we need a bazel/glog.bzl ?
   
   Please note, I don't know what i am doing either ;-) Bazel is not my thing 
yet
   
   


-- 
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


Reply via email to