I tried fixing this problem by changing the cython function for
ethumb_client_thumb_exists to be similar to the one for
ethumb_client_generate, and adding a couple of functions for
ethumb_client_thumb_exist_cancel and ethumb_client_thumb_exist_cancel_check.
I even came up with something that looks like it should work, but the
compiler keeps crashing (with no error message, just a position.) I'm
guessing I'm just making some mistake, as this is the first time I've tried
programming python (let alone cython).

At any rate, I checked the rest of the source tree, and it looks like
nothing actually depended on that function in the python bindings, so I just
commented it out. That was enough to get the bindings (and then editje, my
real goal) to compile successfully. I know this really isn't a solution, but
I figured I'd post it as a workaround for now. :)

Thanks,
Byrel

On Sat, Jun 25, 2011 at 2:39 PM, Byrel Mitchell <byrel.mitch...@gmail.com>wrote:

> I am trying to compile python-ethumb from rev 60667. I'm getting an error
> in ethumb.client.c:
>
> In function '__pyx_pf_6ethumb_6client_6Client_35exists':
> ./ethumb/ethumb.client.c:5475:81: error: too few arguments to function
> 'ethumb_client_thumb_exists'
>
> /usr/include/ethumb-0/Ethumb_Client.h:197:21: note: declared here
>
> I googled this, and came up with a similar problem:
>
> http://sourceforge.net/mailarchive/forum.php?thread_name=BANLkTik1g2egRi5zCpM29YAyLftSqY-5oQ%40mail.gmail.com&forum_name=enlightenment-users
>
> It seems that about a month ago, the API for ethumb had changed but the
> binding hadn't.
>
> Is this still the case, or should I be looking for a problem on my end?
>
> Thanks,
> Byrel
>
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to