[Çözüldü] Eklenti Kurma Sorunu

Başlatan Marsyas, 07 Kasım 2009 - 12:27:48

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

Marsyas

Compize eklenti kurmak istediğim zaman aşağıdaki hatayı alıyorum.Ne yapmam gerekir?

pc@pc:~/elements$ make clean
Makefile:152: [WARNING] This plugin might be needed by other plugins. Install it with "BUILD_GLOBAL=true sudo make install"
removing  : ./build
pc@pc:~/elements$ make
Makefile:152: [WARNING] This plugin might be needed by other plugins. Install it with "BUILD_GLOBAL=true sudo make install"
convert   : elements.xml.in -> build/elements.xml
bcop'ing  : build/elements.xml -> build/elements_options.h
bcop'ing  : build/elements.xml -> build/elements_options.c
schema    : build/elements.xml -> build/compiz-elements.schema
compiling : stars.c -> build/stars.lo/bin/sh: libtool: not found
make: *** [build/stars.lo] Hata 127
:D

utdmr

Alıntı yapılan: Marsyas - 07 Kasım 2009 - 12:27:48

compiling : stars.c -> build/stars.lo/bin/sh: libtool: not found


"libtool" bulunamamış diyor, belki sudo apt-get install libtool işe yarayabilir.
Kişisel Blogum: Çoğunlukla Zararsız - cogunluklazararsiz.org
--
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -and a lot of courage- to move in the opposite direction.

Marsyas

utdemir dediğini yaptım sorun çözüldü.Teşekkür ederim.