LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-08-2009, 12:24 AM   #16
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375

yeah I can't figure this one out. Have you tried the compiz forums?
 
Old 09-08-2009, 11:09 AM   #17
specialized
Member
 
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 228

Original Poster
Rep: Reputation: 37
i'm on that
 
Old 09-08-2009, 06:53 PM   #18
specialized
Member
 
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 228

Original Poster
Rep: Reputation: 37
i gind a way to change the themes of emerald.....its a kind weird......but works

directly exec the *.emerald and open a import window, selec wich one want to load, and so on....... hangs up......but, change the theme, JA!
 
Old 09-09-2009, 06:42 PM   #19
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 543

Rep: Reputation: 121Reputation: 121
You guys, made me went on this build frenzy to get compiz working. I could not be more happy =]
Running it on XFCE. Form me fusion-icon only work with "export LIBGL_ALWAYS_INDIRECT=true fusion-icon". Emerald is freezing on every theme change, but its not a big deal. I like to configure the panel and look for the list of plugins loaded and pass it to compiz by some simple bash script and ignoring ccp. Tanks for the tips, as some packages only was built with src2pkg (thanks gnashley).
 
Old 09-10-2009, 10:08 AM   #20
specialized
Member
 
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 228

Original Poster
Rep: Reputation: 37
i'm happy then........

xfce + compiz = love
 
Old 09-18-2009, 11:20 AM   #21
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
I am trying to compile compiz using src2pkg. I am a src2pkg newbie. I am having trouble with the compz compile

Quote:
alan@LavanKossot:~/packages/compiz$ src2pkg compiz-0.8.2.tar.bz2
Found source archive: compiz-0.8.2.tar.bz2
Creating working directories:
PKG_DIR=/tmp/compiz-0.8.2-pkg-1
SRC_DIR=/tmp/compiz-0.8.2-src-1
Unpacking source archive - Done
Correcting source permissions - Done
Checking for patches - None found
Found configure script - Done
Configuring sources using:
LDFLAGS="-L/lib64 -L/usr/lib64" CFLAGS="-O2 -fPIC -m64" ./configure --prefix=/usr --libdir=/usr/lib64
ERROR! Configuring sources has failed!
This may be because of some missing libraries, or you may
need to pass extra options to configure using EXTRA_CONFIGS.
Sorry! No Dependency or Requirements information found.

Notice - Showing short options in a separate xterm.
Any ideas?
 
Old 09-18-2009, 11:25 AM   #22
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
arubin,

try entering the source folder and running your configure command directly from there, without src2pkg.

Then, when it quits due to error, you should more easily be able to see what the configure script was looking for, and what it did not find. It's looking for something that is either not installed on your machine, or that is in a location where the configure script cannot find it.

Plus, if you have trouble deciphering the output from ./configure, post it for us and we maybe can help you figure out what's going on.

Sasha

Last edited by GrapefruiTgirl; 09-18-2009 at 11:30 AM.
 
Old 09-18-2009, 01:41 PM   #23
trhodes
LQ Newbie
 
Registered: Sep 2009
Posts: 17

Rep: Reputation: 1
src2pkg with the -R (-VV will do it for sure) option should show what configure wanted without untarring and running ./configure directly, although it's about the same amount of work either way.
 
Old 09-18-2009, 03:35 PM   #24
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
Try.
http://repository.slacky.eu/slackwar....2/src/compiz/
 
Old 09-18-2009, 08:25 PM   #25
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 543

Rep: Reputation: 121Reputation: 121
I was able to build the core compiz with the attached SBo. The script was renamed to txt and the executable bit is disabled.

It was built for 64 bit and used this flags:

Quote:
CFLAGS=$SLKCFLAGS \
CXXFLAGS=$SLKCFLAGS \
./configure \
--prefix=/usr \
--libdir=/usr/lib64 \
--sysconfdir=/etc \
--localstatedir=/var \
--infodir=/usr/info \
--mandir=/usr/man \
--disable-static \
--disable-gconf \
--disable-kde \
--enable-kde4 \
--enable-librsvg \
--build=$ARCH-slackware-linux
Attached Files
File Type: txt compiz.SlackBuild.txt (3.0 KB, 30 views)

Last edited by BrZ; 09-18-2009 at 08:31 PM.
 
Old 09-20-2009, 03:05 PM   #26
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
The error was
Quote:
No package gconf-2.0 found
 
Old 09-20-2009, 03:13 PM   #27
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
Got a bit further it configured but the make failed with

Quote:
cannot find -ldbus-qt-1
 
Old 09-20-2009, 03:25 PM   #28
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
Ok I have compiled it using BrZ's slackbuild.
 
Old 09-20-2009, 03:40 PM   #29
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
Are the plugins cmake packages also needed?
 
Old 09-20-2009, 04:02 PM   #30
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
I think it is installed but I am getting this error

Quote:
alan@LavanKossot:~/packages/compiz$ ccsm
Info: No sexy-python package found, don't worry it's optional.
Traceback (most recent call last):
File "/usr/local/bin/ccsm", line 100, in <module>
import ccm
ImportError: No module named ccm
alan@LavanKossot:~/packages/compiz$
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing compiz-fusion on slackware-current Vic1ous Slackware 4 06-18-2009 02:09 AM
compiz-fusion and fusion-icon problems psilo357 Linux - Software 2 12-22-2008 04:41 PM
Skydome background doesn't work with compiz/gnome unless I use the compiz fusion icon The_Trooper Linux - Software 1 07-21-2008 01:08 PM
compiz-fusion problems with slackware ati x1600pro konqi Linux - Software 3 06-27-2008 02:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration