A
Anonymous
Gast
Hallo miteinander!
Ich wollte mir das Lyrics Plugin von Gtk für Banshee 1.4.1 (Banshee Lyrics Plugin (reload) 0.6 GTK Sound Application) installieren und bin dabei über so einige Fehlermeldungen gestolpert.
http://gtk-apps.org/content/show.php/Banshee+Lyrics+Plugin+(reload)?content=94806
Ich hatte mit beiden empfohlenen Installationsvarianten keinen Erfolg und dachte, das mir vielleicht hier jemand einen Tip geben kann!
Jetzt weiß ich allerdings nicht genau was ich für einen Code posten soll, damit mir weiter geholfen werden kann.
Definitiv ist es so, dass wenn ich die .dll Datei aus den Binaries einfach in den Zielordner kopiere, Banshee sich nicht mehr öffnen lässt.
Beim Installationsversuch "from sources"
erhalte ich folgenden code:
und nach
folgenden
Wäre Super wenn mir jemand weiterhelfen kann! Besten Dank im Voraus!
Ich wollte mir das Lyrics Plugin von Gtk für Banshee 1.4.1 (Banshee Lyrics Plugin (reload) 0.6 GTK Sound Application) installieren und bin dabei über so einige Fehlermeldungen gestolpert.
http://gtk-apps.org/content/show.php/Banshee+Lyrics+Plugin+(reload)?content=94806
Ich hatte mit beiden empfohlenen Installationsvarianten keinen Erfolg und dachte, das mir vielleicht hier jemand einen Tip geben kann!
Jetzt weiß ich allerdings nicht genau was ich für einen Code posten soll, damit mir weiter geholfen werden kann.
Definitiv ist es so, dass wenn ich die .dll Datei aus den Binaries einfach in den Zielordner kopiere, Banshee sich nicht mehr öffnen lässt.
Beim Installationsversuch "from sources"
Code:
./autogen.sh
make
make install (as root)
erhalte ich folgenden code:
Code:
linux:/home/user/Desktop/BansheeLyricsPlugin # ./autogen.sh
Error: aclocal is not installed, and is required to configure Banshee-Plugins-Lyrics
linux:/home/user/Desktop/BansheeLyricsPlugin # make
make all-recursive
make[1]: Entering directory `/home/user/Desktop/BansheeLyricsPlugin'
Making all in src
make[2]: Entering directory `/home/user/Desktop/BansheeLyricsPlugin/src'
make[2]: *** Keine Regel, um »all« zu erstellen. Schluss.
make[2]: Leaving directory `/home/user/Desktop/BansheeLyricsPlugin/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/user/Desktop/BansheeLyricsPlugin'
make: *** [all] Fehler 2
linux:/home/user/Desktop/BansheeLyricsPlugin # make install
Making install in src
make[1]: Entering directory `/home/user/Desktop/BansheeLyricsPlugin/src'
make[1]: *** Keine Regel, um »install« zu erstellen. Schluss.
make[1]: Leaving directory `/home/user/Desktop/BansheeLyricsPlugin/src'
make: *** [install-recursive] Fehler 1
und nach
Code:
./configure
folgenden
Code:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
./configure: line 2370: SHAMROCK_EXPAND_LIBDIR: command not found
./configure: line 2371: SHAMROCK_EXPAND_BINDIR: command not found
./configure: line 2372: SHAMROCK_EXPAND_DATADIR: command not found
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes
checking what language compliance flags to pass to the C compiler...
checking for mono... /usr/bin/mono
checking for gmcs... /usr/bin/gmcs
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BANSHEE_1_THICKCLIENT... yes
checking for GCONF_SHARP_20... yes
checking for GTKHTML_SHARP_314... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: src/Makefile.in
Wäre Super wenn mir jemand weiterhelfen kann! Besten Dank im Voraus!