mit-scheme-users
[Top][All Lists]
Advanced

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

[MIT-Scheme-users] "mit-scheme" install problem on FC-3


From: Fraser
Subject: [MIT-Scheme-users] "mit-scheme" install problem on FC-3
Date: Mon, 14 Nov 2005 00:42:20 -0800 (PST)

Hello there,
I am trying to install "mitscheme-7.7.1 onto my system
FC-3 but "make" gives som errors. i used the following
commands as i rad in INSTALL file.

./Setup.sh
./configure
make
make install

here are the different outputs:

1.) ./Setup.sh

################## OUTPUT #################
address@hidden src]$ ./Setup.sh
setting up 6001
setting up compiler
setting up cref
setting up edwin
setting up imail
setting up microcode
make: Nothing to be done for `all'.
setting up rcs
setting up runtime
setting up runtime-check
setting up sf
setting up sos
setting up star-parser
setting up win32
setting up xml
address@hidden src]$ ./configure

##########################################

2.) ./configure  runs without any single error: 

######## some last lines of ./configure  ###########

checking for GCC version >= 2.95... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in compiler
running /bin/sh ./configure 
--cache-file=.././config.cache --srcdir=.
address@hidden src]$ ls

---------------------------------------------------------------------------

######### this is "config.log" file's contents #######

This file contains any messages produced by compilers
while
running configure, to aid debugging if configure makes
a mistake.

configure:558: checking for a BSD compatible install
configure:611: checking whether ln -s works
configure:632: checking whether make sets ${MAKE}
~
###############################################
3.) "make" gives the following error:

#################### make ##########################

address@hidden src]$ make
( cd microcode && make all )
make[1]: Entering directory
`/home/hacker/testing/scheme-7.7.1/src/microcode'
gcc -DMIT_SCHEME 

....................................
-DHAVE_CONFIG_H -I. -I. -I.  -g -O2 -Wall
-I/usr/X11R6/include -c option.c
option.c: In function `parse_path_string':
option.c:828: warning: use of cast expressions as
lvalues is deprecated
option.c:850: warning: use of cast expressions as
lvalues is deprecated
option.c:857: warning: use of cast expressions as
lvalues is deprecated
.........................................
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme\"
-DHAVE_CONFIG_H -I. -I. -I.  -g -O2 -Wall
-I/usr/X11R6/include -c primutl.c
primutl.c: In function `grow_primitive_tables':
primutl.c:171: warning: dereferencing type-punned
pointer will break strict-aliasing rules
primutl.c:174: warning: dereferencing type-punned
pointer will break strict-aliasing rules
primutl.c:177: warning: dereferencing type-punned
pointer will break strict-aliasing rules
primutl.c:180: warning: dereferencing type-punned
pointer will break strict-aliasing rules
primutl.c:183: warning: dereferencing type-punned
pointer will break strict-aliasing rules
................................................
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme\"
-DHAVE_CONFIG_H -I. -I. -I.  -g -O2 -Wall
-I/usr/X11R6/include -c uxctty.c
uxctty.c: In function `UX_initialize_ctty':
uxctty.c:531: warning: null argument where non-null
required (arg 1)
...............................................
-DDEFAULT_LIBRARY_PATH=\"/usr/local/lib/mit-scheme\"
-DHAVE_CONFIG_H -I. -I. -I.  -g -O2 -Wall
-I/usr/X11R6/include -c uxio.c
uxio.c:242: error: conflicting types for 'strlen'
uxio.c:242: error: conflicting types for 'strlen'
make[1]: *** [uxio.o] Error 1
make[1]: Leaving directory
`/home/hacker/testing/scheme-7.7.1/src/microcode'
make: *** [all] Error 2
address@hidden src]$

####################################################


I want to learn "scheme" through SICP (structure &
Interpretation of Coputer Programmes) as my 1st step
into programming and for this I need to install
"mitscheme" onto my system (FC-3). please help me on
rsolving this problem

thanks 

"arnuld"


"the Great Intellectuals"


                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com




reply via email to

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