|
2010-01-07
, 14:43
|
Posts: 10 |
Thanked: 2 times |
Joined on Nov 2009
|
#12
|
So far I don't think anyone really knows.
|
2010-01-07
, 15:37
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#13
|
|
2010-01-11
, 12:31
|
Posts: 45 |
Thanked: 3 times |
Joined on Jan 2010
|
#14
|
|
2010-01-11
, 12:38
|
Posts: 57 |
Thanked: 9 times |
Joined on Nov 2009
@ Glasgow, Scotland
|
#15
|
|
2010-01-11
, 12:44
|
Posts: 10 |
Thanked: 2 times |
Joined on Nov 2009
|
#16
|
The Following User Says Thank You to kouky For This Useful Post: | ||
|
2010-01-11
, 12:45
|
Posts: 39 |
Thanked: 4 times |
Joined on Nov 2009
|
#17
|
|
2010-01-12
, 08:00
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#18
|
I'm not sure what sort of IDE MADDE has (if any at all). I think its to be used as the compiler more then anything else.
Using this: gcc base.c `pkg-config hildon-1 --cflags --libs` -o base
But I get an error message saying that hildon-1 isn't available:
Package hildon-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `hildon-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hildon-1' found
base.c:1:27: error: hildon/hildon.h: No such file or directory
base.c: In function 'main':
base.c:5: error: 'GtkWidget' undeclared (first use in this function)
base.c:5: error: (Each undeclared identifier is reported only once
base.c:5: error: for each function it appears in.)
base.c:5: error: 'window' undeclared (first use in this function)
pkg-config --list-all does not show hildon in there. Can anyone offer some advice? I've even set the PKG_CONFIG_PATH var to point specifically to all the locations where I could find the hildon-1.pc files (/scratchbox/users/......../pkgconfig/hildon-1.pc) yet I can not get that example to compile.
I really would like develop some things for the N900 but just need to get a start