Re: hildon/hildon-file-chooser-dialog.h error

2008-04-08 Thread Minti Maemo
it minti - Original Message From: Sanjay Gupta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: maemo-developers@maemo.org Sent: Saturday, 29 March, 2008 9:49:56 AM Subject: Re: hildon/hildon-file-chooser-dialog.h error Hi Jani Mikkonen, I used the following command for compilation: [sbox

hildon/hildon-file-chooser-dialog.h error

2008-03-28 Thread Sanjay Gupta
Hi, I was trying to compile the file example_file_chooser.c provided with maemo-examples-2.0 example pack but getting the following error: example_file_chooser.c:25:47: hildon/hildon-file-chooser-dialog.h: No such file or directory example_file_chooser.c: In function

Re: hildon/hildon-file-chooser-dialog.h error

2008-03-28 Thread Jani Mikkonen
Hiya. How did you try to compile? Did you pass the appropriate -I and -l switches ? Something like this would propably help you out: pkg-config hildon-1 --cflags --libs Sanjay Gupta wrote: Hi, I was trying to compile the file example_file_chooser.c provided with maemo-examples-2.0

Re: hildon/hildon-file-chooser-dialog.h error

2008-03-28 Thread Sanjay Gupta
Hi Jani Mikkonen, I used the following command for compilation: [sbox-CHINOOK_X86] gcc `pkg-config gtk+-2.0 hildon-1 --cflags --libs` -Wall example_file_chooser.c Thanks Regards, Sanjay On Fri, Mar 28, 2008 at 9:10 PM, Jani Mikkonen [EMAIL PROTECTED] wrote: Hiya. How did you try to