Gentoo Archives: gentoo-dev

From: Alberto Garcia Hierro <tcpdevil@××××××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] gtkmm- 2.2.11
Date: Sun, 27 Jun 2004 17:23:48
Message-Id: 200406271924.43395.tcpdevil@linuxlover.org
In Reply to: [gentoo-dev] gtkmm- 2.2.11 by Mirco Antonio Coralles
1 El Domingo, 27 de Junio de 2004 14:06, Mirco Antonio Coralles escribió:
2 > I've got the following problem:
3 >
4 > Yesterday I emerged gtkmm.... after that I tried to compile the most
5 > simple exampleprog. from
6 > http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch03.html#id2431489.
7 > This program starts with #include <gtkmm.h> which directly leads to my
8 > problem, because the compiler complains that he can't find that file.
9 >
10 This is an OT, anyway here are mi two cents:
11 g++ foo.cc $(pkg-config gtkmm-2.4 --cflags --libs)
12
13
14 --
15 /* Alberto García Hierro (Skyhusker) */