bug-guile
[Top][All Lists]
Advanced

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

build fails at guile-1.8.1/libguile/c-tokenize.c on Solaris2.6: #include


From: anirkko
Subject: build fails at guile-1.8.1/libguile/c-tokenize.c on Solaris2.6: #include <stdint.h> is wrong
Date: Fri, 11 May 2007 14:12:56 +0200 (MET DST)

When building guile-1.8.1 on Solaris 2.6, compiling libguile/c-tokenize.c
fails because no include file <stdint.h> is present on the system.

Workaround: on Solaris, use
  #include <sys/int_types.h>
instead of <stdint.h>

Greetings,
Arto


output of 'gmake':
-----------------------------------------------------------
...
...
rm -f .libs/guileS.o
if [ "no" = "yes" ]; then \
                gcc -DHAVE_CONFIG_H -I.. -I/build/guile-1.8.1 -c -o 
c-tokenize.o /build/guile-1.8.1/libguile/c-tokenize.c; \
        else \
                gcc -DHAVE_CONFIG_H -I. -I/build/guile-1.8.1/libguile -I.. -I.. 
-I/build/guile-1.8.1    -O2 -funswitch-loops -fgcse-after-reload  
-mcpu=supersparc -mno-app-regs -Wall -Wmissing-prototypes -Werror -c -o 
c-tokenize.o /build/guile-1.8.1/libguile/c-tokenize.c; \
        fi
<stdout>:23:55: error: stdint.h: No such file or directory
gmake[3]: *** [c-tokenize.o] Error 1
gmake[3]: Leaving directory ...
...
...




reply via email to

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