July 30, 2015

On 30.07.2015 09:49, Sönke Ludwig wrote:
> Am 30.07.2015 um 02:59 schrieb Joseph Cassman:
>> 4) The VS 2015 Community 2015 installation [2] also includes a complete
>> build system. However, the DMD Windows installer does not recognize it
>> and fails to update the sc.ini file accordingly. I will file a bug
>> report shortly with details.
>
> I think you have an old version of VisualD, perhaps the 0.3.38 from [1]?
> That just happened to me yesterday, because that page is the number one
> Google result and the out-of-date note is quite small. I think the
> dsource project should just be removed, or replaced by nothing than a
> single link to the new homepage [2].
>
> [1]: http://www.dsource.org/projects/visuald
> [2]: http://rainers.github.io/visuald/visuald/StartPage.html

Last time I tried, I could no longer edit the dsource pages without producing completely garbled text. This happened when the dsource site was moved [1]. A single line might work, though...

[1] http://forum.dlang.org/thread/jclqnnkkcbqnmehpnokv@forum.dlang.org?page=3
July 30, 2015

On 30.07.2015 11:23, Sönke Ludwig wrote:
> Am 30.07.2015 um 09:49 schrieb Sönke Ludwig:
>> Am 30.07.2015 um 02:59 schrieb Joseph Cassman:
>>> 4) The VS 2015 Community 2015 installation [2] also includes a complete
>>> build system. However, the DMD Windows installer does not recognize it
>>> and fails to update the sc.ini file accordingly. I will file a bug
>>> report shortly with details.
>>
>> I think you have an old version of VisualD, perhaps the 0.3.38 from [1]?
>> That just happened to me yesterday, because that page is the number one
>> Google result and the out-of-date note is quite small. I think the
>> dsource project should just be removed, or replaced by nothing than a
>> single link to the new homepage [2].
>>
>> [1]: http://www.dsource.org/projects/visuald
>> [2]: http://rainers.github.io/visuald/visuald/StartPage.html
>
> Hm, I just installed VisualD on a freshly installed machine and there I
> get an error "libucrt.lib not found", so I probably just had some files
> left over from previous VS versions or SDKs.

Are you sure it is libucrt.lib? I've never seen a library with this name (I only have a prerelease of VS2015 installed, though).
July 30, 2015

On 30.07.2015 20:27, Rainer Schuetze wrote:
>
>
> On 30.07.2015 09:49, Sönke Ludwig wrote:
>> Am 30.07.2015 um 02:59 schrieb Joseph Cassman:
>>> 4) The VS 2015 Community 2015 installation [2] also includes a complete
>>> build system. However, the DMD Windows installer does not recognize it
>>> and fails to update the sc.ini file accordingly. I will file a bug
>>> report shortly with details.
>>
>> I think you have an old version of VisualD, perhaps the 0.3.38 from [1]?
>> That just happened to me yesterday, because that page is the number one
>> Google result and the out-of-date note is quite small. I think the
>> dsource project should just be removed, or replaced by nothing than a
>> single link to the new homepage [2].
>>
>> [1]: http://www.dsource.org/projects/visuald
>> [2]: http://rainers.github.io/visuald/visuald/StartPage.html
>
> Last time I tried, I could no longer edit the dsource pages without
> producing completely garbled text. This happened when the dsource site
> was moved [1]. A single line might work, though...
>
> [1]
> http://forum.dlang.org/thread/jclqnnkkcbqnmehpnokv@forum.dlang.org?page=3

Actually, I cannot even login now.

It displays "phpBB : Critical Error

Error creating new session"

Vladimir, can you just clean the page and add the link to the startpage and the github repo? It seems that has been done with the cv2pdb project.
July 30, 2015
On Thursday, 30 July 2015 at 18:42:08 UTC, Rainer Schuetze wrote:
> Vladimir, can you just clean the page and add the link to the startpage and the github repo? It seems that has been done with the cv2pdb project.

Done.

July 30, 2015

On 30.07.2015 20:46, Vladimir Panteleev wrote:
> On Thursday, 30 July 2015 at 18:42:08 UTC, Rainer Schuetze wrote:
>> Vladimir, can you just clean the page and add the link to the
>> startpage and the github repo? It seems that has been done with the
>> cv2pdb project.
>
> Done.
>

That was fast. Thanks!
July 31, 2015
On Thursday, 30 July 2015 at 08:13:35 UTC, Martin Nowak wrote:
> On Thursday, 30 July 2015 at 00:59:16 UTC, Joseph Cassman wrote:
>> 4) The VS 2015 Community 2015 installation [2] also includes a complete build system. However, the DMD Windows installer does not recognize it and fails to update the sc.ini file accordingly. I will file a bug report shortly with details.
>
> https://issues.dlang.org/show_bug.cgi?id=14849

Nice, thanks for posting the issue. Added the sc.ini files resulting from installation test runs.

Joseph
July 31, 2015
On Thursday, 30 July 2015 at 18:34:28 UTC, Rainer Schuetze wrote:
>
>
> On 30.07.2015 11:23, Sönke Ludwig wrote:
>> Am 30.07.2015 um 09:49 schrieb Sönke Ludwig:
>>> Am 30.07.2015 um 02:59 schrieb Joseph Cassman:
>>>> 4) The VS 2015 Community 2015 installation [2] also includes a complete
>>>> build system. However, the DMD Windows installer does not recognize it
>>>> and fails to update the sc.ini file accordingly. I will file a bug
>>>> report shortly with details.
>>>
>>> I think you have an old version of VisualD, perhaps the 0.3.38 from [1]?
>>> That just happened to me yesterday, because that page is the number one
>>> Google result and the out-of-date note is quite small. I think the
>>> dsource project should just be removed, or replaced by nothing than a
>>> single link to the new homepage [2].
>>>
>>> [1]: http://www.dsource.org/projects/visuald
>>> [2]: http://rainers.github.io/visuald/visuald/StartPage.html
>>
>> Hm, I just installed VisualD on a freshly installed machine and there I
>> get an error "libucrt.lib not found", so I probably just had some files
>> left over from previous VS versions or SDKs.
>
> Are you sure it is libucrt.lib? I've never seen a library with this name (I only have a prerelease of VS2015 installed, though).

Not sure if it ties in with DMD or not but a libucrt.lib missing error was one of the several errors I got when trying to use VS2015 with DMD + Win64. I do not get the error with VS2013u5 (the file exists with both installations but is only recognized for the later for some reason). Posting in case it helps isolate the issue for VisualD as well.

Joseph
July 31, 2015
On Thursday, 30 July 2015 at 00:59:16 UTC, Joseph Cassman wrote:
> On Wednesday, 29 July 2015 at 07:16:39 UTC, Martin Nowak wrote:
>> [...]
>
> Martin, appreciate the help with this issue. I have investigated further and it looks like there is a work-around (item [3] below). Here is a synopsis of what I have found through testing.
>
> [...]

Updated the wiki page on DMD with what I was able to get working.

http://wiki.dlang.org/Installing_DMD

Joseph
July 31, 2015
On Thursday, 30 July 2015 at 18:54:03 UTC, Rainer Schuetze wrote:
> That was fast. Thanks!

README in github repo still has some outdated links to dsource. Also bugzilla address is https://issues.dlang.org/
July 31, 2015
I'm not sure if this is the right place to report issues. I downloaded dmd.2.068.0-b2.linux.zip, unzipped it and added the bin64 directory to my path. The standard hello.d compiles fine but segfaults immediately. Details follow. Also rdmd segfaults with the same message. (The same process with the 2.067.1 zip works fine on the same box.)

Details:
gjansen@gamma:~$ uname -a
Linux gamma 2.6.32-279.14.1.el6.x86_64 #1 SMP Mon Oct 15 13:44:51 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
gjansen@gamma:~$ dmd --version
DMD64 D Compiler v2.068.0-b2
Copyright (c) 1999-2015 by Digital Mars written by Walter Bright
gjansen@gamma:~$ dmd hello.d
gjansen@gamma:~$ ./hello
Segmentation fault (core dumped)
gjansen@gamma:~$ gdb hello
<snip>
(gdb) run
Starting program: /ricerca/gjansen/hello
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x00000000004418e1 in _d_initMonoTime ()
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6_3.6.x86_64