|
From: | Dan Leslie |
Subject: | Re: [Chicken-users] Windows 10, mingw-w64, chicken 4.11 - check fails with "invalid encoded numeric literal" |
Date: | Thu, 18 Aug 2016 18:13:55 -0700 |
I have used it successfully with MSys2 and Mingw-w6s; the details are here: http://wiki.call-cc.com/msys2 -Dan Sent from my BlackBerry 10 smartphone.
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 |
[Prev in Thread] | Current Thread | [Next in Thread] |