[Kget] [Bug 243950] kdenetwork 4.4.5 fails to build

Angel Tsankov bigman at abv.bg
Mon Jul 12 18:13:14 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=243950





--- Comment #9 from Angel Tsankov <bigman abv bg>  2010-07-12 18:13:12 ---
(In reply to comment #8)
> Well cmake should take care of them if they are needed...
> 
> I still wonder what is wrong as the CMakeLists.txt do have a:
> include_directories(
>     ../../
> )
> which is the path of kget_export.h...

The following is an excerpt from
kget/transfer-plugins/bittorrent/CMakeLists.txt:

if (GMP_FOUND AND QCA2_FOUND)
include_directories(
   ../../
   libbtcore
   ${QCA2_INCLUDE_DIR}
   ${GMP_INCLUDE_DIR}
)

Obviously, the specified paths (incl. ../../) will only be used if both GMP and
QCA2 are installed.  On my system QCA2 was not installed...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kget mailing list