|
2010-01-22
, 18:09
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#2
|
The Following User Says Thank You to javispedro For This Useful Post: | ||
|
2010-01-22
, 18:11
|
Posts: 87 |
Thanked: 47 times |
Joined on Sep 2009
@ Sorocaba, Brasil
|
#3
|
The Following User Says Thank You to dalonso For This Useful Post: | ||
|
2010-01-22
, 18:15
|
Posts: 17 |
Thanked: 3 times |
Joined on Nov 2009
|
#4
|
|
2010-01-22
, 18:44
|
Posts: 17 |
Thanked: 3 times |
Joined on Nov 2009
|
#5
|
I am running this command on the terminal:
pkg-config --cflags gtk+-2.0
and I am supposed to get something like this:
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
but some how the terminal is returning:
-DMAEMO_CHANGES -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
i.e "-DMAEMO_CHANGES" comes along with the result.
Anybody know why I am receiving it and how to correct this issue?
I am using ubuntu 9.10 and I just downloaded maemo 5 SDK.