[E-devel] Errors Compiling ETK

2008-10-29 Thread Daniel Martins
I've try to compile etk but fails with a lot of errors.
the errors are:

In file included from etk_type.h:25,
 from etk_object.h:27,
 from etk_widget.h:25,
 from etk_container.h:26,
 from etk_bin.h:23,
 from etk_alignment.h:23,
 from etk_alignment.c:24:
etk_signal.h:160: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '*' token
In file included from etk_object.h:27,
 from etk_widget.h:25,
 from etk_container.h:26,
 from etk_bin.h:23,
 from etk_alignment.h:23,
 from etk_alignment.c:24:
etk_type.h:88: error: expected declaration specifiers or '...' before
'Eina_List'
In file included from etk_widget.h:25,
 from etk_container.h:26,
 from etk_bin.h:23,
 from etk_alignment.h:23,
 from etk_alignment.c:24:
etk_object.h:98: error: expected specifier-qualifier-list before
'Eina_List'
etk_object.h:124: error: expected declaration specifiers or '...' before
'Eina_List'
In file included from etk_container.h:26,
 from etk_bin.h:23,
 from etk_alignment.h:23,
 from etk_alignment.c:24:
etk_widget.h:94: error: expected specifier-qualifier-list before
'Eina_List'
etk_widget.h:245: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '*' token
In file included from etk_bin.h:23,
 from etk_alignment.h:23,
 from etk_alignment.c:24:
etk_container.h:60: error: expected specifier-qualifier-list before
'Eina_List'
etk_container.h:75: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '*' token
etk_alignment.c: In function '_etk_alignment_constructor':
etk_alignment.c:176: error: 'Etk_Widget' has no member named
'size_allocate'


I'm not a C developer, I guess that is a easy thing to fix but I don't
know what to do.


Anyhelp would be appreciated.

Regards,

-- 
Daniel Martins
Ciência da computação está tão relacionada aos computadores quanto a
Astronomia aos telescópios, Biologia aos microscópios, ou Química aos tubos
de ensaio. A Ciência não estuda ferramentas. Ela estuda como nós as
utilizamos, e o que descobrimos com elas.
(Edsger W. Dijkstra)
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Errors Compiling ETK

2008-10-29 Thread Gustavo Sverzut Barbieri
On Wed, Oct 29, 2008 at 4:43 PM, Daniel Martins
[EMAIL PROTECTED] wrote:
 I've try to compile etk but fails with a lot of errors.
 the errors are:

 In file included from etk_type.h:25,
 from etk_object.h:27,
 from etk_widget.h:25,
 from etk_container.h:26,
 from etk_bin.h:23,
 from etk_alignment.h:23,
 from etk_alignment.c:24:
 etk_signal.h:160: error: expected '=', ',', ';', 'asm' or
 '__attribute__' before '*' token
 In file included from etk_object.h:27,
 from etk_widget.h:25,
 from etk_container.h:26,
 from etk_bin.h:23,
 from etk_alignment.h:23,
 from etk_alignment.c:24:
 etk_type.h:88: error: expected declaration specifiers or '...' before
 'Eina_List'
 In file included from etk_widget.h:25,
 from etk_container.h:26,
 from etk_bin.h:23,
 from etk_alignment.h:23,
 from etk_alignment.c:24:
 etk_object.h:98: error: expected specifier-qualifier-list before
 'Eina_List'
 etk_object.h:124: error: expected declaration specifiers or '...' before
 'Eina_List'
 In file included from etk_container.h:26,
 from etk_bin.h:23,
 from etk_alignment.h:23,
 from etk_alignment.c:24:
 etk_widget.h:94: error: expected specifier-qualifier-list before
 'Eina_List'
 etk_widget.h:245: error: expected '=', ',', ';', 'asm' or
 '__attribute__' before '*' token
 In file included from etk_bin.h:23,
 from etk_alignment.h:23,
 from etk_alignment.c:24:
 etk_container.h:60: error: expected specifier-qualifier-list before
 'Eina_List'
 etk_container.h:75: error: expected '=', ',', ';', 'asm' or
 '__attribute__' before '*' token
 etk_alignment.c: In function '_etk_alignment_constructor':
 etk_alignment.c:176: error: 'Etk_Widget' has no member named
 'size_allocate'


 I'm not a C developer, I guess that is a easy thing to fix but I don't
 know what to do.

you're missing eina library, possibly your EFL installation is too
old, we're moving thing to depend on Eina for a week or two, it's not
over yet, but most things work, including ETK. I'd recommend you to
use easy_e17.sh from morlenxus.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel