> > 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
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
> > 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
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
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
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