make: Entering directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' "make" -f ./Makefile.mingw CONFIG= confclean make[1]: Entering directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' del /f /q \ chicken-config.h chicken-defaults.h chicken-install.rc chicken-uninstall.rc make[1]: Leaving directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' make: Leaving directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' make: Entering directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' "make" -f ./Makefile.mingw CONFIG= distclean make[1]: Entering directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' del /f /q chicken.exe csi.exe csc.exe \ chicken-profile.exe \ chicken-install.exe \ chicken-uninstall.exe \ chicken-status.exe \ chicken-bug.exe *.o \ libchicken.dll \ libchicken.dll \ libchicken.a \ \ chicken.import.so lolevel.import.so srfi-1.import.so srfi-4.import.so data-structures.import.so ports.import.so files.import.so posix.import.so srfi-13.import.so srfi-69.import.so extras.import.so srfi-14.import.so tcp.import.so foreign.import.so srfi-18.import.so utils.import.so csi.import.so irregex.import.so setup-api.import.so setup-download.import.so libchicken.dll.a \ setup-api.so setup-download.so setup-api.import.so setup-download.import.so del /f /q \ chicken-config.h chicken-defaults.h chicken-install.rc chicken-uninstall.rc Could Not Find C:\working-dir\chicken-portable-clean\sources\chicken-4.9.0.1\chicken-config.h make[1]: Leaving directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' make: Leaving directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' make: Entering directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' "make" -f ./Makefile.mingw CONFIG= all make[1]: Entering directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' echo #define C_CHICKEN_PROGRAM "chicken.exe" >> chicken-defaults.h echo #ifndef C_INSTALL_CC >> chicken-defaults.h echo # define C_INSTALL_CC "gcc" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_CXX >> chicken-defaults.h echo # define C_INSTALL_CXX "g++" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_POSTINSTALL_PROGRAM >> chicken-defaults.h echo # define C_INSTALL_POSTINSTALL_PROGRAM "true" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_RC_COMPILER >> chicken-defaults.h echo # define C_INSTALL_RC_COMPILER "windres" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_CFLAGS >> chicken-defaults.h echo # define C_INSTALL_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_LDFLAGS >> chicken-defaults.h echo # define C_INSTALL_LDFLAGS "-Wl,--enable-auto-import " >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_PREFIX >> chicken-defaults.h echo # define C_INSTALL_PREFIX "C:/working-dir/chicken-portable-clean/build" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_SHARE_HOME >> chicken-defaults.h echo # define C_INSTALL_SHARE_HOME "C:/working-dir/chicken-portable-clean/build/share/chicken" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_BIN_HOME >> chicken-defaults.h echo # define C_INSTALL_BIN_HOME "C:/working-dir/chicken-portable-clean/build/bin" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_EGG_HOME >> chicken-defaults.h echo # define C_INSTALL_EGG_HOME "C:/working-dir/chicken-portable-clean/build/lib/chicken/7" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_LIB_HOME >> chicken-defaults.h echo # define C_INSTALL_LIB_HOME "C:/working-dir/chicken-portable-clean/build/lib" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_LIB_NAME >> chicken-defaults.h echo # define C_INSTALL_LIB_NAME "chicken" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_STATIC_LIB_HOME >> chicken-defaults.h echo # define C_INSTALL_STATIC_LIB_HOME "C:/working-dir/chicken-portable-clean/build/lib" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_INCLUDE_HOME >> chicken-defaults.h echo # define C_INSTALL_INCLUDE_HOME "C:/working-dir/chicken-portable-clean/build/include/chicken" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_MORE_LIBS >> chicken-defaults.h echo # define C_INSTALL_MORE_LIBS "-lm -lws2_32" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_INSTALL_MORE_STATIC_LIBS >> chicken-defaults.h echo # define C_INSTALL_MORE_STATIC_LIBS "-lm -lws2_32" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_DEFAULT_TARGET_HEAP_SIZE >> chicken-defaults.h echo # define C_DEFAULT_TARGET_HEAP_SIZE 0 >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_STACK_GROWS_DOWNWARD >> chicken-defaults.h echo # define C_STACK_GROWS_DOWNWARD 1 >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_MORE_LIBS >> chicken-defaults.h echo # define C_TARGET_MORE_LIBS "-lm -lws2_32" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_MORE_STATIC_LIBS >> chicken-defaults.h echo # define C_TARGET_MORE_STATIC_LIBS "-lm -lws2_32" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_CC >> chicken-defaults.h echo # define C_TARGET_CC "gcc" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_CXX >> chicken-defaults.h echo # define C_TARGET_CXX "g++" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_RC_COMPILER >> chicken-defaults.h echo # define C_TARGET_RC_COMPILER "windres" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_CFLAGS >> chicken-defaults.h echo # define C_TARGET_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_LDFLAGS >> chicken-defaults.h echo # define C_TARGET_LDFLAGS "-Wl,--enable-auto-import " >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_FEATURES >> chicken-defaults.h echo # define C_TARGET_FEATURES "" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_CROSS_CHICKEN >> chicken-defaults.h echo # define C_CROSS_CHICKEN 0 >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_PREFIX >> chicken-defaults.h echo # define C_TARGET_PREFIX "C:/working-dir/chicken-portable-clean/build" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_BIN_HOME >> chicken-defaults.h echo # define C_TARGET_BIN_HOME "C:/working-dir/chicken-portable-clean/build/bin" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_LIB_HOME >> chicken-defaults.h echo # define C_TARGET_LIB_HOME "C:/working-dir/chicken-portable-clean/build/lib" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_LIB_NAME >> chicken-defaults.h echo # define C_TARGET_LIB_NAME "chicken" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_RUN_LIB_HOME >> chicken-defaults.h echo # define C_TARGET_RUN_LIB_HOME "C:/working-dir/chicken-portable-clean/build/bin" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_SHARE_HOME >> chicken-defaults.h echo # define C_TARGET_SHARE_HOME "C:/working-dir/chicken-portable-clean/build/share" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_INCLUDE_HOME >> chicken-defaults.h echo # define C_TARGET_INCLUDE_HOME "C:/working-dir/chicken-portable-clean/build/include/chicken" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_TARGET_STATIC_LIB_HOME >> chicken-defaults.h echo # define C_TARGET_STATIC_LIB_HOME "C:/working-dir/chicken-portable-clean/build/lib" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_CHICKEN_PROGRAM >> chicken-defaults.h echo # define C_CHICKEN_PROGRAM "chicken" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_CSC_PROGRAM >> chicken-defaults.h echo # define C_CSC_PROGRAM "csc" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_CSI_PROGRAM >> chicken-defaults.h echo # define C_CSI_PROGRAM "csi" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_CHICKEN_BUG_PROGRAM >> chicken-defaults.h echo # define C_CHICKEN_BUG_PROGRAM "chicken-bug" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_CHICKEN_INSTALL_PROGRAM >> chicken-defaults.h echo # define C_CHICKEN_INSTALL_PROGRAM "chicken-install" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_CHICKEN_UNINSTALL_PROGRAM >> chicken-defaults.h echo # define C_CHICKEN_UNINSTALL_PROGRAM "chicken-uninstall" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_CHICKEN_STATUS_PROGRAM >> chicken-defaults.h echo # define C_CHICKEN_STATUS_PROGRAM "chicken-status" >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_WINDOWS_SHELL >> chicken-defaults.h echo # define C_WINDOWS_SHELL 1 >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_BINARY_VERSION >> chicken-defaults.h echo # define C_BINARY_VERSION 7 >> chicken-defaults.h echo #endif >> chicken-defaults.h echo #ifndef C_USES_SONAME >> chicken-defaults.h echo # define C_USES_SONAME 0 >> chicken-defaults.h echo #endif >> chicken-defaults.h echo /* END OF FILE */ >> chicken-defaults.h echo /* GENERATED */ >chicken-config.h echo #define HAVE_DIRENT_H 1 >>chicken-config.h echo #define HAVE_INTTYPES_H 1 >>chicken-config.h echo #define HAVE_LIMITS_H 1 >>chicken-config.h echo #define HAVE_LONG_LONG 1 >>chicken-config.h echo #define HAVE_MEMMOVE 1 >>chicken-config.h echo #define HAVE_MEMORY_H 1 >>chicken-config.h echo #define HAVE_STDINT_H 1 >>chicken-config.h echo #define HAVE_STDLIB_H 1 >>chicken-config.h echo #define HAVE_STRERROR 1 >>chicken-config.h echo #define HAVE_STRINGS_H 1 >>chicken-config.h echo #define HAVE_STRING_H 1 >>chicken-config.h echo #define HAVE_STRTOLL 1 >>chicken-config.h echo #define HAVE_SYS_STAT_H 1 >>chicken-config.h echo #define HAVE_SYS_TYPES_H 1 >>chicken-config.h echo #define HAVE_UNISTD_H 1 >>chicken-config.h echo #define HAVE_UNSIGNED_LONG_LONG 1 >>chicken-config.h echo #define STDC_HEADERS 1 >>chicken-config.h echo #define HAVE_DIRECT_H 1 >>chicken-config.h echo #define HAVE_ERRNO_H 1 >>chicken-config.h echo #define HAVE_LOADLIBRARY 1 >>chicken-config.h echo #define HAVE_GETPROCADDRESS 1 >>chicken-config.h echo #define C_STACK_GROWS_DOWNWARD 1 >>chicken-config.h type chicken-defaults.h >>chicken-config.h gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN eval.c -o eval-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN ports.c -o ports-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN files.c -o files-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN extras.c -o extras-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN utils.c -o utils-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN tcp.c -o tcp-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN srfi-1.c -o srfi-1-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN srfi-13.c -o srfi-13-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN srfi-14.c -o srfi-14-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN srfi-18.c -o srfi-18-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN srfi-69.c -o srfi-69-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN posixwin.c -o posixwin-static.o -I. -I.\ In file included from posixwin.c:11:0: posixwin.c: In function 'stub1232': posixwin.c:1108:34: warning: passing argument 4 of 'C_process' from incompatible pointer type C_r=C_mk_bool(C_process(t0,t1,t2,t3,t4,t5,t6,t7)); ^ chicken.h:1098:38: note: in definition of macro 'C_mk_bool' #define C_mk_bool(x) ((x) ? C_SCHEME_TRUE : C_SCHEME_FALSE) ^ posixwin.c:478:1: note: expected 'long long int *' but argument is of type 'int *' C_process(const char * app, const char * cmdlin, const char ** env, ^ In file included from posixwin.c:11:0: posixwin.c: In function 'f_5177': posixwin.c:196:75: warning: passing argument 3 of 'spawnvpe' from incompatible pointer type #define C_spawnvpe(m, f) C_fix(spawnvpe(C_unfix(m), C_data_pointer(f), (const char *const *)C_exec_args, (const char *const *)C_exec_env)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:9389:4: note: in expansion of macro 'C_spawnvpe' t2=C_spawnvpe(((C_word*)t0)[3],t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:178:20: note: expected 'char * const*' but argument is of type 'const char * const*' intptr_t __cdecl spawnvpe(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ In file included from posixwin.c:11:0: posixwin.c:196:109: warning: passing argument 4 of 'spawnvpe' from incompatible pointer type #define C_spawnvpe(m, f) C_fix(spawnvpe(C_unfix(m), C_data_pointer(f), (const char *const *)C_exec_args, (const char *const *)C_exec_env)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:9389:4: note: in expansion of macro 'C_spawnvpe' t2=C_spawnvpe(((C_word*)t0)[3],t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:178:20: note: expected 'char * const*' but argument is of type 'const char * const*' intptr_t __cdecl spawnvpe(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ In file included from posixwin.c:11:0: posixwin.c:195:74: warning: passing argument 3 of 'spawnvp' from incompatible pointer type #define C_spawnvp(m, f) C_fix(spawnvp(C_unfix(m), C_data_pointer(f), (const char *const *)C_exec_args)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:9393:4: note: in expansion of macro 'C_spawnvp' t2=C_spawnvp(((C_word*)t0)[3],t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:177:20: note: expected 'char * const*' but argument is of type 'const char * const*' intptr_t __cdecl spawnvp(int,const char *_Filename,char *const _ArgList[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ In file included from posixwin.c:11:0: posixwin.c: In function 'f_5110': posixwin.c:192:57: warning: passing argument 2 of 'execve' from incompatible pointer type #define C_execve(f) C_fix(execve(C_data_pointer(f), (const char *const *)C_exec_args, (const char *const *)C_exec_env)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:10290:4: note: in expansion of macro 'C_execve' t2=C_execve(t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:166:15: note: expected 'char * const*' but argument is of type 'const char * const*' int __cdecl execve(const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ In file included from posixwin.c:11:0: posixwin.c:192:91: warning: passing argument 3 of 'execve' from incompatible pointer type #define C_execve(f) C_fix(execve(C_data_pointer(f), (const char *const *)C_exec_args, (const char *const *)C_exec_env)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:10290:4: note: in expansion of macro 'C_execve' t2=C_execve(t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:166:15: note: expected 'char * const*' but argument is of type 'const char * const*' int __cdecl execve(const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ In file included from posixwin.c:11:0: posixwin.c:191:57: warning: passing argument 2 of 'execvp' from incompatible pointer type #define C_execvp(f) C_fix(execvp(C_data_pointer(f), (const char *const *)C_exec_args)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:10294:4: note: in expansion of macro 'C_execvp' t2=C_execvp(t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:167:15: note: expected 'char * const*' but argument is of type 'const char * const*' int __cdecl execvp(const char *_Filename,char *const _ArgList[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN irregex.c -o irregex-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN profiler.c -o profiler-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN stub.c -o stub-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN expand.c -o expand-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN modules.c -o modules-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN build-version.c -o build-version-static.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o -I. -I.\ ar cru libchicken.a library-static.o eval-static.o data-structures-static.o ports-static.o files-static.o extras-static.o lolevel-static.o utils-static.o tcp-static.o srfi-1-static.o srfi-4-static.o srfi-13-static.o srfi-14-static.o srfi-18-static.o srfi-69-static.o posixwin-static.o irregex-static.o scheduler-static.o profiler-static.o stub-static.o expand-static.o modules-static.o chicken-syntax-static.o chicken-ffi-syntax-static.o build-version-static.o runtime-static.o gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN library.c -o library.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN eval.c -o eval.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN ports.c -o ports.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN files.c -o files.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN extras.c -o extras.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN utils.c -o utils.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN tcp.c -o tcp.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-1.c -o srfi-1.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-13.c -o srfi-13.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-14.c -o srfi-14.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-18.c -o srfi-18.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-69.c -o srfi-69.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN posixwin.c -o posixwin.o -I. -I.\ In file included from posixwin.c:11:0: posixwin.c: In function 'stub1232': posixwin.c:1108:34: warning: passing argument 4 of 'C_process' from incompatible pointer type C_r=C_mk_bool(C_process(t0,t1,t2,t3,t4,t5,t6,t7)); ^ chicken.h:1098:38: note: in definition of macro 'C_mk_bool' #define C_mk_bool(x) ((x) ? C_SCHEME_TRUE : C_SCHEME_FALSE) ^ posixwin.c:478:1: note: expected 'long long int *' but argument is of type 'int *' C_process(const char * app, const char * cmdlin, const char ** env, ^ In file included from posixwin.c:11:0: posixwin.c: In function 'f_5177': posixwin.c:196:75: warning: passing argument 3 of 'spawnvpe' from incompatible pointer type #define C_spawnvpe(m, f) C_fix(spawnvpe(C_unfix(m), C_data_pointer(f), (const char *const *)C_exec_args, (const char *const *)C_exec_env)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:9389:4: note: in expansion of macro 'C_spawnvpe' t2=C_spawnvpe(((C_word*)t0)[3],t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:178:20: note: expected 'char * const*' but argument is of type 'const char * const*' intptr_t __cdecl spawnvpe(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ In file included from posixwin.c:11:0: posixwin.c:196:109: warning: passing argument 4 of 'spawnvpe' from incompatible pointer type #define C_spawnvpe(m, f) C_fix(spawnvpe(C_unfix(m), C_data_pointer(f), (const char *const *)C_exec_args, (const char *const *)C_exec_env)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:9389:4: note: in expansion of macro 'C_spawnvpe' t2=C_spawnvpe(((C_word*)t0)[3],t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:178:20: note: expected 'char * const*' but argument is of type 'const char * const*' intptr_t __cdecl spawnvpe(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ In file included from posixwin.c:11:0: posixwin.c:195:74: warning: passing argument 3 of 'spawnvp' from incompatible pointer type #define C_spawnvp(m, f) C_fix(spawnvp(C_unfix(m), C_data_pointer(f), (const char *const *)C_exec_args)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:9393:4: note: in expansion of macro 'C_spawnvp' t2=C_spawnvp(((C_word*)t0)[3],t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:177:20: note: expected 'char * const*' but argument is of type 'const char * const*' intptr_t __cdecl spawnvp(int,const char *_Filename,char *const _ArgList[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ In file included from posixwin.c:11:0: posixwin.c: In function 'f_5110': posixwin.c:192:57: warning: passing argument 2 of 'execve' from incompatible pointer type #define C_execve(f) C_fix(execve(C_data_pointer(f), (const char *const *)C_exec_args, (const char *const *)C_exec_env)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:10290:4: note: in expansion of macro 'C_execve' t2=C_execve(t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:166:15: note: expected 'char * const*' but argument is of type 'const char * const*' int __cdecl execve(const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ In file included from posixwin.c:11:0: posixwin.c:192:91: warning: passing argument 3 of 'execve' from incompatible pointer type #define C_execve(f) C_fix(execve(C_data_pointer(f), (const char *const *)C_exec_args, (const char *const *)C_exec_env)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:10290:4: note: in expansion of macro 'C_execve' t2=C_execve(t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:166:15: note: expected 'char * const*' but argument is of type 'const char * const*' int __cdecl execve(const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ In file included from posixwin.c:11:0: posixwin.c:191:57: warning: passing argument 2 of 'execvp' from incompatible pointer type #define C_execvp(f) C_fix(execvp(C_data_pointer(f), (const char *const *)C_exec_args)) ^ chicken.h:1086:47: note: in definition of macro 'C_fix' #define C_fix(n) (((C_word)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ posixwin.c:10294:4: note: in expansion of macro 'C_execvp' t2=C_execvp(t1); ^ In file included from C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/unistd.h:11:0, from chicken.h:115, from posixwin.c:11: C:/working-dir/chicken-portable-clean/third-party/x86_64-4.9.2-release-win32-seh-rt_v3-rev0/mingw64/x86_64-w64-mingw32/include/process.h:167:15: note: expected 'char * const*' but argument is of type 'const char * const*' int __cdecl execvp(const char *_Filename,char *const _ArgList[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; ^ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN irregex.c -o irregex.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN profiler.c -o profiler.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN stub.c -o stub.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN expand.c -o expand.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN modules.c -o modules.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN build-version.c -o build-version.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN runtime.c -o runtime.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -Wl,--out-implib,libchicken.dll.a \ -o libchicken.dll library.o eval.o data-structures.o ports.o files.o extras.o lolevel.o utils.o tcp.o srfi-1.o srfi-4.o srfi-13.o srfi-14.o srfi-18.o srfi-69.o posixwin.o irregex.o scheduler.o profiler.o stub.o expand.o modules.o chicken-syntax.o chicken-ffi-syntax.o build-version.o runtime.o -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC chicken.c -o chicken.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC batch-driver.c -o batch-driver.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC compiler.c -o compiler.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC optimizer.c -o optimizer.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC lfa2.c -o lfa2.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC compiler-syntax.c -o compiler-syntax.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC scrutinizer.c -o scrutinizer.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC support.c -o support.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC c-platform.c -o c-platform.o -I. -I.\ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC c-backend.c -o c-backend.o -I. -I.\ gcc -Wl,--enable-auto-import -L. chicken.o batch-driver.o compiler.o optimizer.o lfa2.o compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o -o chicken.exe \ -lchicken -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DPIC -c -Os csi.c -o csi.o -I. -I.\ gcc -Wl,--enable-auto-import -L. csi.o -o csi.exe -lchicken -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DPIC -c -Os chicken-profile.c -o chicken-profile.o -I. -I.\ gcc -Wl,--enable-auto-import -L. chicken-profile.o -o chicken-profile.exe -lchicken -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DPIC -c -Os csc.c -o csc.o -I. -I.\ gcc -Wl,--enable-auto-import -L. csc.o -o csc.exe -lchicken -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DPIC -c -Os chicken-install.c -o chicken-install.o -I. -I.\ echo /* GENERATED */ > chicken-install.rc echo 1 24 MOVEABLE PURE >> chicken-install.rc echo BEGIN >> chicken-install.rc echo "\r\n" >> chicken-install.rc echo "\r\n" >> chicken-install.rc echo " \r\n" >> chicken-install.rc echo " \r\n" >> chicken-install.rc echo " \r\n" >> chicken-install.rc echo " \r\n" >> chicken-install.rc echo " \r\n" >> chicken-install.rc echo " \r\n" >> chicken-install.rc echo " \r\n" >> chicken-install.rc echo " \r\n" >> chicken-install.rc echo "\r\n" >> chicken-install.rc echo END >> chicken-install.rc echo /* END OF FILE */ >> chicken-install.rc windres chicken-install.rc chicken-install.rc.o gcc -Wl,--enable-auto-import -L. chicken-install.o chicken-install.rc.o -o chicken-install.exe -lchicken -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DPIC -c -Os chicken-uninstall.c -o chicken-uninstall.o -I. -I.\ echo /* GENERATED */ > chicken-uninstall.rc echo 1 24 MOVEABLE PURE >> chicken-uninstall.rc echo BEGIN >> chicken-uninstall.rc echo "\r\n" >> chicken-uninstall.rc echo "\r\n" >> chicken-uninstall.rc echo " \r\n" >> chicken-uninstall.rc echo " \r\n" >> chicken-uninstall.rc echo " \r\n" >> chicken-uninstall.rc echo " \r\n" >> chicken-uninstall.rc echo " \r\n" >> chicken-uninstall.rc echo " \r\n" >> chicken-uninstall.rc echo " \r\n" >> chicken-uninstall.rc echo " \r\n" >> chicken-uninstall.rc echo "\r\n" >> chicken-uninstall.rc echo END >> chicken-uninstall.rc echo /* END OF FILE */ >> chicken-uninstall.rc windres chicken-uninstall.rc chicken-uninstall.rc.o gcc -Wl,--enable-auto-import -L. chicken-uninstall.o chicken-uninstall.rc.o -o chicken-uninstall.exe -lchicken -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DPIC -c -Os chicken-status.c -o chicken-status.o -I. -I.\ gcc -Wl,--enable-auto-import -L. chicken-status.o -o chicken-status.exe -lchicken -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN setup-download.c -o setup-download.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. setup-download.o -o setup-download.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -DPIC -DC_BUILDING_LIBCHICKEN setup-api.c -o setup-api.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. setup-api.o -o setup-api.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os chicken-bug.c -o chicken-bug.o -I. -I.\ gcc -Wl,--enable-auto-import -L. chicken-bug.o -o chicken-bug.exe -lchicken -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN chicken.import.c -o chicken.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. chicken.import.o -o chicken.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN lolevel.import.c -o lolevel.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. lolevel.import.o -o lolevel.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-1.import.c -o srfi-1.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. srfi-1.import.o -o srfi-1.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.import.c -o srfi-4.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. srfi-4.import.o -o srfi-4.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN data-structures.import.c -o data-structures.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. data-structures.import.o -o data-structures.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN ports.import.c -o ports.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. ports.import.o -o ports.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN files.import.c -o files.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. files.import.o -o files.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN posix.import.c -o posix.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. posix.import.o -o posix.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-13.import.c -o srfi-13.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. srfi-13.import.o -o srfi-13.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-69.import.c -o srfi-69.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. srfi-69.import.o -o srfi-69.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN extras.import.c -o extras.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. extras.import.o -o extras.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-14.import.c -o srfi-14.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. srfi-14.import.o -o srfi-14.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN tcp.import.c -o tcp.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. tcp.import.o -o tcp.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN foreign.import.c -o foreign.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. foreign.import.o -o foreign.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN srfi-18.import.c -o srfi-18.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. srfi-18.import.o -o srfi-18.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN utils.import.c -o utils.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. utils.import.o -o utils.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN csi.import.c -o csi.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. csi.import.o -o csi.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN irregex.import.c -o irregex.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. irregex.import.o -o irregex.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN setup-api.import.c -o setup-api.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. setup-api.import.o -o setup-api.import.so \ -lchicken \ -lm -lws2_32 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -DPIC -DC_BUILDING_LIBCHICKEN setup-download.import.c -o setup-download.import.o -I. -I.\ gcc -Wl,--enable-auto-import -shared -L. setup-download.import.o -o setup-download.import.so \ -lchicken \ -lm -lws2_32 windres chicken.rc chicken.rc.o make[1]: Leaving directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' make: Leaving directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' make: Entering directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' "make" -f ./Makefile.mingw CONFIG= install make[1]: Entering directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' mkdir "C:\working-dir\chicken-portable-clean\build\lib" xcopy /Y libchicken.dll.a "C:\working-dir\chicken-portable-clean\build\lib" C:libchicken.dll.a 1 File(s) copied mkdir "C:\working-dir\chicken-portable-clean\build\bin" xcopy /Y libchicken.dll "C:\working-dir\chicken-portable-clean\build\bin" C:libchicken.dll 1 File(s) copied mkdir "C:\working-dir\chicken-portable-clean\build\lib" A subdirectory or file C:\working-dir\chicken-portable-clean\build\lib already exists. make[1]: [install-dev] Error 1 (ignored) mkdir "C:\working-dir\chicken-portable-clean\build\share" mkdir "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" mkdir "C:\working-dir\chicken-portable-clean\build\include\chicken" mkdir "C:\working-dir\chicken-portable-clean\build\share\chicken" xcopy /Y libchicken.a "C:\working-dir\chicken-portable-clean\build\lib" C:libchicken.a 1 File(s) copied xcopy /Y .\chicken.h "C:\working-dir\chicken-portable-clean\build\include\chicken" .\chicken.h 1 File(s) copied xcopy /Y chicken-config.h "C:\working-dir\chicken-portable-clean\build\include\chicken" C:chicken-config.h 1 File(s) copied xcopy /Y .\chicken.ico "C:\working-dir\chicken-portable-clean\build\share\chicken" .\chicken.ico 1 File(s) copied xcopy /Y .\chicken.rc.o "C:\working-dir\chicken-portable-clean\build\share\chicken" .\chicken.rc.o 1 File(s) copied xcopy /Y .\types.db "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" .\types.db 1 File(s) copied mkdir "C:\working-dir\chicken-portable-clean\build\bin" A subdirectory or file C:\working-dir\chicken-portable-clean\build\bin already exists. make[1]: [install-bin] Error 1 (ignored) xcopy /Y chicken.exe "C:\working-dir\chicken-portable-clean\build\bin" C:chicken.exe 1 File(s) copied xcopy /Y csi.exe "C:\working-dir\chicken-portable-clean\build\bin" C:csi.exe 1 File(s) copied xcopy /Y chicken-profile.exe "C:\working-dir\chicken-portable-clean\build\bin" C:chicken-profile.exe 1 File(s) copied xcopy /Y csc.exe "C:\working-dir\chicken-portable-clean\build\bin" C:csc.exe 1 File(s) copied xcopy /Y chicken-bug.exe "C:\working-dir\chicken-portable-clean\build\bin" C:chicken-bug.exe 1 File(s) copied xcopy /Y chicken-status.exe "C:\working-dir\chicken-portable-clean\build\bin" C:chicken-status.exe 1 File(s) copied xcopy /Y chicken-install.exe "C:\working-dir\chicken-portable-clean\build\bin" C:chicken-install.exe 1 File(s) copied xcopy /Y chicken-uninstall.exe "C:\working-dir\chicken-portable-clean\build\bin" C:chicken-uninstall.exe 1 File(s) copied xcopy /Y chicken.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:chicken.import.so 1 File(s) copied xcopy /Y lolevel.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:lolevel.import.so 1 File(s) copied xcopy /Y srfi-1.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:srfi-1.import.so 1 File(s) copied xcopy /Y srfi-4.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:srfi-4.import.so 1 File(s) copied xcopy /Y data-structures.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:data-structures.import.so 1 File(s) copied xcopy /Y ports.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:ports.import.so 1 File(s) copied xcopy /Y files.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:files.import.so 1 File(s) copied xcopy /Y posix.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:posix.import.so 1 File(s) copied xcopy /Y srfi-13.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:srfi-13.import.so 1 File(s) copied xcopy /Y srfi-69.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:srfi-69.import.so 1 File(s) copied xcopy /Y extras.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:extras.import.so 1 File(s) copied xcopy /Y srfi-14.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:srfi-14.import.so 1 File(s) copied xcopy /Y tcp.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:tcp.import.so 1 File(s) copied xcopy /Y foreign.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:foreign.import.so 1 File(s) copied xcopy /Y srfi-18.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:srfi-18.import.so 1 File(s) copied xcopy /Y utils.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:utils.import.so 1 File(s) copied xcopy /Y csi.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:csi.import.so 1 File(s) copied xcopy /Y irregex.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:irregex.import.so 1 File(s) copied xcopy /Y setup-api.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:setup-api.import.so 1 File(s) copied xcopy /Y setup-download.import.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:setup-download.import.so 1 File(s) copied xcopy /Y setup-api.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:setup-api.so 1 File(s) copied xcopy /Y setup-download.so "C:\working-dir\chicken-portable-clean\build\lib\chicken\7" C:setup-download.so 1 File(s) copied C:\working-dir\chicken-portable-clean\build\bin\chicken-install -update-db loading import libraries ... generating database srfi-69 srfi-4 srfi-18 setup-download srfi-14 tcp setup-api srfi-13 srfi-1 utils posix ports lolevel irregex foreign files extras data-structures csi chicken r5rs-null r4rs-null scheme r4rs copy "C:\Users\COMBIER\AppData\Local\Temp\temp1876.8544\modules.db" "C:\working-dir\chicken-portable-clean\build\lib\chicken\7\modules.db" 1 file(s) copied. xcopy /Y .\csibatch.bat "C:\working-dir\chicken-portable-clean\build\bin" .\csibatch.bat 1 File(s) copied mkdir "C:\working-dir\chicken-portable-clean\build\share\man\man1" mkdir "C:\working-dir\chicken-portable-clean\build\share\chicken\doc" mkdir "C:\working-dir\chicken-portable-clean\build\share\chicken" A subdirectory or file C:\working-dir\chicken-portable-clean\build\share\chicken already exists. make[1]: [install-other-files] Error 1 (ignored) xcopy /Y .\chicken.1 "C:\working-dir\chicken-portable-clean\build\share\man\man1" .\chicken.1 1 File(s) copied xcopy /Y .\csc.1 "C:\working-dir\chicken-portable-clean\build\share\man\man1" .\csc.1 1 File(s) copied xcopy /Y .\csi.1 "C:\working-dir\chicken-portable-clean\build\share\man\man1" .\csi.1 1 File(s) copied xcopy /Y .\chicken-install.1 "C:\working-dir\chicken-portable-clean\build\share\man\man1" .\chicken-install.1 1 File(s) copied xcopy /Y .\chicken-uninstall.1 "C:\working-dir\chicken-portable-clean\build\share\man\man1" .\chicken-uninstall.1 1 File(s) copied xcopy /Y .\chicken-status.1 "C:\working-dir\chicken-portable-clean\build\share\man\man1" .\chicken-status.1 1 File(s) copied xcopy /Y .\chicken-profile.1 "C:\working-dir\chicken-portable-clean\build\share\man\man1" .\chicken-profile.1 1 File(s) copied xcopy /Y .\chicken-bug.1 "C:\working-dir\chicken-portable-clean\build\share\man\man1" .\chicken-bug.1 1 File(s) copied mkdir "C:\working-dir\chicken-portable-clean\build\share\chicken\doc\manual" xcopy /Y .\manual-html\* "C:\working-dir\chicken-portable-clean\build\share\chicken\doc\manual" .\manual-html\Accessing external objects.html .\manual-html\Acknowledgements.html .\manual-html\Basic mode of operation.html .\manual-html\Bibliography.html .\manual-html\Bugs and limitations.html .\manual-html\C interface.html .\manual-html\Callbacks.html .\manual-html\chicken.png .\manual-html\Cross development.html .\manual-html\Data representation.html .\manual-html\Declarations.html .\manual-html\Deployment.html .\manual-html\Deviations from the standard.html .\manual-html\Embedding.html .\manual-html\Exceptions.html .\manual-html\Extensions to the standard.html .\manual-html\Extensions.html .\manual-html\faq.html .\manual-html\Foreign type specifiers.html .\manual-html\Getting started.html .\manual-html\index.html .\manual-html\Interface to external functions and variables.html .\manual-html\Locations.html .\manual-html\Macros.html .\manual-html\manual.css .\manual-html\Modules.html .\manual-html\Non-standard macros and special forms.html .\manual-html\Non-standard read syntax.html .\manual-html\Other support procedures.html .\manual-html\Parameters.html .\manual-html\Supported language.html .\manual-html\The R5RS standard.html .\manual-html\The User's Manual.html .\manual-html\Types.html .\manual-html\Unit data-structures.html .\manual-html\Unit eval.html .\manual-html\Unit expand.html .\manual-html\Unit extras.html .\manual-html\Unit files.html .\manual-html\Unit irregex.html .\manual-html\Unit library.html .\manual-html\Unit lolevel.html .\manual-html\Unit ports.html .\manual-html\Unit posix.html .\manual-html\Unit srfi-1.html .\manual-html\Unit srfi-13.html .\manual-html\Unit srfi-14.html .\manual-html\Unit srfi-18.html .\manual-html\Unit srfi-4.html .\manual-html\Unit srfi-69.html .\manual-html\Unit tcp.html .\manual-html\Unit utils.html .\manual-html\Using the compiler.html .\manual-html\Using the interpreter.html 54 File(s) copied xcopy /Y .\README "C:\working-dir\chicken-portable-clean\build\share\chicken\doc" .\README 1 File(s) copied xcopy /Y .\LICENSE "C:\working-dir\chicken-portable-clean\build\share\chicken\doc" .\LICENSE 1 File(s) copied xcopy /Y .\setup.defaults "C:\working-dir\chicken-portable-clean\build\share\chicken" .\setup.defaults 1 File(s) copied make[1]: Leaving directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' make: Leaving directory `C:/working-dir/chicken-portable-clean/sources/chicken-4.9.0.1' Press any key to continue . . .