Support #14700
openBibilotek cannot be found in KDevelop (Debian 13)
0%
Description
Hello!
Please excuse the spam.
However, I think I have an issue with Wt and want to get to the bottom of it.
I'm using the latest Debian 13 with KDevelop version 6.5.260403 (26.04.3) (Flathub).
I also downloaded all the Boost libraries using the package manager.
This works without any errors. It integrates without any problems.
Then I downloaded Wt as follows:
cd ~
git clone https://github.com/emweb/wt.git wt
Create a build directory
$ cd wt
$ mkdir build
$ cd build
Configure the library
$ cmake ../
Build the library
$ make
$ make install
Build the examples
$ make -C examples
At one point, I could see that syntax highlighting was working, which meant KDevelop had recognized and processed the library.
However, ever since I closed and restarted the tool, WT is no longer recognized.
I tried using -DCMAKE_INSTALL_PREFIX= because I assumed I was in the wrong directory.
The following attempts were also unsuccessful:
/usr
/usr/lib
/usr/include
So my question is: has anyone recently observed something similar, or is anyone aware of an issue or peculiarity with KDevelop?
Since the Boost libraries work and I can confirm that both are in the same folder and have the same permissions, I’m not sure if this is a KDevelop issue.
Updated by nico funke about 2 hours ago
I'm going to close this thread.
It's probably due to KDevelop or its environment.
The WT libraries can be opened with a different tool.