[kdevelop] [Bug 460025] When trying to generate makefile, I'm getting errors about not being able to link against KDev::Tests

2022-10-10 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=460025 Igor Kushnir changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[kdevelop] [Bug 460025] When trying to generate makefile, I'm getting errors about not being able to link against KDev::Tests

2022-10-08 Thread Timothy Hutchins
https://bugs.kde.org/show_bug.cgi?id=460025 --- Comment #9 from Timothy Hutchins --- (In reply to Igor Kushnir from comment #8) > I think you are right that something is wrong in kdev-css. See e.g. > https://invent.kde.org/kdevelop/kdev-php/-/blob/master/parser/CMakeLists.txt > > Try to enclose

[kdevelop] [Bug 460025] When trying to generate makefile, I'm getting errors about not being able to link against KDev::Tests

2022-10-08 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=460025 --- Comment #8 from Igor Kushnir --- I think you are right that something is wrong in kdev-css. See e.g. https://invent.kde.org/kdevelop/kdev-php/-/blob/master/parser/CMakeLists.txt Try to enclose the test code in kdev-css/CMakeLists.txt in the `if (BU

[kdevelop] [Bug 460025] When trying to generate makefile, I'm getting errors about not being able to link against KDev::Tests

2022-10-07 Thread Timothy Hutchins
https://bugs.kde.org/show_bug.cgi?id=460025 --- Comment #7 from Timothy Hutchins --- (In reply to Igor Kushnir from comment #6) > According to kdev-css git history, it always unconditionally depended on > KDev::Tests. So either something has changed elsewhere recently, or there is > some issue on

[kdevelop] [Bug 460025] When trying to generate makefile, I'm getting errors about not being able to link against KDev::Tests

2022-10-07 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=460025 --- Comment #6 from Igor Kushnir --- According to kdev-css git history, it always unconditionally depended on KDev::Tests. So either something has changed elsewhere recently, or there is some issue on your system. > 1 > kdevelop provides it, but it has

[kdevelop] [Bug 460025] When trying to generate makefile, I'm getting errors about not being able to link against KDev::Tests

2022-10-07 Thread Timothy Hutchins
https://bugs.kde.org/show_bug.cgi?id=460025 --- Comment #5 from Timothy Hutchins --- (In reply to Igor Kushnir from comment #4) > 1. Doesn't Ubuntu provide a package with KDev::Tests? > 2. Have you tried turning off BUILD_TESTING CMake variable in kdev-css? 1 > kdevelop provides it, but it has t

[kdevelop] [Bug 460025] When trying to generate makefile, I'm getting errors about not being able to link against KDev::Tests

2022-10-07 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=460025 --- Comment #4 from Igor Kushnir --- 1. Doesn't Ubuntu provide a package with KDev::Tests? 2. Have you tried turning off BUILD_TESTING CMake variable in kdev-css? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 460025] When trying to generate makefile, I'm getting errors about not being able to link against KDev::Tests

2022-10-06 Thread Timothy Hutchins
https://bugs.kde.org/show_bug.cgi?id=460025 --- Comment #3 from Timothy Hutchins --- (In reply to Timothy Hutchins from comment #2) > (In reply to Igor Kushnir from comment #1) > > Which project are you trying to build? > > d9162558095a5ee8a6f82591c292e5e599bd7f6c does not refer to a commit in >

[kdevelop] [Bug 460025] When trying to generate makefile, I'm getting errors about not being able to link against KDev::Tests

2022-10-06 Thread Timothy Hutchins
https://bugs.kde.org/show_bug.cgi?id=460025 --- Comment #2 from Timothy Hutchins --- (In reply to Igor Kushnir from comment #1) > Which project are you trying to build? > d9162558095a5ee8a6f82591c292e5e599bd7f6c does not refer to a commit in > KDevelop repository. I am trying to build the kdev-c

[kdevelop] [Bug 460025] When trying to generate makefile, I'm getting errors about not being able to link against KDev::Tests

2022-10-06 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=460025 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com --- Comment #1 from Igor Kushn