Does the IntelliJ plugin support makefile built projects?

Jon Degenhardt jdegenhardt at ebay.com
Tue May 13 00:55:42 UTC 2025


On Monday, 12 May 2025 at 22:51:30 UTC, Richard (Rikki) Andrew 
Cattermole wrote:
> On 13/05/2025 10:48 AM, Jon Degenhardt wrote:
>> I was trying to setup an existing project to work with the 
>> IntelliJ plugin.
>> It's a makefile built project, not one built with Dub.
>> But I'm seeing configuration issues. For example, IntelliJ 
>> asks for an SDK setup. I haven't figured out how to set this 
>> up properly. I'm guessing the plugin would pull this from a 
>> Dub configuration if there was one in the project.
>
> The SDK it is referring to the dmd install (not ldc/gdc).
>
> Its implemented via the JDK configuration (which isn't 
> available in all versions of IntelliJ).

Hm... I'm using apple silicon. Running `brew install dmd` fails 
with the error:
```
dmd: The x86_64 architecture is required for this software.
```

For this reason I've been using LDC. Perhaps a direct 
installation of DMD would get around this, but I think I'll end 
the IntelliJ plugin experiment for now.

Thanks for the help.

--Jon


More information about the Digitalmars-d-ide mailing list