3

I'm trying to debug using Comma IDE, but I have run into this problem:

9:20    Error running 'Primera': SDK is not set

Primera is a configuration I have created (with defaults, mostly). I have looked through the menus, but I haven't found where I can set the SDK (or, for that matter, what is the SDK)

jjmerelo
  • 22,578
  • 8
  • 40
  • 86

1 Answers1

3

When using comma as plugin:

File --> Project Structure --> Platform Settings --> SDKs

add ("+" sign)

I think setting SDK home path to perl6 bin should enough.

LuVa
  • 2,288
  • 2
  • 10
  • 20
  • 1
    Still the same problem. I can't seem to be able to assign somehow that SDK to either the defaults or perl test profiles. – jjmerelo Mar 09 '19 at 09:05
  • 1
    maybe restart IDE? – LuVa Mar 09 '19 at 09:12
  • 1
    File --> Project Structure --> Project Settings --> Project --> Project SDK – LuVa Mar 09 '19 at 09:16
  • 1
    That's what I did. The problem is that the recent rakudo release is marked as "Invalid". I've reported this to Edument team through the tool itself. – jjmerelo Mar 09 '19 at 09:22
  • 1
    from [irc log](https://colabti.org/irclogger/irclogger_log/perl6?date=2019-03-10#l340): Can you try to delete `.idea` folder from your project directory and then "Import" it? – LuVa Mar 10 '19 at 19:34