arkq / cmusfm

Last.fm standalone scrobbler for the cmus music player
GNU General Public License v3.0
234 stars 5 forks source link

Failing make install #37

Closed bnsv closed 3 years ago

bnsv commented 3 years ago

Hi. I try to install cmusfm but having difficulty I follow the installing command like these:

autoreconf --install
mkdir build && cd build
../configure --enable-libnotify
make && make install

All requirements has satisfied, (actually I install newer libcurl-openssl-dev & libnotify-dev; with no complaint) The configure make no error report. But when I do the 'make' it throws error like this:

~/cmusfm-master/build$ sudo make install
Making install in src
make[1]: Entering directory '/home/.../cmusfm-master/build/src'
make[2]: Entering directory '/home/.../cmusfm-master/build/src'
 /bin/mkdir -p '/usr/local/bin'
  /usr/bin/install -c cmusfm '/usr/local/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/.../cmusfm-master/build/src'
make[1]: Leaving directory '/home/.../cmusfm-master/build/src'
Making install in test
make[1]: Entering directory '/home/.../cmusfm-master/build/test'
make[2]: Entering directory '/home/.../cmusfm-master/build/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/.../cmusfm-master/build/test'
make[1]: Leaving directory '/home/.../cmusfm-master/build/test'
make[1]: Entering directory '/home/.../cmusfm-master/build'
make[2]: Entering directory '/home/.../cmusfm-master/build'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/...//cmusfm-master/build'
make[1]: Leaving directory '/home/.../cmusfm-master/build'
arkq commented 3 years ago

But when I do the 'make' it throws error like this:

It's not an error. It's a debug output from make tool.

/usr/bin/install -c cmusfm '/usr/local/bin'

cmusfm was installed successfully.

bnsv commented 3 years ago

Oh my.. how foolish I am. It is scrobbling and works perfectly!. Thank you very much. I am very happy. I love you @Arkq . :smile: :1st_place_medal: :100: