Raptor Computing Systems Community Forums (BETA)

Software => Applications and Porting => Topic started by: rjzak on September 15, 2023, 09:07:44 am

Title: [IDE] Has anyone been able to run JetBrains' RustRover?
Post by: rjzak on September 15, 2023, 09:07:44 am
RustRover https://www.jetbrains.com/rust/ (https://www.jetbrains.com/rust/) came out this week, and like JetBrains' other IDEs, it runs with Java. I've been able to get CLion and GoLand working on ppc64le, though not PyCharm, and not RustRover. I've compiled JB's own JRE, and some components used within (libsqliteij.so, fsnotifier, etc) by compiling those from source from https://github.com/JetBrains/intellij-community (https://github.com/JetBrains/intellij-community).

Has anyone been successful with RustRover, or PyCharm?

RustRover complains that JetBrains' other Rust plugin was found and that stops RR from loading, but I suspect that's hiding the real problem, since CLion with JB's old Rust plugin can coexist with RR on my Mac and x86_64 Linux box.
Title: Re: [IDE] Has anyone been able to run JetBrains' RustRover?
Post by: DKnoto on September 16, 2023, 02:49:22 am
Unfortunately, I also had very big PyCharm problems, it ran terribly slow, and I switched to Apache NetBeans plus https://github.com/albilu/netbeansPython.