I'm new to GTK and I want to use CLion to code using this library. I'm on Ubuntu and I'v installed libgtk-3.0-dev but when I want to build the project I get this : fatal error: gtk-3.0: No such file or directory
Sorry for the dealy. Could you please share your project with us? You can send it to clion-support at jetbrains.com. It would help us to investigate the problem. Also please find out some useful information about CMake and GTK3 here: http://francesco-cek.com/cmake-and-gtk-3-the-easy-way/
Thank you for that. I just recently swapped to using CLion from Neovim and thought I had messed up somewhere else (package installs, etc). Now I know that's not the case.
Hi Amir.
Could you please specify how you've configured your CMakeLists.txt for working with GTK?
Hi
this is my CMakeList
Hi Amir.
Sorry for the dealy.
Could you please share your project with us? You can send it to clion-support at jetbrains.com.
It would help us to investigate the problem.
Also please find out some useful information about CMake and GTK3 here:
http://francesco-cek.com/cmake-and-gtk-3-the-easy-way/
thank you
I studied about CMake and I changed my CMake file like this and the problem is gone now.
Thank you for that. I just recently swapped to using CLion from Neovim and thought I had messed up somewhere else (package installs, etc). Now I know that's not the case.