Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure in GNOME Continuous #1908

Closed
ebassi opened this issue Mar 6, 2017 · 1 comment
Closed

Build failure in GNOME Continuous #1908

ebassi opened this issue Mar 6, 2017 · 1 comment

Comments

@ebassi
Copy link

ebassi commented Mar 6, 2017

IBus fails to build in GNOME Continuous:

main.vala:376.1-390.2: warning: the modifier `static' is not applicable to constants
main.vala:324.25-324.36: error: The type name `IBus.Emojier' could not be found
private void run_dialog(IBus.Emojier emojier) {
                        ^^^^^^^^^^^^
main.vala:325.5-325.7: error: The symbol `Gdk' could not be found
    Gdk.Event event = new Gdk.Event(Gdk.EventType.KEY_PRESS);
    ^^^
main.vala:336.5-336.7: error: The symbol `Gtk' could not be found
    Gtk.Clipboard clipboard = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD);
    ^^^
main.vala:348.5-348.16: error: The type name `IBus.Emojier' could not be found
    IBus.Emojier emojier = new IBus.Emojier();
    ^^^^^^^^^^^^
Compilation failed: 4 error(s), 1 warning(s)
Makefile:683: recipe for target 'ibus_vala.stamp' failed
make[2]: *** [ibus_vala.stamp] Error 1

Full build log is available here.

Build options used:

./configure --build=x86_64-linux --prefix=/usr --libdir=/usr/lib \
  --sysconfdir=/etc --localstatedir=/var --bindir=/usr/bin --sbindir=/usr/bin \
  --datadir=/usr/share --includedir=/usr/include --libexecdir=/usr/libexec \
  --mandir=/usr/share/man --infodir=/usr/share/info \
  --disable-static --disable-silent-rules \
  --disable-tests \
  --disable-emoji-dict \
  --disable-gconf \
  --enable-dconf \
  --enable-introspection \
  --enable-vala \
  --disable-ui \
  --disable-setup
@fujiwarat
Copy link
Member

thx for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants