November 07, 2013
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.
November 07, 2013
On 7 November 2013 07:00, Joseph Rushton Wakeling < joseph.wakeling@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-to-date GDC source is on GitHub.
>

See Type::getTypeInfoIdent where the frontend force changes the symbol name.  Am yet to come to an agreement on how to deal with backend-specific symbol prefixes.   C++ mangling is also likely broken too if you are seeing this behaviour. (see cpp_mangle).

Regards
-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


November 08, 2013
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 GitHub.

No my previous failed builds are with GitHub code, I tried BitBucket to check if it was something happening since ever.
1 2
Next ›   Last »