On 25/01/15 02:16, Carsten Haitzler (The Rasterman) wrote:
> On Sat, 24 Jan 2015 18:53:15 +0000 Tom Hacohen <[email protected]> said:
>
>> Ask raster?
> yeah. only the author can do this. eo stuff changed around after i wrote this
> post - so yes - it has details that are off (but general gist is correct)
> someone summarize what they want me to change so i dont have to spend the time
> figuring it out myself :)
Hey Raster,

The main thing that tripped me up is

#define EFL_BETA_API_SUPPORT

is no longer sufficcent as you also need

#define EFL_EO_API_SUPPORT

I also wondered that as these are included in every header but can also 
be in the Makefile should the eolian_gen actually output:

#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#ifndef EFL_EO_API_SUPPORT
#define EFL_EO_API_SUPPORT
#endif

Just a thought,
Andy

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to