You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when compiling code that is using s2latlng:
In file included from /usr/local/include/s2/base/logging.h:54:0, from /usr/local/include/s2/util/math/vector.h:32, from /usr/local/include/s2/r2.h:22, from /usr/local/include/s2/s2latlng.h:28, ... (removed own files here) /usr/local/include/s2/base/log_severity.h:25:51: fatal error: s2/third_party/absl/base/log_severity.h: No such file or directory compilation terminated.
I think this has to to with the commit of March 5th (Make gflags and glog optional.). Maybe the cmake install configuration has to be adapted? Using the commit of Feb 27 it worked fine.
If there is something that I am doing wrong pls let me know.
Thank you in advance
Best regards
The text was updated successfully, but these errors were encountered:
Hi,
I get the following error when compiling code that is using s2latlng:
In file included from /usr/local/include/s2/base/logging.h:54:0, from /usr/local/include/s2/util/math/vector.h:32, from /usr/local/include/s2/r2.h:22, from /usr/local/include/s2/s2latlng.h:28, ... (removed own files here) /usr/local/include/s2/base/log_severity.h:25:51: fatal error: s2/third_party/absl/base/log_severity.h: No such file or directory compilation terminated.
I think this has to to with the commit of March 5th (Make gflags and glog optional.). Maybe the cmake install configuration has to be adapted?
Using the commit of Feb 27 it worked fine.
If there is something that I am doing wrong pls let me know.
Thank you in advance
Best regards
The text was updated successfully, but these errors were encountered: