-
-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
Description
Hello,
I'm trying to build on ubuntu 18.04.
I've installed the following packages:
git scons g++ libboost1.62-all-dev libnotmuch-dev libglibmm-2.4-dev libgtkmm-3.0-dev libwebkitgtk-3.0-dev libgmime-2.6-dev libsass-dev libpeas-dev libgirepository1.0-dev (frow the wiki for 16.04, libboost 1.62 instead of 1.61)
In addition:
cmake ninja-build libwebkit2gtk-4.0-dev libwebkit2gtk-4.0-37 libgmime-3.0-dev libgmime-3.0 libprotobuf-dev and libvte-2.91-dev
But now the build fails:
cmake --build build
ninja: error: '../protobuf::protoc', needed by 'messages.pb.cc', missing and no known rule to make it
Any ideas?