Re: [gtkmm] Messed up includes somehow



On Wed, 2003-07-02 at 07:45, Ryan McDougall wrote:
> When I run:
> 
> g++ test.cc
> 
> I get the following error:

This is covered in the FAQ [1]:

Simply invoke
$ g++ test.cc `pkg-config gtkmm-2.0 --libs --cflags`

and change #include <gtkmm/gtkmm.h> to #include <gtkmm.h>


Best regards,
Jan

[1]: http://gtkmm.org/gtkmm2/docs/FAQ/html/index.html#id2808104




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]