checking for libnotify >= 0.4... Package libnotify was not found in the pkg-config search path.
Posted on 2013-09-10 11:30 H2O 閱讀(404) 評論(0) 編輯 收藏Todays build error is (might be related to fetching the latest code, or upgrading my desktop to the latest 64-bit Ubuntu-studie base on Ubuntu 9.04) :
configure: error: Library requirements (libnotify >= 0.4) not met;
I tried fixing it by:
~$ sudo apt-get install libnotify-bin
Didn't seem to help anything, so tried with:
~$ sudo apt-get install libnotify-dev
and the issue was fixed :)
tks for http://iloapp.mikek.dk/blog/developer?Home&post=38
configure: error: Library requirements (libnotify >= 0.4) not met;
I tried fixing it by:
~$ sudo apt-get install libnotify-bin
Didn't seem to help anything, so tried with:
~$ sudo apt-get install libnotify-dev
and the issue was fixed :)
tks for http://iloapp.mikek.dk/blog/developer?Home&post=38