[kdevelop] [Bug 381506] Clicking into ":0:15:" in "Build view" opens empty file

2017-08-14 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=381506 --- Comment #7 from Piotr Mierzwinski --- As I mentioned in first post I clicked into line starting with: :0:15: error: I didn't check source code ("outputview/outputmodel.cpp"), but I suppose that parser checking clicked

[kdevelop] [Bug 381506] Clicking into ":0:15:" in "Build view" opens empty file

2017-08-13 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=381506 --- Comment #6 from Christos Gourdoupis --- Ok it's all clear now. Kdevelop simply parses the output from make and gcc to get the path to the source file. I used autotools and `make --no-print-directory` which deprived the parser of

[kdevelop] [Bug 381506] Clicking into ":0:15:" in "Build view" opens empty file

2017-08-13 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=381506 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kdevelop] [Bug 381506] Clicking into ":0:15:" in "Build view" opens empty file

2017-08-13 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=381506 --- Comment #4 from Piotr Mierzwinski --- In short, cmake only generating "Makefile", so finally, it is still run make command to build source code. -- You are receiving this mail because: You are watching all bug

[kdevelop] [Bug 381506] Clicking into ":0:15:" in "Build view" opens empty file

2017-08-13 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=381506 --- Comment #3 from Christos Gourdoupis --- Hmmm... ok I don't know how cmake works, never used it. But I just found out that if `make` runs with --no-print-directory option, kdevelop gets confused as to where gcc is based when it

[kdevelop] [Bug 381506] Clicking into ":0:15:" in "Build view" opens empty file

2017-08-12 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=381506 Piotr Mierzwinski changed: What|Removed |Added CC|

[kdevelop] [Bug 381506] Clicking into ":0:15:" in "Build view" opens empty file

2017-08-12 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=381506 Christos Gourdoupis changed: What|Removed |Added CC||xri...@otenet.gr ---