http://bugzilla.gdcproject.org/show_bug.cgi?id=85
Bug #: 85 Summary: GDC does not build for windows host Classification: Unclassified Product: GDC Version: development Platform: All OS/Version: Other Status: NEW Severity: major Priority: Normal Component: gdc AssignedTo: ibuc...@gdcproject.org ReportedBy: johannesp...@gmail.com I wanted to build a windows->linux/arm cross compiler and the D frontend does not compile with gcc/mingw for windows: [ERROR] /home/build/armhf_x86-64win/.build/src/gcc-custom/gcc/d/dfrontend/template.c:5269:9: error: '__try' was not declared in this scope [ERROR] /home/build/armhf_x86-64win/.build/src/gcc-custom/gcc/d/dfrontend/template.c:5270:9: error: expected ';' before '{' token [ERROR] /home/build/armhf_x86-64win/.build/src/gcc-custom/gcc/d/dfrontend/template.c:5273:56: error: '__except' was not declared in this scope [ERROR] /home/build/armhf_x86-64win/.build/src/gcc-custom/gcc/d/dfrontend/template.c:5274:9: error: expected ';' before '{' token [ERROR] /home/build/armhf_x86-64win/.build/src/gcc-custom/gcc/d/dfrontend/template.c:5301:9: error: '__try' was not declared in this scope [ERROR] /home/build/armhf_x86-64win/.build/src/gcc-custom/gcc/d/dfrontend/template.c:5302:9: error: expected ';' before '{' token [ERROR] /home/build/armhf_x86-64win/.build/src/gcc-custom/gcc/d/dfrontend/template.c:5305:56: error: '__except' was not declared in this scope [ERROR] /home/build/armhf_x86-64win/.build/src/gcc-custom/gcc/d/dfrontend/template.c:5306:9: error: expected ';' before '{' token [ERROR] make[3]: *** [d/template.dmd.o] Error 1 [ERROR] make[2]: *** [all-gcc] Error 2 [ERROR] make[1]: *** [all] Error 2 -- Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.