chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] compiling with mingw-msys


From: Wietse Jacobs
Subject: [Chicken-users] compiling with mingw-msys
Date: Fri, 12 Dec 2008 18:13:02 +0100

Hello,

This time I've tried with Mingw-MSYS and I get a lot further, but
again I'm stuck. I did:


$ make PLATFORM=mingw-msys PREFIX=/c/chicken4 bootstrap
...[ok]
$ make PLATFORM=mingw-msys PREFIX=/c/chicken4 confclean
...[ok]
$ make PLATFORM=mingw-msys PREFIX=/c/chicken4 CHICKEN=chicken-boot
...[snip]
chicken-boot csc.scm -no-trace -optimize-level 2 -include-path .
-include-path ./ -no-lambda-info -inline -local -output-file csc.c
gcc -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES
-I. -I./ -DPIC \
  -c -Os csc.c -o csc.o
csc.c:1811:70: warning: unknown escape sequence '\s'
csc.c:2251:67: warning: unknown escape sequence '\l'
csc.c:2349:67: warning: unknown escape sequence '\l'
csc.c:2453:69: warning: unknown escape sequence '\i'
csc.c:2536:67: warning: unknown escape sequence '\l'
csc.c:2616:67: warning: unknown escape sequence '\l'
csc.c:5608:67: warning: unknown escape sequence '\l'
gcc  -L. csc.o -o csc.exe \
          -lchicken  -lm -lws2_32
chicken-boot setup-download.scm -no-trace -optimize-level 2
-include-path . -include-path ./ -feature chicken-compile-shared
-dynamic -emit-import-library setup-download \
  -ignore-repository -output-file setup-download.c
Warning: extension `setup-api' is currently not installed
Syntax error: import

        "can not import from undefined module"
        setup-api

        Expansion history:

        <eval>          (##sys#cons (quote23 let-string-start+end)
(##sys#cons (quote23 ()) (##sys#cons (##sys#er-transforme......
        <eval>          (##sys#cons (quote23 ()) (##sys#cons
(##sys#er-transformer (lambda (form r c) (##sys#check-syntax (q......
        <eval>          (##sys#cons (##sys#er-transformer (lambda
(form r c) (##sys#check-syntax (quote let-string-start+end......
        <eval>          (##sys#er-transformer (lambda (form r c)
(##sys#check-syntax (quote let-string-start+end) form (quot......
        <syntax>                (##sys#register-primitive-module
(quote files) (quote (delete-file* file-copy file-move
make-pathnam......
        <syntax>                (quote files)
        <syntax>                (quote (delete-file* file-copy
file-move make-pathname directory-null? make-absolute-pathname
create......
        <eval>          (##sys#register-primitive-module (quote files)
(quote (delete-file* file-copy file-move make-pathnam...... <--
make[1]: *** [setup-download.c] Error 70
make[1]: Leaving directory `/d/source/chicken-scheme'
make: *** [all] Error 2


Thanks for any advice,
-- 
--Wietse




reply via email to

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