Re: Build errors with GDC

2012-07-06 Thread Alex Rønne Petersen
On 07-07-2012 04:49, Iain Buclaw wrote: On 7 July 2012 02:35, Alex Rønne Petersen wrote: On 06-07-2012 19:22, Timofei Bolshakov wrote: On gcc-4.8-20120701 it does not work either: echo timestamp > s-genrtl-h gcc -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict

Re: Build errors with GDC

2012-07-06 Thread Iain Buclaw
On 7 July 2012 02:35, Alex Rønne Petersen wrote: > On 06-07-2012 19:22, Timofei Bolshakov wrote: >> >> On gcc-4.8-20120701 it does not work either: >> >> echo timestamp > s-genrtl-h >> gcc -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings >> -Wcast-qual -Wstrict-prototypes -Wmissing-prot

Re: Build errors with GDC

2012-07-06 Thread Alex Rønne Petersen
On 06-07-2012 19:22, Timofei Bolshakov wrote: On gcc-4.8-20120701 it does not work either: echo timestamp > s-genrtl-h gcc -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-var

Re: Build errors with GDC

2012-07-06 Thread Iain Buclaw
On 6 July 2012 18:22, Timofei Bolshakov wrote: > On gcc-4.8-20120701 it does not work either: > > echo timestamp > s-genrtl-h > gcc -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual > -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute > -pedantic -Wno-long-lo

Re: Build errors with GDC

2012-07-06 Thread Timofei Bolshakov
On gcc-4.8-20120701 it does not work either: echo timestamp > s-genrtl-h gcc -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-

Re: Build errors with GDC

2012-07-06 Thread Timofei Bolshakov
Well - 4.7.1 does not build: ../../gcc/d/d-lang.cc: In function ‘void d_write_global_declarations()’: ../../gcc/d/d-lang.cc:687:32: error: ‘finalize_compilation_unit’ was not declared in this scope make[2]: *** [d/d-lang.glue.o] Error 1 make[2]: *** Waiting for unfinished jobs ../../gcc/d/

Re: Build errors with GDC

2012-07-06 Thread Iain Buclaw
On 6 July 2012 02:14, Alex Rønne Petersen wrote: > On 06-07-2012 00:39, Timofei Bolshakov wrote: >> >> >> I have the same problem ... >>> >>> Using the wrong GCC version. I've removed all backwards compatibility >> >> >> Do you mean I need 4.6.2? >> > > You need 4.7 at the very least. Preferably

Re: Build errors with GDC

2012-07-05 Thread Timofei Bolshakov
I have the same problem ... Using the wrong GCC version. I've removed all backwards compatibility Do you mean I need 4.6.2?

Re: Build errors with GDC

2012-07-04 Thread Joseph Rushton Wakeling
On 04/07/12 20:32, Iain Buclaw wrote: Using the wrong GCC version. I've removed all backwards compatibility code in GDC so it only supports the current trunk (give or take about a fortnight being the current released development snapshot). I will be throwing something together for GCC-4.7 very

Re: Build errors with GDC

2012-07-04 Thread Iain Buclaw
On 4 July 2012 19:20, Joseph Rushton Wakeling wrote: > Hello all, > > I'm trying to build GDC from source, following the instructions here: > http://gdcproject.org/wiki/Installation > > I'm doing this on Ubuntu 12.04 64-bit version, and I'm using the GCC 4.6.3 > sources and the --enable-multilib o