Gaute Hope <eg@gaute.vetsj.com> schrieb am 13:19 Dienstag, 21.Oktober 2014: > I am working on something called 'astroid' which is a GTK+ and WebKit > based email client for notmuch. That's really interesting. From your description, it's exactly what I would like to have. At the moment, compilation fails: compiling ==> src/astroid.cc In file included from src/main_window.hh:7:0, from src/astroid.cc:22: src/command_bar.hh:23:44: error: expected class-name before '{' token class CommandBar : public Gtk::SearchBar { ^ src/command_bar.hh:38:12: error: 'SearchEntry' in namespace 'Gtk' does not name a type Gtk::SearchEntry entry; ^ In file included from src/main_window.hh:8:0, from src/astroid.cc:22: src/modes/mode.hh:35:12: error: 'Revealer' in namespace 'Gtk' does not name a type Gtk::Revealer * rev_yes_no; ^ scons: *** [src/astroid.o] Error 1 scons: building terminated because of errors.