Hi, 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
