Thread overview | |||||
---|---|---|---|---|---|
|
January 03, 2011 [dmd-internals] dmd commit, revision 840 | ||||
---|---|---|---|---|
| ||||
dmd commit, revision 840 user: walter msg: try again on 64 bit profiler http://www.dsource.org/projects/dmd/changeset/840 paths changed: U branches/dmd-1.x/src/backend/cod3.c U branches/dmd-1.x/src/linux.mak U trunk/src/backend/cod3.c U trunk/src/linux.mak |
January 02, 2011 [dmd-internals] dmd commit, revision 840 | ||||
---|---|---|---|---|
| ||||
Posted in reply to dsource.org | On 1/2/2011 10:23 PM, dsource.org wrote:
> dmd commit, revision 840
>
>
> user: walter
>
> msg:
> try again on 64 bit profiler
>
> http://www.dsource.org/projects/dmd/changeset/840
>
> paths changed:
> U branches/dmd-1.x/src/backend/cod3.c
> U branches/dmd-1.x/src/linux.mak
> U trunk/src/backend/cod3.c
> U trunk/src/linux.mak
>
Looks like strtold.c isn't happy being built as c++ code.
backend/strtold.c: In function "long double strtold(const char*, char**)": backend/strtold.c:540: error: invalid conversion from "void*" to "char*"
|
January 02, 2011 [dmd-internals] dmd commit, revision 840 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts |
Brad Roberts wrote:
> On 1/2/2011 10:23 PM, dsource.org wrote:
>
>> dmd commit, revision 840
>>
>>
>> user: walter
>>
>> msg:
>> try again on 64 bit profiler
>>
>> http://www.dsource.org/projects/dmd/changeset/840
>>
>> paths changed:
>> U branches/dmd-1.x/src/backend/cod3.c
>> U branches/dmd-1.x/src/linux.mak
>> U trunk/src/backend/cod3.c
>> U trunk/src/linux.mak
>>
>>
>
> Looks like strtold.c isn't happy being built as c++ code.
>
> backend/strtold.c: In function "long double strtold(const char*, char**)": backend/strtold.c:540: error: invalid conversion from "void*" to "char*"
>
>
So much for David's request!
|
Copyright © 1999-2021 by the D Language Foundation