Thread overview | ||||||
---|---|---|---|---|---|---|
|
October 06, 2011 [phobos] [D-Programming-Language/phobos] 11dbf9: Merge pull request #276 from 9rnsr/regwide | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 11dbf95b870e6f5533126537508a3bd19f251f22 https://github.com/D-Programming-Language/phobos/commit/11dbf95b870e6f5533126537508a3bd19f251f22 Author: Jonathan M Davis <jmdavisProg at gmx.com> Date: 2011-10-06 (Thu, 06 Oct 2011) Changed paths: M std/datetime.d A std/internal/windows/advapi32.d M std/windows/registry.d M win32.mak Log Message: ----------- Merge pull request #276 from 9rnsr/regwide Improve std.windows.registry and fix datetime unit test |
October 07, 2011 [phobos] [D-Programming-Language/phobos] 11dbf9: Merge pull request #276 from 9rnsr/regwide | ||||
---|---|---|---|---|
| ||||
Posted in reply to noreply at github.com | I'm getting a linker error on Windows which I presume comes from this commit. It can't find constructors for Duration, FracSec, and TickDuration.
On 7 October 2011 08:40, <noreply at github.com> wrote:
> ?Branch: refs/heads/master
> ?Home: ? https://github.com/D-Programming-Language/phobos
>
> ?Commit: 11dbf95b870e6f5533126537508a3bd19f251f22
> ? ? ?https://github.com/D-Programming-Language/phobos/commit/11dbf95b870e6f5533126537508a3bd19f251f22
> ?Author: Jonathan M Davis <jmdavisProg at gmx.com>
> ?Date: ? 2011-10-06 (Thu, 06 Oct 2011)
>
> ?Changed paths:
> ? ?M std/datetime.d
> ?A std/internal/windows/advapi32.d
> ?M std/windows/registry.d
> ?M win32.mak
>
> ?Log Message:
> ?-----------
> ?Merge pull request #276 from 9rnsr/regwide
>
> Improve std.windows.registry and fix datetime unit test
>
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
|
October 08, 2011 [phobos] [D-Programming-Language/phobos] 11dbf9: Merge pull request #276 from 9rnsr/regwide | ||||
---|---|---|---|---|
| ||||
Posted in reply to Don Clugston | On Friday, October 07, 2011 09:01:18 Don Clugston wrote:
> I'm getting a linker error on Windows which I presume comes from this commit. It can't find constructors for Duration, FracSec, and TickDuration.
Are you still seeing this? The autotester is all green.
- Jonathan M Davis
|
October 09, 2011 [phobos] [D-Programming-Language/phobos] 11dbf9: Merge pull request #276 from 9rnsr/regwide | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | On 9 October 2011 00:09, Jonathan M Davis <jmdavisProg at gmx.com> wrote:
> On Friday, October 07, 2011 09:01:18 Don Clugston wrote:
>> I'm getting a linker error on Windows which I presume comes from this commit. It can't find constructors for Duration, FracSec, and TickDuration.
>
> Are you still seeing this? The autotester is all green.
Yes. I've just found the problem though -- I had an old version of optlink on my path (8.00.5 instead of 8.00.12), probably due to me stuffing up when moving files from my English Windows desktop to my German laptop.
|
Copyright © 1999-2021 by the D Language Foundation