Discussion:
Forget something when this branch 4.90.92 was created?
Michael George Hart
2016-05-17 17:48:20 UTC
Permalink
[ 36%] Building CXX object
projectbuilders/ninjabuilder/CMakeFiles/kdevninja.dir/kdevninjabuilderplugin.cpp.o
/kdevelop-5/4.90.92/kdevelop-4.90.92/app/main.cpp: In function ‘int
main(int, char**)’:
kdevelop-5/4.90.92/kdevelop-4.90.92/app/main.cpp:380:5: error: ‘initialize’
is not a member of ‘KCrash’
KCrash::initialize();
^
app/CMakeFiles/kdevelop.dir/build.make:69: recipe for target
'app/CMakeFiles/kdevelop.dir/main.cpp.o' failed
make[2]: *** [app/CMakeFiles/kdevelop.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:1126: recipe for target
'app/CMakeFiles/kdevelop.dir/all' failed
make[1]: *** [app/CMakeFiles/kdevelop.dir/all] Error 2
Kevin Funk
2016-05-18 08:49:39 UTC
Permalink
Post by Michael George Hart
[ 36%] Building CXX object
projectbuilders/ninjabuilder/CMakeFiles/kdevninja.dir/kdevninjabuilderplugin
.cpp.o /kdevelop-5/4.90.92/kdevelop-4.90.92/app/main.cpp: In function ‘int
kdevelop-5/4.90.92/kdevelop-4.90.92/app/main.cpp:380:5: error: ‘initialize’
is not a member of ‘KCrash’
KCrash::initialize();
^
Looks like your KCrash checkout/tarball (kcrash.git) is too old. Please make
sure you're using the latest version.

Cheers,
Kevin
Post by Michael George Hart
app/CMakeFiles/kdevelop.dir/build.make:69: recipe for target
'app/CMakeFiles/kdevelop.dir/main.cpp.o' failed
make[2]: *** [app/CMakeFiles/kdevelop.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:1126: recipe for target
'app/CMakeFiles/kdevelop.dir/all' failed
make[1]: *** [app/CMakeFiles/kdevelop.dir/all] Error 2
--
Kevin Funk | ***@kde.org | http://kfunk.org
René J.V. Bertin
2016-05-18 10:09:36 UTC
Permalink
Post by Kevin Funk
Looks like your KCrash checkout/tarball (kcrash.git) is too old. Please make
sure you're using the latest version.
Shouldn't KDevelop specify the minimal required version in its find_package call?

R.
Kevin Funk
2016-05-18 10:33:50 UTC
Permalink
Post by René J.V. Bertin
Post by Kevin Funk
Looks like your KCrash checkout/tarball (kcrash.git) is too old. Please
make sure you're using the latest version.
Shouldn't KDevelop specify the minimal required version in its find_package call?
Yes.

commit ab3258f4a44629ff41dcfd3fcb28383ff7d55cc9
Author: Kevin Funk <***@kde.org>
Date: Wed May 18 12:29:47 2016 +0200

Raise KF5 version to 5.15

We need KCrash::initialize
Post by René J.V. Bertin
R.
--
Kevin Funk | ***@kde.org | http://kfunk.org
Michael George Hart
2016-05-18 19:51:02 UTC
Permalink
I guess I am out of luck; the latest cygwin comes only with kde 5.12

So I am just going have to wait until they start to provide at least
version 5.15

Unless you guys see a way around this fundamental problem I am going to
have to resort to getting 4.7.3 fully working... even now it does a lot
more than I can do with 5
Post by René J.V. Bertin
Post by René J.V. Bertin
Post by Kevin Funk
Looks like your KCrash checkout/tarball (kcrash.git) is too old. Please
make sure you're using the latest version.
Shouldn't KDevelop specify the minimal required version in its
find_package
Post by René J.V. Bertin
call?
Yes.
commit ab3258f4a44629ff41dcfd3fcb28383ff7d55cc9
Date: Wed May 18 12:29:47 2016 +0200
Raise KF5 version to 5.15
We need KCrash::initialize
Post by René J.V. Bertin
R.
--
_______________________________________________
KDevelop mailing list
https://mail.kde.org/mailman/listinfo/kdevelop
Loading...