Re: [E-devel] [Evil, svn trunk] autogen.sh failed on WinXP

2008-10-17 Thread Lionel ORRY
2008/10/16 Vincent Torri [EMAIL PROTECTED]: On Thu, 16 Oct 2008, Lionel ORRY wrote: that works perfectly. Remains only the problem for autoreconf. BTW, I noticed Evil seems to be the only library in the EFL using autoreconf.. The others have autogen.sh call the autofoo tools subsequently.

Re: [E-devel] Copyleft-style

2008-10-17 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: On Thu, Oct 16, 2008 at 7:53 PM, Michael Feiri [EMAIL PROTECTED] wrote: Now, eCos is owned by the FSF and is licensed under the GPLv2 with a linking exception that makes it completely non-viral. This exception is more powerful than the LGPL, because the

Re: [E-devel] Copyleft-style

2008-10-17 Thread Viktor Kojouharov
On Fri, 2008-10-17 at 10:14 +0200, Peter Wehrfritz wrote: Gustavo Sverzut Barbieri schrieb: On Thu, Oct 16, 2008 at 7:53 PM, Michael Feiri [EMAIL PROTECTED] wrote: Now, eCos is owned by the FSF and is licensed under the GPLv2 with a linking exception that makes it completely non-viral.

Re: [E-devel] Copyleft-style

2008-10-17 Thread Cedric BAIL
On Fri, Oct 17, 2008 at 10:22 AM, Viktor Kojouharov [EMAIL PROTECTED] wrote: On Fri, 2008-10-17 at 10:14 +0200, Peter Wehrfritz wrote: Gustavo Sverzut Barbieri schrieb: On Thu, Oct 16, 2008 at 7:53 PM, Michael Feiri [EMAIL PROTECTED] wrote: I really doubt this will happen. I don't have much

Re: [E-devel] Copyleft-style

2008-10-17 Thread Jose Gonzalez
Peter Wehrfritz wrote: Gustavo Sverzut Barbieri schrieb: On Thu, Oct 16, 2008 at 7:53 PM, Michael Feiri [EMAIL PROTECTED] wrote: Now, eCos is owned by the FSF and is licensed under the GPLv2 with a linking exception that makes it completely non-viral. This exception is more

Re: [E-devel] IMLIB2 ported to mingw+msys

2008-10-17 Thread Vincent Torri
On Thu, 16 Oct 2008, Kim Woelders wrote: If all that's needed is included in the patch I think it's a bit much to have to depend on another (unreleased) library. on the other hand, it's a windows port, so I don't think that there are much people who will compile it. What is expected by

[E-devel] Fw: Re: Copyleft-style

2008-10-17 Thread The Rasterman
(forgot AUTHORS in cc list) PLEASE REPLY (authors on CC list). yes or no to adding static linking exception below? On Fri, 17 Oct 2008 00:53:29 +0200 Michael Feiri [EMAIL PROTECTED] babbled: this got debated to hell. the alternative was going to be watching developers leave - ones wanting to

[E-devel] svn pre-commit error

2008-10-17 Thread Massimo Maiurana
suddenly I'm not able to commit files in svn anymore :( my last commit was 4 days ago, now when I try to commit something I get this error: 'pre-commit' hook failed with error output: but unfotunately the message ends here, there is no error output actually. -- Massimo Maiurana

Re: [E-devel] svn pre-commit error

2008-10-17 Thread Nick Hughart
You are trying to commit po files? Massimo Maiurana wrote: suddenly I'm not able to commit files in svn anymore :( my last commit was 4 days ago, now when I try to commit something I get this error: 'pre-commit' hook failed with error output: but unfotunately the message ends here, there

Re: [E-devel] svn pre-commit error

2008-10-17 Thread Massimo Maiurana
Nick Hughart, il 17/10/2008 21:42, scrisse: You are trying to commit po files? I'm trying to commit these two files, one of them is a po file: - trunk/e/po/fr.po - trunk/E-MODULES-EXTRA/diskio/module.desktop.in even the files I committed 4 days ago without errors were po files. --

Re: [E-devel] svn pre-commit error

2008-10-17 Thread Nick Hughart
Massimo Maiurana wrote: Nick Hughart, il 17/10/2008 21:42, scrisse: You are trying to commit po files? I'm trying to commit these two files, one of them is a po file: - trunk/e/po/fr.po - trunk/E-MODULES-EXTRA/diskio/module.desktop.in even the files I committed 4 days ago

[E-devel] eina : use lstat instead of d_type

2008-10-17 Thread _doof
hi eina only build on linux/BSD OS because it's use d_type . I try to create a patch to use lstat instead d_type but i have big problem with C :) Does someone can tell me if this patch is ok or not ? thanks $ gdiff -Naur e17_src/eina/src/lib/eina_file.c eina_file.c ---

Re: [E-devel] IMLIB2 ported to mingw+msys

2008-10-17 Thread Michael Jennings
On Friday, 17 October 2008, at 14:02:56 (+0200), Vincent Torri wrote: By release, you mean a 1.* one ? If so, would you have objections that I add Evil as a dependency ? I plan to have an Evil release in some months. As long as it's only a dependency on Windows platforms. Michael --

Re: [E-devel] svn pre-commit error

2008-10-17 Thread Massimo Maiurana
Michael Jennings, il 17/10/2008 22:53, scrisse: On Friday, 17 October 2008, at 21:16:07 (+0200), Massimo Maiurana wrote: suddenly I'm not able to commit files in svn anymore :( my last commit was 4 days ago, now when I try to commit something I get this error: 'pre-commit' hook failed

Re: [E-devel] Copyleft-style

2008-10-17 Thread Michael Feiri
Carsten Haitzler (The Rasterman) schrieb: On Fri, 17 Oct 2008 00:53:29 +0200 Michael Feiri [EMAIL PROTECTED] babbled: this got debated to hell. the alternative was going to be watching developers leave - ones wanting to add in better code but only wanting to do so if they know their code

Re: [E-devel] IMLIB2 ported to mingw+msys

2008-10-17 Thread Kim Woelders
On Fri, 17 Oct 2008 14:02:56 +0200, Vincent Torri [EMAIL PROTECTED] wrote: On Thu, 16 Oct 2008, Kim Woelders wrote: If all that's needed is included in the patch I think it's a bit much to have to depend on another (unreleased) library. on the other hand, it's a windows port, so I

Re: [E-devel] svn pre-commit error

2008-10-17 Thread Michael Jennings
On Friday, 17 October 2008, at 23:27:22 (+0200), Massimo Maiurana wrote: however, wouldn't it be better to put an error output like missing log message? that way I could have understood the problem by myself... I'm not sure why it wasn't done that way...but it is now. :-) Michael --

Re: [E-devel] Copyleft-style

2008-10-17 Thread Michael Feiri
Gustavo Sverzut Barbieri schrieb: On Thu, Oct 16, 2008 at 7:53 PM, Michael Feiri [EMAIL PROTECTED] wrote: On monday, starting with revision 36622, all vital EFL components have been configured to depend on copylefted code (eina is licensed under LGPLv2.1). This is unfortunate, as it renders