You are not logged in.

#1 2005-04-20 14:35:33

Rubinas
Member
Registered: 2005-02-21
Posts: 36

crystal window decoration configure error

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

#2 2005-04-20 14:44:52

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: crystal window decoration configure error

what is this package? can you supply a link to where the source is from? I can help you then

Offline

#3 2005-04-20 15:59:14

LB06
Member
From: The Netherlands
Registered: 2003-10-29
Posts: 435

Re: crystal window decoration configure error

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

#4 2005-04-21 05:31:12

Rubinas
Member
Registered: 2005-02-21
Posts: 36

Re: crystal window decoration configure error

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

Board footer

Powered by FluxBB