Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What compiler arguments should I use to compile a gtkmm program?

compiler gtkmm program
0
Posted

What compiler arguments should I use to compile a gtkmm program?

0

For gtkmm 2, you should use pkg-config. For instance, for gtkmm 2.0/2.2: pkg-config gtkmm-2.0 –libs –cflags Or for gtkmm 2.4, wich installs in parallel with gtkmm 2.0/2.2: pkg-config gtkmm-2.4 –libs –cflags You should use pkg-config’s PKG_CHECK_MODULES macro in your configure.in file, as demonstrated in the gtkmm_hello package.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123