[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] can't install bb.egg
From: |
Mario Domenech Goulart |
Subject: |
Re: [Chicken-users] can't install bb.egg |
Date: |
30 Apr 2008 09:07:18 -0300 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Hi,
On Wed, 30 Apr 2008 13:12:46 +0200 Ignaz Peter Hochgemuth <address@hidden>
wrote:
> I try to install bb.egg in a fresh chicken-3.1.0, but I get the
> following errors. I'm using gcc 4.1.2 on AMD64 (Debian etch)
> What's wrong? Any idea? Thanks.
>
> Peter
>
> karolinger:/home/hgm/build# chicken-setup -k bb
>
> The extension bb does not exist.
> Do you want to download it ? (yes/no/abort) [yes]
> downloading bb.egg from (www.call-with-current-continuation.org eggs/3
> 80)
> gzip -d -c /tmp/chicken-setup-3-root/downloads/bb.egg | tar xf -
> sh: flu-config: command not found
> g++ -g -fPIC -c `fltk-config --cflags` bb-support.cpp
> bb-support.cpp: In function ‘void BBSetIntProperty(void**, int, int,
> int)’:
> bb-support.cpp:383: error: cast from ‘void*’ to ‘int’ loses precision
> ...
> ... many more of this ...
> ...
> make: Failed to make bb-support.o: shell invocation failed with non-zero
> return status
> Error: shell invocation failed with non-zero return status
> "g++ -g -fPIC -c `fltk-config --cflags` bb-support.cpp"
> 256
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?
Best wishes,
Mario