CLion not recognizing all the symbols in glibc-2.26 source code

Answered

CLion 2019 seems to not recognize several symbols in glibc-2.26 source code. It's not a CMake project though. However, CLion does recognize many symbols. Does a project need to be built on CMake system if the code browsing has to work reliably?

0
1 comment

Hello!

Besides CMake project CLion support Compilation Database(https://www.jetbrains.com/help/clion/compilation-database.html#compdb_generate) and Gradle(https://www.jetbrains.com/help/clion/gradle-support.html) projects for now. You can provide proper compilation database file to get IntelliJ support. If it Makefile project please check the guide how to convert it to Compilation database https://www.jetbrains.com/help/clion/managing-makefile-projects.html

 

Regards,

Maxim

0

Please sign in to leave a comment.