Bug 458270 - Missing Packages
Summary: Missing Packages
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: All build tools (show other bugs)
Version: unspecified
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-24 19:40 UTC by zk1040@protonmail.com
Modified: 2022-08-25 10:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zk1040@protonmail.com 2022-08-24 19:40:23 UTC
SUMMARY
***
I'm new to Linux.  I installed KDevelop from the Kubuntu packages and created a basic helloworld c++ project that won't compile because of missing pakages:

find_package(KDE4 REQUIRED)
find_package(KDevPlatform REQUIRED)

OBSERVED RESULT
Project does not compile

EXPECTED RESULT
Project compiles

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Ubuntu 22.04.1 LTS
(available in About System)
KDE Plasma Version: Not sure where to find this
KDE Frameworks Version: Not sure where to find this
Qt Version: Not sure where to find this

KDevelop version: 4:21.12.3-0ubuntu1  This seems odd, it's not listed in the version drop down.

ADDITIONAL INFORMATION
Sorry for the basic information, I thought that the software being installed from the Kubuntu Software Discover Center would work.
Comment 1 Nicolas Fella 2022-08-25 10:40:25 UTC
KDevelop is working as expected here, the "problem" is that there is a dependency missing for the project you are building.

I assume you created a new project from a template, but that template doesn't seem to be what you wanted. It seems to be about creating a plugin for KDevelop, not a generic Hello World C++ project