Dear vtorri after this commit, azy is broken here.
(ubuntu 12.10)
Can you check this?

make[4]: Leaving directory
`/home/seoz/efl/git-svn/e/trunk/PROTO/azy/src/lib'
make[3]: Leaving directory
`/home/seoz/efl/git-svn/e/trunk/PROTO/azy/src/lib'
Making all in bin
make[3]: Entering directory
`/home/seoz/efl/git-svn/e/trunk/PROTO/azy/src/bin'
cd re2c && make
make[4]: Entering directory
`/home/seoz/efl/git-svn/e/trunk/PROTO/azy/src/bin/re2c'
make[4]: *** No rule to make target `re_parser.hh', needed by `all'.  Stop.
make[4]: Leaving directory
`/home/seoz/efl/git-svn/e/trunk/PROTO/azy/src/bin/re2c'
make[3]: *** [../../src/bin/re2c/re2c] Error 2
make[3]: Leaving directory
`/home/seoz/efl/git-svn/e/trunk/PROTO/azy/src/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/seoz/efl/git-svn/e/trunk/PROTO/azy/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/seoz/efl/git-svn/e/trunk/PROTO/azy'
make: *** [all] Error 2


On Tue, Nov 27, 2012 at 9:05 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> azy: builds and pass make distcheck
>
>   Signed-off-by: Tom?\195?\161?\197?\161 ?\196?\140ech <
> sleep_wal...@suse.cz>
>
>
> Author:       caro
> Date:         2012-11-26 16:05:38 -0800 (Mon, 26 Nov 2012)
> New Revision: 79730
> Trac:         http://trac.enlightenment.org/e/changeset/79730
>
> Modified:
>   trunk/PROTO/azy/src/bin/re2c/Makefile.am
> trunk/PROTO/azy/src/bin/re2c/scanner.cc
>
> Modified: trunk/PROTO/azy/src/bin/re2c/Makefile.am
> ===================================================================
> --- trunk/PROTO/azy/src/bin/re2c/Makefile.am    2012-11-26 23:58:23 UTC
> (rev 79729)
> +++ trunk/PROTO/azy/src/bin/re2c/Makefile.am    2012-11-27 00:05:38 UTC
> (rev 79730)
> @@ -8,9 +8,9 @@
>  EXTRA_DIST = \
>    CHANGELOG \
>    re_parser.yy
> -BUILT_SOURCES = re_parser.h
> +BUILT_SOURCES = re_parser.hh
>
>  AM_YFLAGS = -d
>
> -CLEANFILES = re_parser.cc re_parser.h parser.cc y.tab.h
> +CLEANFILES = re_parser.cc re_parser.hh parser.cc y.tab.h
>  MAINTAINERCLEANFILES = Makefile.in
>
> Modified: trunk/PROTO/azy/src/bin/re2c/scanner.cc
> ===================================================================
> --- trunk/PROTO/azy/src/bin/re2c/scanner.cc     2012-11-26 23:58:23 UTC
> (rev 79729)
> +++ trunk/PROTO/azy/src/bin/re2c/scanner.cc     2012-11-27 00:05:38 UTC
> (rev 79730)
> @@ -6,7 +6,7 @@
>  #include <sstream>
>  #include "scanner.h"
>  #include "parser.h"
> -#include "re_parser.h"
> +#include "re_parser.hh"
>  #include "globals.h"
>  #include "dfa.h"
>
>
>
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to