AllĂ´,

I am built chicken 4.11 on Windows 10 64-bit with mingw-w64 using the
following commands. I downloaded and installed a fresh copy of mingw-w64
yesterday.

mingw32-make PLATFORM=mingw PREFIX=C:/Chicken ARCH=x86-64
.
.
.
mingw32-make --just-print PLATFORM=mingw PREFIX=C:/Chicken ARCH=x86-64
install > temp.bat

I then executed the new batch file.

All seems well.

I can chicken-install the numbers egg but the check fails.


mingw32-make PLATFORM=mingw PREFIX=C:/Chicken ARCH=x86-64
.
.
.
Note: in toplevel procedure `doloop765':
  (lolevel-tests.scm:184) in procedure call to `locative?', the predicate
is called with an argument of type `locative' and will always return true
""gcc" "a.c" -o "a.o" -c  -fno-strict-aliasing -fwrapv
-DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os
-IC:\\Users\\claude\\Documents\\Programming\\chicken-4.11.0\\tests/..
-IC:/Chicken/include/chicken"
rm a.c
""gcc" "a.o" -o "a.out" -Wl,--enable-auto-import
-LC:\Users\claude\Documents\Programming\chicken-4.11.0\tests/..
-LC:/Chicken/lib -lchicken -lm -lws2_32"
rm a.o
[panic] invalid encoded numeric literal - execution terminated

.\rules.make:664: recipe for target 'check' failed
mingw32-make: *** [check] Error 1


I can also build and run a small program.

Note that I am not using MSYS.

-- 
Claude Marinier
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to