aprilis / messenger

Unofficial Facebook Messenger app for elementary OS
GNU General Public License v3.0
91 stars 7 forks source link

undefined reference to `plank_dbus_client_get_hover_position' #29

Closed ghost closed 5 years ago

ghost commented 5 years ago

I've previously installed Messenger and tried to update. Here are the steps I've taken:

  1. Removed old version of Plank
  2. Moved to build folder and ran cmake .. (not a required step, but did anyway)
  3. Ran make

I've also tried this with a clean copy from git. Here's the recurring output:

CMakeFiles/messenger.dir/src/App.c.o: In function `__lambda80_':
App.c:(.text+0x8740): undefined reference to `plank_dbus_client_get_hover_position'
CMakeFiles/messenger.dir/src/MainWindowManager.c.o: In function `___lambda87_':
MainWindowManager.c:(.text+0xff5): undefined reference to `plank_dbus_client_get_hover_position'
collect2: error: ld returned 1 exit status
CMakeFiles/messenger.dir/build.make:1006: recipe for target 'messenger' failed
make[2]: *** [messenger] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/messenger.dir/all' failed
make[1]: *** [CMakeFiles/messenger.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
aprilis commented 5 years ago

If you're using Loki (old elementary version), you need to clone another branch (more details here). If you're using Juno, you need to uninstall old Plank version by typing sudo script/uninstall-plank.sh from the messenger folder

ghost commented 5 years ago

I may have forgotten to use sudo. Will check soon!

On Tue, Oct 30, 2018, 14:43 aprilis notifications@github.com wrote:

If you're using Loki (old elementary version), you need to clone another branch (more details here https://github.com/aprilis/messenger/blob/loki/README.md). If you're using Juno, you need to uninstall old Plank version by typing sudo script/uninstall-plank.sh from the messenger folder

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aprilis/messenger/issues/29#issuecomment-434481030, or mute the thread https://github.com/notifications/unsubscribe-auth/AB8WdrsAxwpHYMFAVwFGYAvhoXTk0brOks5uqMgCgaJpZM4YCqKJ .

ghost commented 5 years ago

Woah, it turns out I am using a 0.4.1. I thought I had the latest install. Sorry for the inconvenience.