Bug 23269 – Unable to build VisualD

Status
RESOLVED
Resolution
WORKSFORME
Severity
normal
Priority
P1
Component
visuald
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2022-07-23T16:58:57Z
Last change time
2022-07-29T08:12:34Z
Assigned to
No Owner
Creator
apham

Comments

Comment #0 by apz28 — 2022-07-23T16:58:57Z
1. Get full source codes from "https://github.com/dlang/visuald" and unzip 2. Use Microsoft Visual Studio Community 2019 Version 16.11.16 and open visuald_vs10.sln 3. Click on Build 4. Getting below error and no VisualD.dll output windows.d(11): Error: unable to read module `commctrl` windows.d(11): Expected 'sdk\win32\commctrl.d' or 'sdk\win32\commctrl\package.d' in one of the following import paths: import path[0] = .. import path[1] = C:\Development\DLang\D\dmd2\windows\bin\..\..\src\phobos import path[2] = C:\Development\DLang\D\dmd2\windows\bin\..\..\src\druntime\import and other error at bottom of output log C:\Development\DLang\visuald-master\visuald>link.exe @C:\Development\DLang\visuald-master\visuald\..\bin\Debug\VisualD\VisualD.link.rsp OPTLINK (R) for Win32 Release 8.00.13 Copyright (C) Digital Mars 1989-2010 All rights reserved. http://www.digitalmars.com/ctg/optlink.html ..\bin\Debug\VisualD\workaround.obj Error 2: File Not Found ..\bin\Debug\VisualD\workaround.obj
Comment #1 by r.sagitario — 2022-07-23T17:50:25Z
Thanks for your interest in building Visual D. Please check the instructions in https://rainers.github.io/visuald/visuald/BuildFromSource.html (especially build project "build" first). Please also get submodules of the git repository.
Comment #2 by razvan.nitu1305 — 2022-07-29T08:12:34Z
apham, have you managed to build visualD? It seems like you did not specifically follow the outlined steps. I'm gonna close this as WORKSFORME, but please reopen if you have any other information.