Re: [E-devel] configure.in bug in e_modules monitor, mount, rain, screenshot, slideshow and snow?

2006-03-08 Thread Gerald Dachs
> > This has sound for me that you wanted to fix it, it has still not happend > > ;) > > > > Gerald > > > > Really? I thought devilhorns fixed it already... is one of them still > broken? Sorry for making noise, didn't even look into, was sure it is broken as long as my patch still applies, stup

Re: [E-devel] configure.in bug in e_modules monitor, mount, rain, screenshot, slideshow and snow?

2006-03-08 Thread Gerald Dachs
On Mon, 13 Feb 2006 07:40:04 +0900 David Stevenson <[EMAIL PROTECTED]> wrote: > On 2/13/06, Gerald Dachs <[EMAIL PROTECTED]> wrote: > > > > can somebody explain me this part from configure.in? > > > > AC_PREFIX_DEFAULT(${HOME}/.e/e) > &g

Re: [E-devel] Entropy and libedje.so

2006-02-20 Thread Gerald Dachs
> > ln -s /usr/devel/enlightenment/current/lib/libedje.so.5 > > /usr/local/lib/libedje.so > Have you tried using ldconfig ? Worked for me last time it ld didn't > find a new library. Would you please be so kind and explain me how ldconfig should find a library that is in /usr/devel/enlightenm

[E-devel] configure.in bug in e_modules monitor, mount, rain, screenshot, slideshow and snow?

2006-02-12 Thread Gerald Dachs
can somebody explain me this part from configure.in? AC_PREFIX_DEFAULT(${HOME}/.e/e) if test "x$prefix" = "xNONE"; then datarootdir=${ac_default_prefix} else datarootdir=${ac_default_prefix}/share fi localedir=${datarootdir}/locale

[E-devel] examine doesn't build

2006-02-05 Thread Gerald Dachs
since yesterday I get this during build of examine: gcc -O3 -g -pipe -fomit-frame-pointer -march=i586 -mcpu=i686 -I/usr/include/ewl -O3 -g -pipe -fomit-frame-pointer -march=i586 -mcpu=i686 -o examine examine-examine_client.o examine-ecore_config_client.o examine-examine.o -L/usr/lib /usr/lib/libew

[E-devel] [Fwd: [e-users] patch for entrance problem]

2006-01-31 Thread Gerald Dachs
I don't know why I am the only one who suffers from this problem, but anyway. On my machine entrance is crashing in a close loop, because evas is trying to lookup modules in $HOME/.evas/modules. The problem is, there is no $HOME before login, and the return value of getenv is not checked against NU