Hi,

I'd like to post a problem ( and solution ) that I found while trying to
update my e17 installation today on Ubuntu.  I use the easy_e17.sh
script ( of course! ), and while embryo was trying to compile, make kept
complaining about not being able to find eina_types.h.  I fixed this by
changing the following:

in embryo_private.h, line 33:

#include <eina_types.h>

to

#include <eina-0/eina_types.h>

I then changed embryo_cc_sc.h, line 39:

#include <eina_types.h>

to

#include <eina-0/eina_types.h>

I apologize if my message is lengthy, but I thought you all would want
to know.

Thanks,

Mike

-- 
-------------------------------------------------

Mike McNeil

Sr. Network Engineer

Information Systems and Technology

University of California Berkeley



-------------------------------------------------------------------------
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=100&url=/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to