On 10/09/2012 02:55 PM, David Seikel wrote:
> On Tue, 09 Oct 2012 06:46:43 +0100 michael.blumenkra...@gmail.com wrote:
>
>> "daniel.za...@samsung.com" <daniel.za...@samsung.com> wrote:
>>
>>> Hi all,
>>>
>>> Today, we committed the porting of Evas to Eo.
>>>
>>> In this new era, the Evas object inherits from Eo, and you don't get
>>> objects private data using "->" anymore, and most of the adjustments
>>> had
>>> to do something with that.
>>> You will see that some functions in Evas receive as parameters the
>>> object (eo_obj/eo_e) and the objects private data (obj/e). Those
>>> adjustments were made for performance reasons, as it was faster than
>>> the
>>> alternative of fetching the data every time.
>>>
>>> Feel free to send comments/questions/issues to the ML, and I will do
>>> my
>>>
>>> best to help you.
>>>
>>> Also, for good performance, it's best if you compile Eo with:
>>> -O2 -DNDEBUG
>> I'm a huge fan of your borking.
> I'm gonna assume this is part of that borking, at least until I get up
> off my fat arse to actually investigate -
>
>    CC     evas_object_image.lo
> evas_object_image.c: In function '_image_border_scale_get':
> evas_object_image.c:756: error: first argument to 'va_arg' not of type
>    'va_list' make[4]: *** [evas_object_image.lo] Error 1
>
>
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
>
>
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
David,
Sorry for this. In my computer, it compiled. And maybe that function is 
not called from elementary_test so it was hard to detect it.
Daniel
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to