On Tue, 20 Apr 2010, Dave Ray wrote:

> You had asked if I tried to compile elementary on MacOS-X.
>
> The elementary package from the Dec 2009 snapshot is a single directory 
> containing the usual autogen.sh, etc. The configure script finishes without 
> error, but it fails on make:
> ...
> In file included from ./Elementary.h:70,
>                from elm_main.c:15:
> /usr/local/include/Ecore_Job.h:44: error: conflicting types for 'Ecore_Job'
> /usr/local/include/Ecore.h:155: error: previous declaration of 'Ecore_Job' 
> was here

use only the svn code. Also, you have an olf ecore-job installed. 
ecore-job have been integrated into ecore 'core'. So Ecore_Job.h and all 
the ecore_job libs must be removed.

> The elementary package in the current svn contains four subdirectories: 
> calculator, converter, phonebook, sticky-notes. I tried to run ./autogen.sh 
> in calculator, and it fails the configure script:
> ...
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for __attribute__... yes
> ./configure: line 11279: syntax error near unexpected token `ELEMENTARY,'
> ./configure: line 11279: `PKG_CHECK_MODULES(ELEMENTARY, elementary)'

you need first elementary that is in TMP/st/elementary.

Vincent

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to