tastyminerals
tastyminerals
Quick fix is: ``` sudo pacman -S qt5-tools sudo pacman -S qt5-quickcontrols sudo pacman -S qt5-graphicaleffects ```
I am getting the same error with `QML2_IMPORT_PATH` var. So no, it doesn't work.
Are you still blocked by two third-parties?
Looks like it tries to use `rdmd` in order to "determine the build platform". If I remove `rdmd` from `/usr/local/bin`, it fails to install ``` > /usr/local/bin/dub upgrade Upgrading project...
```json { "d.servedPath": "/Users/pavels/.vscode/extensions/webfreak.code-d-0.22.0/bin/serve-d/serve-d", "d.dcdClientPath": "/Users/pavels/.code-d/bin/dcd-client", "d.dcdServerPath": "/Users/pavels/.code-d/bin/dcd-server", "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook" }, "files.watcherExclude": { "**/.bloop": true, "**/.metals": true, "**/.ammonite": true }, "workbench.startupEditor": "newUntitledFile", "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "d.dubPath": "/usr/local/bin/dub",...
It builds fine with DMD. I see, the problem that DMD does not have M1 support and the whole toolchain get build against x86_64. Well, I guess we need to...
Hmm, I removed `dmdPath` completely and it didn't build without installing DMD first.
As I mentioned, I have ldc symlinks in `/usr/local/bin/`: ``` /usr/local/bin/ldc --> /Users/pavels/.local/share/ldc2/bin/ldc /usr/local/bin/dub --> /Users/pavels/.local/share/ldc2/bin/dub /usr/local/bin/rdmd --> /Users/pavels/.local/share/ldc2/bin/rdmd ``` I had to remove `rdmd` symlink and install x86_64 DMD...
I have uninstalled DMD using `uninstall.command` shell script provided with DMD installer and trying to reproduce the previous log message in VSCode. However, now VSCode tell me that it `Could...
After uninstalling and installing the plugin, it works fine and I get the following output: ``` Installing into /Users/pavels/.vscode/extensions/webfreak.code-d-0.23.1/bin Removing old version Removed old version > git clone --recursive https://github.com/Pure-D/serve-d.git...