Re: [E-devel] sample program problem

2009-01-12 Thread Veli Ogla Sungutay
Hey Oguz, Eclipse CDT might help. On Mon, Jan 12, 2009 at 3:56 PM, Nicolas Aguirre wrote: > 2009/1/12 Oguz Yarimtepe : > > Hi, > > > > I have attached the sample program that is mentioned at edjebook.pdf. > > Here is what i get: > > > > $ gcc `pkg-config --cflags --libs ecore-evas evas ecore edj

Re: [E-devel] sample program problem

2009-01-12 Thread Nicolas Aguirre
2009/1/12 Oguz Yarimtepe : > Hi, > > I have attached the sample program that is mentioned at edjebook.pdf. > Here is what i get: > > $ gcc `pkg-config --cflags --libs ecore-evas evas ecore edje` > example.c -o example > example.c: In function 'main': > example.c:34: warning: passing argument 2 of

Re: [E-devel] sample program problem

2009-01-12 Thread Oguz Yarimtepe
Changing to Evas_Coord was enough. I have already realised the example is written in the right way at the eflcookbook.pdf. Thanx. Maybe i should use and IDE instead of UDE (using vim of gedit and compiling from terminal). Is there any IDE that you can suggest me that i can see the function parame

Re: [E-devel] sample program problem

2009-01-12 Thread Gustavo Sverzut Barbieri
2009/1/12 Oguz Yarimtepe : > Hi, > > I have attached the sample program that is mentioned at edjebook.pdf. > Here is what i get: > > $ gcc `pkg-config --cflags --libs ecore-evas evas ecore edje` > example.c -o example > example.c: In function 'main': > example.c:34: warning: passing argument 2 of

Re: [E-devel] sample program problem

2009-01-12 Thread Vincent Torri
On Mon, 12 Jan 2009, Oguz Yarimtepe wrote: > Hi, I have attached the sample program that is mentioned at edjebook.pdf. Here is what i get: $ gcc `pkg-config --cflags --libs ecore-evas evas ecore edje` example.c -o example example.c: In function 'main': example.c:34: warning: passing argument

[E-devel] sample program problem

2009-01-12 Thread Oguz Yarimtepe
Hi, I have attached the sample program that is mentioned at edjebook.pdf. Here is what i get: $ gcc `pkg-config --cflags --libs ecore-evas evas ecore edje` example.c -o example example.c: In function 'main': example.c:34: warning: passing argument 2 of 'edje_object_size_min_get' from incompatibl