rime / librime

Rime Input Method Engine, the core library

Home Page:https://rime.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

librime fails to compile with glog 0.7.0

Biswa96 opened this issue · comments

Describe the bug

librime fails to compile with glog 0.7.0

To Reproduce

Just build librime with logging enabled.

Expected behavior

It should build.

Log

Here is the first line of compile error

glog/flags.h:45:4: error: <glog/flags.h> was not included correctly. See the documention for how to consume the library.
#  error <glog/flags.h> was not included correctly. See the documention for how to consume the library.
^

Screenshots
If applicable, add screenshots to help explain your problem.

Flavor(please complete the following information):
Select your flavor:

  • ibus-rime
  • fcitx-rime
  • fcitx5-rime
  • Squirrel
  • Trime
  • Weasel

Package:

  • OS: [e.g. openSUSE Tumbleweed]
  • Version: [e.g. 5.0.7]
  • URI: [e.g. https://software.opensuse.org/package/fcitx5-rime?search_term=fcitx5-rime]

Additional context
Add any other context about the problem here.

should be fixed by #827