Re: [E-devel] Bug report: Framebuffer support is broken.

2015-09-28 Thread Simon Lees
On 09/27/2015 09:49 AM, vj wrote: > Hello, > > Is this the correct place for a bug report? phab.enlightenment.org is a better place because they will get tracked and remembered better there, and patches can be added and pushed easily, but often they get picked up here as well Cheers Simon > I

Re: [E-devel] Bug report: Framebuffer support is broken.

2015-09-27 Thread vj
Hello, I've just seen the message from the day before: http://sourceforge.net/p/enlightenment/mailman/message/34492801/ Which includes this patch: --- a/src/lib/ecore_fb/ecore_fb_private.h +++ b/src/lib/ecore_fb/ecore_fb_private.h @@ -33,6 +33,20 @@ #include +#ifdef EAPI +# undef EAPI +#endif

Re: [E-devel] Bug report: Framebuffer support is broken.

2015-09-27 Thread Nicolas Aguirre
2015-09-27 2:19 GMT+02:00 vj : > Hello, > > Is this the correct place for a bug report? > If yes, here it is: > > I'm trying to build a buildroot system with the musl libc, efl and > elementary libraries and framebuffer graphics. > For testing I'm using terminology. > The target is the BeagleBoneBl

[E-devel] Bug report: Framebuffer support is broken.

2015-09-26 Thread vj
Hello, Is this the correct place for a bug report? If yes, here it is: I'm trying to build a buildroot system with the musl libc, efl and elementary libraries and framebuffer graphics. For testing I'm using terminology. The target is the BeagleBoneBlack with an Cortex-A8 ARM cpu and the host is x