Kdevelop and kdevplatform cmake concerns

René J.V. Bertin rjvbertin at gmail.com
Wed May 18 11:06:36 BST 2016


On Wednesday May 18 2016 10:46:52 Kevin Funk wrote:

>> Especially the policy messages gotten trying to build kdevelop-5
>
>No, they're not that important to you.

You can get rid of all noise like this by adding -Wno-dev to the cmake command line.

>> -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
>> -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
>> llvm-config: error: components given, but unused
>
>This looks problematic, you might want to debug this a bit more (which run of 
>llvm-config fails...?)

Hint: if needed, put llvm-config into a wrapper script to aid in figuring out exactly how it's being called:

- mv llvm-config llvm-config.bin
script:
#!/bin/sh
echo "$0 $@" 1>&2
exec ${0}.bin "$@"

R.



More information about the KDevelop mailing list