You are not logged in.
i'd run ./configure ant get this:
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
any ideas?
Offline
what is this package? can you supply a link to where the source is from? I can help you then
Offline
I made a PKGBUILD for this deco. It definitely could have been better, but it works, for me:
pkgname=crystalgl
pkgver=0.8.1
pkgrel=1
pkgdesc="Crystal-GL deco for KDE 3.2+"
url="http://kde-look.org/content/show.php?content=18983"
license="GPL"
depends=('kdebase')
source=($pkgname-$pkgver.tar.bz2)
md5sums=()
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=`kde-config --prefix`
make || return 1
make DESTDIR=$startdir/pkg install
}
You'll have to download the tar.bz2 yourself. This is the OpenGL powered version, btw.
Offline
well, with this PKKBUILD i get error:
/usr/lib/libGL.so file or directory not found
i looked, and this file was there, so i dunno what to do.
phrakture : http://kde-look.org/content/show.php?content=13969
this window decoration i was trying to compile earlier.
LB06 : but crystalGL i think looking better, but i get compile error :?
Offline