Re: [gtkmm] Messed up includes somehow
- From: "J. Teubel" <jteubel gmx net>
- To: Ryan McDougall <ryan mcdougall telusplanet net>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Messed up includes somehow
- Date: 02 Jul 2003 08:10:53 +0200
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]