KDE and SDL2: some problem with syntax analyser

René J.V. Bertin rjvbertin at gmail.com
Wed Nov 21 10:10:03 GMT 2018


Hi,

Please have a look at the recent thread "KDevelop syntax parser is barely usable" on this same mailing list, I think you will find answers there.

Are you working on a project of your own or on an existing project? If this is a project you're designing from start (or taking over) your best option is to make it use CMake instead of `configure` (aka automake and autoconf). Write a cmake file that describes how your project is to be built and make sure it finds the SDL version you use. Then import your project into KDevelop using that CMakeLists.txt file. Your problems should go away.

R.



More information about the KDevelop mailing list