noodlylight / fusilli

X Window Manager (Compiz fork)
Other
25 stars 5 forks source link

some build issues #7

Closed raveit65 closed 9 years ago

raveit65 commented 10 years ago

on fedora 20

Making all in src
make[2]: Entering directory `/media/Programme/Linux/compiz/fusilli-test/src'
  CC       main.o
  CC       privates.o
  CC       png.o
  CC       jpeg.o
jpeg.c:33:21: fatal error: jpeglib.h: No such file or directory
 #include <jpeglib.h>
                     ^
compilation terminated.
make[2]: *** [jpeg.o] Fehler 1

blur.c:35:20: fatal error: GL/glu.h: No such file or directory
 #include <GL/glu.h>
                    ^
compilation terminated.

After installing the missing -devel packages compiling works. I'm guessing there are some checks in configure.ac missing.

Thanks for your work :)

PS: I'm missing the wall and/or workspace-switcher plugin

noodlylight commented 10 years ago

Hello,

libjpeg-turbo includes no pkg-config file (.pc), so I cannot use PKG_CHECK_MODULES.

I should probably do a AC_CHECK_HEADERS instead.

I'm not sure about GL/glu.h (I'll check what is missing)

As I said in issue #8, I will work on workspaces/viewports next.

workspace-switcher = vpswitch ? If so, look at issue #3

Thanks for mate-color-manager :)

raveit65 commented 10 years ago

GL/glu.h is part of

[root@mother rave]# yum provides */GL/glu.h
<snip>
mesa-libGLU-devel-9.0.0-3.fc20.i686 : Development files for mesa-libGLU
Quelle      : fedora
Übereinstimmung von:
Dateiname     : /usr/include/GL/glu.h

mesa-libGLU-devel-9.0.0-3.fc20.x86_64 : Development files for mesa-libGLU
Quelle      : fedora
Übereinstimmung von:
Dateiname     : /usr/include/GL/glu.h

I'm a old compiz user and i'm bored of effects like cube, wobbly, etc. ;) I like more the real little helper in the background for controlling windows , so workspace switching w/o using the cube is needed for me......anyway still waiting for it. Here's a link to my compiz-0.88 git in fedora, maybe you find some usefull patches. http://pkgs.fedoraproject.org/cgit/compiz.git/tree/

noodlylight commented 9 years ago

I'm a old compiz user and i'm bored of effects like cube, wobbly, etc. ;) I like more the real little helper in the background for controlling windows , so workspace switching w/o using the cube is needed for me......anyway still waiting for it.

I like this idea myself (workspace switching without effects). The user should be able to choose the type of sauce he wants.

Here's a link to my compiz-0.88 git in fedora, maybe you find some usefull patches. http://pkgs.fedoraproject.org/cgit/compiz.git/tree/

Great, thanks!

raveit65 commented 9 years ago

thanks, configure checks works as expected

noodlylight commented 9 years ago

Plugin wall is ready!

There is a bug which cames from compiz (changing the arrow colors require restarting the plugin to take effect) but otherwise should work ok.

raveit65 commented 9 years ago

Thanks a lot, wall plugin works as expected :)

noodlylight commented 9 years ago

Thank you for testing :)