Re: [E-devel] E SVN: rui trunk/efl

2012-12-10 Thread Gustavo Sverzut Barbieri
Hi Rui, Thank you for insisting, I also look up and it indeed works :-) Thank (now you can also remove the rule to generate?) On Sun, Dec 9, 2012 at 8:30 PM, Rui Miguel Silva Seabra r...@1407.org wrote: All in all just revert your commit before it hurt other people (as file will exist

Re: [E-devel] E SVN: rui trunk/efl

2012-12-10 Thread Rui Miguel Silva Seabra
Done! On Mon, 10 Dec 2012 16:57:51 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Hi Rui, Thank you for insisting, I also look up and it indeed works :-) Thank (now you can also remove the rule to generate?) On Sun, Dec 9, 2012 at 8:30 PM, Rui Miguel Silva Seabra

Re: [E-devel] E SVN: rui trunk/efl

2012-12-09 Thread Gustavo Sverzut Barbieri
On Sunday, December 9, 2012, Enlightenment SVN wrote: Log: Missing output declaration for ecore_x_version.h Author: rui Date: 2012-12-09 02:42:39 -0800 (Sun, 09 Dec 2012) New Revision: 80544 Trac: http://trac.enlightenment.org/e/changeset/80544 Modified:

Re: [E-devel] E SVN: rui trunk/efl

2012-12-09 Thread Rui Miguel Silva Seabra
Then someone should do a better fix, as EFL build was simply broken due to that file not being sent on make dist and I couldn't figure out another reason for it (adding to EXTRA_DIST didn't fix it, for instance). Rui On Sun, 9 Dec 2012 17:46:37 -0200 Gustavo Sverzut Barbieri

Re: [E-devel] E SVN: rui trunk/efl

2012-12-09 Thread Rui Miguel Silva Seabra
And in addition, looking at the sed expression, I'd say it should be fixed to use normal AC_OUTPUT substitutions, as it seems that's about all the sed is doing: $(SED) -e 's/[@]VMAJ[@]/$(VMAJ)/g;s/[@]VMIN[@]/$(VMIN)/g;s/[@]HAVE_ECORE_X_BACKEND[@]/$(HAVE_ECORE_X_BACKEND)/g' $ $@ Rui On Sun, 9

Re: [E-devel] E SVN: rui trunk/efl

2012-12-09 Thread Gustavo Sverzut Barbieri
On Sun, Dec 9, 2012 at 7:35 PM, Rui Miguel Silva Seabra r...@1407.org wrote: And in addition, looking at the sed expression, I'd say it should be fixed to use normal AC_OUTPUT substitutions, as it seems that's about all the sed is doing: $(SED) -e

Re: [E-devel] E SVN: rui trunk/efl

2012-12-09 Thread Rui Miguel Silva Seabra
On Sun, 9 Dec 2012 19:51:14 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Sun, Dec 9, 2012 at 7:35 PM, Rui Miguel Silva Seabra r...@1407.org wrote: And in addition, looking at the sed expression, I'd say it should be fixed to use normal AC_OUTPUT substitutions, as it

Re: [E-devel] E SVN: rui trunk/efl

2012-12-09 Thread Rui Miguel Silva Seabra
All in all just revert your commit before it hurt other people (as file will exist without proper contents) I prefer a proper fix, and volunteer to convert to a proper AC_OUTPUT result, as IMHO the cases where it would be needlessly created aren't very frequent and it's a minor spurious

Re: [E-devel] E SVN: rui trunk/efl/spec

2012-11-18 Thread Vincent Torri
i said : afaik, 'make -j* install' does not work but 'make -j3 make install' does and it seems that using ccache gives also problems Vincent On Sun, Nov 18, 2012 at 10:57 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: * Make sure install is done with only one make thread