chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Compilation errors - Windows XP SP2, CMake 2.4.6 + V


From: Liam Clarke
Subject: Re: [Chicken-users] Compilation errors - Windows XP SP2, CMake 2.4.6 + VS 2005 (VS 8)
Date: Sat, 21 Apr 2007 15:25:30 +1200
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Hi Felix,

That is a Debug build. After your email, I tried a Release build and Chicken-boot.exe goes into a infinite (as far as I can tell) loop. Trying it from the command line won't even bring up the little 'splash' for want of a better description. Looking at it in the Visual Studio debugger, it seems to be forever looping in runtime.c, lines 2616 to 2620 - but I can't claim to be an expert in the debugger either.

I've attached the build log for the Debug build, and I've attached a mini-dump from the VS debugger, if it's any use. Please note that I've cc'ed to you personally as I'm not sure if mailing lists will accept attachments.

Regards,

Liam Clarke

Attachment: chicken-boot.dmp
Description: Binary data

------ Build started: Project: libchicken-boot-c, Configuration: Debug Win32 
------
Copying C:/src/chicken/boot/cfiles/utils.c to C:/dest/chicken/boot/utils.c
Copying C:/src/chicken/boot/cfiles/tcp.c to C:/dest/chicken/boot/tcp.c
Copying C:/src/chicken/boot/cfiles/srfi-18.c to C:/dest/chicken/boot/srfi-18.c
Copying C:/src/chicken/boot/cfiles/srfi-14.c to C:/dest/chicken/boot/srfi-14.c
Copying C:/src/chicken/boot/cfiles/srfi-13.c to C:/dest/chicken/boot/srfi-13.c
Copying C:/src/chicken/boot/cfiles/srfi-4.c to C:/dest/chicken/boot/srfi-4.c
Copying C:/src/chicken/boot/cfiles/srfi-1.c to C:/dest/chicken/boot/srfi-1.c
Copying C:/src/chicken/boot/cfiles/regex.c to C:/dest/chicken/boot/regex.c
Copying C:/src/chicken/boot/cfiles/posixwin.c to C:/dest/chicken/boot/posixwin.c
Copying C:/src/chicken/boot/cfiles/lolevel.c to C:/dest/chicken/boot/lolevel.c
Copying C:/src/chicken/boot/cfiles/library.c to C:/dest/chicken/boot/library.c
Copying C:/src/chicken/boot/cfiles/extras.c to C:/dest/chicken/boot/extras.c
Copying C:/src/chicken/boot/cfiles/eval.c to C:/dest/chicken/boot/eval.c
Copying C:/src/chicken/boot/cfiles/stub.c to C:/dest/chicken/boot/stub.c
Copying C:/src/chicken/boot/cfiles/scheduler.c to 
C:/dest/chicken/boot/scheduler.c
Copying C:/src/chicken/boot/cfiles/profiler.c to C:/dest/chicken/boot/profiler.c
Copying C:/src/chicken/boot/cfiles/match.c to C:/dest/chicken/boot/match.c
Build log was saved at 
"file://c:\dest\chicken\boot\libchicken-boot-c.dir\Debug\BuildLog.htm"
libchicken-boot-c - 0 error(s), 0 warning(s)
------ Build started: Project: chicken-boot-c, Configuration: Debug Win32 ------
Copying C:/src/chicken/boot/cfiles/support.c to C:/dest/chicken/boot/support.c
Copying C:/src/chicken/boot/cfiles/optimizer.c to 
C:/dest/chicken/boot/optimizer.c
Copying C:/src/chicken/boot/cfiles/compiler.c to C:/dest/chicken/boot/compiler.c
Copying C:/src/chicken/boot/cfiles/chicken.c to C:/dest/chicken/boot/chicken.c
Copying C:/src/chicken/boot/cfiles/c-platform.c to 
C:/dest/chicken/boot/c-platform.c
Copying C:/src/chicken/boot/cfiles/c-backend.c to 
C:/dest/chicken/boot/c-backend.c
Copying C:/src/chicken/boot/cfiles/batch-driver.c to 
C:/dest/chicken/boot/batch-driver.c
Build log was saved at 
"file://c:\dest\chicken\boot\chicken-boot-c.dir\Debug\BuildLog.htm"
chicken-boot-c - 0 error(s), 0 warning(s)
------ Build started: Project: libchicken-boot, Configuration: Debug Win32 
------
Compiling...
utils.c
tcp.c
.\tcp.c(66) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(102) : warning C4102: 'C_return' : unreferenced label
.\tcp.c(198) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(234) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(1337) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(1405) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(1451) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(1536) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(1598) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(1854) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(1938) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(2082) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(2172) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(2235) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(2358) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(2423) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(2826) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(2891) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(3118) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(3350) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(3470) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(3553) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(3726) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(3862) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(3982) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\tcp.c(4163) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
srfi-18.c
.\srfi-18.c(2424) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
.\srfi-18.c(2441) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
.\srfi-18.c(2545) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
.\srfi-18.c(2586) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
.\srfi-18.c(2587) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
srfi-14.c
srfi-13.c
srfi-4.c
.\srfi-4.c(48) : warning C4102: 'C_return' : unreferenced label
.\srfi-4.c(6025) : warning C4244: '=' : conversion from 'double' to 'float', 
possible loss of data
srfi-1.c
regex.c
posixwin.c
.\posixwin.c(105) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : 
see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using 
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(107) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(109) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(195) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : 
see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using 
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(197) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : 
see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using 
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(198) : warning C4996: 'putenv' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(822) : 
see declaration of 'putenv'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _putenv. See online help for details.'
.\posixwin.c(506) : warning C4996: '_snprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : 
see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using 
_snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(510) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(513) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(517) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(524) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(528) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(533) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(538) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(543) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(740) : warning C4996: 'getenv' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : 
see declaration of 'getenv'
        Message: 'This function or variable may be unsafe. Consider using 
_dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(761) : warning C4996: 'getpid' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\process.h(227) : 
see declaration of 'getpid'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _getpid. See online help for details.'
.\posixwin.c(811) : warning C4996: 'asctime' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.h(166) : see 
declaration of 'asctime'
        Message: 'This function or variable may be unsafe. Consider using 
asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(819) : warning C4996: 'ctime' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(88) : 
see declaration of 'ctime'
        Message: 'This function or variable may be unsafe. Consider using 
ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(835) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(5074) : warning C4996: 'spawnvp' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\process.h(223) : 
see declaration of 'spawnvp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _spawnvp. See online help for details.'
.\posixwin.c(5298) : warning C4996: 'execvp' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\process.h(214) : 
see declaration of 'execvp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _execvp. See online help for details.'
.\posixwin.c(5670) : warning C4244: '=' : conversion from 'time_t' to 'double', 
possible loss of data
.\posixwin.c(5971) : warning C4996: 'putenv' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(822) : 
see declaration of 'putenv'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _putenv. See online help for details.'
.\posixwin.c(6043) : warning C4996: 'dup' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(320) : see 
declaration of 'dup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _dup. See online help for details.'
.\posixwin.c(6048) : warning C4996: 'dup2' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(321) : see 
declaration of 'dup2'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _dup2. See online help for details.'
.\posixwin.c(6128) : warning C4996: 'fileno' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(688) : 
see declaration of 'fileno'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _fileno. See online help for details.'
.\posixwin.c(6190) : warning C4996: 'fdopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(686) : 
see declaration of 'fdopen'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _fdopen. See online help for details.'
.\posixwin.c(6228) : warning C4996: 'fdopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(686) : 
see declaration of 'fdopen'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _fdopen. See online help for details.'
.\posixwin.c(6383) : warning C4996: 'access' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(315) : see 
declaration of 'access'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _access. See online help for details.'
.\posixwin.c(6440) : warning C4996: 'chmod' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(316) : see 
declaration of 'chmod'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _chmod. See online help for details.'
.\posixwin.c(7173) : warning C4996: 'getcwd' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\direct.h(121) : 
see declaration of 'getcwd'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _getcwd. See online help for details.'
.\posixwin.c(7425) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : 
see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using 
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\posixwin.c(7538) : warning C4996: 'rmdir' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\direct.h(129) : 
see declaration of 'rmdir'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _rmdir. See online help for details.'
.\posixwin.c(7593) : warning C4996: 'chdir' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\direct.h(127) : 
see declaration of 'chdir'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _chdir. See online help for details.'
.\posixwin.c(7648) : warning C4996: 'mkdir' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\direct.h(128) : 
see declaration of 'mkdir'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _mkdir. See online help for details.'
.\posixwin.c(7734) : warning C4996: 'lseek' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(326) : see 
declaration of 'lseek'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _lseek. See online help for details.'
.\posixwin.c(7797) : warning C4996: 'lseek' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(326) : see 
declaration of 'lseek'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _lseek. See online help for details.'
.\posixwin.c(7956) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
.\posixwin.c(7979) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
.\posixwin.c(8002) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
.\posixwin.c(8080) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
.\posixwin.c(8080) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
.\posixwin.c(8080) : warning C4244: 'function' : conversion from 'time_t' to 
'double', possible loss of data
.\posixwin.c(8176) : warning C4996: 'mktemp' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(327) : see 
declaration of 'mktemp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _mktemp. See online help for details.'
.\posixwin.c(8285) : warning C4996: 'write' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(334) : see 
declaration of 'write'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _write. See online help for details.'
.\posixwin.c(8377) : warning C4996: 'read' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(329) : see 
declaration of 'read'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _read. See online help for details.'
.\posixwin.c(8419) : warning C4996: 'close' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(318) : see 
declaration of 'close'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _close. See online help for details.'
.\posixwin.c(8494) : warning C4996: 'open' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(328) : see 
declaration of 'open'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _open. See online help for details.'
lolevel.c
.\lolevel.c(165) : warning C4102: 'C_return' : unreferenced label
.\lolevel.c(177) : warning C4244: '=' : conversion from 'double' to 'float', 
possible loss of data
.\lolevel.c(178) : warning C4102: 'C_return' : unreferenced label
.\lolevel.c(191) : warning C4102: 'C_return' : unreferenced label
.\lolevel.c(204) : warning C4102: 'C_return' : unreferenced label
.\lolevel.c(217) : warning C4102: 'C_return' : unreferenced label
.\lolevel.c(230) : warning C4102: 'C_return' : unreferenced label
.\lolevel.c(243) : warning C4102: 'C_return' : unreferenced label
.\lolevel.c(256) : warning C4102: 'C_return' : unreferenced label
library.c
.\library.c(14434) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : 
see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using 
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\library.c(25727) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\library.c(25811) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\library.c(26691) : warning C4996: 'strerror' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(125) : 
see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using 
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
.\library.c(26916) : warning C4996: 'fileno' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(688) : 
see declaration of 'fileno'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _fileno. See online help for details.'
.\library.c(31507) : warning C4996: 'strnicmp' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(215) : 
see declaration of 'strnicmp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _strnicmp. See online help for details.'
.\library.c(33369) : warning C4244: '=' : conversion from 'time_t' to 'double', 
possible loss of data
extras.c
.\extras.c(8802) : warning C4996: 'strnicmp' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(215) : 
see declaration of 'strnicmp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _strnicmp. See online help for details.'
.\extras.c(8892) : warning C4996: 'strnicmp' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(215) : 
see declaration of 'strnicmp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _strnicmp. See online help for details.'
.\extras.c(8966) : warning C4996: 'strnicmp' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(215) : 
see declaration of 'strnicmp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _strnicmp. See online help for details.'
eval.c
stub.c
scheduler.c
.\scheduler.c(63) : warning C4102: 'C_return' : unreferenced label
.\scheduler.c(75) : warning C4102: 'C_return' : unreferenced label
.\scheduler.c(87) : warning C4102: 'C_return' : unreferenced label
.\scheduler.c(98) : warning C4102: 'C_return' : unreferenced label
.\scheduler.c(109) : warning C4102: 'C_return' : unreferenced label
profiler.c
match.c
runtime.c
..\..\..\src\chicken\runtime.c(721) : warning C4244: 'function' : conversion 
from 'time_t' to 'unsigned int', possible loss of data
..\..\..\src\chicken\runtime.c(882) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(946) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(966) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1001) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1048) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1576) : warning C4244: 'return' : conversion 
from 'double' to 'long', possible loss of data
..\..\..\src\chicken\runtime.c(1613) : warning C4244: 'return' : conversion 
from 'double' to 'long', possible loss of data
..\..\..\src\chicken\runtime.c(1724) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1937) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2229) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(2593) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2728) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2770) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3044) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3545) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3561) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3563) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3564) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3608) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3805) : warning C4996: 'gcvt' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(819) : 
see declaration of 'gcvt'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _gcvt. See online help for details.'
..\..\..\src\chicken\runtime.c(4145) : warning C4244: 'return' : conversion 
from 'double' to 'int', possible loss of data
..\..\..\src\chicken\runtime.c(4943) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(4963) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(4986) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(5006) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(5103) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(7034) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7037) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7039) : warning C4996: 'fopen' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 
see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using 
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7070) : warning C4018: '>' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(7491) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7492) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7493) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7517) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7521) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7538) : warning C4996: 'gcvt' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(819) : 
see declaration of 'gcvt'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _gcvt. See online help for details.'
..\..\..\src\chicken\runtime.c(7548) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7732) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7752) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7753) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7754) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7808) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7811) : warning C4996: 'getenv' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : 
see declaration of 'getenv'
        Message: 'This function or variable may be unsafe. Consider using 
_dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7911) : warning C4996: 'localtime' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : 
see declaration of 'localtime'
        Message: 'This function or variable may be unsafe. Consider using 
localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7912) : warning C4996: 'gmtime' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(101) : 
see declaration of 'gmtime'
        Message: 'This function or variable may be unsafe. Consider using 
gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7926) : warning C4996: '__timezone' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.h(152) : see 
declaration of '__timezone'
        Message: 'This function or variable may be unsafe. Consider using 
_get_timezone instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. 
See online help for details.'
..\..\..\src\chicken\runtime.c(8479) : warning C4244: '=' : conversion from 
'double' to 'int', possible loss of data
..\..\..\src\chicken\runtime.c(8640) : warning C4244: '=' : conversion from 
'double' to 'float', possible loss of data
Generating Code...
Creating library...
Build log was saved at 
"file://c:\dest\chicken\boot\libchicken-boot.dir\Debug\BuildLog.htm"
libchicken-boot - 0 error(s), 155 warning(s)
------ Build started: Project: libpcre-for-static, Configuration: Debug Win32 
------
Compiling...
pcre_xclass.c
pcre_version.c
pcre_valid_utf8.c
pcre_ucp_findchar.c
pcre_try_flipped.c
pcre_tables.c
pcre_study.c
pcre_refcount.c
pcre_printint.c
pcre_ord2utf8.c
pcre_maketables.c
pcre_globals.c
pcre_get.c
pcre_fullinfo.c
pcre_exec.c
pcre_dfa_exec.c
..\..\..\src\chicken\pcre\pcre_dfa_exec.c(1427) : warning C4101: 'endcode' : 
unreferenced local variable
..\..\..\src\chicken\pcre\pcre_dfa_exec.c(1449) : warning C4101: 'is_repeated' 
: unreferenced local variable
pcre_config.c
pcre_compile.c
chartables.c
Generating Code...
Creating library...
Build log was saved at 
"file://c:\dest\chicken\pcre\libpcre-for-static.dir\Debug\BuildLog.htm"
libpcre-for-static - 0 error(s), 2 warning(s)
------ Build started: Project: chicken-boot, Configuration: Debug Win32 ------
Compiling...
support.c
optimizer.c
compiler.c
c-platform.c
c-backend.c
batch-driver.c
Generating Code...
Compiling...
chicken.c
Compiling resources...
Compiling manifest to resources...
Linking...
Embedding manifest...
Build log was saved at 
"file://c:\dest\chicken\boot\chicken-boot.dir\Debug\BuildLog.htm"
chicken-boot - 0 error(s), 0 warning(s)
------ Build started: Project: lib-safe-c, Configuration: Debug Win32 ------
Compiling C:/src/chicken/utils.scm to C:/dest/chicken/utils.c Exporting 
C:/dest/chicken/utils.exports
Error: stack overflow
 Call history:
 <syntax>  (begin (let ((m (read-string! n dest (car ports) (fx+ start c)))) 
(when (fx< m n) (set! ports (cdr p......
 <syntax>  (let ((m (read-string! n dest (car ports) (fx+ start c)))) (when 
(fx< m n) (set! ports (cdr ports))...
 <syntax>  (read-string! n dest (car ports) (fx+ start c))
 <syntax>  (car ports)
 <syntax>  (fx+ start c)
 <syntax>  (begin (if (fx< m n) (begin (set! ports (cdr ports)))) (loop (fx- n 
m) (fx+ c m)))
 <syntax>  (if (fx< m n) (begin (set! ports (cdr ports))))
 <syntax>  (fx< m n)
 <syntax>  (begin (set! ports (cdr ports)))
 <syntax>  (set! ports (cdr ports))
 <syntax>  (cdr ports)
 <syntax>  (loop (fx- n m) (fx+ c m))
 <syntax>  (fx- n m)
 <syntax>  (fx+ c m)
 <syntax>  (let () loop)
 <syntax>  (begin loop) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/utils.scm to C:/dest/chicken/utils.c Exporting 
C:/dest/chicken/utils.exports"
Build log was saved at 
"file://c:\dest\chicken\lib-safe-c.dir\Debug\BuildLog.htm"
lib-safe-c - 1 error(s), 0 warning(s)
------ Build started: Project: lib-common-c, Configuration: Debug Win32 ------
Compiling C:/src/chicken/stub.scm to C:/dest/chicken/stub.c
Compiling C:/src/chicken/scheduler.scm to C:/dest/chicken/scheduler.c Exporting 
C:/dest/chicken/scheduler.exports
Compiling C:/src/chicken/profiler.scm to C:/dest/chicken/profiler.c
Compiling C:/src/chicken/match.scm to C:/dest/chicken/match.c
Error: stack overflow
 Call history:
 <syntax>  (begin (register-feature! (quote match)))
 <syntax>  (register-feature! (quote match))
 <syntax>  (quote match) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/match.scm to C:/dest/chicken/match.c"
Build log was saved at 
"file://c:\dest\chicken\lib-common-c.dir\Debug\BuildLog.htm"
lib-common-c - 1 error(s), 0 warning(s)
------ Build started: Project: libpcre-for-shared, Configuration: Debug Win32 
------
Compiling...
pcre_xclass.c
pcre_version.c
pcre_valid_utf8.c
pcre_ucp_findchar.c
pcre_try_flipped.c
pcre_tables.c
pcre_study.c
pcre_refcount.c
pcre_printint.c
pcre_ord2utf8.c
pcre_maketables.c
pcre_globals.c
pcre_get.c
pcre_fullinfo.c
pcre_exec.c
pcre_dfa_exec.c
..\..\..\src\chicken\pcre\pcre_dfa_exec.c(1427) : warning C4101: 'endcode' : 
unreferenced local variable
..\..\..\src\chicken\pcre\pcre_dfa_exec.c(1449) : warning C4101: 'is_repeated' 
: unreferenced local variable
pcre_config.c
pcre_compile.c
chartables.c
Generating Code...
Creating library...
Build log was saved at 
"file://c:\dest\chicken\pcre\libpcre-for-shared.dir\Debug\BuildLog.htm"
libpcre-for-shared - 0 error(s), 2 warning(s)
------ Build started: Project: lib-unsafe-c, Configuration: Debug Win32 ------
Compiling C:/src/chicken/utils.scm to C:/dest/chicken/uutils.c
Error: stack overflow
 Call history:
 <syntax>  (begin (let ((m (read-string! n dest (car ports) (fx+ start c)))) 
(when (fx< m n) (set! ports (cdr p......
 <syntax>  (let ((m (read-string! n dest (car ports) (fx+ start c)))) (when 
(fx< m n) (set! ports (cdr ports))...
 <syntax>  (read-string! n dest (car ports) (fx+ start c))
 <syntax>  (car ports)
 <syntax>  (fx+ start c)
 <syntax>  (begin (if (fx< m n) (begin (set! ports (cdr ports)))) (loop (fx- n 
m) (fx+ c m)))
 <syntax>  (if (fx< m n) (begin (set! ports (cdr ports))))
 <syntax>  (fx< m n)
 <syntax>  (begin (set! ports (cdr ports)))
 <syntax>  (set! ports (cdr ports))
 <syntax>  (cdr ports)
 <syntax>  (loop (fx- n m) (fx+ c m))
 <syntax>  (fx- n m)
 <syntax>  (fx+ c m)
 <syntax>  (let () loop)
 <syntax>  (begin loop) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/utils.scm to C:/dest/chicken/uutils.c"
Build log was saved at 
"file://c:\dest\chicken\lib-unsafe-c.dir\Debug\BuildLog.htm"
lib-unsafe-c - 1 error(s), 0 warning(s)
------ Build started: Project: chicken-profile-c, Configuration: Debug Win32 
------
Compiling C:/src/chicken/chicken-profile.scm to 
C:/dest/chicken/chicken-profile.c
Build log was saved at 
"file://c:\dest\chicken\chicken-profile-c.dir\Debug\BuildLog.htm"
chicken-profile-c - 0 error(s), 0 warning(s)
------ Build started: Project: chicken-c, Configuration: Debug Win32 ------
Compiling C:/src/chicken/support.scm to C:/dest/chicken/support.c
Error: stack overflow
 Call history:
 <syntax>  (begin (if ##compiler#csc-control-file (##core#undefined) (begin 
(set! ##compiler#csc-control-file ...
 <syntax>  (if ##compiler#csc-control-file (##core#undefined) (begin (set! 
##compiler#csc-control-file (open-ou......
 <syntax>  (##core#undefined)
 <syntax>  (begin (set! ##compiler#csc-control-file (open-output-file 
(pathname-replace-extension ##compiler#so......
 <syntax>  (set! ##compiler#csc-control-file (open-output-file 
(pathname-replace-extension ##compiler#source-fi......
 <syntax>  (open-output-file (pathname-replace-extension 
##compiler#source-filename "csc"))
 <syntax>  (pathname-replace-extension ##compiler#source-filename "csc")
 <syntax>  (display "#%csc\n" ##compiler#csc-control-file)
 <syntax>  (set! ##compiler#compiler-cleanup-hook (let ((old 
##compiler#compiler-cleanup-hook)) (lambda () (clo......
 <syntax>  (let ((old ##compiler#compiler-cleanup-hook)) (lambda () 
(close-output-port ##compiler#csc-control-f......
 <syntax>  (begin (lambda () (close-output-port ##compiler#csc-control-file) 
(old)))
 <syntax>  (lambda () (close-output-port ##compiler#csc-control-file) (old))
 <syntax>  (begin (close-output-port ##compiler#csc-control-file) (old))
 <syntax>  (close-output-port ##compiler#csc-control-file)
 <syntax>  (old)
 <syntax>  (fprintf ##compiler#csc-control-file "~S~%" item) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/support.scm to C:/dest/chicken/support.c"
Build log was saved at "file://c:\dest\chicken\chicken-c.dir\Debug\BuildLog.htm"
chicken-c - 1 error(s), 0 warning(s)
------ Build started: Project: csi-c, Configuration: Debug Win32 ------
Compiling C:/src/chicken/csi.scm to C:/dest/chicken/csi.c
Error: stack overflow
 Call history:
 <syntax>  (begin (##csi#run))
 <syntax>  (##csi#run) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/csi.scm to C:/dest/chicken/csi.c"
Build log was saved at "file://c:\dest\chicken\csi-c.dir\Debug\BuildLog.htm"
csi-c - 1 error(s), 0 warning(s)
------ Build started: Project: libchicken, Configuration: Debug Win32 ------
Compiling C:/src/chicken/utils.scm to C:/dest/chicken/utils.c Exporting 
C:/dest/chicken/utils.exports
Error: stack overflow
 Call history:
 <syntax>  (begin (let ((m (read-string! n dest (car ports) (fx+ start c)))) 
(when (fx< m n) (set! ports (cdr p......
 <syntax>  (let ((m (read-string! n dest (car ports) (fx+ start c)))) (when 
(fx< m n) (set! ports (cdr ports))...
 <syntax>  (read-string! n dest (car ports) (fx+ start c))
 <syntax>  (car ports)
 <syntax>  (fx+ start c)
 <syntax>  (begin (if (fx< m n) (begin (set! ports (cdr ports)))) (loop (fx- n 
m) (fx+ c m)))
 <syntax>  (if (fx< m n) (begin (set! ports (cdr ports))))
 <syntax>  (fx< m n)
 <syntax>  (begin (set! ports (cdr ports)))
 <syntax>  (set! ports (cdr ports))
 <syntax>  (cdr ports)
 <syntax>  (loop (fx- n m) (fx+ c m))
 <syntax>  (fx- n m)
 <syntax>  (fx+ c m)
 <syntax>  (let () loop)
 <syntax>  (begin loop) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/utils.scm to C:/dest/chicken/utils.c Exporting 
C:/dest/chicken/utils.exports"
Build log was saved at 
"file://c:\dest\chicken\libchicken.dir\Debug\BuildLog.htm"
libchicken - 1 error(s), 0 warning(s)
------ Build started: Project: csc-c, Configuration: Debug Win32 ------
Compiling C:/src/chicken/csc.scm to C:/dest/chicken/csc.c
Error: stack overflow
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/csc.scm to C:/dest/chicken/csc.c"
Build log was saved at "file://c:\dest\chicken\csc-c.dir\Debug\BuildLog.htm"
csc-c - 1 error(s), 0 warning(s)
------ Build started: Project: chicken-setup-c, Configuration: Debug Win32 
------
Compiling C:/src/chicken/chicken-setup.scm to C:/dest/chicken/chicken-setup.c
Error: stack overflow
 Call history:
 <syntax>  (append (string-split (or (getenv "CHICKEN_SETUP_OPTIONS") "")) 
(command-line-arguments))
 <syntax>  (string-split (or (getenv "CHICKEN_SETUP_OPTIONS") ""))
 <syntax>  (or (getenv "CHICKEN_SETUP_OPTIONS") "")
 <syntax>  (let ((g1372 (getenv "CHICKEN_SETUP_OPTIONS"))) (if g1372 g1372 (or 
"")))
 <syntax>  (getenv "CHICKEN_SETUP_OPTIONS")
 <syntax>  (begin (if g1372 g1372 (or "")))
 <syntax>  (if g1372 g1372 (or ""))
 <syntax>  (or "")
 <syntax>  (command-line-arguments)
 <syntax>  (rmtmpdir)
 <syntax>  (lambda g1367 (g1366 (lambda () (##sys#apply ##sys#values g1367))))
 <syntax>  (begin (g1366 (lambda () (##sys#apply ##sys#values g1367))))
 <syntax>  (g1366 (lambda () (##sys#apply ##sys#values g1367)))
 <syntax>  (lambda () (##sys#apply ##sys#values g1367))
 <syntax>  (begin (##sys#apply ##sys#values g1367))
 <syntax>  (##sys#apply ##sys#values g1367) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/chicken-setup.scm to C:/dest/chicken/chicken-setup.c"
Build log was saved at 
"file://c:\dest\chicken\chicken-setup-c.dir\Debug\BuildLog.htm"
chicken-setup-c - 1 error(s), 0 warning(s)
------ Build started: Project: libuchicken-static, Configuration: Debug Win32 
------
Compiling...
uutils.c
..\uutils.c(1124) : error C2129: static function 'void f_969(int,int,int,int)' 
declared but not defined
        ..\uutils.c(193) : see declaration of 'f_969'
utcp.c
c1 : fatal error C1083: Cannot open source file: '..\utcp.c': No such file or 
directory
usrfi-18.c
c1 : fatal error C1083: Cannot open source file: '..\usrfi-18.c': No such file 
or directory
usrfi-14.c
c1 : fatal error C1083: Cannot open source file: '..\usrfi-14.c': No such file 
or directory
usrfi-13.c
c1 : fatal error C1083: Cannot open source file: '..\usrfi-13.c': No such file 
or directory
usrfi-4.c
c1 : fatal error C1083: Cannot open source file: '..\usrfi-4.c': No such file 
or directory
usrfi-1.c
c1 : fatal error C1083: Cannot open source file: '..\usrfi-1.c': No such file 
or directory
uregex.c
c1 : fatal error C1083: Cannot open source file: '..\uregex.c': No such file or 
directory
uposixwin.c
c1 : fatal error C1083: Cannot open source file: '..\uposixwin.c': No such file 
or directory
ulolevel.c
c1 : fatal error C1083: Cannot open source file: '..\ulolevel.c': No such file 
or directory
ulibrary.c
c1 : fatal error C1083: Cannot open source file: '..\ulibrary.c': No such file 
or directory
uextras.c
c1 : fatal error C1083: Cannot open source file: '..\uextras.c': No such file 
or directory
ueval.c
c1 : fatal error C1083: Cannot open source file: '..\ueval.c': No such file or 
directory
stub.c
scheduler.c
..\scheduler.c(63) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(75) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(87) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(98) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(109) : warning C4102: 'C_return' : unreferenced label
profiler.c
match.c
c1 : fatal error C1083: Cannot open source file: '..\match.c': No such file or 
directory
runtime.c
..\..\..\src\chicken\runtime.c(721) : warning C4244: 'function' : conversion 
from 'time_t' to 'unsigned int', possible loss of data
..\..\..\src\chicken\runtime.c(882) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(946) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(966) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1001) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1048) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1576) : warning C4244: 'return' : conversion 
from 'double' to 'long', possible loss of data
..\..\..\src\chicken\runtime.c(1613) : warning C4244: 'return' : conversion 
from 'double' to 'long', possible loss of data
..\..\..\src\chicken\runtime.c(1724) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1937) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2229) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(2593) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2728) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2770) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3044) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3545) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3561) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3563) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3564) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3608) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3805) : warning C4996: 'gcvt' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(819) : 
see declaration of 'gcvt'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _gcvt. See online help for details.'
..\..\..\src\chicken\runtime.c(4145) : warning C4244: 'return' : conversion 
from 'double' to 'int', possible loss of data
..\..\..\src\chicken\runtime.c(4943) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(4963) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(4986) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(5006) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(5103) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(7034) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7037) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7039) : warning C4996: 'fopen' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 
see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using 
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7070) : warning C4018: '>' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(7491) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7492) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7493) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7517) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7521) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7538) : warning C4996: 'gcvt' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(819) : 
see declaration of 'gcvt'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _gcvt. See online help for details.'
..\..\..\src\chicken\runtime.c(7548) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7732) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7752) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7753) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7754) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7808) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7811) : warning C4996: 'getenv' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : 
see declaration of 'getenv'
        Message: 'This function or variable may be unsafe. Consider using 
_dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7911) : warning C4996: 'localtime' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : 
see declaration of 'localtime'
        Message: 'This function or variable may be unsafe. Consider using 
localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7912) : warning C4996: 'gmtime' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(101) : 
see declaration of 'gmtime'
        Message: 'This function or variable may be unsafe. Consider using 
gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7926) : warning C4996: '__timezone' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.h(152) : see 
declaration of '__timezone'
        Message: 'This function or variable may be unsafe. Consider using 
_get_timezone instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. 
See online help for details.'
..\..\..\src\chicken\runtime.c(8479) : warning C4244: '=' : conversion from 
'double' to 'int', possible loss of data
..\..\..\src\chicken\runtime.c(8640) : warning C4244: '=' : conversion from 
'double' to 'float', possible loss of data
Generating Code...
Build log was saved at 
"file://c:\dest\chicken\static\libuchicken-static.dir\Debug\BuildLog.htm"
libuchicken-static - 14 error(s), 54 warning(s)
------ Build started: Project: all-posix-c, Configuration: Debug Win32 ------
Compiling C:/src/chicken/posixwin.scm to C:/dest/chicken/uposixwin.c
Error: stack overflow
 Call history:
 <syntax>  (begin (define prot/write 0))
 <syntax>  (define prot/write 0)
 <syntax>  (##core#set! prot/write 0) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/posixwin.scm to C:/dest/chicken/uposixwin.c"
Build log was saved at 
"file://c:\dest\chicken\all-posix-c.dir\Debug\BuildLog.htm"
all-posix-c - 1 error(s), 0 warning(s)
------ Build started: Project: chicken-profile, Configuration: Debug Win32 
------
Compiling...
chicken-profile.c
Compiling manifest to resources...
Linking...
LINK : fatal error LNK1104: cannot open file 'libchicken.lib'
Build log was saved at 
"file://c:\dest\chicken\chicken-profile.dir\Debug\BuildLog.htm"
chicken-profile - 1 error(s), 0 warning(s)
------ Build started: Project: libuchicken, Configuration: Debug Win32 ------
Compiling C:/src/chicken/tcp.scm to C:/dest/chicken/utcp.c
Error: stack overflow
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/tcp.scm to C:/dest/chicken/utcp.c"
Build log was saved at 
"file://c:\dest\chicken\libuchicken.dir\Debug\BuildLog.htm"
libuchicken - 1 error(s), 0 warning(s)
------ Build started: Project: libchicken-static, Configuration: Debug Win32 
------
Compiling...
utils.c
c1 : fatal error C1083: Cannot open source file: '..\utils.c': No such file or 
directory
tcp.c
c1 : fatal error C1083: Cannot open source file: '..\tcp.c': No such file or 
directory
srfi-18.c
c1 : fatal error C1083: Cannot open source file: '..\srfi-18.c': No such file 
or directory
srfi-14.c
c1 : fatal error C1083: Cannot open source file: '..\srfi-14.c': No such file 
or directory
srfi-13.c
c1 : fatal error C1083: Cannot open source file: '..\srfi-13.c': No such file 
or directory
srfi-4.c
c1 : fatal error C1083: Cannot open source file: '..\srfi-4.c': No such file or 
directory
srfi-1.c
c1 : fatal error C1083: Cannot open source file: '..\srfi-1.c': No such file or 
directory
regex.c
c1 : fatal error C1083: Cannot open source file: '..\regex.c': No such file or 
directory
posixwin.c
c1 : fatal error C1083: Cannot open source file: '..\posixwin.c': No such file 
or directory
lolevel.c
c1 : fatal error C1083: Cannot open source file: '..\lolevel.c': No such file 
or directory
library.c
c1 : fatal error C1083: Cannot open source file: '..\library.c': No such file 
or directory
extras.c
c1 : fatal error C1083: Cannot open source file: '..\extras.c': No such file or 
directory
eval.c
c1 : fatal error C1083: Cannot open source file: '..\eval.c': No such file or 
directory
stub.c
scheduler.c
..\scheduler.c(63) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(75) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(87) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(98) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(109) : warning C4102: 'C_return' : unreferenced label
profiler.c
match.c
c1 : fatal error C1083: Cannot open source file: '..\match.c': No such file or 
directory
runtime.c
..\..\..\src\chicken\runtime.c(721) : warning C4244: 'function' : conversion 
from 'time_t' to 'unsigned int', possible loss of data
..\..\..\src\chicken\runtime.c(882) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(946) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(966) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1001) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1048) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1576) : warning C4244: 'return' : conversion 
from 'double' to 'long', possible loss of data
..\..\..\src\chicken\runtime.c(1613) : warning C4244: 'return' : conversion 
from 'double' to 'long', possible loss of data
..\..\..\src\chicken\runtime.c(1724) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1937) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2229) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(2593) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2728) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2770) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3044) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3545) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3561) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3563) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3564) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3608) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3805) : warning C4996: 'gcvt' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(819) : 
see declaration of 'gcvt'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _gcvt. See online help for details.'
..\..\..\src\chicken\runtime.c(4145) : warning C4244: 'return' : conversion 
from 'double' to 'int', possible loss of data
..\..\..\src\chicken\runtime.c(4943) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(4963) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(4986) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(5006) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(5103) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(7034) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7037) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7039) : warning C4996: 'fopen' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 
see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using 
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7070) : warning C4018: '>' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(7491) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7492) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7493) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7517) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7521) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7538) : warning C4996: 'gcvt' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(819) : 
see declaration of 'gcvt'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _gcvt. See online help for details.'
..\..\..\src\chicken\runtime.c(7548) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7732) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7752) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7753) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7754) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7808) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7811) : warning C4996: 'getenv' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : 
see declaration of 'getenv'
        Message: 'This function or variable may be unsafe. Consider using 
_dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7911) : warning C4996: 'localtime' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : 
see declaration of 'localtime'
        Message: 'This function or variable may be unsafe. Consider using 
localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7912) : warning C4996: 'gmtime' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(101) : 
see declaration of 'gmtime'
        Message: 'This function or variable may be unsafe. Consider using 
gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7926) : warning C4996: '__timezone' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.h(152) : see 
declaration of '__timezone'
        Message: 'This function or variable may be unsafe. Consider using 
_get_timezone instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. 
See online help for details.'
..\..\..\src\chicken\runtime.c(8479) : warning C4244: '=' : conversion from 
'double' to 'int', possible loss of data
..\..\..\src\chicken\runtime.c(8640) : warning C4244: '=' : conversion from 
'double' to 'float', possible loss of data
Generating Code...
Build log was saved at 
"file://c:\dest\chicken\static\libchicken-static.dir\Debug\BuildLog.htm"
libchicken-static - 14 error(s), 54 warning(s)
------ Build started: Project: csi, Configuration: Debug Win32 ------
Compiling C:/src/chicken/csi.scm to C:/dest/chicken/csi.c
Error: stack overflow
 Call history:
 <syntax>  (begin (##csi#run))
 <syntax>  (##csi#run) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/csi.scm to C:/dest/chicken/csi.c"
Build log was saved at "file://c:\dest\chicken\csi.dir\Debug\BuildLog.htm"
csi - 1 error(s), 0 warning(s)
------ Build started: Project: libchickengui-static, Configuration: Debug Win32 
------
Compiling...
utils.c
c1 : fatal error C1083: Cannot open source file: '..\utils.c': No such file or 
directory
tcp.c
c1 : fatal error C1083: Cannot open source file: '..\tcp.c': No such file or 
directory
srfi-18.c
c1 : fatal error C1083: Cannot open source file: '..\srfi-18.c': No such file 
or directory
srfi-14.c
c1 : fatal error C1083: Cannot open source file: '..\srfi-14.c': No such file 
or directory
srfi-13.c
c1 : fatal error C1083: Cannot open source file: '..\srfi-13.c': No such file 
or directory
srfi-4.c
c1 : fatal error C1083: Cannot open source file: '..\srfi-4.c': No such file or 
directory
srfi-1.c
c1 : fatal error C1083: Cannot open source file: '..\srfi-1.c': No such file or 
directory
regex.c
c1 : fatal error C1083: Cannot open source file: '..\regex.c': No such file or 
directory
posixwin.c
c1 : fatal error C1083: Cannot open source file: '..\posixwin.c': No such file 
or directory
lolevel.c
c1 : fatal error C1083: Cannot open source file: '..\lolevel.c': No such file 
or directory
library.c
c1 : fatal error C1083: Cannot open source file: '..\library.c': No such file 
or directory
extras.c
c1 : fatal error C1083: Cannot open source file: '..\extras.c': No such file or 
directory
eval.c
c1 : fatal error C1083: Cannot open source file: '..\eval.c': No such file or 
directory
stub.c
scheduler.c
..\scheduler.c(63) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(75) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(87) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(98) : warning C4102: 'C_return' : unreferenced label
..\scheduler.c(109) : warning C4102: 'C_return' : unreferenced label
profiler.c
match.c
c1 : fatal error C1083: Cannot open source file: '..\match.c': No such file or 
directory
runtime.c
..\..\..\src\chicken\runtime.c(578) : warning C4996: 'strcpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : 
see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using 
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(721) : warning C4244: 'function' : conversion 
from 'time_t' to 'unsigned int', possible loss of data
..\..\..\src\chicken\runtime.c(882) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(946) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(966) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1001) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1048) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1306) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(1329) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(1576) : warning C4244: 'return' : conversion 
from 'double' to 'long', possible loss of data
..\..\..\src\chicken\runtime.c(1613) : warning C4244: 'return' : conversion 
from 'double' to 'long', possible loss of data
..\..\..\src\chicken\runtime.c(1724) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(1937) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2229) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(2593) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2728) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(2770) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3044) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3545) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3561) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3563) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3564) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3608) : warning C4018: '<' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(3666) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3669) : warning C4996: 'strcpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : 
see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using 
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3671) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3673) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3695) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(3805) : warning C4996: 'gcvt' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(819) : 
see declaration of 'gcvt'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _gcvt. See online help for details.'
..\..\..\src\chicken\runtime.c(4145) : warning C4244: 'return' : conversion 
from 'double' to 'int', possible loss of data
..\..\..\src\chicken\runtime.c(4943) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(4963) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(4986) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(5006) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(5103) : warning C4018: '>=' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(7034) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7037) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7039) : warning C4996: 'fopen' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 
see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using 
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7070) : warning C4018: '>' : signed/unsigned 
mismatch
..\..\..\src\chicken\runtime.c(7491) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7492) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7493) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7517) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7521) : warning C4996: 'sprintf' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 
see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using 
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7538) : warning C4996: 'gcvt' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(819) : 
see declaration of 'gcvt'
        Message: 'The POSIX name for this item is deprecated. Instead, use the 
ISO C++ conformant name: _gcvt. See online help for details.'
..\..\..\src\chicken\runtime.c(7548) : warning C4996: 'strcat' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : 
see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using 
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7732) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7752) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7753) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7754) : warning C4244: 'function' : conversion 
from '__time64_t' to 'double', possible loss of data
..\..\..\src\chicken\runtime.c(7808) : warning C4996: 'strncpy' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : 
see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using 
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7811) : warning C4996: 'getenv' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : 
see declaration of 'getenv'
        Message: 'This function or variable may be unsafe. Consider using 
_dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7911) : warning C4996: 'localtime' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : 
see declaration of 'localtime'
        Message: 'This function or variable may be unsafe. Consider using 
localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7912) : warning C4996: 'gmtime' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(101) : 
see declaration of 'gmtime'
        Message: 'This function or variable may be unsafe. Consider using 
gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
online help for details.'
..\..\..\src\chicken\runtime.c(7926) : warning C4996: '__timezone' was declared 
deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.h(152) : see 
declaration of '__timezone'
        Message: 'This function or variable may be unsafe. Consider using 
_get_timezone instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. 
See online help for details.'
..\..\..\src\chicken\runtime.c(8479) : warning C4244: '=' : conversion from 
'double' to 'int', possible loss of data
..\..\..\src\chicken\runtime.c(8640) : warning C4244: '=' : conversion from 
'double' to 'float', possible loss of data
Generating Code...
Build log was saved at 
"file://c:\dest\chicken\static\libchickengui-static.dir\Debug\BuildLog.htm"
libchickengui-static - 14 error(s), 62 warning(s)
------ Build started: Project: csc, Configuration: Debug Win32 ------
Compiling C:/src/chicken/csc.scm to C:/dest/chicken/csc.c
Error: stack overflow
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/csc.scm to C:/dest/chicken/csc.c"
Build log was saved at "file://c:\dest\chicken\csc.dir\Debug\BuildLog.htm"
csc - 1 error(s), 0 warning(s)
------ Build started: Project: libchickengui, Configuration: Debug Win32 ------
Compiling C:/src/chicken/utils.scm to C:/dest/chicken/utils.c Exporting 
C:/dest/chicken/utils.exports
Error: stack overflow
 Call history:
 <syntax>  (begin (let ((m (read-string! n dest (car ports) (fx+ start c)))) 
(when (fx< m n) (set! ports (cdr p......
 <syntax>  (let ((m (read-string! n dest (car ports) (fx+ start c)))) (when 
(fx< m n) (set! ports (cdr ports))...
 <syntax>  (read-string! n dest (car ports) (fx+ start c))
 <syntax>  (car ports)
 <syntax>  (fx+ start c)
 <syntax>  (begin (if (fx< m n) (begin (set! ports (cdr ports)))) (loop (fx- n 
m) (fx+ c m)))
 <syntax>  (if (fx< m n) (begin (set! ports (cdr ports))))
 <syntax>  (fx< m n)
 <syntax>  (begin (set! ports (cdr ports)))
 <syntax>  (set! ports (cdr ports))
 <syntax>  (cdr ports)
 <syntax>  (loop (fx- n m) (fx+ c m))
 <syntax>  (fx- n m)
 <syntax>  (fx+ c m)
 <syntax>  (let () loop)
 <syntax>  (begin loop) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/utils.scm to C:/dest/chicken/utils.c Exporting 
C:/dest/chicken/utils.exports"
Build log was saved at 
"file://c:\dest\chicken\libchickengui.dir\Debug\BuildLog.htm"
libchickengui - 1 error(s), 0 warning(s)
------ Build started: Project: chicken-setup, Configuration: Debug Win32 ------
Compiling C:/src/chicken/chicken-setup.scm to C:/dest/chicken/chicken-setup.c
Error: stack overflow
 Call history:
 <syntax>  (append (string-split (or (getenv "CHICKEN_SETUP_OPTIONS") "")) 
(command-line-arguments))
 <syntax>  (string-split (or (getenv "CHICKEN_SETUP_OPTIONS") ""))
 <syntax>  (or (getenv "CHICKEN_SETUP_OPTIONS") "")
 <syntax>  (let ((g1372 (getenv "CHICKEN_SETUP_OPTIONS"))) (if g1372 g1372 (or 
"")))
 <syntax>  (getenv "CHICKEN_SETUP_OPTIONS")
 <syntax>  (begin (if g1372 g1372 (or "")))
 <syntax>  (if g1372 g1372 (or ""))
 <syntax>  (or "")
 <syntax>  (command-line-arguments)
 <syntax>  (rmtmpdir)
 <syntax>  (lambda g1367 (g1366 (lambda () (##sys#apply ##sys#values g1367))))
 <syntax>  (begin (g1366 (lambda () (##sys#apply ##sys#values g1367))))
 <syntax>  (g1366 (lambda () (##sys#apply ##sys#values g1367)))
 <syntax>  (lambda () (##sys#apply ##sys#values g1367))
 <syntax>  (begin (##sys#apply ##sys#values g1367))
 <syntax>  (##sys#apply ##sys#values g1367) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/chicken-setup.scm to C:/dest/chicken/chicken-setup.c"
Build log was saved at 
"file://c:\dest\chicken\chicken-setup.dir\Debug\BuildLog.htm"
chicken-setup - 1 error(s), 0 warning(s)
------ Build started: Project: chicken, Configuration: Debug Win32 ------
Compiling C:/src/chicken/support.scm to C:/dest/chicken/support.c
Error: stack overflow
 Call history:
 <syntax>  (begin (if ##compiler#csc-control-file (##core#undefined) (begin 
(set! ##compiler#csc-control-file ...
 <syntax>  (if ##compiler#csc-control-file (##core#undefined) (begin (set! 
##compiler#csc-control-file (open-ou......
 <syntax>  (##core#undefined)
 <syntax>  (begin (set! ##compiler#csc-control-file (open-output-file 
(pathname-replace-extension ##compiler#so......
 <syntax>  (set! ##compiler#csc-control-file (open-output-file 
(pathname-replace-extension ##compiler#source-fi......
 <syntax>  (open-output-file (pathname-replace-extension 
##compiler#source-filename "csc"))
 <syntax>  (pathname-replace-extension ##compiler#source-filename "csc")
 <syntax>  (display "#%csc\n" ##compiler#csc-control-file)
 <syntax>  (set! ##compiler#compiler-cleanup-hook (let ((old 
##compiler#compiler-cleanup-hook)) (lambda () (clo......
 <syntax>  (let ((old ##compiler#compiler-cleanup-hook)) (lambda () 
(close-output-port ##compiler#csc-control-f......
 <syntax>  (begin (lambda () (close-output-port ##compiler#csc-control-file) 
(old)))
 <syntax>  (lambda () (close-output-port ##compiler#csc-control-file) (old))
 <syntax>  (begin (close-output-port ##compiler#csc-control-file) (old))
 <syntax>  (close-output-port ##compiler#csc-control-file)
 <syntax>  (old)
 <syntax>  (fprintf ##compiler#csc-control-file "~S~%" item) <--
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/support.scm to C:/dest/chicken/support.c"
Build log was saved at "file://c:\dest\chicken\chicken.dir\Debug\BuildLog.htm"
chicken - 1 error(s), 0 warning(s)
------ Build started: Project: opengl-temp-dir, Configuration: Debug Win32 
------
Generating opengl-temp
Error processing file:C:/src/chicken/mkdir.cmake
Build log was saved at 
"file://c:\dest\chicken\opengl-temp-dir.dir\Debug\BuildLog.htm"
opengl-temp-dir - 0 error(s), 0 warning(s)
------ Build started: Project: boot-c, Configuration: Debug Win32 ------
Compiling C:/src/chicken/tcp.scm to C:/dest/chicken/utcp.c
Error: stack overflow
Project : error PRJ0019: A tool returned an error code from "Compiling 
C:/src/chicken/tcp.scm to C:/dest/chicken/utcp.c"
Build log was saved at "file://c:\dest\chicken\boot-c.dir\Debug\BuildLog.htm"
boot-c - 1 error(s), 0 warning(s)
------ Build started: Project: darcs-changelog, Configuration: Debug Win32 
------
No Darcs repository.  ChangeLog already exists as part of archive distribution.
Build log was saved at 
"file://c:\dest\chicken\darcs-changelog.dir\Debug\BuildLog.htm"
darcs-changelog - 0 error(s), 0 warning(s)
------ Build started: Project: ALL_BUILD, Configuration: Debug Win32 ------
"Build all projects"
Build log was saved at "file://c:\dest\chicken\ALL_BUILD.dir\Debug\BuildLog.htm"
ALL_BUILD - 0 error(s), 0 warning(s)
------ Skipped Build: Project: install-opengl-egg, Configuration: Debug Win32 
------
Project not selected to build for this solution configuration 
------ Skipped Build: Project: uninstall, Configuration: Debug Win32 ------
Project not selected to build for this solution configuration 
------ Skipped Build: Project: RUN_TESTS, Configuration: Debug Win32 ------
Project not selected to build for this solution configuration 
------ Skipped Build: Project: NightlyMemoryCheck, Configuration: Debug Win32 
------
Project not selected to build for this solution configuration 
------ Skipped Build: Project: Nightly, Configuration: Debug Win32 ------
Project not selected to build for this solution configuration 
------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
Project not selected to build for this solution configuration 
------ Skipped Build: Project: Experimental, Configuration: Debug Win32 ------
Project not selected to build for this solution configuration 
------ Skipped Build: Project: Continuous, Configuration: Debug Win32 ------
Project not selected to build for this solution configuration 
------ Skipped Build: Project: dist, Configuration: Debug Win32 ------
Project not selected to build for this solution configuration 
========== Build: 10 succeeded, 20 failed, 3 up-to-date, 9 skipped ==========

reply via email to

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