Hi,
I'm new to using the IDE and having trouble during build to find this include header and I assume adding them to the search path would solved the problem.
I did a fine and added these paths to the projects Build Option / Seach Directories:
[nasheayahu@Qudahsh-ManjLap ~]$ find /usr -name glibmm.h -type f -print
/usr/include/glibmm-2.4/glibmm.h
[nasheayahu@Qudahsh-ManjLap ~]$ find /usr -name glibmmconfig.h -type f -print
/usr/lib/glibmm-2.4/include/glibmmconfig.h
[nasheayahu@Qudahsh-ManjLap ~]$ find /usr -name gtkmm.h -type f -print
find: ‘/usr/lib/firmware/b43’: Permission denied
/usr/include/gtkmm-2.4/gtkmm.h
/usr/include/gtkmm-3.0/gtkmm.h
Program:
(https://s5.postimg.org/sbeun70dj/Screenshot_from_2016_11_07_14_41_11.png)
Build Output:
(https://s5.postimg.org/bmdera3s7/Screenshot_from_2016_11_07_15_04_52.png)
Build Option / Search Directories:
(https://s5.postimg.org/kg4b8dqqv/Screenshot_from_2016_11_07_14_41_41.png)
What do I need to do to correct this error?
Thanks!...