Maato / thunar-dropbox

Plugin for thunar that adds context-menu items for dropbox.
GNU General Public License v3.0
32 stars 5 forks source link

fails to build on xubuntu 13.10 #4

Closed voyager640 closed 10 years ago

voyager640 commented 10 years ago

I'm using xfce 4.10. I try to build thunar-dropbox and get the following message saying it can't find thunarx-2. Thunar clearly is installed, though, so perhaps there's something I need to change for this new version?

~/Downloads/thunar-dropbox-0.2.0$ ./waf configure --prefix=/usr Checking for program gcc or cc : /usr/bin/gcc Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for gcc : ok
Checking for thunarx-2 : not found

voyager640 commented 10 years ago

I figured it out. I had to run: sudo apt-get install libthunarx-2-dev first.