Re: [Chicken-users] Windows 10, mingw-w64, chicken 4.11 - check fails with "invalid encoded numeric literal"

2016-08-18 Thread Dan Leslie
  That should be an org, not a com:http://wiki.call-cc.org/msys2Apologies,-DanSent from my BlackBerry 10 smartphone.From: Dan LeslieSent: Thursday, August 18, 2016 6:13 PMTo: Claude Marinier; chicken-usersSubject: Re: [Chicken-users] Windows 10, mingw-w64, chicken 4.11 - check fails with "invalid encoded numeric literal"  I have used it successfully with MSys2 and Mingw-w6s; the details are here:http://wiki.call-cc.com/msys2-DanSent from my BlackBerry 10 smartphone.From: Claude MarinierSent: Thursday, August 18, 2016 5:21 PMTo: chicken-usersSubject: [Chicken-users] Windows 10, mingw-w64, chicken 4.11 - check fails with "invalid encoded numeric literal"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.batI 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' failedmingw32-make: *** [check] Error 1I 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


Re: [Chicken-users] Windows 10, mingw-w64, chicken 4.11 - check fails with "invalid encoded numeric literal"

2016-08-18 Thread Dan Leslie
  I have used it successfully with MSys2 and Mingw-w6s; the details are here:http://wiki.call-cc.com/msys2-DanSent from my BlackBerry 10 smartphone.From: Claude MarinierSent: Thursday, August 18, 2016 5:21 PMTo: chicken-usersSubject: [Chicken-users] Windows 10, mingw-w64, chicken 4.11 - check fails with "invalid encoded numeric literal"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.batI 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' failedmingw32-make: *** [check] Error 1I 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


[Chicken-users] Windows 10, mingw-w64, chicken 4.11 - check fails with "invalid encoded numeric literal"

2016-08-18 Thread Claude Marinier
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


[Chicken-users] Windows 10, mingw-w64, chicken 4.11 - install fails with "Invalid number of parameters"

2016-08-18 Thread Claude Marinier
Allô,

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

mingw32-make PLATFORM=mingw PREFIX=C:/Chicken ARCH=x86-64
.
.
.
mingw32-make PLATFORM=mingw PREFIX=C:/Chicken ARCH=x86-64 install
.
.
.
xcopy /Y feathers.bat "C:/Chicken/bin"
Invalid number of parameters
.\rules.make:363: recipe for target 'install-bin' failed
mingw32-make: *** [install-bin] Error 4


I got around it like this.

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

I then executed the new batch file.

The installation seems to have worked but ...

I can chicken-install the numbers egg but check fails (see next message).

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