LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Gkrellm plugin ? (https://www.linuxquestions.org/questions/linux-software-2/gkrellm-plugin-344897/)

ARCIS_house 07-20-2005 03:10 AM

Gkrellm plugin ?
 
Hey i have from source installed, but i get error.Then i make emerge gkrellm and all is ok.
When i install XMMS plugin i get this:
bash-2.05b# make
cc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` `xmms-config --cflags` -DPACKAGE="\"gkrellmms\"" -c -o gkrellmms.o gkrellmms.c
cc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` `xmms-config --cflags` -DPACKAGE="\"gkrellmms\"" -c -o options.o options.c
cc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` `xmms-config --cflags` -DPACKAGE="\"gkrellmms\"" -c -o playlist.o playlist.c
cc -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` `xmms-config --cflags` -DPACKAGE="\"gkrellmms\"" gkrellmms.o options.o playlist.o -o gkrellmms.so -shared -lpthread `pkg-config gtk+-2.0--libs` `xmms-config --libs`
(cd po && make all )
make[1]: Entering directory `/root/.gkrellm2/plugins/gkrellmms/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/.gkrellm2/plugins/gkrellmms/po'
bash-2.05b# make install
(cd po && make INSTALL_PREFIX= install)
make[1]: Entering directory `/root/.gkrellm2/plugins/gkrellmms/po'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/root/.gkrellm2/plugins/gkrellmms/po'
install -c -s -m 755 gkrellmms.so \
//usr/local/lib/gkrellm2/plugins/gkrellmms.so
install: cannot create regular file `//usr/local/lib/gkrellm2/plugins/gkrellmms.so': No such file or directory
make: *** [install] Error 1


What i missing ?

SOLVED. THANX :)

flupke 07-20-2005 03:22 AM

Make sure that the directory /usr/local/lib/gkrellm2/plugins/ exists before running your "make install"

HTH
Flupke


All times are GMT -5. The time now is 12:31 PM.