PDA

View Full Version : Solved unable to make plugins :(


mcleanj
March 26th, 2008, 08:23 PM
Hey everyone,

I recently upgraded my box to ubuntu hardy beta, and since then have been unable to make any plugins. The default compiz plugins work just fine, but I can't make any new ones.

Attempting to make *any* plugin returns this result:

mcleanj@mcleanj:~$ cd compiz/3d;make
Makefile:48: *** [ERROR] Compiz not installed. Stop.


compiz --version returns:

mcleanj@mcleanj:~/compiz/3d$ compiz --version
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 1002:71d4 (prog-if 00 [VGA controller])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1680x1050) to maximum 3D texture size (4096): Passed.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
compiz 0.7.2


I'm running a thinkpad t60p with ati graphics, just in case that helps at all. I'll be happy to provide any other info neccessary to help solve my problem.

Thanks in advance!

adamk
March 26th, 2008, 08:44 PM
You need to at least install compiz-dev and compiz-bcop. Probably numerous other x11 -dev packages as well :-)

Adam

crdlb
March 26th, 2008, 08:44 PM
Install compiz-dev, compiz-bcop, and compiz-fusion-plugins-main-dev

mcleanj
March 28th, 2008, 05:43 PM
Alright, I'll do that. thanks!

I'm not on my own computer right now, but I'll install those asap.

mcleanj
March 29th, 2008, 01:30 AM
Yep, that worked. Stupid of me not to think of that, but every other time i've installed compiz, those packages have installed automatically.

Thanks!