[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-devel] Problem with building 10.1.4 from tarball
From: |
Peter |
Subject: |
[MIT-Scheme-devel] Problem with building 10.1.4 from tarball |
Date: |
Wed, 16 Jan 2019 20:42:07 +0100 |
Hello fellow Schemers!
I just had some help from Taylor on IRC, I ran into the following
problem when doing ./configure && make from the 10.1.4 tarball:
;Loading "win32.cbf"...
; Compiling file: "./clipbrd.bin" => "./clipbrd.com"... done
; Compiling file: "./dib.bin" => "./dib.com"... done
; Compiling file: "./ffimacro.bin" => "./ffimacro.com"... done
; Compiling file: "./graphics.bin" => "./graphics.com"... done
; Compiling file: "./make.bin" => "./make.com"... done
; Compiling file: "./module.bin" => "./module.com"... done
; Compiling file: "./protect.bin" => "./protect.com"... done
; Compiling file: "./wf_user.bin" => "./wf_user.com"... done
; Compiling file: "./win_ffi.bin" => "./win_ffi.com"... done
; Compiling file: "./wingdi.bin" => "./wingdi.com"... done
; Compiling file: "./winnt.bin" => "./winnt.com"... done
; Compiling file: "./winuser.bin" => "./winuser.com"... done
; Compiling file: "./wt_user.bin" => "./wt_user.com"... done
;... done
(cd x11 && MIT_SCHEME_EXE=mit-scheme-x86-64 make)
make[1]: Entering directory '/tmp/mit-scheme-10.1.4/src/x11'
echo '(generate-shim "x11" "#include \"x11-shim.h\"")' \
| mit-scheme-x86-64 --batch-mode
;Including x11.cdecl... done
;Generating "x11-shim.c"... done
;Generating "x11-const.c"... done
;Dumping "x11-types.bin"... done
echo "done" > stamp-shim
gcc -DPACKAGE_NAME=\"MIT/GNU\ Scheme\ x11\ plugin\"
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
-DPACKAGE_STRING=\"MIT/GNU\ Scheme\ x11\ plugin\ 1.2\"
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11-const.o -MD -MP -MF
.deps/x11-const.Tpo -c -o x11-const.o x11-const.c
mv -f .deps/x11-const.Tpo .deps/x11-const.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Wundef -Wpointer-arith
-Winline -Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -o x11-const x11-const.o
libtool: link: gcc -Wall -Wundef -Wpointer-arith -Winline -Wstrict-prototypes
-Wnested-externs -Wredundant-decls -Wextra -Wno-sign-compare
-Wno-unused-parameter -Wold-style-definition -Wunreachable-code -Wwrite-strings
-g -O2 -o x11-const x11-const.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"MIT/GNU\
Scheme\ x11\ plugin\" -DPACKAGE_TARNAME=\"mit-scheme-x11\"
-DPACKAGE_VERSION=\"1.2\" -DPACKAGE_STRING=\"MIT/GNU\ Scheme\ x11\ plugin\
1.2\" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11base.lo -MD -MP -MF
.deps/x11base.Tpo -c -o x11base.lo x11base.c
libtool: compile: gcc "-DPACKAGE_NAME=\"MIT/GNU Scheme x11 plugin\""
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
"-DPACKAGE_STRING=\"MIT/GNU Scheme x11 plugin 1.2\""
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11base.lo -MD -MP -MF
.deps/x11base.Tpo -c x11base.c -fPIC -DPIC -o .libs/x11base.o
libtool: compile: gcc "-DPACKAGE_NAME=\"MIT/GNU Scheme x11 plugin\""
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
"-DPACKAGE_STRING=\"MIT/GNU Scheme x11 plugin 1.2\""
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11base.lo -MD -MP -MF
.deps/x11base.Tpo -c x11base.c -o x11base.o >/dev/null 2>&1
mv -f .deps/x11base.Tpo .deps/x11base.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"MIT/GNU\
Scheme\ x11\ plugin\" -DPACKAGE_TARNAME=\"mit-scheme-x11\"
-DPACKAGE_VERSION=\"1.2\" -DPACKAGE_STRING=\"MIT/GNU\ Scheme\ x11\ plugin\
1.2\" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11color.lo -MD -MP -MF
.deps/x11color.Tpo -c -o x11color.lo x11color.c
libtool: compile: gcc "-DPACKAGE_NAME=\"MIT/GNU Scheme x11 plugin\""
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
"-DPACKAGE_STRING=\"MIT/GNU Scheme x11 plugin 1.2\""
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11color.lo -MD -MP -MF
.deps/x11color.Tpo -c x11color.c -fPIC -DPIC -o .libs/x11color.o
libtool: compile: gcc "-DPACKAGE_NAME=\"MIT/GNU Scheme x11 plugin\""
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
"-DPACKAGE_STRING=\"MIT/GNU Scheme x11 plugin 1.2\""
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11color.lo -MD -MP -MF
.deps/x11color.Tpo -c x11color.c -o x11color.o >/dev/null 2>&1
mv -f .deps/x11color.Tpo .deps/x11color.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"MIT/GNU\
Scheme\ x11\ plugin\" -DPACKAGE_TARNAME=\"mit-scheme-x11\"
-DPACKAGE_VERSION=\"1.2\" -DPACKAGE_STRING=\"MIT/GNU\ Scheme\ x11\ plugin\
1.2\" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11graph.lo -MD -MP -MF
.deps/x11graph.Tpo -c -o x11graph.lo x11graph.c
libtool: compile: gcc "-DPACKAGE_NAME=\"MIT/GNU Scheme x11 plugin\""
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
"-DPACKAGE_STRING=\"MIT/GNU Scheme x11 plugin 1.2\""
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11graph.lo -MD -MP -MF
.deps/x11graph.Tpo -c x11graph.c -fPIC -DPIC -o .libs/x11graph.o
libtool: compile: gcc "-DPACKAGE_NAME=\"MIT/GNU Scheme x11 plugin\""
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
"-DPACKAGE_STRING=\"MIT/GNU Scheme x11 plugin 1.2\""
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11graph.lo -MD -MP -MF
.deps/x11graph.Tpo -c x11graph.c -o x11graph.o >/dev/null 2>&1
mv -f .deps/x11graph.Tpo .deps/x11graph.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"MIT/GNU\
Scheme\ x11\ plugin\" -DPACKAGE_TARNAME=\"mit-scheme-x11\"
-DPACKAGE_VERSION=\"1.2\" -DPACKAGE_STRING=\"MIT/GNU\ Scheme\ x11\ plugin\
1.2\" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11term.lo -MD -MP -MF
.deps/x11term.Tpo -c -o x11term.lo x11term.c
libtool: compile: gcc "-DPACKAGE_NAME=\"MIT/GNU Scheme x11 plugin\""
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
"-DPACKAGE_STRING=\"MIT/GNU Scheme x11 plugin 1.2\""
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11term.lo -MD -MP -MF
.deps/x11term.Tpo -c x11term.c -fPIC -DPIC -o .libs/x11term.o
libtool: compile: gcc "-DPACKAGE_NAME=\"MIT/GNU Scheme x11 plugin\""
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
"-DPACKAGE_STRING=\"MIT/GNU Scheme x11 plugin 1.2\""
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11term.lo -MD -MP -MF
.deps/x11term.Tpo -c x11term.c -o x11term.o >/dev/null 2>&1
mv -f .deps/x11term.Tpo .deps/x11term.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"MIT/GNU\
Scheme\ x11\ plugin\" -DPACKAGE_TARNAME=\"mit-scheme-x11\"
-DPACKAGE_VERSION=\"1.2\" -DPACKAGE_STRING=\"MIT/GNU\ Scheme\ x11\ plugin\
1.2\" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11-shim.lo -MD -MP -MF
.deps/x11-shim.Tpo -c -o x11-shim.lo x11-shim.c
libtool: compile: gcc "-DPACKAGE_NAME=\"MIT/GNU Scheme x11 plugin\""
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
"-DPACKAGE_STRING=\"MIT/GNU Scheme x11 plugin 1.2\""
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11-shim.lo -MD -MP -MF
.deps/x11-shim.Tpo -c x11-shim.c -fPIC -DPIC -o .libs/x11-shim.o
libtool: compile: gcc "-DPACKAGE_NAME=\"MIT/GNU Scheme x11 plugin\""
-DPACKAGE_TARNAME=\"mit-scheme-x11\" -DPACKAGE_VERSION=\"1.2\"
"-DPACKAGE_STRING=\"MIT/GNU Scheme x11 plugin 1.2\""
-DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"\"
-DPACKAGE=\"mit-scheme-x11\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MALLOC_H=1 -I.
-I/tmp/mit-scheme-10.1.4/src/lib/ -Wall -Wundef -Wpointer-arith -Winline
-Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -MT x11-shim.lo -MD -MP -MF
.deps/x11-shim.Tpo -c x11-shim.c -o x11-shim.o >/dev/null 2>&1
mv -f .deps/x11-shim.Tpo .deps/x11-shim.Plo
/bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Wundef -Wpointer-arith
-Winline -Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wold-style-definition
-Wunreachable-code -Wwrite-strings -g -O2 -module -avoid-version -shared -o
x11-shim.la -rpath /usr/local/lib/mit-scheme-x86-64/ x11base.lo x11color.lo
x11graph.lo x11term.lo x11-shim.lo -lX11
libtool: link: gcc -shared -fPIC -DPIC .libs/x11base.o .libs/x11color.o
.libs/x11graph.o .libs/x11term.o .libs/x11-shim.o -lX11 -g -O2 -Wl,-soname
-Wl,x11-shim.so -o .libs/x11-shim.so
libtool: link: ( cd ".libs" && rm -f "x11-shim.la" && ln -s "../x11-shim.la"
"x11-shim.la" )
make x11-const
make[2]: Entering directory '/tmp/mit-scheme-10.1.4/src/x11'
make[2]: 'x11-const' is up to date.
make[2]: Leaving directory '/tmp/mit-scheme-10.1.4/src/x11'
echo "done" > stamp-x11-const
./x11-const
echo '(sf "x11-const")' | mit-scheme-x86-64 --batch-mode
;Generating SCode for file: "x11-const.scm" => "x11-const.bin"... done
./compile.sh
;Loading "compile.scm"...
;The object #t, passed as an argument to merge-pathnames, is not an object
satisfying #[compiled-procedure 13 ("pathnm" #x9) #x1a #x9a8f0a].
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.
2 error>
End of input stream reached.make[1]: *** [Makefile:1326: stamp-scheme] Error 1
make[1]: Leaving directory '/tmp/mit-scheme-10.1.4/src/x11'
make: *** [Makefile:486: compile-x11] Error 2
Note: I do have an incompatible old mit-scheme 9 git version installed
locally.
Taylor found this commit, which should probably be merged into
10.1.5:
commit f9240424db225dafffa5fb6078d371ce1cd0bad8
Author: Chris Hanson <org/chris-hanson/cph>
Date: Thu Nov 15 23:03:45 2018 -0800
Change plugins to use the already-compiled toolchain.
Thanks!
Peter
- [MIT-Scheme-devel] Problem with building 10.1.4 from tarball,
Peter <=