calvin_42
|
2010-02-18
, 19:45
|
|
Posts: 286 |
Thanked: 219 times |
Joined on Feb 2010
@ France
|
#161
|
|
2010-02-18
, 23:57
|
Posts: 25 |
Thanked: 1 time |
Joined on Feb 2010
|
#162
|
Does the following command work for you in a terminal ?
Code:mad pkg-config --list-all
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/freetype2 -DMAEMO_CHANGES
|
2010-02-19
, 00:04
|
|
Posts: 286 |
Thanked: 219 times |
Joined on Feb 2010
@ France
|
#163
|
yes, it works.
If I enter a project and type the commad "mad pkg-config --cflags gtk+-2.0", the terminal shows
does this mean the command works as well? but when mad qmake and mad make, the header file I need still can not be found.Code:-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/freetype2 -DMAEMO_CHANGES
|
2010-02-19
, 00:09
|
Posts: 25 |
Thanked: 1 time |
Joined on Feb 2010
|
#164
|
Are you really sure you're actually compiling with MADDE and not just using the Compile function of Qt Creator ? I ask because I made the mistake once and got exactly the same message than you.
|
2010-02-19
, 00:10
|
|
Posts: 286 |
Thanked: 219 times |
Joined on Feb 2010
@ France
|
#165
|
|
2010-02-19
, 00:13
|
Posts: 25 |
Thanked: 1 time |
Joined on Feb 2010
|
#166
|
|
2010-02-19
, 00:33
|
Posts: 25 |
Thanked: 1 time |
Joined on Feb 2010
|
#168
|
Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found
|
2010-02-19
, 00:42
|
|
Posts: 286 |
Thanked: 219 times |
Joined on Feb 2010
@ France
|
#169
|
|
2010-02-19
, 00:51
|
Posts: 25 |
Thanked: 1 time |
Joined on Feb 2010
|
#170
|
TARGET = MadCamera TEMPLATE = app SOURCES += main.cpp \ mainwindow.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui unix { CONFIG += link_pkgconfig PKGCONFIG += gtk+-2.0 hildon-1 gstreamer-0.10 }