Build failure with latest git

H. S. Teoh hsteoh at quickfur.ath.cx
Mon Dec 2 16:12:54 PST 2013


I did a git pull today from HEAD, and now gdc doesn't build anymore:

	In file included from /usr/src/d/gdc/gcc-4.8.1-svn/gcc/d/d-lang.cc:22:0:
	/usr/src/d/gdc/gcc-4.8.1-svn/gcc/d/d-system.h:42:21: fatal error:
	attribs.h: No such file or directory
	 #include "attribs.h"
			     ^
	compilation terminated.
	make[3]: *** [d/d-lang.glue.o] Error 1
	make[3]: *** Waiting for unfinished jobs....
	In file included from
	/usr/src/d/gdc/gcc-4.8.1-svn/gcc/d/d-decls.cc:19:0:
	/usr/src/d/gdc/gcc-4.8.1-svn/gcc/d/d-system.h:42:21: fatal error:
	attribs.h: No such file or directory
	 #include "attribs.h"
			     ^
	compilation terminated.
	make[3]: *** [d/d-decls.glue.o] Error 1

Any idea what I can do to fix this? Thanks!


T

-- 
Unix is my IDE. -- Justin Whear


More information about the D.gnu mailing list