Hi, I recently try to debug an issue with Ecore_Audio (segfault when running the testsuite, haven't gone to the bottom of that yet) and noticed a couple things that make using it rather difficult:
- Some headers are installed depending on PULSE and SNDFILE, but Ecore_Audio.h includes them unconditionally: this causes compile errors when compiling with either PULSE or SNDFILE turned off - It appears that ecore_audio_obj.h uses Eo_Op, which is only exported by the Eo header if EFL_BETA_API_SUPPORT is defined. When compiling EFL, the define is always set so the code compiles just fine, but that's not the case once Ecore_Audio is installed: at that point, nothing defines EFL_BETA_API_SUPPORT but the header still uses it... Cheers, -- Albin ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel