views:

22

answers:

1

Hello,

I am trying to build a GTK application (c++) using NetBeans. After including the gtkmm.h file I had to use the pkg-config tool to determine what it's dependencies where. I then added them to the included folders. Netbean complains that it cannot find 'giomm-2.4'. This package does not exist in /usr/lib and I cannot seem to find this package in Synaptic.

Can someone tell me where to find it?

Thanks.

A: 

Try this package: libglibmm-2.4-dev.

Reinderien