Re: [E-devel] E17 on Cygwin/X platform?

2009-01-03 Thread booleanlabel
Hello , Sorry, I couldn't write to you sooner. (I'm not good at English.) > Hi , > > good news you are are still working on Cygwin/X port. > I remember your 042 experimental release half a year ago, which really > helped me. > But then the link became unreachable and/or blocked :( When updat

Re: [E-devel] [e-users] Edje & Enlightenment failed to build

2009-01-03 Thread Christopher Michael
Fixed now :) devilhorns Christopher Michael wrote: > Yea, ended up running into this error myself :( wondering if it's just a > typo... > > dh > > P Purkayastha wrote: >> edje compilation failed for me too with the same error. I did a grep >> on the function >> grep -r Xmb8ResetIC /usr/inclu

Re: [E-devel] [e-users] Edje & Enlightenment failed to build

2009-01-03 Thread Christopher Michael
Yea, ended up running into this error myself :( wondering if it's just a typo... dh P Purkayastha wrote: > edje compilation failed for me too with the same error. I did a grep on > the function > grep -r Xmb8ResetIC /usr/include > and came up with zero results. Instead it seems /usr/include/X

Re: [E-devel] E SVN: sachiel trunk/ecore/src/lib/ecore_x/xlib

2009-01-03 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > +#ifdef X_HAVE_UTF8_STRING >e->key_compose = strdup(buf); > +#else > + e->key_compose = ecore_txt_convert(nl_langinfo(CODESET), "UTF-8", > buf); > +#endif > } > } > else > @@ -739,7 +751,7 @@ > { > char *str; > X