Re: slime, debian(testing, 2.6.8), sbcl(0.9.16)
- From: "Christopher Brown" <cjbrown102@xxxxxxxxx>
- Date: 26 Sep 2006 23:24:20 -0700
Javier wrote:
zlatozar ha escrito:
error: stdio.h: No such file or directory
error: sys/types.h: No such file or directory
error: sys/socket.h: No such file or directory
error: sys/stat.h: No such file or directory
error: unistd.h: No such file or directory
error: sys/un.h: No such file or directory
error: netinet/in.h: No such file or directory
error: netinet/in_systm.h: No such file or directory
error: netinet/ip.h: No such file or directory
error: net/if.h: No such file or directory
error: netdb.h: No such file or directory
error: errno.h: No such file or directory
error: netinet/tcp.h: No such file or directory
error: fcntl.h: No such file or directory
I think you need to install GCC and kernel headers. It is very strange
that it is not able to include so simple headers like stdio.h (which
are usually already avaiable without having to touch the -I directive
in the C compiler).
What I don't understand is what GCC has to do with SBCL in this case.
Is SBCL calling GCC for compiling some kind of external libraries?
O hope it helps!
For both sb-bsd-sockets and sb-posix (and maybe others?), sbcl needs to
determine the set of constants in the appropriate header files
available to your system (certainly beats guessing). It does this by
building & running a small c program. The source is in 'foo.c',
probably in e.g. /usr/local/lib/sbcl/sb-bsd-sockets/foo.c. Often on
debian systems, there's no C build environment installed by default.
I believe 'apt-get install build-essentials' is the shortest route to
set up.
Peace,
Chris
.
- Follow-Ups:
- Re: slime, debian(testing, 2.6.8), sbcl(0.9.16)
- From: zlatozar
- Re: slime, debian(testing, 2.6.8), sbcl(0.9.16)
- References:
- slime, debian(testing, 2.6.8), sbcl(0.9.16)
- From: zlatozar
- Re: slime, debian(testing, 2.6.8), sbcl(0.9.16)
- From: Javier
- slime, debian(testing, 2.6.8), sbcl(0.9.16)
- Prev by Date: Re: (read-from-string "#.(values) 42")
- Next by Date: Re: High accuracy timer?
- Previous by thread: Re: slime, debian(testing, 2.6.8), sbcl(0.9.16)
- Next by thread: Re: slime, debian(testing, 2.6.8), sbcl(0.9.16)
- Index(es):
Relevant Pages
|
|