hi;
I'm still trying to install e17. I could install ecore. I installed also
the following:

edje
epeg
epsilon
etox
esmart
emotion
ewl
evas
iconbar
entice
entrance
examine
elicit
engrave
ecore
esmart

Now, I can't compile  e17  (e-0.16.999.002). When trying to build the
package, I get:

----------
/usr/bin/ld: warning: libcom_err.so.3, needed by /usr/lib/libecore_ipc.so, may 
conflict with libcom_err.so.2
e_border.o(.text+0x44b9): In function `_e_border_eval':
/usr/src/redhat/BUILD/enlightenment-0.16.999.002/src/bin/e_border.c:2501: 
undefined reference to `ecore_x_e_frame_size_set'
collect2: ld returned 1 exit status
make[3]: *** [enlightenment] Error 1
make[3]: Leaving directory 
`/usr/src/redhat/BUILD/enlightenment-0.16.999.002/src/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/usr/src/redhat/BUILD/enlightenment-0.16.999.002/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/enlightenment-0.16.999.002'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.42598 (%build)
----------


I looked at src code, and apparently there's only one invocation of
ecore_x_e_frame_size_set.  It's on line 2501 of e_border.c:

bd->client_inset.l = l;
bd->client_inset.r = r;
bd->client_inset.t = t;
bd->client_inset.b = b;
ecore_x_netwm_frame_size_set(bd->client.win, l, r, t, b);
ecore_x_e_frame_size_set(bd->client.win, l, r, t, b);
bd->w += (bd->client_inset.l + bd->client_inset.r);
bd->h += (bd->client_inset.t + bd->client_inset.b);
bd->changes.size = 1;
ecore_x_window_move(bd->client.shell_win, l, t);

Didier suggested me to install his rpms, and I probably will. But I'd
prefer first to keep trying compile myself the code. So, the thing is:
what does this proc.  ecore_x_e_frame_size_set do that can't be done some
other way?  What have I missed in the installation?

TIA,
Matias



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to