Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-07 Thread kahuna
On Thursday, 7 November 2013 at 07:00:56 UTC, Joseph Rushton Wakeling wrote: On Thursday, 7 November 2013 at 06:07:53 UTC, kahuna wrote: It seems that latest version available from bitbucket Are your previous build attempts also from BitBucket-hosted code? The most up-to-date GDC source is on

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-07 Thread Iain Buclaw
On 7 November 2013 07:00, Joseph Rushton Wakeling < joseph.wakel...@webdrake.net> wrote: > On Thursday, 7 November 2013 at 06:07:53 UTC, kahuna wrote: > >> It seems that latest version available from bitbucket >> > > Are your previous build attempts also from BitBucket-hosted code? The most > up-t

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-06 Thread Joseph Rushton Wakeling
On Thursday, 7 November 2013 at 06:07:53 UTC, kahuna wrote: It seems that latest version available from bitbucket Are your previous build attempts also from BitBucket-hosted code? The most up-to-date GDC source is on GitHub.

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-06 Thread kahuna
More info on this, It seems that latest version available from bitbucket do compile at least inside 4.7.3 without problems, I'll try to compile libgphobos2.a from this version using the new gdc from and check if it is a problem with gdc or with the libgphobos2 Makefiles. Regards

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-04 Thread kahuna
On Sunday, 3 November 2013 at 05:51:07 UTC, Joseph Rushton Wakeling wrote: On Saturday, 2 November 2013 at 10:49:50 UTC, Joseph Rushton Wakeling wrote: On 02/11/13 04:56, kahuna wrote: I have compiled it with gcc-4.8.1, but anyway it should bootstrap itself. Just to avoid doubt, I want to be

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-04 Thread kahuna
On Sunday, 3 November 2013 at 05:51:07 UTC, Joseph Rushton Wakeling wrote: On Saturday, 2 November 2013 at 10:49:50 UTC, Joseph Rushton Wakeling wrote: On 02/11/13 04:56, kahuna wrote: I have compiled it with gcc-4.8.1, but anyway it should bootstrap itself. Just to avoid doubt, I want to be

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-02 Thread Joseph Rushton Wakeling
On Saturday, 2 November 2013 at 10:49:50 UTC, Joseph Rushton Wakeling wrote: On 02/11/13 04:56, kahuna wrote: I have compiled it with gcc-4.8.1, but anyway it should bootstrap itself. Just to avoid doubt, I want to be absolutely clear what you're doing here. Kahuna, any news? Did you manage

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-02 Thread Joseph Rushton Wakeling
On 02/11/13 04:56, kahuna wrote: I have compiled it with gcc-4.8.1, but anyway it should bootstrap itself. Just to avoid doubt, I want to be absolutely clear what you're doing here. When you say "with gcc-4.8.1" are you talking about the actual GCC compiler you already have installed on your

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-01 Thread kahuna
On Friday, 1 November 2013 at 10:03:42 UTC, Joseph Rushton Wakeling wrote: On Friday, 1 November 2013 at 07:51:09 UTC, kahuna wrote: I have tried to compile branch v1.x with gcc-4.7.3 and although I get no error on thread.d (I get some bad references to direct d_name.ptr, fixed removing .ptr) b

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-01 Thread kahuna
On Friday, 1 November 2013 at 10:03:42 UTC, Joseph Rushton Wakeling wrote: On Friday, 1 November 2013 at 07:51:09 UTC, kahuna wrote: I have tried to compile branch v1.x with gcc-4.7.3 and although I get no error on thread.d (I get some bad references to direct d_name.ptr, fixed removing .ptr) b

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-01 Thread Joseph Rushton Wakeling
On Friday, 1 November 2013 at 07:51:09 UTC, kahuna wrote: I have tried to compile branch v1.x with gcc-4.7.3 and although I get no error on thread.d (I get some bad references to direct d_name.ptr, fixed removing .ptr) but I get the same undefined symbols when compiling with gdc, so I understan

Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-11-01 Thread kahuna
On Friday, 1 November 2013 at 06:08:53 UTC, kahuna wrote: I've been unable to compile gcc patches to gcc-4.8 on OSX, I get an error in thread.d, an assert "Not implemented", it seems that it is not getting the right version while compiling initStack() and fiber_entryPoint(), if I comment out bo

Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5

2013-10-31 Thread kahuna
I've been unable to compile gcc patches to gcc-4.8 on OSX, I get an error in thread.d, an assert "Not implemented", it seems that it is not getting the right version while compiling initStack() and fiber_entryPoint(), if I comment out both asserts, as expected it breaks the library and whenever