chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] can't install bb.egg


From: Ivan Raikov
Subject: Re: [Chicken-users] can't install bb.egg
Date: Wed, 30 Apr 2008 21:52:37 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

  
  Yes, this is a common error in 64-bit environments. Try replacing
the following line in bb-support.cpp:

  #define widget_type(x) ((int)((x)[ 2 ]) >> 1)

with:

  #define widget_type(x) ((long)((x)[ 2 ]) >> 1)

and see if that works for you.

   -Ivan


Mario Domenech Goulart <address@hidden> writes:

> Just installed a fresh chicken 3.1.0 and the bb egg on an Ubuntu x86
> box.  I could not reproduce the problem.
>
> Would it be a 64bit arch specific problem?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]