Terminal : path to source files are no longer clickable (compiler output)
Hi,
I am compiling Fortran project with cmake and gfortran.
In the terminal output when compiler detects an error and is mentioning a line in a source file, then the related source path is no longer clickable. It seems it is no longer clickable after an IDE update (Help > Check for updates > Update & Restart).
Does anyone have an idea or a solution for this ?
Thanks & Regards
my current version is :
IntelliJ IDEA 2023.3.6 (Community Edition)Build #IC-233.15026.9, built on March 21, 2024Runtime version: 17.0.10+1-b1087.23 amd64VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.Linux 4.18.0-513.18.1.el8_9.x86_64GC: G1 Young Generation, G1 Old GenerationMemory: 2048MCores: 6Non-Bundled Plugins: org.jetbrains.fortran (2023.3.1) com.jetbrains.space (233.15026.16) com.jetbrains.packagesearch.intellij-plugin (233.11800.8) zielu.gittoolbox (500.2.2+233)Kotlin: 233.15026.9-IJCurrent Desktop: MATE
Output Example :

Please sign in to leave a comment.
Hello, Rayden.
Could you please specify from which IDE version you performed update? How exactly can I reproduce the issue on my side?
Hi Olga Mulina ,
thank you for your message.
I wrote a simple reproducer based on cmake and gfortran.
https://transfert.free.fr/e9E6SYS
I launch it from terminal in IntelliJ : sh build.sh
due to an intentionnal error in main.f90 it leads to :
/home/rayden/tmp/test-compiler-link/src/main.f90:11:16:RETURN1But link is not clickable.
it had worked in the past. I believe it is due to the update but I can't remember what was my previous version of IntelliJ before the update.
thanks & regards
Thank you for sharing a sample project. I was able to reproduce the bug and created a corresponding report in our YouTrack. Please feel free to upvote it to receive updates.
Please let me know if you have any further questions or requests.
thank you Olga Mulina