Summary: | misleading error message when trying to build against kde <= 4.2.68 | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Florian Hubold <doktor5000> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Florian Hubold
2009-07-23 19:28:05 UTC
On Thursday 23 July 2009 19:28:05 Florian Hubold wrote: > https://bugs.kde.org/show_bug.cgi?id=201271 > > Summary: misleading error message when trying to build against > kde <= 4.2.68 > Product: rekonq > Version: unspecified > Platform: Mandriva RPMs > OS/Version: Linux > Status: NEW > Severity: normal > Priority: NOR > Component: general > AssignedTo: adjam7@gmail.com > ReportedBy: doktor5000@arcor.de > > > Version: 0.1.9 (using KDE 4.2.4) > Compiler: gcc 4.3.2 > OS: Linux > Installed from: Mandriva RPMs > > When trying to build rekonq against kde 4.2.4, the following error message > is shown: > > > -- KDE Network library found............. NO > -- > CMake Error at CMakeLists.txt:121 (MESSAGE): > rekonq needs, from version 0.2, KDENETWORK if compiled with a KDE > version minor than 4.2.69 > > > -- You can actually retrieve it from playground/libs/webkitkde/kdenetwork > KDE svn > -- > -- > -- > --------------------------------------------------------------------------- >------- -- > CMake Error at CMakeLists.txt:141 (MESSAGE): > rekonq will NOT be compiled! > > > > The actual error message is misleading, as i have kde <= 4.2.69 and > kdenetwork and -devel packages installed. So is just the error message > ill-phrased or is there another error related to building? The message is misleading in the kdenetwork part as you actually have kde < 4.2.69. So, cannot it be it cannot find your kdenetwork installation? I'm not that much into cmake, how to debug this? For what files is it looking? How can i do this check manually? Fixed in master, now The error message seems fixed, but this new error seems related: -- KDE Desktop Environment............... YES -- KDE version 4.2.4 found! -- As KDE version is minor than KDE 4.2.70, rekonq will have -- some functions about KDE integration disabled -- -- -- ----------------------------------------------------------------------- -- -- rekonq will be compiled............... YES -- -- ----------------------------------------------------------------------- -- CMake Error at src/CMakeLists.txt:101 (TARGET_LINK_LIBRARIES): target_link_libraries called with incorrect number of arguments -- Configuring incomplete, errors occurred! On Monday 03 August 2009 14:05:34 Florian Hubold wrote: > https://bugs.kde.org/show_bug.cgi?id=201271 > > > Florian Hubold <doktor5000@arcor.de> changed: > > What |Removed |Added > --------------------------------------------------------------------------- >- Status|RESOLVED |REOPENED > Resolution|FIXED | > > > > > --- Comment #4 from Florian Hubold <doktor5000 arcor de> 2009-08-03 > 14:05:33 --- The error message seems fixed, but this new error seems > related: > > > > -- KDE Desktop Environment............... YES > -- KDE version 4.2.4 found! > -- As KDE version is minor than KDE 4.2.70, rekonq will have > -- some functions about KDE integration disabled > -- > -- > -- ----------------------------------------------------------------------- > -- > -- rekonq will be compiled............... YES > -- > -- ----------------------------------------------------------------------- > -- > CMake Error at src/CMakeLists.txt:101 (TARGET_LINK_LIBRARIES): > target_link_libraries called with incorrect number of arguments > > > -- Configuring incomplete, errors occurred! Yes, sorry. Try now with rekonq master... This is fixed, rekonq compiling again. Thanks for the fast reaction :) |