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

2008-12-24 Thread booleanlabel
Hello lipens...@email.cz, I'm trying to compile e17 for cygwin, too. I upload e17 packages of snapshot(2008-09-25). http://fd0.x0.to/cygwin/release/ *-src.tar.bz2 contains my patches to compile on cygwin. (My patches differ from yours.) I hope you find them informative. Best regard

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] E17 on Cygwin/X platform?

2009-02-11 Thread booleanlabel
Hi , Sorry for not replying sooner. We might be better if we wait for cygwin 1.7 release. Because e17 depends on some structures and functions not supported in cygwin 1.5. - struct dirent.d_type and DT_DIR (referred by eina) - getaddrinfo (referred by dbus, e_dbus) - etc. They are supported

[E-devel] [PATCH] eina patch for cygwin-1.7

2009-02-28 Thread booleanlabel
Hi, E-devel I made a eina patch for cygwin-1.7 (not cygwin-1.5). However eina_bench aborts as follows: % ./autogen.sh --enable-tests --enable-benchmark --enable-e17 % make % make install % /path/to/install/eina_bench.exe test (snip) Run array-inline: 3500 Run array-inline: 3600 Run ar

[E-devel] [PATCH] evas/ecore/efreet patch for cygwin-1.7

2009-04-11 Thread booleanlabel
Hi, E-devel I made a evas/ecore/efreet patch for cygwin-1.7. Best regards Index: src/modules/engines/software_x11/Makefile.am === --- src/modules/engines/software_x11/Makefile.am(revision 39954) +++ src/modules/engines/so

Re: [E-devel] [PATCH] eina patch for cygwin-1.7

2009-06-17 Thread booleanlabel
Hi, E-devel Sorry, my previous eina patch (for cygwin-1.7) was incomplete. Best regards Index: src/lib/eina_module.c === --- src/lib/eina_module.c (revision 41065) +++ src/lib/eina_module.c (working copy) @@ -66,11 +

Re: [E-devel] [PATCH] eina patch for cygwin-1.7

2009-06-18 Thread booleanlabel
Hi, lipens...@email.cz > +AC_DEFINE_UNQUOTED(SHARED_LIB_SUFFIX, "$shrext_cmds", [Suffix for shared objects]) > #define MODULE_EXTENSION SHARED_LIB_SUFFIX Sorry, I had completely forgotten it (better solution in your previous post). Pavel Lipenský wrote: Hi, E-devel and what about +