Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE keramik theme?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
dn1282
n00b
n00b


Joined: 21 Jul 2002
Posts: 26
Location: California

PostPosted: Wed Jul 24, 2002 11:16 am    Post subject: KDE keramik theme? Reply with quote

Hi, I'm trying to build the keramik theme for kde found here: http://kde-look.org/content/show.php?content=2194

I do
Code:
export KDEDIR=/usr
./build_keramik.sk
and it gives me the following errors
Code:
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** YOU'RE USING Autoconf version 2.13.
*** KDE requires autoconf 2.52 or 2.53
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
./build_keramik.sh: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
so it obviously is complaining about the "Autoconf" version...so I did "emerge autoconf" and it updated to autoconf 2.53. I try running the build_keramik.sh script again and it still gives me the EXACT same error complaining about the autoconf version. Am I not doing something right in updating autoconf??

Any help at all would be greatly appreciated. Thanks in advance.
Back to top
View user's profile Send private message
mrchuckles
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jul 2002
Posts: 125
Location: Severn, MD

PostPosted: Wed Jul 24, 2002 11:25 am    Post subject: Reply with quote

Gentoo installs two versions of both autoconf and automake. You need to export two environment variables to tell the wrapper scripts which version to actually use.

Look at the following two files for more information.
Code:
/usr/lib/autoconf/ac-wrapper.pl
/usr/lib/automake/am-wrapper.pl
Back to top
View user's profile Send private message
nbensa
l33t
l33t


Joined: 10 Jul 2002
Posts: 799
Location: Buenos Aires, Argentina

PostPosted: Wed Jul 24, 2002 3:26 pm    Post subject: Reply with quote

export WANT_AUTOCONF_2_5=1

Then build it!!.... :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum