Flags: ECL_UNICODE=1 C++ compiler flags: /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 C++ linker flags: /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib ECL Modules: cmp asdf sockets rt defsystem profile ECL Features: (cons :wants-profile (cons :wants-defsystem (cons :wants-rt (cons :wants-sockets (cons :wants-asdf (cons :wants-cmp (cons :wants-dlopen *features*))))))) copy ..\src\..\contrib\unicode\ucd.dat . 1 file(s) copied. cd gmp "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" "MPN_TYPE = gc" "CFLAGS_CONFIG=/DNDEBUG /MD /O2" cl /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fegen-bases.exe build.vc8\gen-bases\gen-bases.c gen-bases.c ..\..\src\gmp\dumbmp.c(411) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(417) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(427) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(429) : warning C4146: unary minus operator applied to unsigned type, result still unsigned erase gen-bases.obj gen-bases.exe header 32 0 > mp_bases.h gen-bases.exe table 32 0 > mp_bases.c cl /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fegen-fac_ui.exe build.vc8\gen-fac_ui\gen-fac_ui.c gen-fac_ui.c ..\..\src\gmp\dumbmp.c(411) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(417) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(427) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(429) : warning C4146: unary minus operator applied to unsigned type, result still unsigned build.vc8\gen-fac_ui\gen-fac_ui.c(68) : warning C4018: '>' : signed/unsigned mismatch erase gen-fac_ui.obj gen-fac_ui.exe 32 0 > fac_ui.h cl /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fegen-fib.exe build.vc8\gen-fib\gen-fib.c gen-fib.c ..\..\src\gmp\dumbmp.c(411) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(417) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(427) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(429) : warning C4146: unary minus operator applied to unsigned type, result still unsigned erase gen-fib.obj gen-fib.exe header 32 0 > fib_table.h gen-fib.exe table 32 0 > fib_table.c cl /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fegen-psqr.exe build.vc8\gen-psqr\gen-psqr.c gen-psqr.c ..\..\src\gmp\dumbmp.c(411) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(417) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(427) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\dumbmp.c(429) : warning C4146: unary minus operator applied to unsigned type, result still unsigned build.vc8\gen-psqr\gen-psqr.c(244) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. build.vc8\gen-psqr\gen-psqr.c(260) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. build.vc8\gen-psqr\gen-psqr.c(322) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : see declaration of 'sprintf' build.vc8\gen-psqr\gen-psqr.c(342) : warning C4018: '>' : signed/unsigned mismatch build.vc8\gen-psqr\gen-psqr.c(360) : warning C4018: '>' : signed/unsigned mismatch build.vc8\gen-psqr\gen-psqr.c(370) : warning C4018: '<' : signed/unsigned mismatch erase gen-psqr.obj gen-psqr.exe 32 0 > perfsqr.h copy build.vc8\config-vc8.gc config.h 1 file(s) copied. copy build.vc8\gmp.h gmp.h 1 file(s) copied. for %d in (mpf mpq printf scanf) do if not exist %d mkdir %d C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\gmp>if not exist mpf mkdir mpf C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\gmp>if not exist mpq mkdir mpq C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\gmp>if not exist printf mkdir printf C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\gmp>if not exist scanf mkdir scanf echo > msvc-build cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\add.obj ..\..\src\gmp\mpn\generic\add.c add.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\add_1.obj ..\..\src\gmp\mpn\generic\add_1.c add_1.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\add_n.obj ..\..\src\gmp\mpn\generic\add_n.c add_n.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\addmul_1.obj ..\..\src\gmp\mpn\generic\addmul_1.c addmul_1.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fo.\mpn\generic\addsub_n.obj .\mpn\generic\addsub_n.c addsub_n.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\bdivmod.obj ..\..\src\gmp\mpn\generic\bdivmod.c bdivmod.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\cmp.obj ..\..\src\gmp\mpn\generic\cmp.c cmp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\dc_divrem_n.obj ..\..\src\gmp\mpn\generic\dc_divrem_n.c dc_divrem_n.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\dive_1.obj ..\..\src\gmp\mpn\generic\dive_1.c dive_1.c ..\..\src\gmp\mpn\generic\dive_1.c(91) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\diveby3.obj ..\..\src\gmp\mpn\generic\diveby3.c diveby3.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\divis.obj ..\..\src\gmp\mpn\generic\divis.c divis.c ..\..\src\gmp\mpn\generic\divis.c(110) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\divis.c(122) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\divis.c(134) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\divrem.obj ..\..\src\gmp\mpn\generic\divrem.c divrem.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fo.\mpn\generic\divrem_1.obj .\mpn\generic\divrem_1.c divrem_1.c .\mpn\generic\divrem_1.c(112) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fo.\mpn\generic\divrem_2.obj .\mpn\generic\divrem_2.c divrem_2.c .\mpn\generic\divrem_2.c(135) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\dump.obj ..\..\src\gmp\mpn\generic\dump.c dump.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\fib2_ui.obj ..\..\src\gmp\mpn\generic\fib2_ui.c fib2_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\gcd.obj ..\..\src\gmp\mpn\generic\gcd.c gcd.c ..\..\src\gmp\mpn\generic\gcd.c(87) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\gcd.c(95) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\gcd.c(141) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\gcd.c(257) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\gcd.c(268) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\gcd.c(329) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\gcd.c(367) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\gcd.c(386) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\gcd.c(429) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\gcd_1.obj ..\..\src\gmp\mpn\generic\gcd_1.c gcd_1.c ..\..\src\gmp\mpn\generic\gcd_1.c(47) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\gcd_1.c(56) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\gcd_1.c(68) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\gcdext.obj ..\..\src\gmp\mpn\generic\gcdext.c gcdext.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\get_d.obj ..\..\src\gmp\mpn\generic\get_d.c get_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\get_str.obj ..\..\src\gmp\mpn\generic\get_str.c get_str.c ..\..\src\gmp\mpn\generic\get_str.c(204) : warning C4244: '=' : conversion from 'mp_limb_t' to 'unsigned char', possible loss of data ..\..\src\gmp\mpn\generic\get_str.c(252) : warning C4244: '=' : conversion from 'mp_limb_t' to 'unsigned char', possible loss of data ..\..\src\gmp\mpn\generic\get_str.c(284) : warning C4244: '=' : conversion from 'mp_limb_t' to 'unsigned char', possible loss of data ..\..\src\gmp\mpn\generic\get_str.c(294) : warning C4244: '=' : conversion from 'mp_limb_t' to 'unsigned char', possible loss of data ..\..\src\gmp\mpn\generic\get_str.c(431) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned char', possible loss of data cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\jacbase.obj ..\..\src\gmp\mpn\generic\jacbase.c jacbase.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\lshift.obj ..\..\src\gmp\mpn\generic\lshift.c lshift.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\mod_1.obj ..\..\src\gmp\mpn\generic\mod_1.c mod_1.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\mod_34lsub1.obj ..\..\src\gmp\mpn\generic\mod_34lsub1.c mod_34lsub1.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\mode1o.obj ..\..\src\gmp\mpn\generic\mode1o.c mode1o.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\mul.obj ..\..\src\gmp\mpn\generic\mul.c mul.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\mul_1.obj ..\..\src\gmp\mpn\generic\mul_1.c mul_1.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\mul_basecase.obj ..\..\src\gmp\mpn\generic\mul_basecase.c mul_basecase.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\mul_fft.obj ..\..\src\gmp\mpn\generic\mul_fft.c mul_fft.c ..\..\src\gmp\mpn\generic\mul_fft.c(260) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\mul_fft.c(294) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\mul_fft.c(1014) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\mul_n.obj ..\..\src\gmp\mpn\generic\mul_n.c mul_n.c ..\..\src\gmp\mpn\generic\mul_n.c(220) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\mul_n.c(363) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\mul_n.c(486) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(486) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(486) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(488) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(488) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(488) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(490) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(490) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(490) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(493) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(493) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(493) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(509) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(509) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(509) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(512) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(512) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(512) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(521) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(521) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(521) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(530) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(530) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(530) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(539) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(539) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpn\generic\mul_n.c(539) : warning C4018: '<' : signed/unsigned mismatch cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\mullow_basecase.obj ..\..\src\gmp\mpn\generic\mullow_basecase.c mullow_basecase.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\mullow_n.obj ..\..\src\gmp\mpn\generic\mullow_n.c mullow_n.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\perfsqr.obj ..\..\src\gmp\mpn\generic\perfsqr.c perfsqr.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fo.\mpn\generic\popham2.obj .\mpn\generic\popham2.c popham2.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\pow_1.obj ..\..\src\gmp\mpn\generic\pow_1.c pow_1.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\pre_divrem_1.obj ..\..\src\gmp\mpn\generic\pre_divrem_1.c pre_divrem_1.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\pre_mod_1.obj ..\..\src\gmp\mpn\generic\pre_mod_1.c pre_mod_1.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\random.obj ..\..\src\gmp\mpn\generic\random.c random.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\random2.obj ..\..\src\gmp\mpn\generic\random2.c random2.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\rootrem.obj ..\..\src\gmp\mpn\generic\rootrem.c rootrem.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\rshift.obj ..\..\src\gmp\mpn\generic\rshift.c rshift.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\sb_divrem_mn.obj ..\..\src\gmp\mpn\generic\sb_divrem_mn.c sb_divrem_mn.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\scan0.obj ..\..\src\gmp\mpn\generic\scan0.c scan0.c ..\..\src\gmp\mpn\generic\scan0.c(45) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\scan0.c(50) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\scan1.obj ..\..\src\gmp\mpn\generic\scan1.c scan1.c ..\..\src\gmp\mpn\generic\scan1.c(45) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpn\generic\scan1.c(50) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\set_str.obj ..\..\src\gmp\mpn\generic\set_str.c set_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\sizeinbase.obj ..\..\src\gmp\mpn\generic\sizeinbase.c sizeinbase.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\sqr_basecase.obj ..\..\src\gmp\mpn\generic\sqr_basecase.c sqr_basecase.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\sqrtrem.obj ..\..\src\gmp\mpn\generic\sqrtrem.c sqrtrem.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\sub.obj ..\..\src\gmp\mpn\generic\sub.c sub.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\sub_1.obj ..\..\src\gmp\mpn\generic\sub_1.c sub_1.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\sub_n.obj ..\..\src\gmp\mpn\generic\sub_n.c sub_n.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\submul_1.obj ..\..\src\gmp\mpn\generic\submul_1.c submul_1.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompn\generic\tdiv_qr.obj ..\..\src\gmp\mpn\generic\tdiv_qr.c tdiv_qr.c link -lib /NOLOGO /OUT:mpn_gc.lib mpn\generic\add.obj mpn\generic\add_1.obj mpn\generic\add_n.obj mpn\generic\addmul_1.obj .\mpn\generic\addsub_n.obj mpn\generic\bdivmod.obj mpn\generic\cmp.obj mpn\generic\dc_divrem_n.obj mpn\generic\dive_1.obj mpn\generic\diveby3.obj mpn\generic\divis.obj mpn\generic\divrem.obj .\mpn\generic\divrem_1.obj .\mpn\generic\divrem_2.obj mpn\generic\dump.obj mpn\generic\fib2_ui.obj mpn\generic\gcd.obj mpn\generic\gcd_1.obj mpn\generic\gcdext.obj mpn\generic\get_d.obj mpn\generic\get_str.obj mpn\generic\jacbase.obj mpn\generic\lshift.obj mpn\generic\mod_1.obj mpn\generic\mod_34lsub1.obj mpn\generic\mode1o.obj mpn\generic\mul.obj mpn\generic\mul_1.obj mpn\generic\mul_basecase.obj mpn\generic\mul_fft.obj mpn\generic\mul_n.obj mpn\generic\mullow_basecase.obj mpn\generic\mullow_n.obj mpn\generic\perfsqr.obj .\mpn\generic\popham2.obj mpn\generic\pow_1.obj mpn\generic\pre_divrem_1.obj mpn\generic\pre_mod_1.obj mpn\generic\random.obj mpn\generic\random2.obj mpn\generic\rootrem.obj mpn\generic\rshift.obj mpn\generic\sb_divrem_mn.obj mpn\generic\scan0.obj mpn\generic\scan1.obj mpn\generic\set_str.obj mpn\generic\sizeinbase.obj mpn\generic\sqr_basecase.obj mpn\generic\sqrtrem.obj mpn\generic\sub.obj mpn\generic\sub_1.obj mpn\generic\sub_n.obj mpn\generic\submul_1.obj mpn\generic\tdiv_qr.obj cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\abs.obj ..\..\src\gmp\mpf\abs.c abs.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\add.obj ..\..\src\gmp\mpf\add.c add.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\add_ui.obj ..\..\src\gmp\mpf\add_ui.c add_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\ceilfloor.obj ..\..\src\gmp\mpf\ceilfloor.c ceilfloor.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\clear.obj ..\..\src\gmp\mpf\clear.c clear.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\cmp.obj ..\..\src\gmp\mpf\cmp.c cmp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\cmp_d.obj ..\..\src\gmp\mpf\cmp_d.c cmp_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\cmp_si.obj ..\..\src\gmp\mpf\cmp_si.c cmp_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\cmp_ui.obj ..\..\src\gmp\mpf\cmp_ui.c cmp_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\div.obj ..\..\src\gmp\mpf\div.c div.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\div_2exp.obj ..\..\src\gmp\mpf\div_2exp.c div_2exp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\div_ui.obj ..\..\src\gmp\mpf\div_ui.c div_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\dump.obj ..\..\src\gmp\mpf\dump.c dump.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\eq.obj ..\..\src\gmp\mpf\eq.c eq.c ..\..\src\gmp\mpf\eq.c(83) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpf\eq.c(89) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpf\eq.c(98) : warning C4018: '>' : signed/unsigned mismatch cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\fits_sint.obj ..\..\src\gmp\mpf\fits_sint.c fits_sint.c c:\cygwin\home\jjgarcia\src\ecl\src\gmp\mpf\fits_s.h(65) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\fits_slong.obj ..\..\src\gmp\mpf\fits_slong.c fits_slong.c c:\cygwin\home\jjgarcia\src\ecl\src\gmp\mpf\fits_s.h(65) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\fits_sshort.obj ..\..\src\gmp\mpf\fits_sshort.c fits_sshort.c c:\cygwin\home\jjgarcia\src\ecl\src\gmp\mpf\fits_s.h(65) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\fits_uint.obj ..\..\src\gmp\mpf\fits_uint.c fits_uint.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\fits_ulong.obj ..\..\src\gmp\mpf\fits_ulong.c fits_ulong.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\fits_ushort.obj ..\..\src\gmp\mpf\fits_ushort.c fits_ushort.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\get_d.obj ..\..\src\gmp\mpf\get_d.c get_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\get_d_2exp.obj ..\..\src\gmp\mpf\get_d_2exp.c get_d_2exp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\get_dfl_prec.obj ..\..\src\gmp\mpf\get_dfl_prec.c get_dfl_prec.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\get_prc.obj ..\..\src\gmp\mpf\get_prc.c get_prc.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\get_si.obj ..\..\src\gmp\mpf\get_si.c get_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\get_str.obj ..\..\src\gmp\mpf\get_str.c get_str.c ..\..\src\gmp\mpf\get_str.c(186) : warning C4244: '=' : conversion from 'const double' to 'unsigned long', possible loss of data ..\..\src\gmp\mpf\get_str.c(223) : warning C4244: '=' : conversion from 'const double' to 'unsigned long', possible loss of data ..\..\src\gmp\mpf\get_str.c(293) : warning C4018: '<' : signed/unsigned mismatch cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\get_ui.obj ..\..\src\gmp\mpf\get_ui.c get_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\init.obj ..\..\src\gmp\mpf\init.c init.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\init2.obj ..\..\src\gmp\mpf\init2.c init2.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\inp_str.obj ..\..\src\gmp\mpf\inp_str.c inp_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\int_p.obj ..\..\src\gmp\mpf\int_p.c int_p.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\iset.obj ..\..\src\gmp\mpf\iset.c iset.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\iset_d.obj ..\..\src\gmp\mpf\iset_d.c iset_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\iset_si.obj ..\..\src\gmp\mpf\iset_si.c iset_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\iset_str.obj ..\..\src\gmp\mpf\iset_str.c iset_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\iset_ui.obj ..\..\src\gmp\mpf\iset_ui.c iset_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\mul.obj ..\..\src\gmp\mpf\mul.c mul.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\mul_2exp.obj ..\..\src\gmp\mpf\mul_2exp.c mul_2exp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\mul_ui.obj ..\..\src\gmp\mpf\mul_ui.c mul_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\neg.obj ..\..\src\gmp\mpf\neg.c neg.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\out_str.obj ..\..\src\gmp\mpf\out_str.c out_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\pow_ui.obj ..\..\src\gmp\mpf\pow_ui.c pow_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\random2.obj ..\..\src\gmp\mpf\random2.c random2.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\reldiff.obj ..\..\src\gmp\mpf\reldiff.c reldiff.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\set.obj ..\..\src\gmp\mpf\set.c set.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\set_d.obj ..\..\src\gmp\mpf\set_d.c set_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\set_dfl_prec.obj ..\..\src\gmp\mpf\set_dfl_prec.c set_dfl_prec.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\set_prc.obj ..\..\src\gmp\mpf\set_prc.c set_prc.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\set_prc_raw.obj ..\..\src\gmp\mpf\set_prc_raw.c set_prc_raw.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\set_q.obj ..\..\src\gmp\mpf\set_q.c set_q.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\set_si.obj ..\..\src\gmp\mpf\set_si.c set_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\set_str.obj ..\..\src\gmp\mpf\set_str.c set_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\set_ui.obj ..\..\src\gmp\mpf\set_ui.c set_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\set_z.obj ..\..\src\gmp\mpf\set_z.c set_z.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\size.obj ..\..\src\gmp\mpf\size.c size.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\sqrt.obj ..\..\src\gmp\mpf\sqrt.c sqrt.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\sqrt_ui.obj ..\..\src\gmp\mpf\sqrt_ui.c sqrt_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\sub.obj ..\..\src\gmp\mpf\sub.c sub.c ..\..\src\gmp\mpf\sub.c(345) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpf\sub.c(371) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpf\sub.c(386) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\sub_ui.obj ..\..\src\gmp\mpf\sub_ui.c sub_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\swap.obj ..\..\src\gmp\mpf\swap.c swap.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\trunc.obj ..\..\src\gmp\mpf\trunc.c trunc.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\ui_div.obj ..\..\src\gmp\mpf\ui_div.c ui_div.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\ui_sub.obj ..\..\src\gmp\mpf\ui_sub.c ui_sub.c ..\..\src\gmp\mpf\ui_sub.c(214) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpf\ui_sub.c(233) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpf\ui_sub.c(291) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpf\ui_sub.c(306) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompf\urandomb.obj ..\..\src\gmp\mpf\urandomb.c urandomb.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\abs.obj ..\..\src\gmp\mpq\abs.c abs.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\aors.obj ..\..\src\gmp\mpq\aors.c aors.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\canonicalize.obj ..\..\src\gmp\mpq\canonicalize.c canonicalize.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\clear.obj ..\..\src\gmp\mpq\clear.c clear.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\cmp.obj ..\..\src\gmp\mpq\cmp.c cmp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\cmp_si.obj ..\..\src\gmp\mpq\cmp_si.c cmp_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\cmp_ui.obj ..\..\src\gmp\mpq\cmp_ui.c cmp_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\div.obj ..\..\src\gmp\mpq\div.c div.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\equal.obj ..\..\src\gmp\mpq\equal.c equal.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\get_d.obj ..\..\src\gmp\mpq\get_d.c get_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\get_den.obj ..\..\src\gmp\mpq\get_den.c get_den.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\get_num.obj ..\..\src\gmp\mpq\get_num.c get_num.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\get_str.obj ..\..\src\gmp\mpq\get_str.c get_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\init.obj ..\..\src\gmp\mpq\init.c init.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\inp_str.obj ..\..\src\gmp\mpq\inp_str.c inp_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\inv.obj ..\..\src\gmp\mpq\inv.c inv.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\md_2exp.obj ..\..\src\gmp\mpq\md_2exp.c md_2exp.c ..\..\src\gmp\mpq\md_2exp.c(70) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\mul.obj ..\..\src\gmp\mpq\mul.c mul.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\neg.obj ..\..\src\gmp\mpq\neg.c neg.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\out_str.obj ..\..\src\gmp\mpq\out_str.c out_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\set.obj ..\..\src\gmp\mpq\set.c set.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\set_d.obj ..\..\src\gmp\mpq\set_d.c set_d.c ..\..\src\gmp\mpq\set_d.c(108) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\set_den.obj ..\..\src\gmp\mpq\set_den.c set_den.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\set_f.obj ..\..\src\gmp\mpq\set_f.c set_f.c ..\..\src\gmp\mpq\set_f.c(89) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\set_num.obj ..\..\src\gmp\mpq\set_num.c set_num.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\set_si.obj ..\..\src\gmp\mpq\set_si.c set_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\set_str.obj ..\..\src\gmp\mpq\set_str.c set_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\set_ui.obj ..\..\src\gmp\mpq\set_ui.c set_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\set_z.obj ..\..\src\gmp\mpq\set_z.c set_z.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompq\swap.obj ..\..\src\gmp\mpq\swap.c swap.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\abs.obj ..\..\src\gmp\mpz\abs.c abs.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\add.obj ..\..\src\gmp\mpz\add.c add.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\add_ui.obj ..\..\src\gmp\mpz\add_ui.c add_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\and.obj ..\..\src\gmp\mpz\and.c and.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\aorsmul.obj ..\..\src\gmp\mpz\aorsmul.c aorsmul.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\aorsmul_i.obj ..\..\src\gmp\mpz\aorsmul_i.c aorsmul_i.c ..\..\src\gmp\mpz\aorsmul_i.c(148) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\array_init.obj ..\..\src\gmp\mpz\array_init.c array_init.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\bin_ui.obj ..\..\src\gmp\mpz\bin_ui.c bin_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\bin_uiui.obj ..\..\src\gmp\mpz\bin_uiui.c bin_uiui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cdiv_q.obj ..\..\src\gmp\mpz\cdiv_q.c cdiv_q.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cdiv_q_ui.obj ..\..\src\gmp\mpz\cdiv_q_ui.c cdiv_q_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cdiv_qr.obj ..\..\src\gmp\mpz\cdiv_qr.c cdiv_qr.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cdiv_qr_ui.obj ..\..\src\gmp\mpz\cdiv_qr_ui.c cdiv_qr_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cdiv_r.obj ..\..\src\gmp\mpz\cdiv_r.c cdiv_r.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cdiv_r_ui.obj ..\..\src\gmp\mpz\cdiv_r_ui.c cdiv_r_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cdiv_ui.obj ..\..\src\gmp\mpz\cdiv_ui.c cdiv_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cfdiv_q_2exp.obj ..\..\src\gmp\mpz\cfdiv_q_2exp.c cfdiv_q_2exp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cfdiv_r_2exp.obj ..\..\src\gmp\mpz\cfdiv_r_2exp.c cfdiv_r_2exp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\clear.obj ..\..\src\gmp\mpz\clear.c clear.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\clrbit.obj ..\..\src\gmp\mpz\clrbit.c clrbit.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cmp.obj ..\..\src\gmp\mpz\cmp.c cmp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cmp_d.obj ..\..\src\gmp\mpz\cmp_d.c cmp_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cmp_si.obj ..\..\src\gmp\mpz\cmp_si.c cmp_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cmp_ui.obj ..\..\src\gmp\mpz\cmp_ui.c cmp_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cmpabs.obj ..\..\src\gmp\mpz\cmpabs.c cmpabs.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cmpabs_d.obj ..\..\src\gmp\mpz\cmpabs_d.c cmpabs_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cmpabs_ui.obj ..\..\src\gmp\mpz\cmpabs_ui.c cmpabs_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\com.obj ..\..\src\gmp\mpz\com.c com.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\combit.obj ..\..\src\gmp\mpz\combit.c combit.c ..\..\src\gmp\mpz\combit.c(51) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cong.obj ..\..\src\gmp\mpz\cong.c cong.c ..\..\src\gmp\mpz\cong.c(91) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\cong.c(92) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\cong.c(119) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\cong.c(137) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cong_2exp.obj ..\..\src\gmp\mpz\cong_2exp.c cong_2exp.c ..\..\src\gmp\mpz\cong_2exp.c(58) : warning C4018: '<' : signed/unsigned mismatch ..\..\src\gmp\mpz\cong_2exp.c(62) : warning C4018: '>' : signed/unsigned mismatch ..\..\src\gmp\mpz\cong_2exp.c(69) : warning C4018: '<=' : signed/unsigned mismatch ..\..\src\gmp\mpz\cong_2exp.c(109) : warning C4018: '>=' : signed/unsigned mismatch ..\..\src\gmp\mpz\cong_2exp.c(127) : warning C4018: '<' : signed/unsigned mismatch cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\cong_ui.obj ..\..\src\gmp\mpz\cong_ui.c cong_ui.c ..\..\src\gmp\mpz\cong_ui.c(98) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\cong_ui.c(101) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\dive_ui.obj ..\..\src\gmp\mpz\dive_ui.c dive_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\divegcd.obj ..\..\src\gmp\mpz\divegcd.c divegcd.c ..\..\src\gmp\mpz\divegcd.c(95) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\divexact.obj ..\..\src\gmp\mpz\divexact.c divexact.c ..\..\src\gmp\mpz\divexact.c(119) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\divis.obj ..\..\src\gmp\mpz\divis.c divis.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\divis_2exp.obj ..\..\src\gmp\mpz\divis_2exp.c divis_2exp.c ..\..\src\gmp\mpz\divis_2exp.c(38) : warning C4018: '<=' : signed/unsigned mismatch cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\divis_ui.obj ..\..\src\gmp\mpz\divis_ui.c divis_ui.c ..\..\src\gmp\mpz\divis_ui.c(64) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\divis_ui.c(67) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\dump.obj ..\..\src\gmp\mpz\dump.c dump.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\export.obj ..\..\src\gmp\mpz\export.c export.c ..\..\src\gmp\mpz\export.c(169) : warning C4244: '=' : conversion from 'mp_limb_t' to 'unsigned char', possible loss of data ..\..\src\gmp\mpz\export.c(169) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned char', possible loss of data ..\..\src\gmp\mpz\export.c(174) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned char', possible loss of data ..\..\src\gmp\mpz\export.c(174) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned char', possible loss of data ..\..\src\gmp\mpz\export.c(178) : warning C4018: '<' : signed/unsigned mismatch cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fac_ui.obj ..\..\src\gmp\mpz\fac_ui.c fac_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fdiv_q.obj ..\..\src\gmp\mpz\fdiv_q.c fdiv_q.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fdiv_q_ui.obj ..\..\src\gmp\mpz\fdiv_q_ui.c fdiv_q_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fdiv_qr.obj ..\..\src\gmp\mpz\fdiv_qr.c fdiv_qr.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fdiv_qr_ui.obj ..\..\src\gmp\mpz\fdiv_qr_ui.c fdiv_qr_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fdiv_r.obj ..\..\src\gmp\mpz\fdiv_r.c fdiv_r.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fdiv_r_ui.obj ..\..\src\gmp\mpz\fdiv_r_ui.c fdiv_r_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fdiv_ui.obj ..\..\src\gmp\mpz\fdiv_ui.c fdiv_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fib2_ui.obj ..\..\src\gmp\mpz\fib2_ui.c fib2_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fib_ui.obj ..\..\src\gmp\mpz\fib_ui.c fib_ui.c ..\..\src\gmp\mpz\fib_ui.c(106) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fits_sint.obj ..\..\src\gmp\mpz\fits_sint.c fits_sint.c c:\cygwin\home\jjgarcia\src\ecl\src\gmp\mpz\fits_s.h(38) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fits_slong.obj ..\..\src\gmp\mpz\fits_slong.c fits_slong.c c:\cygwin\home\jjgarcia\src\ecl\src\gmp\mpz\fits_s.h(38) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fits_sshort.obj ..\..\src\gmp\mpz\fits_sshort.c fits_sshort.c c:\cygwin\home\jjgarcia\src\ecl\src\gmp\mpz\fits_s.h(38) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fits_uint.obj ..\..\src\gmp\mpz\fits_uint.c fits_uint.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fits_ulong.obj ..\..\src\gmp\mpz\fits_ulong.c fits_ulong.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\fits_ushort.obj ..\..\src\gmp\mpz\fits_ushort.c fits_ushort.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\gcd.obj ..\..\src\gmp\mpz\gcd.c gcd.c ..\..\src\gmp\mpz\gcd.c(93) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\gcd.c(108) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\gcd_ui.obj ..\..\src\gmp\mpz\gcd_ui.c gcd_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\gcdext.obj ..\..\src\gmp\mpz\gcdext.c gcdext.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\get_d.obj ..\..\src\gmp\mpz\get_d.c get_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\get_d_2exp.obj ..\..\src\gmp\mpz\get_d_2exp.c get_d_2exp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\get_si.obj ..\..\src\gmp\mpz\get_si.c get_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\get_str.obj ..\..\src\gmp\mpz\get_str.c get_str.c ..\..\src\gmp\mpz\get_str.c(102) : warning C4018: '<' : signed/unsigned mismatch cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\get_ui.obj ..\..\src\gmp\mpz\get_ui.c get_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\getlimbn.obj ..\..\src\gmp\mpz\getlimbn.c getlimbn.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\hamdist.obj ..\..\src\gmp\mpz\hamdist.c hamdist.c ..\..\src\gmp\mpz\hamdist.c(98) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\hamdist.c(99) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\import.obj ..\..\src\gmp\mpz\import.c import.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\init.obj ..\..\src\gmp\mpz\init.c init.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\init2.obj ..\..\src\gmp\mpz\init2.c init2.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\inp_raw.obj ..\..\src\gmp\mpz\inp_raw.c inp_raw.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\inp_str.obj ..\..\src\gmp\mpz\inp_str.c inp_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\invert.obj ..\..\src\gmp\mpz\invert.c invert.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\ior.obj ..\..\src\gmp\mpz\ior.c ior.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\iset.obj ..\..\src\gmp\mpz\iset.c iset.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\iset_d.obj ..\..\src\gmp\mpz\iset_d.c iset_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\iset_si.obj ..\..\src\gmp\mpz\iset_si.c iset_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\iset_str.obj ..\..\src\gmp\mpz\iset_str.c iset_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\iset_ui.obj ..\..\src\gmp\mpz\iset_ui.c iset_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\jacobi.obj ..\..\src\gmp\mpz\jacobi.c jacobi.c ..\..\src\gmp\mpz\jacobi.c(123) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\jacobi.c(159) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\jacobi.c(289) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\kronsz.obj ..\..\src\gmp\mpz\kronsz.c kronsz.c ..\..\src\gmp\mpz\kronsz.c(75) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\kronsz.c(113) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\kronuz.obj ..\..\src\gmp\mpz\kronuz.c kronuz.c ..\..\src\gmp\mpz\kronuz.c(94) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\kronuz.c(107) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\kronzs.obj ..\..\src\gmp\mpz\kronzs.c kronzs.c ..\..\src\gmp\mpz\kronzs.c(70) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\kronzu.obj ..\..\src\gmp\mpz\kronzu.c kronzu.c ..\..\src\gmp\mpz\kronzu.c(66) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\lcm.obj ..\..\src\gmp\mpz\lcm.c lcm.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\lcm_ui.obj ..\..\src\gmp\mpz\lcm_ui.c lcm_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\lucnum2_ui.obj ..\..\src\gmp\mpz\lucnum2_ui.c lucnum2_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\lucnum_ui.obj ..\..\src\gmp\mpz\lucnum_ui.c lucnum_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\millerrabin.obj ..\..\src\gmp\mpz\millerrabin.c millerrabin.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\mod.obj ..\..\src\gmp\mpz\mod.c mod.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\mul.obj ..\..\src\gmp\mpz\mul.c mul.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\mul_2exp.obj ..\..\src\gmp\mpz\mul_2exp.c mul_2exp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\mul_si.obj ..\..\src\gmp\mpz\mul_si.c mul_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\mul_ui.obj ..\..\src\gmp\mpz\mul_ui.c mul_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\n_pow_ui.obj ..\..\src\gmp\mpz\n_pow_ui.c n_pow_ui.c ..\..\src\gmp\mpz\n_pow_ui.c(206) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\neg.obj ..\..\src\gmp\mpz\neg.c neg.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\nextprime.obj ..\..\src\gmp\mpz\nextprime.c nextprime.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\out_raw.obj ..\..\src\gmp\mpz\out_raw.c out_raw.c ..\..\src\gmp\mpz\out_raw.c(64) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\out_raw.c(67) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\out_raw.c(130) : warning C4244: '=' : conversion from 'mp_limb_t' to 'char', possible loss of data ..\..\src\gmp\mpz\out_raw.c(152) : warning C4244: '=' : conversion from 'mp_size_t' to 'char', possible loss of data ..\..\src\gmp\mpz\out_raw.c(153) : warning C4244: '=' : conversion from 'mp_size_t' to 'char', possible loss of data ..\..\src\gmp\mpz\out_raw.c(154) : warning C4244: '=' : conversion from 'mp_size_t' to 'char', possible loss of data cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\out_str.obj ..\..\src\gmp\mpz\out_str.c out_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\perfpow.obj ..\..\src\gmp\mpz\perfpow.c perfpow.c ..\..\src\gmp\mpz\perfpow.c(219) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\perfpow.c(222) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\perfsqr.obj ..\..\src\gmp\mpz\perfsqr.c perfsqr.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\popcount.obj ..\..\src\gmp\mpz\popcount.c popcount.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\pow_ui.obj ..\..\src\gmp\mpz\pow_ui.c pow_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\powm.obj ..\..\src\gmp\mpz\powm.c powm.c ..\..\src\gmp\mpz\powm.c(218) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\powm.c(242) : warning C4018: '>' : signed/unsigned mismatch cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\powm_ui.obj ..\..\src\gmp\mpz\powm_ui.c powm_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\pprime_p.obj ..\..\src\gmp\mpz\pprime_p.c pprime_p.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\random.obj ..\..\src\gmp\mpz\random.c random.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\random2.obj ..\..\src\gmp\mpz\random2.c random2.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\realloc.obj ..\..\src\gmp\mpz\realloc.c realloc.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\realloc2.obj ..\..\src\gmp\mpz\realloc2.c realloc2.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\remove.obj ..\..\src\gmp\mpz\remove.c remove.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\root.obj ..\..\src\gmp\mpz\root.c root.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\rootrem.obj ..\..\src\gmp\mpz\rootrem.c rootrem.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\rrandomb.obj ..\..\src\gmp\mpz\rrandomb.c rrandomb.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\scan0.obj ..\..\src\gmp\mpz\scan0.c scan0.c ..\..\src\gmp\mpz\scan0.c(46) : warning C4018: '>=' : signed/unsigned mismatch ..\..\src\gmp\mpz\scan0.c(119) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\scan1.obj ..\..\src\gmp\mpz\scan1.c scan1.c ..\..\src\gmp\mpz\scan1.c(46) : warning C4018: '>=' : signed/unsigned mismatch ..\..\src\gmp\mpz\scan1.c(108) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\mpz\scan1.c(137) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\set.obj ..\..\src\gmp\mpz\set.c set.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fo.\mpz\set_d.obj .\mpz\set_d.c set_d.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\set_f.obj ..\..\src\gmp\mpz\set_f.c set_f.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\set_q.obj ..\..\src\gmp\mpz\set_q.c set_q.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\set_si.obj ..\..\src\gmp\mpz\set_si.c set_si.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\set_str.obj ..\..\src\gmp\mpz\set_str.c set_str.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\set_ui.obj ..\..\src\gmp\mpz\set_ui.c set_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\setbit.obj ..\..\src\gmp\mpz\setbit.c setbit.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\size.obj ..\..\src\gmp\mpz\size.c size.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\sizeinbase.obj ..\..\src\gmp\mpz\sizeinbase.c sizeinbase.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\sqrt.obj ..\..\src\gmp\mpz\sqrt.c sqrt.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\sqrtrem.obj ..\..\src\gmp\mpz\sqrtrem.c sqrtrem.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\sub.obj ..\..\src\gmp\mpz\sub.c sub.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\sub_ui.obj ..\..\src\gmp\mpz\sub_ui.c sub_ui.c c:\cygwin\home\jjgarcia\src\ecl\src\gmp\mpz\aors_ui.h(95) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\swap.obj ..\..\src\gmp\mpz\swap.c swap.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\tdiv_q.obj ..\..\src\gmp\mpz\tdiv_q.c tdiv_q.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\tdiv_q_2exp.obj ..\..\src\gmp\mpz\tdiv_q_2exp.c tdiv_q_2exp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\tdiv_q_ui.obj ..\..\src\gmp\mpz\tdiv_q_ui.c tdiv_q_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\tdiv_qr.obj ..\..\src\gmp\mpz\tdiv_qr.c tdiv_qr.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\tdiv_qr_ui.obj ..\..\src\gmp\mpz\tdiv_qr_ui.c tdiv_qr_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\tdiv_r.obj ..\..\src\gmp\mpz\tdiv_r.c tdiv_r.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\tdiv_r_2exp.obj ..\..\src\gmp\mpz\tdiv_r_2exp.c tdiv_r_2exp.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\tdiv_r_ui.obj ..\..\src\gmp\mpz\tdiv_r_ui.c tdiv_r_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\tdiv_ui.obj ..\..\src\gmp\mpz\tdiv_ui.c tdiv_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\tstbit.obj ..\..\src\gmp\mpz\tstbit.c tstbit.c ..\..\src\gmp\mpz\tstbit.c(58) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\ui_pow_ui.obj ..\..\src\gmp\mpz\ui_pow_ui.c ui_pow_ui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\ui_sub.obj ..\..\src\gmp\mpz\ui_sub.c ui_sub.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\urandomb.obj ..\..\src\gmp\mpz\urandomb.c urandomb.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\urandomm.obj ..\..\src\gmp\mpz\urandomm.c urandomm.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fompz\xor.obj ..\..\src\gmp\mpz\xor.c xor.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\asprintf.obj ..\..\src\gmp\printf\asprintf.c asprintf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\asprntffuns.obj ..\..\src\gmp\printf\asprntffuns.c asprntffuns.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\doprnt.obj ..\..\src\gmp\printf\doprnt.c doprnt.c ..\..\src\gmp\printf\doprnt.c(187) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\doprntf.obj ..\..\src\gmp\printf\doprntf.c doprntf.c ..\..\src\gmp\printf\doprntf.c(266) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : see declaration of 'sprintf' cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\doprnti.obj ..\..\src\gmp\printf\doprnti.c doprnti.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\fprintf.obj ..\..\src\gmp\printf\fprintf.c fprintf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\obprintf.obj ..\..\src\gmp\printf\obprintf.c obprintf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\obprntffuns.obj ..\..\src\gmp\printf\obprntffuns.c obprntffuns.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\obvprintf.obj ..\..\src\gmp\printf\obvprintf.c obvprintf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\printf.obj ..\..\src\gmp\printf\printf.c printf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\printffuns.obj ..\..\src\gmp\printf\printffuns.c printffuns.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\repl-vsnprintf.obj ..\..\src\gmp\printf\repl-vsnprintf.c repl-vsnprintf.c ..\..\src\gmp\printf\repl-vsnprintf.c(365) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : see declaration of 'vsprintf' ..\..\src\gmp\printf\repl-vsnprintf.c(373) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : see declaration of 'vsprintf' cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\snprintf.obj ..\..\src\gmp\printf\snprintf.c snprintf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\snprntffuns.obj ..\..\src\gmp\printf\snprntffuns.c snprntffuns.c ..\..\src\gmp\printf\snprntffuns.c(137) : warning C4018: '<' : signed/unsigned mismatch cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\sprintf.obj ..\..\src\gmp\printf\sprintf.c sprintf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\sprintffuns.obj ..\..\src\gmp\printf\sprintffuns.c sprintffuns.c ..\..\src\gmp\printf\sprintffuns.c(55) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : see declaration of 'vsprintf' cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\vasprintf.obj ..\..\src\gmp\printf\vasprintf.c vasprintf.c ..\..\src\gmp\printf\vasprintf.c(89) : warning C4018: '<' : signed/unsigned mismatch cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\vfprintf.obj ..\..\src\gmp\printf\vfprintf.c vfprintf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\vprintf.obj ..\..\src\gmp\printf\vprintf.c vprintf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\vsnprintf.obj ..\..\src\gmp\printf\vsnprintf.c vsnprintf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foprintf\vsprintf.obj ..\..\src\gmp\printf\vsprintf.c vsprintf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foscanf\doscan.obj ..\..\src\gmp\scanf\doscan.c doscan.c ..\..\src\gmp\scanf\doscan.c(401) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foscanf\fscanf.obj ..\..\src\gmp\scanf\fscanf.c fscanf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foscanf\fscanffuns.obj ..\..\src\gmp\scanf\fscanffuns.c fscanffuns.c ..\..\src\gmp\scanf\fscanffuns.c(49) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(256) : see declaration of 'fscanf' cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foscanf\scanf.obj ..\..\src\gmp\scanf\scanf.c scanf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foscanf\sscanf.obj ..\..\src\gmp\scanf\sscanf.c sscanf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foscanf\sscanffuns.obj ..\..\src\gmp\scanf\sscanffuns.c sscanffuns.c ..\..\src\gmp\scanf\sscanffuns.c(34) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(324) : see declaration of 'sscanf' cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foscanf\vfscanf.obj ..\..\src\gmp\scanf\vfscanf.c vfscanf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foscanf\vscanf.obj ..\..\src\gmp\scanf\vscanf.c vscanf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foscanf\vsscanf.obj ..\..\src\gmp\scanf\vsscanf.c vsscanf.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foassert.obj ..\..\src\gmp\assert.c assert.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Focompat.obj ..\..\src\gmp\compat.c compat.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foerrno.obj ..\..\src\gmp\errno.c errno.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foextract-dbl.obj ..\..\src\gmp\extract-dbl.c extract-dbl.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foinvalid.obj ..\..\src\gmp\invalid.c invalid.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fomemory.obj ..\..\src\gmp\memory.c memory.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fomp_bpl.obj ..\..\src\gmp\mp_bpl.c mp_bpl.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fomp_clz_tab.obj ..\..\src\gmp\mp_clz_tab.c mp_clz_tab.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fomp_dv_tab.obj ..\..\src\gmp\mp_dv_tab.c mp_dv_tab.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fomp_get_fns.obj ..\..\src\gmp\mp_get_fns.c mp_get_fns.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fomp_minv_tab.obj ..\..\src\gmp\mp_minv_tab.c mp_minv_tab.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fomp_set_fns.obj ..\..\src\gmp\mp_set_fns.c mp_set_fns.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forand.obj ..\..\src\gmp\rand.c rand.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forandbui.obj ..\..\src\gmp\randbui.c randbui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forandclr.obj ..\..\src\gmp\randclr.c randclr.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foranddef.obj ..\..\src\gmp\randdef.c randdef.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forandiset.obj ..\..\src\gmp\randiset.c randiset.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forandlc2s.obj ..\..\src\gmp\randlc2s.c randlc2s.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forandlc2x.obj ..\..\src\gmp\randlc2x.c randlc2x.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forandmt.obj ..\..\src\gmp\randmt.c randmt.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forandmts.obj ..\..\src\gmp\randmts.c randmts.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forandmui.obj ..\..\src\gmp\randmui.c randmui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forands.obj ..\..\src\gmp\rands.c rands.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forandsd.obj ..\..\src\gmp\randsd.c randsd.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Forandsdui.obj ..\..\src\gmp\randsdui.c randsdui.c cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Fotal-reent.obj ..\..\src\gmp\tal-reent.c tal-reent.c ..\..\src\gmp\tal-reent.c(54) : warning C4146: unary minus operator applied to unsigned type, result still unsigned ..\..\src\gmp\tal-reent.c(59) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cl -c /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /Foversion.obj ..\..\src\gmp\version.c version.c cl /DNDEBUG /MD /O2 /nologo /W3 /EHsc /I "." /I ..\..\src\gmp /I "..\..\src\gmp\mpn\generic" /D "WIN32" /D "_LIB" /D "_WIN32" /D "_MBCS" /c mp_bases.c fib_table.c mp_bases.c fib_table.c Generating Code... link -lib /NOLOGO /OUT:gmp.lib *.obj mpf\*.obj mpz\*.obj mpq\*.obj printf\asprintf.obj printf\asprntffuns.obj printf\doprnt.obj printf\doprntf.obj printf\doprnti.obj printf\fprintf.obj printf\obprintf.obj printf\obprntffuns.obj printf\obvprintf.obj printf\printf.obj printf\printffuns.obj printf\repl-vsnprintf.obj printf\snprintf.obj printf\snprntffuns.obj printf\sprintf.obj printf\sprintffuns.obj printf\vasprintf.obj printf\vfprintf.obj printf\vprintf.obj printf\vsnprintf.obj printf\vsprintf.obj scanf\doscan.obj scanf\fscanf.obj scanf\fscanffuns.obj scanf\scanf.obj scanf\sscanf.obj scanf\sscanffuns.obj scanf\vfscanf.obj scanf\vscanf.obj scanf\vsscanf.obj mpn_gc.lib copy /Y gmp.lib ..\eclgmp.lib 1 file(s) copied. copy /Y gmp.h ..\ecl\gmp.h 1 file(s) copied. cd .. cd gc "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" nodebug=1 ECL_THREADS=1 "CFLAGS_CONFIG=/DNDEBUG /MD /O2" gc.lib cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\alloc.c /Foalloc.obj alloc.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\reclaim.c /Foreclaim.obj reclaim.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\allchblk.c /Foallchblk.obj allchblk.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\misc.c /Fomisc.obj misc.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\mach_dep.c /Fomach_dep.obj mach_dep.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\os_dep.c /Foos_dep.obj os_dep.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\mark_rts.c /Fomark_rts.obj mark_rts.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\headers.c /Foheaders.obj headers.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\mark.c /Fomark.obj mark.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\obj_map.c /Foobj_map.obj obj_map.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\blacklst.c /Foblacklst.obj blacklst.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\finalize.c /Fofinalize.obj finalize.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\new_hblk.c /Fonew_hblk.obj new_hblk.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\dbg_mlc.c /Fodbg_mlc.obj dbg_mlc.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\malloc.c /Fomalloc.obj malloc.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\stubborn.c /Fostubborn.obj stubborn.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\dyn_load.c /Fodyn_load.obj dyn_load.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\typd_mlc.c /Fotypd_mlc.obj typd_mlc.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\ptr_chck.c /Foptr_chck.obj ptr_chck.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\gc_cpp.cpp /Fogc_cpp.obj gc_cpp.cpp cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\mallocx.c /Fomallocx.obj mallocx.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\win32_threads.c /Fowin32_threads.obj win32_threads.c cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\msvc_dbg.c /Fomsvc_dbg.obj msvc_dbg.c c:\cygwin\home\jjgarcia\src\ecl\src\gc\msvc_dbg.c(65) : warning C4748: /GS can not protect parameters and local variables from local buffer overrun because optimizations are disabled in function c:\cygwin\home\jjgarcia\src\ecl\src\gc\msvc_dbg.c(165) : warning C4748: /GS can not protect parameters and local variables from local buffer overrun because optimizations are disabled in function c:\cygwin\home\jjgarcia\src\ecl\src\gc\msvc_dbg.c(197) : warning C4748: /GS can not protect parameters and local variables from local buffer overrun because optimizations are disabled in function c:\cygwin\home\jjgarcia\src\ecl\src\gc\msvc_dbg.c(281) : warning C4748: /GS can not protect parameters and local variables from local buffer overrun because optimizations are disabled in function c:\cygwin\home\jjgarcia\src\ecl\src\gc\msvc_dbg.c(104) : warning C4748: /GS can not protect parameters and local variables from local buffer overrun because optimizations are disabled in function cl -Ox -DNDEBUG -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -DNTDDI_VERSION=0x05000000 -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_MT -MT /DNDEBUG /MD /O2 -Iinclude -I..\..\src\gc/libatomic_ops-1.2/src -D_CRT_SECURE_NO_WARNINGS -DGC_DLL -DGC_BUILD -DGC_WIN32_THREADS -DTHREAD_LOCAL_ALLOC -DLARGE_CONFIG -I..\..\src\gc\include ..\..\src\gc\thread_local_alloc.c /Fothread_local_alloc.obj thread_local_alloc.c lib /MACHINE:i386 /out:gc.lib alloc.obj reclaim.obj allchblk.obj misc.obj mach_dep.obj os_dep.obj mark_rts.obj headers.obj mark.obj obj_map.obj blacklst.obj finalize.obj new_hblk.obj dbg_mlc.obj malloc.obj stubborn.obj dyn_load.obj typd_mlc.obj ptr_chck.obj gc_cpp.obj mallocx.obj win32_threads.obj msvc_dbg.obj thread_local_alloc.obj Microsoft (R) Library Manager Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. copy /Y gc.lib ..\eclgc.lib 1 file(s) copied. cd .. if not exist ecl\gc mkdir ecl\gc if not exist ecl\gc\private mkdir ecl\gc\private for %h in (gc.h gc_version.h gc_local_alloc.h gc_pthread_redirects.h gc_config_macros.h leak_detector.h gc_typed.h private\gc_priv.h private\gcconfig.h gc_mark.h new_gc_alloc.h weakpointer.h gc_pthread_redirects.h) do copy /Y ..\src\gc\include\%h ecl\gc\%h C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\gc.h ecl\gc\gc.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\gc_version.h ecl\gc\gc_version.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\gc_local_alloc.h ecl\gc\gc_local_alloc.h The system cannot find the file specified. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\gc_pthread_redirects.h ecl\gc\gc_pthread_redirects.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\gc_config_macros.h ecl\gc\gc_config_macros.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\leak_detector.h ecl\gc\leak_detector.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\gc_typed.h ecl\gc\gc_typed.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\private\gc_priv.h ecl\gc\private\gc_priv.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\private\gcconfig.h ecl\gc\private\gcconfig.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\gc_mark.h ecl\gc\gc_mark.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\new_gc_alloc.h ecl\gc\new_gc_alloc.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\weakpointer.h ecl\gc\weakpointer.h 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd>copy /Y ..\src\gc\include\gc_pthread_redirects.h ecl\gc\gc_pthread_redirects.h 1 file(s) copied. copy /Y ..\src\gc\libatomic_ops-1.2\src\atomic_ops.h ecl\gc 1 file(s) copied. cd c "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" cut.exe cl /Fecut.exe ..\..\src/util/cut.c cut.c Microsoft (R) Incremental Linker Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. /out:cut.exe cut.obj cd .. if not exist lsp mkdir lsp c\cut "@ecldir\@" "%CD%/package" "@SHORT_SITE_NAME@" "" "@LONG_SITE_NAME@" "" "@PACKAGE_VERSION@" "9.10.2" "@ARCHITECTURE@" "PENTIUM4" "@SOFTWARE_TYPE@" "NT" "@SOFTWARE_VERSION@" "5.0" "@thehost@" "win32" < ..\src\lsp\config.lsp.in > lsp\config.lsp cd c "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" ECL_VERSION_NUMBER=91002 ECL_THREADS=1 ECL_UNICODE=1 "ECL_CFLAGS=/EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD" for %i in (..\ecl\config.h ..\..\src\h\ecl.h ..\..\src\h\ecl-cmp.h ..\..\src\h\object.h ..\..\src\h\cs.h ..\..\src\h\stacks.h ..\..\src\h\external.h ..\..\src\h\eval.h ..\..\src\h\number.h ..\..\src\h\page.h ..\..\src\h\unify.h ..\..\src\h\internal.h ..\..\src\h\ecl-inl.h ..\..\src\h\bytecodes.h) do copy /Y %i ..\ecl C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\ecl\config.h ..\ecl The system cannot find the file specified. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\ecl.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\ecl-cmp.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\object.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\cs.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\stacks.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\external.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\eval.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\number.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\page.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\unify.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\internal.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\ecl-inl.h ..\ecl 1 file(s) copied. C:\cygwin\home\Jjgarcia\src\ecl\win32.ucd\c>copy /Y ..\..\src\h\bytecodes.h ..\ecl 1 file(s) copied. cut.exe "@ECL_FPE_CODE@" "../../src/c/arch/fpe_x86.c" "@ECL_VERSION_NUMBER@" "91002" "@ECL_THREADS@" "1" "@ECL_UNICODE@" "1" < ..\ecl\config.h.msvc6 > ../ecl/config.h cl -I.. -I./ ..\..\src\c/dpp.c -o .\dpp.exe dpp.c Microsoft (R) Incremental Linker Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. /out:dpp.exe /out:.\dpp.exe dpp.obj .\dpp.exe ../../src/c\main.d main.c dpp: ../../src/c/main.d -> main.c .\dpp.exe ../../src/c\symbol.d symbol.c dpp: ../../src/c/symbol.d -> symbol.c .\dpp.exe ../../src/c\package.d package.c dpp: ../../src/c/package.d -> package.c .\dpp.exe ../../src/c\list.d list.c dpp: ../../src/c/list.d -> list.c .\dpp.exe ../../src/c\apply.d apply.c dpp: ../../src/c/apply.d -> apply.c .\dpp.exe ../../src/c\eval.d eval.c dpp: ../../src/c/eval.d -> eval.c .\dpp.exe ../../src/c\interpreter.d interpreter.c dpp: ../../src/c/interpreter.d -> interpreter.c .\dpp.exe ../../src/c\compiler.d compiler.c dpp: ../../src/c/compiler.d -> compiler.c .\dpp.exe ../../src/c\disassembler.d disassembler.c dpp: ../../src/c/disassembler.d -> disassembler.c .\dpp.exe ../../src/c\instance.d instance.c dpp: ../../src/c/instance.d -> instance.c .\dpp.exe ../../src/c\gfun.d gfun.c dpp: ../../src/c/gfun.d -> gfun.c .\dpp.exe ../../src/c\reference.d reference.c dpp: ../../src/c/reference.d -> reference.c .\dpp.exe ../../src/c\character.d character.c dpp: ../../src/c/character.d -> character.c .\dpp.exe ../../src/c\file.d file.c dpp: ../../src/c/file.d -> file.c .\dpp.exe ../../src/c\read.d read.c dpp: ../../src/c/read.d -> read.c .\dpp.exe ../../src/c\print.d print.c dpp: ../../src/c/print.d -> print.c Unknown symbol: si::pretty-print-format .\dpp.exe ../../src/c\error.d error.c dpp: ../../src/c/error.d -> error.c .\dpp.exe ../../src/c\string.d string.c dpp: ../../src/c/string.d -> string.c .\dpp.exe ../../src/c\cfun.d cfun.c dpp: ../../src/c/cfun.d -> cfun.c .\dpp.exe ../../src/c\typespec.d typespec.c dpp: ../../src/c/typespec.d -> typespec.c Unknown symbol: mp::semaphore .\dpp.exe ../../src/c\assignment.d assignment.c dpp: ../../src/c/assignment.d -> assignment.c Unknown symbol: si::pretty-print-format Unknown symbol: si::pretty-print-format .\dpp.exe ../../src/c\predicate.d predicate.c dpp: ../../src/c/predicate.d -> predicate.c .\dpp.exe ../../src/c\big.d big.c dpp: ../../src/c/big.d -> big.c .\dpp.exe ../../src/c\number.d number.c dpp: ../../src/c/number.d -> number.c .\dpp.exe ../../src/c\num_pred.d num_pred.c dpp: ../../src/c/num_pred.d -> num_pred.c .\dpp.exe ../../src/c\num_comp.d num_comp.c dpp: ../../src/c/num_comp.d -> num_comp.c .\dpp.exe ../../src/c\num_arith.d num_arith.c dpp: ../../src/c/num_arith.d -> num_arith.c .\dpp.exe ../../src/c\num_sfun.d num_sfun.c dpp: ../../src/c/num_sfun.d -> num_sfun.c .\dpp.exe ../../src/c\num_co.d num_co.c dpp: ../../src/c/num_co.d -> num_co.c .\dpp.exe ../../src/c\num_log.d num_log.c dpp: ../../src/c/num_log.d -> num_log.c .\dpp.exe ../../src/c\num_rand.d num_rand.c dpp: ../../src/c/num_rand.d -> num_rand.c .\dpp.exe ../../src/c\array.d array.c dpp: ../../src/c/array.d -> array.c .\dpp.exe ../../src/c\sequence.d sequence.c dpp: ../../src/c/sequence.d -> sequence.c .\dpp.exe ../../src/c\cmpaux.d cmpaux.c dpp: ../../src/c/cmpaux.d -> cmpaux.c .\dpp.exe ../../src/c\macros.d macros.c dpp: ../../src/c/macros.d -> macros.c .\dpp.exe ../../src/c\backq.d backq.c dpp: ../../src/c/backq.d -> backq.c .\dpp.exe ../../src/c\stacks.d stacks.c dpp: ../../src/c/stacks.d -> stacks.c .\dpp.exe ../../src/c\time.d time.c dpp: ../../src/c/time.d -> time.c .\dpp.exe ../../src/c\unixint.d unixint.c dpp: ../../src/c/unixint.d -> unixint.c .\dpp.exe ../../src/c\mapfun.d mapfun.c dpp: ../../src/c/mapfun.d -> mapfun.c .\dpp.exe ../../src/c\multival.d multival.c dpp: ../../src/c/multival.d -> multival.c .\dpp.exe ../../src/c\hash.d hash.c dpp: ../../src/c/hash.d -> hash.c .\dpp.exe ../../src/c\format.d format.c dpp: ../../src/c/format.d -> format.c .\dpp.exe ../../src/c\pathname.d pathname.c dpp: ../../src/c/pathname.d -> pathname.c .\dpp.exe ../../src/c\structure.d structure.c dpp: ../../src/c/structure.d -> structure.c Unknown symbol: si::structure-include .\dpp.exe ../../src/c\load.d load.c dpp: ../../src/c/load.d -> load.c .\dpp.exe ../../src/c\unixfsys.d unixfsys.c dpp: ../../src/c/unixfsys.d -> unixfsys.c .\dpp.exe ../../src/c\unixsys.d unixsys.c dpp: ../../src/c/unixsys.d -> unixsys.c .\dpp.exe ../../src/c\ffi.d ffi.c dpp: ../../src/c/ffi.d -> ffi.c .\dpp.exe ../../src/c\alloc_2.d alloc_2.c dpp: ../../src/c/alloc_2.d -> alloc_2.c .\dpp.exe ../../src/c\tcp.d tcp.c dpp: ../../src/c/tcp.d -> tcp.c .\dpp.exe ../../src/c\threads.d threads.c dpp: ../../src/c/threads.d -> threads.c Keyword not found: count. Unknown symbol: mp:make-semaphore Unknown symbol: mp:make-semaphore Unknown symbol: mp::semaphore Unknown symbol: mp::semaphore Unknown symbol: mp::semaphore Unknown symbol: mp::semaphore .\dpp.exe ../../src/c\threads_mutex.d threads_mutex.c dpp: ../../src/c/threads_mutex.d -> threads_mutex.c .\dpp.exe ../../src/c/arch\ffi_x86.d ffi_x86.c dpp: ../../src/c/arch/ffi_x86.d -> ffi_x86.c .\dpp.exe ../../src/c\all_symbols.d all_symbols.c dpp: ../../src/c/all_symbols.d -> all_symbols.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fomain.obj main.c main.c c:\cygwin\home\jjgarcia\src\ecl\src\c\main.d(759) : warning C4715: 'si_argv' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fosymbol.obj symbol.c symbol.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fopackage.obj package.c package.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Folist.obj list.c list.c c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(144) : warning C4715: 'cl_car' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(154) : warning C4715: 'cl_cdr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(258) : warning C4715: 'cl_caar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(259) : warning C4715: 'cl_cadr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(260) : warning C4715: 'cl_cdar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(261) : warning C4715: 'cl_cddr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(262) : warning C4715: 'cl_caaar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(263) : warning C4715: 'cl_caadr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(264) : warning C4715: 'cl_cadar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(265) : warning C4715: 'cl_caddr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(266) : warning C4715: 'cl_cdaar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(267) : warning C4715: 'cl_cdadr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(268) : warning C4715: 'cl_cddar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(269) : warning C4715: 'cl_cdddr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(270) : warning C4715: 'cl_caaaar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(271) : warning C4715: 'cl_caaadr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(272) : warning C4715: 'cl_caadar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(273) : warning C4715: 'cl_caaddr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(274) : warning C4715: 'cl_cadaar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(275) : warning C4715: 'cl_cadadr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(276) : warning C4715: 'cl_caddar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(277) : warning C4715: 'cl_cadddr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(278) : warning C4715: 'cl_cdaaar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(279) : warning C4715: 'cl_cdaadr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(280) : warning C4715: 'cl_cdadar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(281) : warning C4715: 'cl_cdaddr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(282) : warning C4715: 'cl_cddaar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(283) : warning C4715: 'cl_cddadr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(284) : warning C4715: 'cl_cdddar' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(285) : warning C4715: 'cl_cddddr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(343) : warning C4715: 'cl_endp' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\list.d(353) : warning C4715: 'ecl_endp' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foapply.obj apply.c apply.c c:\cygwin\home\jjgarcia\src\ecl\src\c\apply.d(670) : warning C4715: 'APPLY_fixed' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foeval.obj eval.c eval.c c:\cygwin\home\jjgarcia\src\ecl\src\c\eval.d(81) : warning C4715: 'ecl_apply_from_stack_frame' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\eval.d(119) : warning C4715: 'ecl_function_dispatch' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fointerpreter.obj interpreter.c interpreter.c ../../src/c/interpreter.d(254) : warning C4090: 'initializing' : different 'volatile' qualifiers c:\cygwin\home\jjgarcia\src\ecl\src\c\interpreter.d(1232) : warning C4715: 'ecl_interpret' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Focompiler.obj compiler.c compiler.c c:\cygwin\home\jjgarcia\src\ecl\src\c\compiler.d(2638) : warning C4715: 'si_process_lambda_list' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fodisassembler.obj disassembler.c disassembler.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foinstance.obj instance.c instance.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fogfun.obj gfun.c gfun.c c:\cygwin\home\jjgarcia\src\ecl\src\c\gfun.d(170) : warning C4716: 'do_clear_method_hash' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\gfun.d(215) : warning C4716: 'si_clear_gfun_hash' : must return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foreference.obj reference.c reference.c c:\cygwin\home\jjgarcia\src\ecl\src\c\reference.d(69) : warning C4715: 'cl_fboundp' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Focharacter.obj character.c character.c c:\cygwin\home\jjgarcia\src\ecl\src\c\character.d(28) : warning C4715: 'ecl_char_code' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\character.d(44) : warning C4715: 'ecl_base_char_code' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fofile.obj file.c file.c c:\cygwin\home\jjgarcia\src\ecl\src\c\file.d(299) : warning C4716: 'closed_stream_length' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\file.d(307) : warning C4716: 'closed_stream_set_position' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\file.d(3890) : warning C4715: 'ecl_stream_to_handle' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\file.d(710) : warning C4715: 'ascii_decoder' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\file.d(833) : warning C4715: 'ucs_2be_decoder' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\file.d(876) : warning C4715: 'ucs_2le_decoder' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\file.d(1015) : warning C4715: 'user_multistate_decoder' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\file.d(1672) : warning C4715: 'cl_make_string_input_stream' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\file.d(3617) : warning C4715: 'winsock_stream_listen' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foread.obj read.c read.c c:\cygwin\home\jjgarcia\src\ecl\src\c\read.d(590) : warning C4700: uninitialized local variable 'i' used c:\cygwin\home\jjgarcia\src\ecl\src\c\read.d(624) : warning C4716: 'right_parenthesis_reader' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\read.d(1247) : warning C4715: 'sharp_sharp_reader' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\read.d(1377) : warning C4716: 'default_dispatch_macro_fun' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\read.d(1491) : warning C4715: 'ecl_current_read_base' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\read.d(1515) : warning C4715: 'ecl_current_read_default_float_format' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\read.d(1772) : warning C4715: 'cl_read_char_no_hang' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\read.d(204) : warning C4700: uninitialized local variable 'i' used cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foprint.obj print.c print.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foerror.obj error.c error.c c:\cygwin\home\jjgarcia\src\ecl\src\c\error.d(240) : warning C4716: 'universal_error_handler' : must return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fostring.obj string.c string.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Focfun.obj cfun.c cfun.c c:\cygwin\home\jjgarcia\src\ecl\src\c\cfun.d(235) : warning C4716: 'ecl_set_function_source_file_info' : must return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fotypespec.obj typespec.c typespec.c c:\cygwin\home\jjgarcia\src\ecl\src\c\typespec.d(224) : warning C4715: 'ecl_type_to_symbol' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foassignment.obj assignment.c assignment.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fopredicate.obj predicate.c predicate.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fobig.obj big.c big.c c:\cygwin\home\jjgarcia\src\ecl\src\c\big.d(90) : warning C4716: '_ecl_big_set_fixnum' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\big.d(104) : warning C4716: '_ecl_big_set_index' : must return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fonumber.obj number.c number.c c:\cygwin\home\jjgarcia\src\ecl\src\c\number.d(83) : warning C4715: 'fixint' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\number.d(108) : warning C4715: 'fixnnint' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\number.d(793) : warning C4715: 'ecl_to_double' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fonum_pred.obj num_pred.c num_pred.c c:\cygwin\home\jjgarcia\src\ecl\src\c\num_pred.d(52) : warning C4715: 'ecl_zerop' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_pred.d(84) : warning C4715: 'ecl_plusp' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_pred.d(118) : warning C4715: 'ecl_minusp' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_pred.d(128) : warning C4715: 'ecl_oddp' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_pred.d(138) : warning C4715: 'ecl_evenp' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fonum_comp.obj num_comp.c num_comp.c c:\cygwin\home\jjgarcia\src\ecl\src\c\num_comp.d(249) : warning C4715: 'ecl_number_equalp' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_comp.d(429) : warning C4715: 'ecl_number_compare' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fonum_arith.obj num_arith.c num_arith.c ../../src/c/num_arith.d(21) : warning C4083: expected '('; found identifier 'on' c:\cygwin\home\jjgarcia\src\ecl\src\c\num_arith.d(506) : warning C4715: 'ecl_plus' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_arith.d(806) : warning C4715: 'ecl_negate' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_arith.d(1055) : warning C4715: 'ecl_integer_divide' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_arith.d(1160) : warning C4715: 'ecl_one_plus' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_arith.d(738) : warning C4715: 'ecl_minus' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_arith.d(1215) : warning C4715: 'ecl_one_minus' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_arith.d(277) : warning C4715: 'ecl_times' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\num_arith.d(1008) : warning C4715: 'ecl_divide' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fonum_sfun.obj num_sfun.c num_sfun.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fonum_co.obj num_co.c num_co.c ../../src/c/num_co.d(29) : warning C4005: 'floorf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(301) : see previous definition of 'floorf' ../../src/c/num_co.d(30) : warning C4005: 'ceilf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(297) : see previous definition of 'ceilf' ../../src/c/num_co.d(31) : warning C4005: 'fabsf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(288) : see previous definition of 'fabsf' ../../src/c/num_co.d(32) : warning C4005: 'frexpf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(285) : see previous definition of 'frexpf' ../../src/c/num_co.d(33) : warning C4005: 'ldexpf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(289) : see previous definition of 'ldexpf' ../../src/c/num_co.d(34) : warning C4005: 'cosf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(298) : see previous definition of 'cosf' ../../src/c/num_co.d(35) : warning C4005: 'coshf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(299) : see previous definition of 'coshf' ../../src/c/num_co.d(36) : warning C4005: 'expf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(300) : see previous definition of 'expf' ../../src/c/num_co.d(37) : warning C4005: 'logf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(303) : see previous definition of 'logf' ../../src/c/num_co.d(38) : warning C4005: 'sinf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(307) : see previous definition of 'sinf' ../../src/c/num_co.d(39) : warning C4005: 'sqrtf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(309) : see previous definition of 'sqrtf' ../../src/c/num_co.d(40) : warning C4005: 'tanf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(310) : see previous definition of 'tanf' ../../src/c/num_co.d(41) : warning C4005: 'tanhf' : macro redefinition C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\math.h(311) : see previous definition of 'tanhf' cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fonum_log.obj num_log.c num_log.c c:\cygwin\home\jjgarcia\src\ecl\src\c\num_log.d(850) : warning C4715: 'si_bit_array_op' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fonum_rand.obj num_rand.c num_rand.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foarray.obj array.c array.c c:\cygwin\home\jjgarcia\src\ecl\src\c\array.d(96) : warning C4716: 'out_of_bounds_error' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\array.d(136) : warning C4715: 'ecl_to_index' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\array.d(237) : warning C4715: 'ecl_aref_unsafe' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\array.d(249) : warning C4715: 'ecl_aref' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\array.d(261) : warning C4715: 'ecl_aref1' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\array.d(382) : warning C4715: 'ecl_aset' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\array.d(393) : warning C4715: 'ecl_aset1' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\array.d(699) : warning C4715: 'address_inc' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\array.d(803) : warning C4715: 'ecl_array_dimension' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fosequence.obj sequence.c sequence.c c:\cygwin\home\jjgarcia\src\ecl\src\c\sequence.d(61) : warning C4715: 'ecl_elt' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\sequence.d(103) : warning C4715: 'ecl_elt_set' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\sequence.d(166) : warning C4715: 'cl_subseq' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\sequence.d(205) : warning C4715: 'ecl_length' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Focmpaux.obj cmpaux.c cmpaux.c c:\cygwin\home\jjgarcia\src\ecl\src\c\cmpaux.d(43) : warning C4715: 'ecl_ifloor' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\cmpaux.d(68) : warning C4715: 'ecl_to_char' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\cmpaux.d(95) : warning C4715: 'ecl_to_fixnum' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\cmpaux.d(121) : warning C4715: 'ecl_to_unsigned_integer' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\cmpaux.d(149) : warning C4715: 'ecl_to_float' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fomacros.obj macros.c macros.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fobackq.obj backq.c backq.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fostacks.obj stacks.c stacks.c c:\cygwin\home\jjgarcia\src\ecl\src\c\stacks.d(263) : warning C4715: 'get_bds_ptr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\stacks.d(460) : warning C4715: 'get_frame_ptr' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\stacks.d(251) : warning C4715: 'ecl_progv' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fotime.obj time.c time.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Founixint.obj unixint.c unixint.c c:\cygwin\home\jjgarcia\src\ecl\src\c\unixint.d(878) : warning C4716: 'W32_handle_in_new_thread' : must return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fomapfun.obj mapfun.c mapfun.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fomultival.obj multival.c multival.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fohash.obj hash.c hash.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foformat.obj format.c format.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fopathname.obj pathname.c pathname.c c:\cygwin\home\jjgarcia\src\ecl\src\c\pathname.d(287) : warning C4715: 'translate_pathname_case' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\pathname.d(1342) : warning C4715: 'coerce_to_from_pathname' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\pathname.d(1590) : warning C4715: 'cl_translate_pathname' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\pathname.d(1611) : warning C4715: 'cl_translate_logical_pathname' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fostructure.obj structure.c structure.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foload.obj load.c load.c ../../src/c/load.d(318) : warning C4090: 'function' : different 'const' qualifiers cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Founixfsys.obj unixfsys.c unixfsys.c ../../src/c/unixfsys.d(126) : warning C4047: '=' : 'const char *' differs in levels of indirection from 'int' cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Founixsys.obj unixsys.c unixsys.c ../../src/c/unixsys.d(133) : warning C4022: 'DuplicateHandle' : pointer mismatch for actual parameter 2 ../../src/c/unixsys.d(166) : warning C4022: 'DuplicateHandle' : pointer mismatch for actual parameter 2 ../../src/c/unixsys.d(188) : warning C4022: 'DuplicateHandle' : pointer mismatch for actual parameter 2 ../../src/c/unixsys.d(262) : warning C4090: 'function' : different 'const' qualifiers cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foffi.obj ffi.c ffi.c c:\cygwin\home\jjgarcia\src\ecl\src\c\ffi.d(234) : warning C4716: 'si_free_foreign_data' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\ffi.d(434) : warning C4715: 'ecl_foreign_data_ref_elt' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foalloc_2.obj alloc_2.c alloc_2.c ../../src/c/alloc_2.d(192) : warning C4067: unexpected tokens following preprocessor directive - expected a newline ../../src/c/alloc_2.d(440) : warning C4028: formal parameter 2 different from declaration ../../src/c/alloc_2.d(534) : warning C4047: 'function' : 'GC_finalization_proc' differs in levels of indirection from 'GC_finalization_proc *' ../../src/c/alloc_2.d(534) : warning C4024: 'GC_register_finalizer_no_order' : different types for formal and actual parameter 2 c:\cygwin\home\jjgarcia\src\ecl\src\c\alloc_2.d(208) : warning C4715: 'ecl_alloc_object' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fotcp.obj tcp.c tcp.c ../../src/c/tcp.d(380) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'char (*)[4]' ../../src/c/tcp.d(380) : warning C4024: 'gethostbyaddr' : different types for formal and actual parameter 1 c:\cygwin\home\jjgarcia\src\ecl\src\c\tcp.d(349) : warning C4716: 'si_open_unix_socket_stream' : must return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fothreads.obj threads.c threads.c c:\cygwin\home\jjgarcia\src\ecl\src\c\threads.d(304) : warning C4716: 'mp_suspend_loop' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\threads.d(312) : warning C4716: 'mp_break_suspend_loop' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\threads.d(401) : warning C4716: 'mp_exit_process' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\threads.d(643) : warning C4716: 'mp_condition_variable_timedwait' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\threads.d(318) : warning C4716: 'mp_process_suspend' : must return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\threads.d(324) : warning C4716: 'mp_process_resume' : must return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Fothreads_mutex.obj threads_mutex.c threads_mutex.c c:\cygwin\home\jjgarcia\src\ecl\src\c\threads_mutex.d(214) : warning C4715: 'mp_get_lock_nowait' : not all control paths return a value c:\cygwin\home\jjgarcia\src\ecl\src\c\threads_mutex.d(258) : warning C4715: 'mp_get_lock_wait' : not all control paths return a value cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private /Foffi_x86.obj ffi_x86.c ffi_x86.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private -Foall_symbols.obj -I../ -I./ all_symbols.c all_symbols.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private -DECL_FINAL -Foall_symbols2.obj -I../ -I./ all_symbols.c all_symbols.c del ..\eclmin.lib link -lib -out:..\eclmin.lib main.obj symbol.obj package.obj list.obj apply.obj eval.obj interpreter.obj compiler.obj disassembler.obj instance.obj gfun.obj reference.obj character.obj file.obj read.obj print.obj error.obj string.obj cfun.obj typespec.obj assignment.obj predicate.obj big.obj number.obj num_pred.obj num_comp.obj num_arith.obj num_sfun.obj num_co.obj num_log.obj num_rand.obj array.obj sequence.obj cmpaux.obj macros.obj backq.obj stacks.obj time.obj unixint.obj mapfun.obj multival.obj hash.obj format.obj pathname.obj structure.obj load.obj unixfsys.obj unixsys.obj ffi.obj alloc_2.obj tcp.obj threads.obj threads_mutex.obj ffi_x86.obj Microsoft (R) Library Manager Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. .\dpp.exe ../../src/c\cinit.d cinit.c dpp: ../../src/c/cinit.d -> cinit.c cl -c /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I..\..\src\c -I..\..\src/gc/include -I..\..\src/gc/include/private -I../ -I./ /Focinit.obj cinit.c cinit.c c:\cygwin\home\jjgarcia\src\ecl\src\c\cinit.d(122) : warning C4715: 'si_simple_toplevel' : not all control paths return a value move /Y cinit.obj .. cd .. cl /Feecl_min.exe cinit.obj c\all_symbols.obj eclmin.lib /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib eclgc.lib eclgmp.lib user32.lib ws2_32.lib shell32.lib Creating library ecl_min.lib and object ecl_min.exp if exist ecl_min.exe.manifest mt -manifest ecl_min.exe.manifest -outputresource:ecl_min.exe;1 Microsoft (R) Manifest Tool version 5.2.3790.2076 Copyright (c) Microsoft Corporation 2005. All rights reserved. del ecl_min.exp ecl_min.lib ecl_min.exe.manifest copy /Y ..\src\lsp\load.lsp.in lsp\load.lsp 1 file(s) copied. if not exist clos mkdir clos copy /Y ..\src\clos\load.lsp.in clos\load.lsp 1 file(s) copied. if not exist cmp mkdir cmp copy /Y ..\src\cmp\load.lsp.in cmp\load.lsp 1 file(s) copied. c\cut "@ECL_CC@" "cl" "@CFLAGS@" "/EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2" "@CFLAGS_OPTIMIZE@" "/O2" "@ECL_CFLAGS@" "" "@CPPFLAGS@" "" "@ECL_LDRPATH@" "" "@LDFLAGS@" "/link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib" "@SHARED_LDFLAGS@" "/LD" "@BUNDLE_LDFLAGS@" "/LD" "@CLIBS@" "user32.lib ws2_32.lib shell32.lib" "@STATICLIBS@" "eclgmp.lib eclgc.lib" "@OBJEXT@" "obj" "@SHAREDPREFIX@" "" "@SHAREDEXT@" "dll" "@LIBPREFIX@" "" "@LIBEXT@" "lib" "@EXEEXT@" ".exe" "@ecldir\@" "NIL" "@libdir\@" "NIL" "@includedir\@" "NIL" < ..\src\cmp\cmpdefs.lsp > cmp\cmpdefs.lsp c\cut "@true_srcdir@" "../src" "@true_builddir@" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd" < ..\src\bare.lsp.in > bare.lsp c\cut "@ecldir\@" "%CD%/package" "@libdir\@" "%CD%/package" "@true_srcdir@" "../src" "@true_builddir@" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd" "@CFLAGS@" "/EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD" "@ECL_CFLAGS@" "" "@CPPFLAGS@" "" "@ECL_LDRPATH@" "" "@LDFLAGS@" "/link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib" "@SHARED_LDFLAGS@" "/LD" "@BUNDLE_LDFLAGS@" "/LD" "@CLIBS@" "user32.lib ws2_32.lib shell32.lib" "@STATICLIBS@" "eclgmp.lib eclgc.lib" "@LIBS@" "user32.lib ws2_32.lib shell32.lib" "@CORE_LIBS@" "" "@FASL_LIBS@" "" "@OBJEXT@" "obj" "@SHAREDPREFIX@" "" "@SHAREDEXT@" "lib" "@LIBPREFIX@" "" "@LIBEXT@" "lib" "@EXEEXT@" ".exe" "@LDINSTALLNAME@" "" "@DEF@" "ecl.def" "@RANLIB@" "ranlib" "@LSP_FEATURES@" "(cons :wants-profile (cons :wants-defsystem (cons :wants-rt (cons :wants-sockets (cons :wants-asdf (cons :wants-cmp (cons :wants-dlopen *features*)))))))" < ..\src\compile.lsp.in > compile.lsp copy /Y ..\src\cmp\sysfun.lsp . 1 file(s) copied. date /t > BUILD-STAMP set ECLDIR=./ ecl_min < compile.lsp ;*** Lisp core booted **** ECL (Embeddable Common Lisp) > (:WANTS-PROFILE :WANTS-DEFSYSTEM :WANTS-RT :WANTS-SOCKETS :WANTS-ASDF :WANTS-CMP :WANTS-DLOPEN :ECL-MIN :UINT32-T :UINT16-T :RELATIVE-PACKAGE-NAMES :UNICODE :DFFI :CLOS-STREAMS :CMU-FORMAT :MSVC :ECL-PDE :DLOPEN :CLOS :THREADS :BOEHM-GC :ANSI-CL :COMMON-LISP :IEEE-FLOATING-POINT :PREFIXED-API :FFI :PENTIUM4 :COMMON :ECL) > ;;; ;;; Welcome to bare.lsp. Let's bring this instance up! ;;; ;;; ;;; About to load lsp/load.lsp ;;; ;;; Loading src:lsp;export.lsp ;;; Loading src:lsp;defmacro.lsp ;;; Loading src:lsp;helpfile.lsp ;;; Loading src:lsp;evalmacros.lsp ;;; Loading src:lsp;cmuutil.lsp ;;; Loading src:lsp;autoload.lsp ;;; Loading src:lsp;setf.lsp ;;; Loading src:lsp;predlib.lsp ;;; Loading src:lsp;seq.lsp ;;; Loading src:lsp;arraylib.lsp ;;; Loading src:lsp;assert.lsp ;;; Loading src:lsp;defstruct.lsp ;;; Loading src:lsp;iolib.lsp ;;; Loading src:lsp;listlib.lsp ;;; Loading src:lsp;mislib.lsp ;;; Loading src:lsp;numlib.lsp ;;; Loading src:lsp;packlib.lsp ;;; Loading src:lsp;seqlib.lsp ;;; Loading src:lsp;trace.lsp ;;; Loading src:lsp;loop2.lsp ;;; Loading src:lsp;format.lsp ;;; Loading src:lsp;defpackage.lsp ;;; Loading src:lsp;ffi.lsp ;;; Loading src:lsp;mp.lsp ;;; Loading build:lsp;config.lsp ;;; Loading src:lsp;module.lsp ;;; Loading src:lsp;cmdline.lsp ;;; Loading clos/load.lsp ;;; Loading src:clos;kernel.lsp ;;; Loading src:clos;macros.lsp ;;; Loading src:clos;method.lsp ;;; Loading src:clos;slot.lsp ;;; Loading src:clos;combin.lsp ;;; Loading src:clos;boot.lsp ;;; Loading src:clos;defclass.lsp ;;; Loading src:clos;standard.lsp ;;; Loading src:clos;builtin.lsp ;;; Loading src:clos;change.lsp ;;; Loading src:clos;stdmethod.lsp ;;; Loading src:clos;generic.lsp ;;; Loading src:clos;fixup.lsp ;;; Loading src:clos;print.lsp ;;; Loading src:clos;streams.lsp ;;; Loading src:lsp;pprint.lsp ;;; Loading src:clos;conditions.lsp ;;; Loading src:lsp;describe.lsp ;;; Loading src:clos;inspect.lsp ;;; Loading src:lsp;top.lsp ;;; Loading lsp/format.lsp ;;; About to load cmp/load.lsp ;;; ;;; Now we are in shape to do something useful. ;;; End of bare.lsp #P"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/bare.lsp" > ("C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/help.doc") > #<"COMMON-LISP" package> > #<"CL" package> > "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" > "/LD /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib ecl.lib user32.lib ws2_32.lib shell32.lib " > "ECL" > NIL > NIL > (compile-file "src:lsp;export.lsp" :output-file #P"build:lsp;export.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;export.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Note: in file src:lsp;export.lsp.NEWEST, position 1935, and form ;;; (LET (#) (FSET 'DOLIST F ...)) ;;; Removing unused variable POP ;;; Note: in file src:lsp;export.lsp.NEWEST, position 1935, and form ;;; (LET (#) (FSET 'DOLIST F ...)) ;;; Removing unused variable FINISHED ;;; Warning: in file src:lsp;export.lsp.NEWEST, position 1935, and form ;;; (LET (#) (FSET 'DOLIST F ...)) ;;; The variable ENV is not used. ;;; Note: in file src:lsp;export.lsp.NEWEST, position 2902, and form ;;; (LET (#) (FSET 'DOTIMES F ...)) ;;; Removing unused variable POP ;;; Note: in file src:lsp;export.lsp.NEWEST, position 2902, and form ;;; (LET (#) (FSET 'DOTIMES F ...)) ;;; Removing unused variable FINISHED ;;; Warning: in file src:lsp;export.lsp.NEWEST, position 2902, and form ;;; (LET (#) (FSET 'DOTIMES F ...)) ;;; The variable ENV is not used. ;;; Warning: in file src:lsp;export.lsp.NEWEST, position 3798, and form ;;; (LET (#) (FSET 'DO F ...) ...) ;;; The variable ENV is not used. ;;; Compiling (DEFUN EVAL-FEATURE ...). ;;; Compiling (DEFUN DO-READ-FEATURE ...). ;;; Compiling (DEFUN SHARP-+-READER ...). ;;; Compiling (DEFUN SHARP---READER ...). ;;; Warning: in file src:lsp;export.lsp.NEWEST, position 6339, and form ;;; (READTABLE-LOCK (STANDARD-READTABLE) NIL) ;;; Too few arguments for proclaimed function STANDARD-READTABLE ;;; Warning: in file src:lsp;export.lsp.NEWEST, position 6445, and form ;;; (SET-DISPATCH-MACRO-CHARACTER # + ...) ;;; Too few arguments for proclaimed function STANDARD-READTABLE ;;; Warning: in file src:lsp;export.lsp.NEWEST, position 6581, and form ;;; (SET-DISPATCH-MACRO-CHARACTER # - ...) ;;; Too few arguments for proclaimed function STANDARD-READTABLE ;;; Warning: in file src:lsp;export.lsp.NEWEST, position 6662, and form ;;; (READTABLE-LOCK (STANDARD-READTABLE) T) ;;; Too few arguments for proclaimed function STANDARD-READTABLE ;;; End of Pass 1. ;;; Note: Creating tag: "_eclLZbwGHa7_x3pmezy" for #P"build:lsp;export.obj.NEWEST" ;;; Emitting code for DOLIST. ;;; Emitting code for DOTIMES. ;;; Emitting code for DO/DO*-EXPAND. ;;; Emitting code for EVAL-FEATURE. ;;; Emitting code for DO-READ-FEATURE. ;;; Emitting code for SHARP-+-READER. ;;; Emitting code for SHARP---READER. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/export.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/export.obj"export.c ;;; Finished compiling src:lsp;export.lsp. (compile-file "src:lsp;defmacro.lsp" :output-file #P"build:lsp;defmacro.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;defmacro.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFVAR *DL*). ;;; Compiling (DEFVAR *KEY-CHECK*). ;;; Compiling (DEFVAR *ARG-CHECK*). ;;; Compiling (DEFUN SEARCH-KEYWORD ...). ;;; Compiling (DEFUN CHECK-KEYWORD ...). ;;; Compiling (DEFUN CHECK-ARG-LENGTH ...). ;;; Compiling (DEFUN DM-BAD-KEY ...). ;;; Compiling (DEFUN DM-TOO-FEW-ARGUMENTS ...). ;;; Compiling (DEFUN DESTRUCTURE ...). ;;; Compiling (DEFUN FIND-DOCUMENTATION ...). ;;; Compiling (DEFUN REMOVE-DOCUMENTATION ...). ;;; Compiling (DEFUN FIND-DECLARATIONS ...). ;;; Compiling (DEFUN EXPAND-DEFMACRO ...). ;;; Note: in file src:lsp;defmacro.lsp.NEWEST, position 7557, and form ;;; (FSET 'EXPAND-DEFMACRO #'(LAMBDA-BLOCK EXPAND-DEFMACRO # ...)) ;;; Removing unused variable PPN ;;; Warning: in file src:lsp;defmacro.lsp.NEWEST, position 8582, and form ;;; (FSET 'DEFMACRO #'(LAMBDA-BLOCK DEFMACRO # ...) ...) ;;; The variable DOC is not used. ;;; Note: in file src:lsp;defmacro.lsp.NEWEST, position 8582, and form ;;; (FSET 'DEFMACRO #'(LAMBDA-BLOCK DEFMACRO # ...) ...) ;;; Removing unused variable FUNCTION ;;; Warning: in file src:lsp;defmacro.lsp.NEWEST, position 8582, and form ;;; (FSET 'DEFMACRO #'(LAMBDA-BLOCK DEFMACRO # ...) ...) ;;; The variable ENV is not used. ;;; Compiling (DEFMACRO DESTRUCTURING-BIND ...). ;;; Warning: in file src:lsp;defmacro.lsp.NEWEST, position 10018, and form ;;; (FSET 'DESTRUCTURING-BIND #'(LAMBDA-BLOCK DESTRUCTURING-BIND # ...) ...) ;;; The variable PPN is not used. ;;; Compiling (DEFUN WARN ...). ;;; Warning: in file src:lsp;defmacro.lsp.NEWEST, position 10361, and form ;;; (FSET 'WARN #'(LAMBDA-BLOCK WARN # ...)) ;;; The variable FOO is not used. ;;; Compiling (DEFUN CMP-ENV-FOR-BYTECODES ...). ;;; Warning: in file src:lsp;defmacro.lsp.NEWEST, position 10492, and form ;;; (FSET 'CMP-ENV-FOR-BYTECODES #'(LAMBDA-BLOCK CMP-ENV-FOR-BYTECODES # ...)) ;;; The variable ENV is not used. ;;; Warning: in file src:lsp;defmacro.lsp.NEWEST, position 10492, and form ;;; (FSET 'CMP-ENV-FOR-BYTECODES #'(LAMBDA-BLOCK CMP-ENV-FOR-BYTECODES # ...)) ;;; The variable WHOLE is not used. ;;; Warning: in file src:lsp;defmacro.lsp.NEWEST, position 10492, and form ;;; (FSET 'CMP-ENV-FOR-BYTECODES #'(LAMBDA-BLOCK CMP-ENV-FOR-BYTECODES # ...)) ;;; The variable ENV is not used. ;;; Warning: in file src:lsp;defmacro.lsp.NEWEST, position 10492, and form ;;; (FSET 'CMP-ENV-FOR-BYTECODES #'(LAMBDA-BLOCK CMP-ENV-FOR-BYTECODES # ...)) ;;; The variable WHOLE is not used. ;;; Compiling (DEFUN MACROLET-FUNCTIONS ...). ;;; Compiling (DEFUN CMP-ENV-REGISTER-MACROLET ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecludewgPa7_ZHpmezy" for #P"build:lsp;defmacro.obj.NEWEST" ;;; Emitting code for SEARCH-KEYWORD. ;;; Note: Tail-recursive call of SEARCH-KEYWORD was replaced by iteration. ;;; Emitting code for CHECK-KEYWORD. ;;; Emitting code for CHECK-ARG-LENGTH. ;;; Emitting code for DM-BAD-KEY. ;;; Emitting code for DM-TOO-FEW-ARGUMENTS. ;;; Emitting code for DESTRUCTURE. ;;; Emitting code for DM-NTH-CDR. ;;; Emitting code for DM-NTH. ;;; Emitting code for DM-V. ;;; Emitting code for DM-VL. ;;; Emitting code for FIND-DOCUMENTATION. ;;; Emitting code for REMOVE-DOCUMENTATION. ;;; Emitting code for FIND-DECLARATIONS. ;;; Emitting code for EXPAND-DEFMACRO. ;;; Emitting code for DEFMACRO. ;;; Emitting code for DESTRUCTURING-BIND. ;;; Emitting code for WARN. ;;; Emitting code for CMP-ENV-FOR-BYTECODES. ;;; Emitting code for LOCAL-FUN-ERROR-FUNCTION. ;;; Emitting code for LOCAL-VAR-ERROR-FUNCTION. ;;; Emitting code for #:G53. ;;; Emitting code for #:G52. ;;; Emitting code for MACROLET-FUNCTIONS. ;;; Emitting code for CMP-ENV-REGISTER-MACROLET. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/defmacro.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/defmacro.obj"defmacro.c ;;; Finished compiling src:lsp;defmacro.lsp. (compile-file "src:lsp;helpfile.lsp" :output-file #P"build:lsp;helpfile.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;helpfile.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN READ-HELP-FILE ...). ;;; Compiling (DEFUN DUMP-HELP-FILE ...). ;;; Compiling (DEFUN SEARCH-HELP-FILE ...). ;;; Warning: in file src:lsp;helpfile.lsp.NEWEST, position 1809, and form ;;; (FSET 'SEARCH-HELP-FILE #'(LAMBDA-BLOCK SEARCH-HELP-FILE # ...)) ;;; The variable CHAR is not used. ;;; Note: in file src:lsp;helpfile.lsp.NEWEST, position 1809, and form ;;; (FSET 'SEARCH-HELP-FILE #'(LAMBDA-BLOCK SEARCH-HELP-FILE # ...)) ;;; Removing unused variable POS ;;; Compiling (DEFVAR *DOCUMENTATION-POOL* ...). ;;; Compiling (DEFVAR *KEEP-DOCUMENTATION* ...). ;;; Compiling (DEFUN NEW-DOCUMENTATION-POOL ...). ;;; Compiling (DEFUN DUMP-DOCUMENTATION ...). ;;; Compiling (DEFUN GET-DOCUMENTATION ...). ;;; Compiling (DEFUN SET-DOCUMENTATION ...). ;;; Compiling (DEFUN EXPAND-SET-DOCUMENTATION ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclsrA0hNa7_RWpmezy" for #P"build:lsp;helpfile.obj.NEWEST" ;;; Emitting code for READ-HELP-FILE. ;;; Emitting code for DUMP-HELP-FILE. ;;; Emitting code for #:G10. ;;; Emitting code for #:G17. ;;; Emitting code for SEARCH-HELP-FILE. ;;; Emitting code for SCAN-FOR. ;;; Emitting code for BIN-SEARCH. ;;; Note: Tail-recursive call of BIN-SEARCH was replaced by iteration. ;;; Note: Tail-recursive call of BIN-SEARCH was replaced by iteration. ;;; Note: Tail-recursive call of BIN-SEARCH was replaced by iteration. ;;; Emitting code for NEW-DOCUMENTATION-POOL. ;;; Emitting code for DUMP-DOCUMENTATION. ;;; Emitting code for GET-DOCUMENTATION. ;;; Emitting code for SET-DOCUMENTATION. ;;; Emitting code for EXPAND-SET-DOCUMENTATION. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/helpfile.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/helpfile.obj"helpfile.c ;;; Finished compiling src:lsp;helpfile.lsp. (compile-file "src:lsp;evalmacros.lsp" :output-file #P"build:lsp;evalmacros.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;evalmacros.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFMACRO UNLESS ...). ;;; Compiling (DEFMACRO DEFUN ...). ;;; Compiling (DEFMACRO DEFMACRO ...). ;;; Note: in file src:lsp;evalmacros.lsp.NEWEST, position 1870, and form ;;; (FSET 'DEFMACRO #'(LAMBDA-BLOCK DEFMACRO # ...) ...) ;;; Removing unused variable DOC-STRING ;;; Compiling (DEFMACRO DEFVAR ...). ;;; Compiling (DEFMACRO DEFPARAMETER ...). ;;; Compiling (DEFMACRO DEFCONSTANT ...). ;;; Compiling (DEFMACRO DEFINE-COMPILER-MACRO ...). ;;; Warning: in file src:lsp;evalmacros.lsp.NEWEST, position 5194, and form ;;; (FSET 'DEFINE-COMPILER-MACRO #'(LAMBDA-BLOCK DEFINE-COMPILER-MACRO # ...) ...) ;;; The variable PPRINT is not used. ;;; Compiling (DEFUN COMPILER-MACRO-FUNCTION ...). ;;; Compiling (DEFMACRO LAMBDA ...). ;;; Compiling (DEFMACRO LAMBDA-BLOCK ...). ;;; Compiling (DEFMACRO PSETQ ...). ;;; Compiling (DEFMACRO COND ...). ;;; Compiling (DEFMACRO PROG ...). ;;; Compiling (DEFMACRO PROG* ...). ;;; Compiling (DEFMACRO PROG1 ...). ;;; Compiling (DEFMACRO PROG2 ...). ;;; Compiling (DEFMACRO MULTIPLE-VALUE-LIST ...). ;;; Compiling (DEFMACRO MULTIPLE-VALUE-SETQ ...). ;;; Compiling (DEFMACRO MULTIPLE-VALUE-BIND ...). ;;; Compiling (DEFUN WHILE-UNTIL ...). ;;; Compiling (DEFMACRO WHILE ...). ;;; Compiling (DEFMACRO UNTIL ...). ;;; Compiling (DEFMACRO CASE ...). ;;; Compiling (DEFMACRO RETURN ...). ;;; Compiling (DEFMACRO DECLAIM ...). ;;; Compiling (DEFMACRO C-DECLAIM ...). ;;; Compiling (DEFMACRO IN-PACKAGE ...). ;;; Compiling (DEFMACRO THE ...). ;;; Warning: in file src:lsp;evalmacros.lsp.NEWEST, position 12376, and form ;;; (FSET 'THE #'(LAMBDA-BLOCK THE # ...) ...) ;;; The variable TYPE is not used. ;;; Compiling (DEFMACRO DEFINE-SYMBOL-MACRO ...). ;;; Compiling (DEFMACRO NTH-VALUE ...). ;;; Compiling (DEFUN MAYBE-UNQUOTE ...). ;;; Compiling (DEFUN MAYBE-QUOTE ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclwSDctjZ7_B1qmezy" for #P"build:lsp;evalmacros.obj.NEWEST" ;;; Emitting code for UNLESS. ;;; Emitting code for DEFUN. ;;; Emitting code for DEFMACRO. ;;; Emitting code for DEFVAR. ;;; Emitting code for DEFPARAMETER. ;;; Emitting code for DEFCONSTANT. ;;; Emitting code for DEFINE-COMPILER-MACRO. ;;; Emitting code for COMPILER-MACRO-FUNCTION. ;;; Emitting code for LOOP. ;;; Emitting code for LAMBDA. ;;; Emitting code for LAMBDA-BLOCK. ;;; Emitting code for PSETQ. ;;; Emitting code for COND. ;;; Emitting code for PROG. ;;; Emitting code for PROG*. ;;; Emitting code for PROG1. ;;; Emitting code for PROG2. ;;; Emitting code for MULTIPLE-VALUE-LIST. ;;; Emitting code for MULTIPLE-VALUE-SETQ. ;;; Emitting code for MULTIPLE-VALUE-BIND. ;;; Emitting code for WHILE-UNTIL. ;;; Emitting code for WHILE. ;;; Emitting code for UNTIL. ;;; Emitting code for CASE. ;;; Emitting code for RETURN. ;;; Emitting code for DECLAIM. ;;; Emitting code for C-DECLAIM. ;;; Emitting code for IN-PACKAGE. ;;; Emitting code for THE. ;;; Emitting code for DEFINE-SYMBOL-MACRO. ;;; Emitting code for NTH-VALUE. ;;; Emitting code for MAYBE-UNQUOTE. ;;; Emitting code for MAYBE-QUOTE. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/evalmacros.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/evalmacros.obj"evalmacros.c ;;; Finished compiling src:lsp;evalmacros.lsp. (compile-file "src:lsp;autoload.lsp" :output-file #P"build:lsp;autoload.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;autoload.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN LISP-IMPLEMENTATION-TYPE ...). ;;; Compiling (DEFUN AUTOLOAD ...). ;;; Compiling (DEFMACRO WITH-COMPILATION-UNIT ...). ;;; Warning: in file src:lsp;autoload.lsp.NEWEST, position 1178, and form ;;; (FSET 'WITH-COMPILATION-UNIT #'(LAMBDA-BLOCK WITH-COMPILATION-UNIT # ...) ...) ;;; The variable OPTIONS is not used. ;;; Compiling (DEFUN ED ...). ;;; Compiling (DEFUN ROOM ...). ;;; Warning: in file src:lsp;autoload.lsp.NEWEST, position 1518, and form ;;; (FSET 'ROOM #'(LAMBDA-BLOCK ROOM # ...)) ;;; The variable X is not used. ;;; Compiling (DEFUN HELP ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclNDqC01b7_4Iqmezy" for #P"build:lsp;autoload.obj.NEWEST" ;;; Emitting code for LISP-IMPLEMENTATION-TYPE. ;;; Emitting code for AUTOLOAD. ;;; Emitting code for #:G5. ;;; Emitting code for PROCLAIM. ;;; Emitting code for WITH-COMPILATION-UNIT. ;;; Emitting code for ED. ;;; Emitting code for ROOM. ;;; Emitting code for HELP. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/autoload.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/autoload.obj"autoload.c ;;; Finished compiling src:lsp;autoload.lsp. (compile-file "src:lsp;setf.lsp" :output-file #P"build:lsp;setf.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;setf.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN CHECK-STORES-NUMBER ...). ;;; Compiling (DEFMACRO DEFSETF ...). ;;; Compiling (DEFMACRO DEFINE-SETF-EXPANDER ...). ;;; Compiling (DEFUN GET-SETF-EXPANSION ...). ;;; Warning: in file src:lsp;setf.lsp.NEWEST, position 8206, and form ;;; (PUT-SYSPROP 'MACRO-FUNCTION 'SETF-LAMBDA ...) ;;; The variable ENV is not used. ;;; Warning: in file src:lsp;setf.lsp.NEWEST, position 8828, and form ;;; (PUT-SYSPROP 'GETHASH 'SETF-LAMBDA ...) ;;; The variable D is not used. ;;; Compiling (DEFUN SETF-EXPAND-1 ...). ;;; Compiling (DEFUN SETF-STRUCTURE-ACCESS ...). ;;; Compiling (DEFUN SETF-EXPAND ...). ;;; Compiling (DEFMACRO SETF ...). ;;; Compiling (DEFMACRO PSETF ...). ;;; Compiling (DEFMACRO SHIFTF ...). ;;; Compiling (DEFMACRO ROTATEF ...). ;;; Compiling (DEFMACRO DEFINE-MODIFY-MACRO ...). ;;; Compiling (DEFMACRO REMF ...). ;;; Compiling (DEFMACRO INCF ...). ;;; Compiling (DEFMACRO DECF ...). ;;; Compiling (DEFMACRO PUSH ...). ;;; Compiling (DEFMACRO PUSHNEW ...). ;;; Compiling (DEFMACRO POP ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclSPAzeCa7_pIqmezy" for #P"build:lsp;setf.obj.NEWEST" ;;; Emitting code for CHECK-STORES-NUMBER. ;;; Emitting code for DEFSETF. ;;; Emitting code for DEFINE-SETF-EXPANDER. ;;; Emitting code for GET-SETF-EXPANSION. ;;; Emitting code for RENAME-ARGUMENTS. ;;; Emitting code for CAR. ;;; Emitting code for CDR. ;;; Emitting code for CAAR. ;;; Emitting code for CDAR. ;;; Emitting code for CADR. ;;; Emitting code for CDDR. ;;; Emitting code for CAAAR. ;;; Emitting code for CDAAR. ;;; Emitting code for CADAR. ;;; Emitting code for CDDAR. ;;; Emitting code for CAADR. ;;; Emitting code for CDADR. ;;; Emitting code for CADDR. ;;; Emitting code for CDDDR. ;;; Emitting code for CAAAAR. ;;; Emitting code for CDAAAR. ;;; Emitting code for CADAAR. ;;; Emitting code for CDDAAR. ;;; Emitting code for CAADAR. ;;; Emitting code for CDADAR. ;;; Emitting code for CADDAR. ;;; Emitting code for CDDDAR. ;;; Emitting code for CAAADR. ;;; Emitting code for CDAADR. ;;; Emitting code for CADADR. ;;; Emitting code for CDDADR. ;;; Emitting code for CAADDR. ;;; Emitting code for CDADDR. ;;; Emitting code for CADDDR. ;;; Emitting code for CDDDDR. ;;; Emitting code for FIRST. ;;; Emitting code for SECOND. ;;; Emitting code for THIRD. ;;; Emitting code for FOURTH. ;;; Emitting code for FIFTH. ;;; Emitting code for SIXTH. ;;; Emitting code for SEVENTH. ;;; Emitting code for EIGHTH. ;;; Emitting code for NINTH. ;;; Emitting code for TENTH. ;;; Emitting code for REST. ;;; Emitting code for MACRO-FUNCTION. ;;; Emitting code for AREF. ;;; Emitting code for GET. ;;; Emitting code for NTH. ;;; Emitting code for BIT. ;;; Emitting code for SBIT. ;;; Emitting code for GETHASH. ;;; Emitting code for COMPILER-MACRO-FUNCTION. ;;; Emitting code for GETF. ;;; Emitting code for SUBSEQ. ;;; Emitting code for THE. ;;; Emitting code for APPLY. ;;; Emitting code for LDB. ;;; Emitting code for MASK-FIELD. ;;; Emitting code for SETF-EXPAND-1. ;;; Emitting code for SETF-STRUCTURE-ACCESS. ;;; Emitting code for SETF-EXPAND. ;;; Emitting code for SETF. ;;; Emitting code for PSETF. ;;; Emitting code for SHIFTF. ;;; Emitting code for ROTATEF. ;;; Emitting code for DEFINE-MODIFY-MACRO. ;;; Emitting code for REMF. ;;; Emitting code for INCF. ;;; Emitting code for DECF. ;;; Emitting code for PUSH. ;;; Emitting code for PUSHNEW. ;;; Emitting code for POP. ;;; Emitting code for VALUES. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/setf.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/setf.obj"setf.c ;;; Finished compiling src:lsp;setf.lsp. (compile-file "src:lsp;predlib.lsp" :output-file #P"build:lsp;predlib.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;predlib.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFVAR *SUBTYPEP-CACHE* ...). ;;; Compiling (DEFVAR *UPGRADED-ARRAY-ELEMENT-TYPE-CACHE* ...). ;;; Compiling (DEFUN SUBTYPEP-CLEAR-CACHE ...). ;;; Compiling (DEFUN CREATE-TYPE-NAME ...). ;;; Compiling (DEFUN DO-DEFTYPE ...). ;;; Compiling (DEFMACRO DEFTYPE ...). ;;; Compiling (DEFUN CONSTANTLY-T ...). ;;; Compiling (DEFUN CONSTANTLY-NIL ...). ;;; Compiling (DEFUN SIMPLE-ARRAY-P ...). ;;; Compiling (DEFUN UPGRADED-ARRAY-ELEMENT-TYPE ...). ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 11632, and form ;;; (FSET 'UPGRADED-ARRAY-ELEMENT-TYPE #'(LAMBDA-BLOCK UPGRADED-ARRAY-ELEMENT-TYPE # ...)) ;;; The variable ENV is not used. ;;; Compiling (DEFUN UPGRADED-COMPLEX-PART-TYPE ...). ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 12244, and form ;;; (FSET 'UPGRADED-COMPLEX-PART-TYPE #'(LAMBDA-BLOCK UPGRADED-COMPLEX-PART-TYPE # ...)) ;;; The variable ENV is not used. ;;; Compiling (DEFUN IN-INTERVAL-P ...). ;;; Compiling (DEFUN ERROR-TYPE-SPECIFIER ...). ;;; Compiling (DEFUN MATCH-DIMENSIONS ...). ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 13523, and form ;;; (FSET 'MATCH-DIMENSIONS #'(LAMBDA-BLOCK MATCH-DIMENSIONS # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN TYPEP ...). ;;; Compiling (DEFUN SUBCLASSP ...). ;;; Compiling (DEFUN OF-CLASS-P ...). ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 18550, and form ;;; (FSET 'OF-CLASS-P #'(LAMBDA-BLOCK OF-CLASS-P # ...)) ;;; Type mismatch between C and NIL. ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 18550, and form ;;; (FSET 'OF-CLASS-P #'(LAMBDA-BLOCK OF-CLASS-P # ...)) ;;; In LET* body, the type of the form C is SYMBOL, not CLASS. ;;; Compiling (DEFUN NORMALIZE-TYPE ...). ;;; Compiling (DEFUN EXPAND-DEFTYPE ...). ;;; Compiling (DEFUN ERROR-COERCE ...). ;;; Compiling (DEFUN COERCE ...). ;;; Compiling (DEFPARAMETER *SAVE-TYPES-DATABASE* ...). ;;; Compiling (DEFPARAMETER *HIGHEST-TYPE-TAG* ...). ;;; Compiling (DEFPARAMETER *MEMBER-TYPES* ...). ;;; Compiling (DEFPARAMETER *INTERVALS-MASK* ...). ;;; Compiling (DEFPARAMETER *ELEMENTARY-TYPES* ...). ;;; Compiling (DEFUN NEW-TYPE-TAG ...). ;;; Compiling (DEFUN FIND-REGISTERED-TAG ...). ;;; Compiling (DEFUN MAYBE-SAVE-TYPES ...). ;;; Compiling (DEFUN UPDATE-TYPES ...). ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 24963, and form ;;; (FSET 'UPDATE-TYPES #'(LAMBDA-BLOCK UPDATE-TYPES # ...)) ;;; In LET* body, the type of the form I is SYMBOL, not CONS. ;;; Compiling (DEFUN FIND-TYPE-BOUNDS ...). ;;; Note: in file src:lsp;predlib.lsp.NEWEST, position 25902, and form ;;; (FSET 'FIND-TYPE-BOUNDS #'(LAMBDA-BLOCK FIND-TYPE-BOUNDS # ...)) ;;; In function FIND-TYPE-BOUNDS, checking types of arguments MINIMIZE-SUPER TYPE-<= IN-OUR-FAMILY-P TYPE. ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 25902, and form ;;; (FSET 'FIND-TYPE-BOUNDS #'(LAMBDA-BLOCK FIND-TYPE-BOUNDS # ...)) ;;; In LET* body, the type of the form I is SYMBOL, not CONS. ;;; Compiling (DEFUN REGISTER-TYPE ...). ;;; Note: in file src:lsp;predlib.lsp.NEWEST, position 27317, and form ;;; (FSET 'REGISTER-TYPE #'(LAMBDA-BLOCK REGISTER-TYPE # ...)) ;;; In function REGISTER-TYPE, checking types of arguments TYPE-<= IN-OUR-FAMILY-P TYPE. ;;; Compiling (DEFUN REGISTER-MEMBER-TYPE ...). ;;; Compiling (DEFUN SIMPLE-MEMBER-TYPE ...). ;;; Compiling (DEFUN NUMBER-MEMBER-TYPE ...). ;;; Compiling (DEFUN PUSH-TYPE ...). ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 29513, and form ;;; (FSET 'PUSH-TYPE #'(LAMBDA-BLOCK PUSH-TYPE # ...)) ;;; In LET* body, the type of the form I is SYMBOL, not CONS. ;;; Compiling (DEFUN REGISTER-SATISFIES-TYPE ...). ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 29945, and form ;;; (FSET 'REGISTER-SATISFIES-TYPE #'(LAMBDA-BLOCK REGISTER-SATISFIES-TYPE # ...)) ;;; The variable TYPE is not used. ;;; Compiling (DEFUN REGISTER-CLASS ...). ;;; Compiling (DEFUN REGISTER-ARRAY-TYPE ...). ;;; Compiling (DEFUN FAST-UPGRADED-ARRAY-ELEMENT-TYPE ...). ;;; Compiling (DEFUN PARSE-ARRAY-TYPE ...). ;;; Compiling (DEFUN ARRAY-TYPE-<= ...). ;;; Compiling (DEFUN ARRAY-TYPE-P ...). ;;; Compiling (DEFUN REGISTER-ELEMENTARY-INTERVAL ...). ;;; Compiling (DEFUN REGISTER-INTERVAL-TYPE ...). ;;; Compiling (DEFUN BOUNDS-<= ...). ;;; Compiling (DEFUN BOUNDS-< ...). ;;; Compiling (DEFUN CANONICAL-COMPLEX-TYPE ...). ;;; Compiling (DEFUN REGISTER-CONS-TYPE ...). ;;; Compiling (DEFUN FIND-BUILT-IN-TAG ...). ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 41453, and form ;;; (FSET 'FIND-BUILT-IN-TAG #'(LAMBDA-BLOCK FIND-BUILT-IN-TAG # ...)) ;;; In LET* body, the type of the form I is SYMBOL, not CONS. ;;; Compiling (DEFUN EXTEND-TYPE-TAG ...). ;;; Compiling (DEFUN CANONICAL-TYPE ...). ;;; Compiling (DEFUN SAFE-CANONICAL-TYPE ...). ;;; Compiling (DEFUN FAST-SUBTYPEP ...). ;;; Compiling (DEFUN SUBTYPEP ...). ;;; Warning: in file src:lsp;predlib.lsp.NEWEST, position 46398, and form ;;; (FSET 'SUBTYPEP #'(LAMBDA-BLOCK SUBTYPEP # ...)) ;;; The variable ENV is not used. ;;; Compiling (DEFUN FAST-TYPE= ...). ;;; Compiling (DEFUN TYPE= ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl9Hgq9fb7_LKrmezy" for #P"build:lsp;predlib.obj.NEWEST" ;;; Emitting code for SUBTYPEP-CLEAR-CACHE. ;;; Emitting code for CREATE-TYPE-NAME. ;;; Emitting code for DO-DEFTYPE. ;;; Emitting code for DEFTYPE. ;;; Emitting code for BOOLEAN. ;;; Emitting code for INDEX. ;;; Emitting code for FIXNUM. ;;; Emitting code for BIGNUM. ;;; Emitting code for BYTE8. ;;; Emitting code for INTEGER8. ;;; Emitting code for BYTE16. ;;; Emitting code for INTEGER16. ;;; Emitting code for BYTE32. ;;; Emitting code for INTEGER32. ;;; Emitting code for BYTE64. ;;; Emitting code for INTEGER64. ;;; Emitting code for CL-FIXNUM. ;;; Emitting code for CL-INDEX. ;;; Emitting code for REAL. ;;; Emitting code for SHORT-FLOAT. ;;; Emitting code for LONG-FLOAT. ;;; Emitting code for BIT. ;;; Emitting code for MOD. ;;; Emitting code for SIGNED-BYTE. ;;; Emitting code for UNSIGNED-BYTE. ;;; Emitting code for NULL. ;;; Emitting code for SEQUENCE. ;;; Emitting code for LIST. ;;; Emitting code for PROPER-LIST. ;;; Emitting code for PROPERTY-LIST. ;;; Emitting code for ATOM. ;;; Emitting code for VECTOR. ;;; Emitting code for EXTENDED-CHAR. ;;; Emitting code for STRING. ;;; Emitting code for BASE-STRING. ;;; Emitting code for EXTENDED-STRING. ;;; Emitting code for BIT-VECTOR. ;;; Emitting code for SIMPLE-VECTOR. ;;; Emitting code for SIMPLE-STRING. ;;; Emitting code for SIMPLE-BASE-STRING. ;;; Emitting code for SIMPLE-BIT-VECTOR. ;;; Emitting code for CONSTANTLY-T. ;;; Emitting code for CONSTANTLY-NIL. ;;; Emitting code for SIMPLE-ARRAY-P. ;;; Emitting code for UPGRADED-ARRAY-ELEMENT-TYPE. ;;; Emitting code for UPGRADED-COMPLEX-PART-TYPE. ;;; Emitting code for IN-INTERVAL-P. ;;; Emitting code for ERROR-TYPE-SPECIFIER. ;;; Emitting code for MATCH-DIMENSIONS. ;;; Emitting code for TYPEP. ;;; Emitting code for SUBCLASSP. ;;; Emitting code for OF-CLASS-P. ;;; Emitting code for NORMALIZE-TYPE. ;;; Note: Tail-recursive call of NORMALIZE-TYPE was replaced by iteration. ;;; Note: Tail-recursive call of NORMALIZE-TYPE was replaced by iteration. ;;; Emitting code for EXPAND-DEFTYPE. ;;; Note: Tail-recursive call of EXPAND-DEFTYPE was replaced by iteration. ;;; Note: Tail-recursive call of EXPAND-DEFTYPE was replaced by iteration. ;;; Emitting code for ERROR-COERCE. ;;; Emitting code for COERCE. ;;; Emitting code for NEW-TYPE-TAG. ;;; Emitting code for FIND-REGISTERED-TAG. ;;; Emitting code for MAYBE-SAVE-TYPES. ;;; Emitting code for UPDATE-TYPES. ;;; Emitting code for FIND-TYPE-BOUNDS. ;;; Emitting code for REGISTER-TYPE. ;;; Emitting code for REGISTER-MEMBER-TYPE. ;;; Emitting code for SIMPLE-MEMBER-TYPE. ;;; Emitting code for NUMBER-MEMBER-TYPE. ;;; Emitting code for PUSH-TYPE. ;;; Emitting code for REGISTER-SATISFIES-TYPE. ;;; Emitting code for REGISTER-CLASS. ;;; Emitting code for #:G186. ;;; Emitting code for #:G189. ;;; Emitting code for REGISTER-ARRAY-TYPE. ;;; Emitting code for FAST-UPGRADED-ARRAY-ELEMENT-TYPE. ;;; Emitting code for PARSE-ARRAY-TYPE. ;;; Emitting code for ARRAY-TYPE-<=. ;;; Emitting code for ARRAY-TYPE-P. ;;; Emitting code for REGISTER-ELEMENTARY-INTERVAL. ;;; Emitting code for #:G216. ;;; Emitting code for #:G217. ;;; Emitting code for REGISTER-INTERVAL-TYPE. ;;; Emitting code for BOUNDS-<=. ;;; Emitting code for BOUNDS-<. ;;; Emitting code for CANONICAL-COMPLEX-TYPE. ;;; Emitting code for REGISTER-CONS-TYPE. ;;; Emitting code for FIND-BUILT-IN-TAG. ;;; Emitting code for EXTEND-TYPE-TAG. ;;; Emitting code for CANONICAL-TYPE. ;;; Note: Tail-recursive call of CANONICAL-TYPE was replaced by iteration. ;;; Note: Tail-recursive call of CANONICAL-TYPE was replaced by iteration. ;;; Note: Tail-recursive call of CANONICAL-TYPE was replaced by iteration. ;;; Note: Tail-recursive call of CANONICAL-TYPE was replaced by iteration. ;;; Note: Tail-recursive call of CANONICAL-TYPE was replaced by iteration. ;;; Note: Tail-recursive call of CANONICAL-TYPE was replaced by iteration. ;;; Emitting code for SAFE-CANONICAL-TYPE. ;;; Emitting code for FAST-SUBTYPEP. ;;; Emitting code for SUBTYPEP. ;;; Emitting code for FAST-TYPE=. ;;; Emitting code for TYPE=. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/predlib.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/predlib.obj"predlib.c ;;; Finished compiling src:lsp;predlib.lsp. (compile-file "src:lsp;seq.lsp" :output-file #P"build:lsp;seq.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;seq.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN ERROR-SEQUENCE-TYPE ...). ;;; Compiling (DEFUN ERROR-SEQUENCE-LENGTH ...). ;;; Compiling (DEFUN CLOSEST-SEQUENCE-TYPE ...). ;;; Compiling (DEFUN MAKE-SEQUENCE ...). ;;; Compiling (DEFUN MAKE-SEQ-ITERATOR ...). ;;; Compiling (DEFUN SEQ-ITERATOR-REF ...). ;;; Compiling (DEFUN SEQ-ITERATOR-SET ...). ;;; Compiling (DEFUN SEQ-ITERATOR-NEXT ...). ;;; Compiling (DEFUN COERCE-TO-LIST ...). ;;; Compiling (DEFUN COERCE-TO-VECTOR ...). ;;; Compiling (DEFUN CONCATENATE ...). ;;; Compiling (DEFUN MAP ...). ;;; Compiling (DEFUN SOME ...). ;;; Compiling (DEFUN EVERY ...). ;;; Compiling (DEFUN EVERY* ...). ;;; Compiling (DEFUN NOTANY ...). ;;; Compiling (DEFUN NOTEVERY ...). ;;; Compiling (DEFUN MAP-INTO ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclmvpgV9b7_A0smezy" for #P"build:lsp;seq.obj.NEWEST" ;;; Emitting code for ERROR-SEQUENCE-TYPE. ;;; Emitting code for ERROR-SEQUENCE-LENGTH. ;;; Emitting code for CLOSEST-SEQUENCE-TYPE. ;;; Emitting code for MAKE-SEQUENCE. ;;; Emitting code for MAKE-SEQ-ITERATOR. ;;; Emitting code for SEQ-ITERATOR-REF. ;;; Emitting code for SEQ-ITERATOR-SET. ;;; Emitting code for SEQ-ITERATOR-NEXT. ;;; Emitting code for COERCE-TO-LIST. ;;; Emitting code for COERCE-TO-VECTOR. ;;; Emitting code for CONCATENATE. ;;; Emitting code for MAP. ;;; Emitting code for SOME. ;;; Emitting code for EVERY. ;;; Emitting code for EVERY*. ;;; Emitting code for NOTANY. ;;; Emitting code for NOTEVERY. ;;; Emitting code for MAP-INTO. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/seq.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/seq.obj"seq.c ;;; Finished compiling src:lsp;seq.lsp. (compile-file "src:lsp;arraylib.lsp" :output-file #P"build:lsp;arraylib.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;arraylib.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN MAKE-ARRAY ...). ;;; Compiling (DEFUN FILL-ARRAY-WITH-SEQ ...). ;;; Note: in file src:lsp;arraylib.lsp.NEWEST, position 2826, and form ;;; (FSET 'FILL-ARRAY-WITH-SEQ #'(LAMBDA-BLOCK FILL-ARRAY-WITH-SEQ # ...)) ;;; In function ITERATE-OVER-CONTENTS, checking types of arguments WRITTEN DIMS CONTENTS ARRAY. ;;; Note: in file src:lsp;arraylib.lsp.NEWEST, position 2826, and form ;;; (FSET 'FILL-ARRAY-WITH-SEQ #'(LAMBDA-BLOCK FILL-ARRAY-WITH-SEQ # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE WRITTEN FIXNUM) ;;; Note: in file src:lsp;arraylib.lsp.NEWEST, position 2826, and form ;;; (FSET 'FILL-ARRAY-WITH-SEQ #'(LAMBDA-BLOCK FILL-ARRAY-WITH-SEQ # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE ARRAY (ARRAY *)) ;;; Compiling (DEFUN VECTOR ...). ;;; Compiling (DEFUN ARRAY-DIMENSIONS ...). ;;; Compiling (DEFUN ARRAY-IN-BOUNDS-P ...). ;;; Compiling (DEFUN ARRAY-ROW-MAJOR-INDEX ...). ;;; Compiling (DEFUN BIT ...). ;;; Compiling (DEFUN SBIT ...). ;;; Compiling (DEFUN BIT-AND ...). ;;; Compiling (DEFUN BIT-IOR ...). ;;; Compiling (DEFUN BIT-XOR ...). ;;; Compiling (DEFUN BIT-EQV ...). ;;; Compiling (DEFUN BIT-NAND ...). ;;; Compiling (DEFUN BIT-NOR ...). ;;; Compiling (DEFUN BIT-ANDC1 ...). ;;; Compiling (DEFUN BIT-ANDC2 ...). ;;; Compiling (DEFUN BIT-ORC1 ...). ;;; Compiling (DEFUN BIT-ORC2 ...). ;;; Compiling (DEFUN BIT-NOT ...). ;;; Compiling (DEFUN VECTOR-PUSH ...). ;;; Compiling (DEFUN VECTOR-PUSH-EXTEND ...). ;;; Compiling (DEFUN VECTOR-POP ...). ;;; Compiling (DEFUN COPY-ARRAY-CONTENTS ...). ;;; Warning: in file src:lsp;arraylib.lsp.NEWEST, position 11838, and form ;;; (FSET 'COPY-ARRAY-CONTENTS #'(LAMBDA-BLOCK COPY-ARRAY-CONTENTS # ...)) ;;; Type declaration was found for not bound variable STEP2. ;;; Warning: in file src:lsp;arraylib.lsp.NEWEST, position 11838, and form ;;; (FSET 'COPY-ARRAY-CONTENTS #'(LAMBDA-BLOCK COPY-ARRAY-CONTENTS # ...)) ;;; Type declaration was found for not bound variable STEP1. ;;; Compiling (DEFUN ADJUST-ARRAY ...). ;;; Warning: in file src:lsp;arraylib.lsp.NEWEST, position 13078, and form ;;; (FSET 'ADJUST-ARRAY #'(LAMBDA-BLOCK ADJUST-ARRAY # ...)) ;;; The ignored variable FILL-POINTER is used. ;;; Warning: in file src:lsp;arraylib.lsp.NEWEST, position 13078, and form ;;; (FSET 'ADJUST-ARRAY #'(LAMBDA-BLOCK ADJUST-ARRAY # ...)) ;;; The ignored variable INITIAL-CONTENTS is used. ;;; Compiling (DEFMACRO SHRINK-VECTOR ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclSYdK0Va7_JIsmezy" for #P"build:lsp;arraylib.obj.NEWEST" ;;; Emitting code for MAKE-ARRAY. ;;; Emitting code for FILL-ARRAY-WITH-SEQ. ;;; Emitting code for ITERATE-OVER-CONTENTS. ;;; Emitting code for VECTOR. ;;; Emitting code for ARRAY-DIMENSIONS. ;;; Emitting code for ARRAY-IN-BOUNDS-P. ;;; Emitting code for ARRAY-ROW-MAJOR-INDEX. ;;; Emitting code for BIT. ;;; Emitting code for SBIT. ;;; Emitting code for BIT-AND. ;;; Emitting code for BIT-IOR. ;;; Emitting code for BIT-XOR. ;;; Emitting code for BIT-EQV. ;;; Emitting code for BIT-NAND. ;;; Emitting code for BIT-NOR. ;;; Emitting code for BIT-ANDC1. ;;; Emitting code for BIT-ANDC2. ;;; Emitting code for BIT-ORC1. ;;; Emitting code for BIT-ORC2. ;;; Emitting code for BIT-NOT. ;;; Emitting code for VECTOR-PUSH. ;;; Emitting code for VECTOR-PUSH-EXTEND. ;;; Emitting code for VECTOR-POP. ;;; Emitting code for COPY-ARRAY-CONTENTS. ;;; Emitting code for DO-COPY. ;;; Emitting code for ADJUST-ARRAY. ;;; Emitting code for SHRINK-VECTOR. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/arraylib.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/arraylib.obj"arraylib.c ;;; Finished compiling src:lsp;arraylib.lsp. (compile-file "src:lsp;assert.lsp" :output-file #P"build:lsp;assert.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;assert.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN READ-EVALUATED-FORM ...). ;;; Compiling (DEFUN WRONG-TYPE-ARGUMENT ...). ;;; Compiling (DEFMACRO CHECK-TYPE ...). ;;; Compiling (DEFUN DO-CHECK-TYPE ...). ;;; Compiling (DEFUN ASSERT-REPORT ...). ;;; Compiling (DEFUN ASSERT-PROMPT ...). ;;; Compiling (DEFUN SIMPLE-ASSERTION-FAILURE ...). ;;; Compiling (DEFMACRO ASSERT ...). ;;; Compiling (DEFUN ACCUMULATE-CASES ...). ;;; Warning: in file src:lsp;assert.lsp.NEWEST, position 4130, and form ;;; (FSET 'ACCUMULATE-CASES #'(LAMBDA-BLOCK ACCUMULATE-CASES # ...)) ;;; The variable MACRO-NAME is not used. ;;; Compiling (DEFUN ECASE-ERROR ...). ;;; Warning: in file src:lsp;assert.lsp.NEWEST, position 4448, and form ;;; (FSET 'ECASE-ERROR #'(LAMBDA-BLOCK ECASE-ERROR # ...)) ;;; The variable KEYFORM is not used. ;;; Compiling (DEFMACRO ECASE ...). ;;; Compiling (DEFUN CCASE-ERROR ...). ;;; Compiling (DEFUN REMOVE-OTHERWISE-FROM-CLAUSES ...). ;;; Compiling (DEFMACRO CCASE ...). ;;; Compiling (DEFMACRO TYPECASE ...). ;;; Compiling (DEFUN ETYPECASE-ERROR ...). ;;; Warning: in file src:lsp;assert.lsp.NEWEST, position 7433, and form ;;; (FSET 'ETYPECASE-ERROR #'(LAMBDA-BLOCK ETYPECASE-ERROR # ...)) ;;; The variable KEYFORM is not used. ;;; Compiling (DEFMACRO ETYPECASE ...). ;;; Compiling (DEFUN CTYPECASE-ERROR ...). ;;; Compiling (DEFMACRO CTYPECASE ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclne4oHKb7_wXsmezy" for #P"build:lsp;assert.obj.NEWEST" ;;; Emitting code for READ-EVALUATED-FORM. ;;; Emitting code for WRONG-TYPE-ARGUMENT. ;;; Emitting code for #:G4. ;;; Emitting code for #:G5. ;;; Emitting code for CHECK-TYPE. ;;; Emitting code for DO-CHECK-TYPE. ;;; Emitting code for #:G17. ;;; Emitting code for #:G18. ;;; Emitting code for ASSERT-REPORT. ;;; Emitting code for ASSERT-PROMPT. ;;; Emitting code for READ-IT. ;;; Emitting code for SIMPLE-ASSERTION-FAILURE. ;;; Emitting code for ASSERT. ;;; Emitting code for ACCUMULATE-CASES. ;;; Emitting code for ECASE-ERROR. ;;; Emitting code for ECASE. ;;; Emitting code for CCASE-ERROR. ;;; Emitting code for #:G47. ;;; Emitting code for #:G48. ;;; Emitting code for REMOVE-OTHERWISE-FROM-CLAUSES. ;;; Emitting code for CCASE. ;;; Emitting code for TYPECASE. ;;; Emitting code for ETYPECASE-ERROR. ;;; Emitting code for ETYPECASE. ;;; Emitting code for CTYPECASE-ERROR. ;;; Emitting code for #:G79. ;;; Emitting code for #:G80. ;;; Emitting code for CTYPECASE. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/assert.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/assert.obj"assert.c ;;; Finished compiling src:lsp;assert.lsp. (compile-file "src:lsp;defstruct.lsp" :output-file #P"build:lsp;defstruct.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;defstruct.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN STRUCTURE-TYPE-ERROR ...). ;;; Compiling (DEFUN MAKE-ACCESS-FUNCTION ...). ;;; Compiling (DEFUN PROCESS-BOA-LAMBDA-LIST ...). ;;; Compiling (DEFUN MAKE-CONSTRUCTOR ...). ;;; Warning: in file src:lsp;defstruct.lsp.NEWEST, position 4243, and form ;;; (FSET 'MAKE-CONSTRUCTOR #'(LAMBDA-BLOCK MAKE-CONSTRUCTOR # ...)) ;;; The variable OFFSET is not used. ;;; Compiling (DEFUN MAKE-PREDICATE ...). ;;; Compiling (DEFUN PARSE-SLOT-DESCRIPTION ...). ;;; Compiling (DEFUN OVERWRITE-SLOT-DESCRIPTIONS ...). ;;; Compiling (DEFUN DEFINE-STRUCTURE ...). ;;; Compiling (DEFMACRO DEFSTRUCT ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl3KFMAZb7_posmezy" for #P"build:lsp;defstruct.obj.NEWEST" ;;; Emitting code for STRUCTURE-TYPE-ERROR. ;;; Emitting code for MAKE-ACCESS-FUNCTION. ;;; Emitting code for #:G3. ;;; Emitting code for #:G5. ;;; Emitting code for PROCESS-BOA-LAMBDA-LIST. ;;; Emitting code for MAKE-CONSTRUCTOR. ;;; Emitting code for MAKE-PREDICATE. ;;; Emitting code for #:G40. ;;; Emitting code for #:G41. ;;; Emitting code for #:G42. ;;; Emitting code for #:G43. ;;; Emitting code for PARSE-SLOT-DESCRIPTION. ;;; Emitting code for OVERWRITE-SLOT-DESCRIPTIONS. ;;; Emitting code for DEFINE-STRUCTURE. ;;; Emitting code for DEFSTRUCT. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/defstruct.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/defstruct.obj"defstruct.c ;;; Finished compiling src:lsp;defstruct.lsp. (compile-file "src:lsp;iolib.lsp" :output-file #P"build:lsp;iolib.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;iolib.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFMACRO WITH-OPEN-STREAM ...). ;;; Compiling (DEFMACRO WITH-INPUT-FROM-STRING ...). ;;; Compiling (DEFMACRO WITH-OUTPUT-TO-STRING ...). ;;; Compiling (DEFUN READ-FROM-STRING ...). ;;; Compiling (DEFUN STRING-TO-OBJECT ...). ;;; Compiling (DEFUN WRITE-TO-STRING ...). ;;; Compiling (DEFUN PRIN1-TO-STRING ...). ;;; Compiling (DEFUN PRINC-TO-STRING ...). ;;; Compiling (DEFMACRO WITH-OPEN-FILE ...). ;;; Compiling (DEFUN Y-OR-N-P ...). ;;; Compiling (DEFUN YES-OR-NO-P ...). ;;; Compiling (DEFUN SHARP-A-READER ...). ;;; Compiling (DEFUN SHARP-S-READER ...). ;;; Warning: in file src:lsp;iolib.lsp.NEWEST, position 7511, and form ;;; (FSET 'SHARP-S-READER #'(LAMBDA-BLOCK SHARP-S-READER # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFVAR *DRIBBLE-STREAM* ...). ;;; Compiling (DEFVAR *DRIBBLE-IO* ...). ;;; Compiling (DEFVAR *DRIBBLE-NAMESTRING* ...). ;;; Compiling (DEFVAR *DRIBBLE-SAVED-TERMINAL-IO* ...). ;;; Compiling (DEFUN DRIBBLE ...). ;;; Compiling (DEFMACRO WITH-STANDARD-IO-SYNTAX ...). ;;; Compiling (DEFMACRO WITH-ECL-IO-SYNTAX ...). ;;; Compiling (DEFUN PRINT-UNREADABLE-OBJECT-FUNCTION ...). ;;; Compiling (DEFMACRO PRINT-UNREADABLE-OBJECT ...). ;;; Compiling (DEFUN LOAD-ENCODING ...). ;;; Compiling (DEFUN MAKE-ENCODING ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclPwkIt5b7_z8tmezy" for #P"build:lsp;iolib.obj.NEWEST" ;;; Emitting code for WITH-OPEN-STREAM. ;;; Emitting code for WITH-INPUT-FROM-STRING. ;;; Emitting code for WITH-OUTPUT-TO-STRING. ;;; Emitting code for READ-FROM-STRING. ;;; Emitting code for STRING-TO-OBJECT. ;;; Emitting code for WRITE-TO-STRING. ;;; Emitting code for PRIN1-TO-STRING. ;;; Emitting code for PRINC-TO-STRING. ;;; Emitting code for WITH-OPEN-FILE. ;;; Emitting code for Y-OR-N-P. ;;; Emitting code for YES-OR-NO-P. ;;; Emitting code for SHARP-A-READER. ;;; Emitting code for SHARP-S-READER. ;;; Emitting code for DRIBBLE. ;;; Emitting code for WITH-STANDARD-IO-SYNTAX. ;;; Emitting code for WITH-ECL-IO-SYNTAX. ;;; Emitting code for PRINT-UNREADABLE-OBJECT-FUNCTION. ;;; Emitting code for PRINT-UNREADABLE-OBJECT. ;;; Emitting code for LOAD-ENCODING. ;;; Emitting code for MAKE-ENCODING. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/iolib.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/iolib.obj"iolib.c ;;; Finished compiling src:lsp;iolib.lsp. (compile-file "src:lsp;listlib.lsp" :output-file #P"build:lsp;listlib.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;listlib.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN UNION ...). ;;; Compiling (DEFUN NUNION ...). ;;; Compiling (DEFUN INTERSECTION ...). ;;; Compiling (DEFUN NINTERSECTION ...). ;;; Compiling (DEFUN SET-DIFFERENCE ...). ;;; Compiling (DEFUN NSET-DIFFERENCE ...). ;;; Compiling (DEFUN SWAP-ARGS ...). ;;; Compiling (DEFUN SET-EXCLUSIVE-OR ...). ;;; Compiling (DEFUN NSET-EXCLUSIVE-OR ...). ;;; Compiling (DEFUN SUBSETP ...). ;;; Compiling (DEFUN RASSOC-IF ...). ;;; Compiling (DEFUN RASSOC-IF-NOT ...). ;;; Compiling (DEFUN ASSOC-IF ...). ;;; Compiling (DEFUN ASSOC-IF-NOT ...). ;;; Compiling (DEFUN MEMBER-IF ...). ;;; Compiling (DEFUN MEMBER-IF-NOT ...). ;;; Compiling (DEFUN SUBST-IF ...). ;;; Compiling (DEFUN SUBST-IF-NOT ...). ;;; Compiling (DEFUN NSUBST-IF ...). ;;; Compiling (DEFUN NSUBST-IF-NOT ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecltik8QFa7_5Mtmezy" for #P"build:lsp;listlib.obj.NEWEST" ;;; Emitting code for UNION. ;;; Emitting code for NUNION. ;;; Note: Reusing keywords lists for (TEST TEST-NOT KEY) ;;; Emitting code for INTERSECTION. ;;; Note: Reusing keywords lists for (TEST TEST-NOT KEY) ;;; Emitting code for NINTERSECTION. ;;; Note: Reusing keywords lists for (TEST TEST-NOT KEY) ;;; Emitting code for SET-DIFFERENCE. ;;; Note: Reusing keywords lists for (TEST TEST-NOT KEY) ;;; Emitting code for NSET-DIFFERENCE. ;;; Note: Reusing keywords lists for (TEST TEST-NOT KEY) ;;; Emitting code for SWAP-ARGS. ;;; Emitting code for #:G28. ;;; Emitting code for SET-EXCLUSIVE-OR. ;;; Note: Reusing keywords lists for (TEST TEST-NOT KEY) ;;; Emitting code for NSET-EXCLUSIVE-OR. ;;; Note: Reusing keywords lists for (TEST TEST-NOT KEY) ;;; Emitting code for SUBSETP. ;;; Note: Reusing keywords lists for (TEST TEST-NOT KEY) ;;; Emitting code for RASSOC-IF. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for RASSOC-IF-NOT. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for ASSOC-IF. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for ASSOC-IF-NOT. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for MEMBER-IF. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for MEMBER-IF-NOT. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for SUBST-IF. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for SUBST-IF-NOT. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for NSUBST-IF. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for NSUBST-IF-NOT. ;;; Note: Reusing keywords lists for (KEY) ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/listlib.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/listlib.obj"listlib.c ;;; Finished compiling src:lsp;listlib.lsp. (compile-file "src:lsp;mislib.lsp" :output-file #P"build:lsp;mislib.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;mislib.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN LOGICAL-PATHNAME-TRANSLATIONS ...). ;;; Compiling (DEFUN LOAD-LOGICAL-PATHNAME-TRANSLATIONS ...). ;;; Note: in file src:lsp;mislib.lsp.NEWEST, position 672, and form ;;; (FSET 'LOAD-LOGICAL-PATHNAME-TRANSLATIONS #'(LAMBDA-BLOCK LOAD-LOGICAL-PATHNAME-TRANSLATIONS # ...)) ;;; In function LOAD-LOGICAL-PATHNAME-TRANSLATIONS, checking types of arguments HOST. ;;; Warning: in file src:lsp;mislib.lsp.NEWEST, position 672, and form ;;; (FSET 'LOAD-LOGICAL-PATHNAME-TRANSLATIONS #'(LAMBDA-BLOCK LOAD-LOGICAL-PATHNAME-TRANSLATIONS # ...)) ;;; The declaration specifier VALUES is unknown. ;;; Note: in file src:lsp;mislib.lsp.NEWEST, position 672, and form ;;; (FSET 'LOAD-LOGICAL-PATHNAME-TRANSLATIONS #'(LAMBDA-BLOCK LOAD-LOGICAL-PATHNAME-TRANSLATIONS # ...)) ;;; Removing unused variable *AUTOLOAD-TRANSLATIONS* ;;; Compiling (DEFUN DO-TIME ...). ;;; Compiling (DEFMACRO TIME ...). ;;; Compiling (DEFUN LEAP-YEAR-P ...). ;;; Compiling (DEFUN NUMBER-OF-DAYS-FROM-1900 ...). ;;; Compiling (DEFUN GET-LOCAL-TIME-ZONE ...). ;;; Compiling (DEFUN RECODE-UNIVERSAL-TIME ...). ;;; Compiling (DEFUN DECODE-UNIVERSAL-TIME ...). ;;; Compiling (DEFUN ENCODE-UNIVERSAL-TIME ...). ;;; Compiling (DEFUN DAYLIGHT-SAVING-TIME-P ...). ;;; Compiling (DEFUN GET-DECODED-TIME ...). ;;; Compiling (DEFUN ENSURE-DIRECTORIES-EXIST ...). ;;; Compiling (DEFMACRO WITH-HASH-TABLE-ITERATOR ...). ;;; Compiling (DEFUN SHARP-!-READER ...). ;;; Warning: in file src:lsp;mislib.lsp.NEWEST, position 10667, and form ;;; (FSET 'SHARP-!-READER #'(LAMBDA-BLOCK SHARP-!-READER # ...)) ;;; The variable ARG is not used. ;;; Warning: in file src:lsp;mislib.lsp.NEWEST, position 10667, and form ;;; (FSET 'SHARP-!-READER #'(LAMBDA-BLOCK SHARP-!-READER # ...)) ;;; The variable SUBCHAR is not used. ;;; Compiling (DEFUN SIMPLE-PROGRAM-ERROR ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclPH37xTa7_ybtmezy" for #P"build:lsp;mislib.obj.NEWEST" ;;; Emitting code for LOGICAL-PATHNAME-TRANSLATIONS. ;;; Emitting code for LOAD-LOGICAL-PATHNAME-TRANSLATIONS. ;;; Emitting code for DO-TIME. ;;; Emitting code for TIME. ;;; Emitting code for LEAP-YEAR-P. ;;; Emitting code for NUMBER-OF-DAYS-FROM-1900. ;;; Emitting code for GET-LOCAL-TIME-ZONE. ;;; Emitting code for RECODE-UNIVERSAL-TIME. ;;; Emitting code for DECODE-UNIVERSAL-TIME. ;;; Emitting code for ENCODE-UNIVERSAL-TIME. ;;; Emitting code for DAYLIGHT-SAVING-TIME-P. ;;; Emitting code for GET-DECODED-TIME. ;;; Emitting code for ENSURE-DIRECTORIES-EXIST. ;;; Emitting code for WITH-HASH-TABLE-ITERATOR. ;;; Emitting code for SHARP-!-READER. ;;; Emitting code for SIMPLE-PROGRAM-ERROR. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/mislib.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/mislib.obj"mislib.c ;;; Finished compiling src:lsp;mislib.lsp. (compile-file "src:lsp;numlib.lsp" :output-file #P"build:lsp;numlib.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;numlib.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Warning: in file src:lsp;numlib.lsp.NEWEST, position 625, and form ;;; (LET (#) (DEFCONSTANT SHORT-FLOAT-EPSILON 5.9604652E-8 ...) ...) ;;; The variable BITS is not used. ;;; Compiling (DEFUN ISQRT ...). ;;; Compiling (DEFUN PHASE ...). ;;; Compiling (DEFUN SIGNUM ...). ;;; Compiling (DEFUN CIS ...). ;;; Compiling (DEFUN ASIN ...). ;;; Compiling (DEFUN COMPLEX-ASIN ...). ;;; Note: in file src:lsp;numlib.lsp.NEWEST, position 5637, and form ;;; (FSET 'COMPLEX-ASIN #'(LAMBDA-BLOCK COMPLEX-ASIN # ...)) ;;; In function COMPLEX-ASIN, checking types of arguments Z. ;;; Compiling (DEFUN ACOS ...). ;;; Compiling (DEFUN COMPLEX-ACOS ...). ;;; Note: in file src:lsp;numlib.lsp.NEWEST, position 6255, and form ;;; (FSET 'COMPLEX-ACOS #'(LAMBDA-BLOCK COMPLEX-ACOS # ...)) ;;; In function COMPLEX-ACOS, checking types of arguments Z. ;;; Compiling (DEFUN ASINH ...). ;;; Compiling (DEFUN ACOSH ...). ;;; Compiling (DEFUN COMPLEX-ACOSH ...). ;;; Note: in file src:lsp;numlib.lsp.NEWEST, position 7879, and form ;;; (FSET 'COMPLEX-ACOSH #'(LAMBDA-BLOCK COMPLEX-ACOSH # ...)) ;;; In function COMPLEX-ACOSH, checking types of arguments Z. ;;; Compiling (DEFUN ATANH ...). ;;; Compiling (DEFUN COMPLEX-ATANH ...). ;;; Note: in file src:lsp;numlib.lsp.NEWEST, position 8546, and form ;;; (FSET 'COMPLEX-ATANH #'(LAMBDA-BLOCK COMPLEX-ATANH # ...)) ;;; In function COMPLEX-ATANH, checking types of arguments Z. ;;; Compiling (DEFUN FFLOOR ...). ;;; Compiling (DEFUN FCEILING ...). ;;; Compiling (DEFUN FTRUNCATE ...). ;;; Compiling (DEFUN FROUND ...). ;;; Compiling (DEFUN LOGTEST ...). ;;; Compiling (DEFUN BYTE ...). ;;; Compiling (DEFUN BYTE-SIZE ...). ;;; Compiling (DEFUN BYTE-POSITION ...). ;;; Compiling (DEFUN LDB ...). ;;; Compiling (DEFUN LDB-TEST ...). ;;; Compiling (DEFUN MASK-FIELD ...). ;;; Compiling (DEFUN DPB ...). ;;; Compiling (DEFUN DEPOSIT-FIELD ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl0OldF6a7_aptmezy" for #P"build:lsp;numlib.obj.NEWEST" ;;; Emitting code for ISQRT. ;;; Emitting code for PHASE. ;;; Emitting code for SIGNUM. ;;; Emitting code for CIS. ;;; Emitting code for ASIN. ;;; Emitting code for COMPLEX-ASIN. ;;; Emitting code for ACOS. ;;; Emitting code for COMPLEX-ACOS. ;;; Emitting code for ASINH. ;;; Emitting code for ACOSH. ;;; Emitting code for COMPLEX-ACOSH. ;;; Emitting code for ATANH. ;;; Emitting code for COMPLEX-ATANH. ;;; Emitting code for FFLOOR. ;;; Emitting code for FCEILING. ;;; Emitting code for FTRUNCATE. ;;; Emitting code for FROUND. ;;; Emitting code for LOGTEST. ;;; Emitting code for BYTE. ;;; Emitting code for BYTE-SIZE. ;;; Emitting code for BYTE-POSITION. ;;; Emitting code for LDB. ;;; Emitting code for LDB-TEST. ;;; Emitting code for MASK-FIELD. ;;; Emitting code for DPB. ;;; Emitting code for DEPOSIT-FIELD. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/numlib.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/numlib.obj"numlib.c ;;; Finished compiling src:lsp;numlib.lsp. (compile-file "src:lsp;packlib.lsp" :output-file #P"build:lsp;packlib.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;packlib.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN FIND-ALL-SYMBOLS ...). ;;; Compiling (DEFUN PACKAGES-ITERATOR ...). ;;; Warning: in file src:lsp;packlib.lsp.NEWEST, position 1164, and form ;;; (FSET 'PACKAGES-ITERATOR #'(LAMBDA-BLOCK PACKAGES-ITERATOR # ...)) ;;; The variable KEY is not used. ;;; Compiling (DEFMACRO WITH-PACKAGE-ITERATOR ...). ;;; Compiling (DEFUN EXPAND-DO-SYMBOLS ...). ;;; Compiling (DEFMACRO DO-SYMBOLS ...). ;;; Compiling (DEFMACRO DO-EXTERNAL-SYMBOLS ...). ;;; Compiling (DEFMACRO DO-ALL-SYMBOLS ...). ;;; Compiling (DEFUN PRINT-SYMBOL-APROPOS ...). ;;; Compiling (DEFUN APROPOS ...). ;;; Compiling (DEFUN APROPOS-LIST ...). ;;; Compiling (DEFUN FIND-RELATIVE-PACKAGE ...). ;;; Compiling (DEFUN PACKAGE-PARENT ...). ;;; Compiling (DEFUN PACKAGE-CHILDREN ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclwleVw1b7_R3umezy" for #P"build:lsp;packlib.obj.NEWEST" ;;; Emitting code for FIND-ALL-SYMBOLS. ;;; Emitting code for PACKAGES-ITERATOR. ;;; Emitting code for #:G18. ;;; Emitting code for ITERATE. ;;; Emitting code for WITH-PACKAGE-ITERATOR. ;;; Emitting code for EXPAND-DO-SYMBOLS. ;;; Emitting code for DO-SYMBOLS. ;;; Emitting code for DO-EXTERNAL-SYMBOLS. ;;; Emitting code for DO-ALL-SYMBOLS. ;;; Emitting code for PRINT-SYMBOL-APROPOS. ;;; Emitting code for APROPOS. ;;; Emitting code for APROPOS-LIST. ;;; Emitting code for FIND-RELATIVE-PACKAGE. ;;; Emitting code for FIND-NON-DOT. ;;; Emitting code for RELATIVE-TO. ;;; Emitting code for PACKAGE-PARENT. ;;; Emitting code for FIND-LAST-DOT. ;;; Emitting code for PACKAGE-CHILDREN. ;;; Emitting code for STRING-PREFIX-P. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/packlib.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/packlib.obj"packlib.c ;;; Finished compiling src:lsp;packlib.lsp. (compile-file "src:lsp;seqlib.lsp" :output-file #P"build:lsp;seqlib.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;seqlib.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN SEQTYPE ...). ;;; Compiling (DEFUN TEST-ERROR ...). ;;; Compiling (DEFUN UNSAFE-FUNCALL1 ...). ;;; Note: in file src:lsp;seqlib.lsp.NEWEST, position 1019, and form ;;; (FSET 'UNSAFE-FUNCALL1 #'(LAMBDA-BLOCK UNSAFE-FUNCALL1 # ...)) ;;; In function UNSAFE-FUNCALL1, checking types of arguments X F. ;;; Note: in file src:lsp;seqlib.lsp.NEWEST, position 1019, and form ;;; (FSET 'UNSAFE-FUNCALL1 #'(LAMBDA-BLOCK UNSAFE-FUNCALL1 # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE F FUNCTION) ;;; Compiling (DEFUN SEQUENCE-LIMITS ...). ;;; Compiling (DEFUN REDUCE ...). ;;; Compiling (DEFUN FILL ...). ;;; Compiling (DEFUN REPLACE ...). ;;; Compiling (DEFUN REMOVE ...). ;;; Compiling (DEFUN REMOVE-IF ...). ;;; Compiling (DEFUN REMOVE-IF-NOT ...). ;;; Compiling (DEFUN DELETE ...). ;;; Compiling (DEFUN DELETE-IF ...). ;;; Compiling (DEFUN DELETE-IF-NOT ...). ;;; Compiling (DEFUN COUNT ...). ;;; Compiling (DEFUN COUNT-IF ...). ;;; Compiling (DEFUN COUNT-IF-NOT ...). ;;; Compiling (DEFUN INTERNAL-COUNT ...). ;;; Compiling (DEFUN SUBSTITUTE ...). ;;; Compiling (DEFUN SUBSTITUTE-IF ...). ;;; Compiling (DEFUN SUBSTITUTE-IF-NOT ...). ;;; Compiling (DEFUN NSUBSTITUTE ...). ;;; Compiling (DEFUN NSUBSTITUTE-IF ...). ;;; Compiling (DEFUN NSUBSTITUTE-IF-NOT ...). ;;; Compiling (DEFUN FIND ...). ;;; Compiling (DEFUN FIND-IF ...). ;;; Compiling (DEFUN FIND-IF-NOT ...). ;;; Compiling (DEFUN POSITION ...). ;;; Compiling (DEFUN POSITION-IF ...). ;;; Compiling (DEFUN POSITION-IF-NOT ...). ;;; Compiling (DEFUN REMOVE-DUPLICATES ...). ;;; Warning: in file src:lsp;seqlib.lsp.NEWEST, position 13028, and form ;;; (FSET 'REMOVE-DUPLICATES #'(LAMBDA-BLOCK REMOVE-DUPLICATES # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN DELETE-DUPLICATES ...). ;;; Compiling (DEFUN MISMATCH ...). ;;; Compiling (DEFUN SEARCH ...). ;;; Compiling (DEFUN SORT ...). ;;; Compiling (DEFUN LIST-MERGE-SORT ...). ;;; Note: in file src:lsp;seqlib.lsp.NEWEST, position 19630, and form ;;; (FSET 'LIST-MERGE-SORT #'(LAMBDA-BLOCK LIST-MERGE-SORT # ...)) ;;; In function LIST-MERGE-SORT, checking types of arguments KEY PREDICATE L. ;;; Note: in file src:lsp;seqlib.lsp.NEWEST, position 19630, and form ;;; (FSET 'LIST-MERGE-SORT #'(LAMBDA-BLOCK LIST-MERGE-SORT # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE KEY FUNCTION) ;;; Note: in file src:lsp;seqlib.lsp.NEWEST, position 19630, and form ;;; (FSET 'LIST-MERGE-SORT #'(LAMBDA-BLOCK LIST-MERGE-SORT # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE PREDICATE FUNCTION) ;;; Compiling (DEFUN QUICK-SORT ...). ;;; Note: in file src:lsp;seqlib.lsp.NEWEST, position 21239, and form ;;; (FSET 'QUICK-SORT #'(LAMBDA-BLOCK QUICK-SORT # ...)) ;;; In function QUICK-SORT, checking types of arguments KEY PRED END START SEQ. ;;; Note: in file src:lsp;seqlib.lsp.NEWEST, position 21239, and form ;;; (FSET 'QUICK-SORT #'(LAMBDA-BLOCK QUICK-SORT # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE KEY FUNCTION) ;;; Note: in file src:lsp;seqlib.lsp.NEWEST, position 21239, and form ;;; (FSET 'QUICK-SORT #'(LAMBDA-BLOCK QUICK-SORT # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE PRED FUNCTION) ;;; Note: in file src:lsp;seqlib.lsp.NEWEST, position 21239, and form ;;; (FSET 'QUICK-SORT #'(LAMBDA-BLOCK QUICK-SORT # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE END FIXNUM) ;;; Note: in file src:lsp;seqlib.lsp.NEWEST, position 21239, and form ;;; (FSET 'QUICK-SORT #'(LAMBDA-BLOCK QUICK-SORT # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE START FIXNUM) ;;; Compiling (DEFUN STABLE-SORT ...). ;;; Compiling (DEFUN MERGE ...). ;;; Compiling (DEFUN COMPLEMENT ...). ;;; Compiling (DEFUN CONSTANTLY ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclgZq3EzZ7_LMumezy" for #P"build:lsp;seqlib.obj.NEWEST" ;;; Emitting code for SEQTYPE. ;;; Emitting code for TEST-ERROR. ;;; Emitting code for UNSAFE-FUNCALL1. ;;; Emitting code for SEQUENCE-LIMITS. ;;; Emitting code for REDUCE. ;;; Emitting code for FILL. ;;; Note: Reusing keywords lists for (START END) ;;; Emitting code for REPLACE. ;;; Emitting code for REMOVE. ;;; Emitting code for REMOVE-IF. ;;; Note: Reusing keywords lists for (FROM-END START END KEY COUNT) ;;; Emitting code for REMOVE-IF-NOT. ;;; Note: Reusing keywords lists for (FROM-END START END KEY COUNT) ;;; Emitting code for DELETE. ;;; Note: Reusing keywords lists for (TEST TEST-NOT FROM-END START END KEY COUNT) ;;; Emitting code for DELETE-IF. ;;; Note: Reusing keywords lists for (FROM-END START END KEY COUNT) ;;; Emitting code for DELETE-IF-NOT. ;;; Note: Reusing keywords lists for (FROM-END START END KEY COUNT) ;;; Emitting code for COUNT. ;;; Note: Reusing keywords lists for (TEST TEST-NOT FROM-END START END KEY) ;;; Emitting code for COUNT-IF. ;;; Note: Reusing keywords lists for (FROM-END START END KEY) ;;; Emitting code for COUNT-IF-NOT. ;;; Note: Reusing keywords lists for (FROM-END START END KEY) ;;; Emitting code for INTERNAL-COUNT. ;;; Note: Reusing keywords lists for (TEST TEST-NOT FROM-END START END KEY COUNT) ;;; Emitting code for SUBSTITUTE. ;;; Note: Reusing keywords lists for (TEST TEST-NOT FROM-END START END KEY COUNT) ;;; Emitting code for SUBSTITUTE-IF. ;;; Note: Reusing keywords lists for (FROM-END START END KEY COUNT) ;;; Emitting code for SUBSTITUTE-IF-NOT. ;;; Note: Reusing keywords lists for (FROM-END START END KEY COUNT) ;;; Emitting code for NSUBSTITUTE. ;;; Note: Reusing keywords lists for (TEST TEST-NOT FROM-END START END KEY COUNT) ;;; Emitting code for NSUBSTITUTE-IF. ;;; Note: Reusing keywords lists for (FROM-END START END KEY COUNT) ;;; Emitting code for NSUBSTITUTE-IF-NOT. ;;; Note: Reusing keywords lists for (FROM-END START END KEY COUNT) ;;; Emitting code for FIND. ;;; Note: Reusing keywords lists for (TEST TEST-NOT FROM-END START END KEY) ;;; Emitting code for FIND-IF. ;;; Note: Reusing keywords lists for (FROM-END START END KEY) ;;; Emitting code for FIND-IF-NOT. ;;; Note: Reusing keywords lists for (FROM-END START END KEY) ;;; Emitting code for POSITION. ;;; Note: Reusing keywords lists for (TEST TEST-NOT FROM-END START END KEY) ;;; Emitting code for POSITION-IF. ;;; Note: Reusing keywords lists for (FROM-END START END KEY) ;;; Emitting code for POSITION-IF-NOT. ;;; Note: Reusing keywords lists for (FROM-END START END KEY) ;;; Emitting code for REMOVE-DUPLICATES. ;;; Note: Reusing keywords lists for (TEST TEST-NOT FROM-END START END KEY) ;;; Emitting code for DELETE-DUPLICATES. ;;; Note: Reusing keywords lists for (TEST TEST-NOT FROM-END START END KEY) ;;; Emitting code for MISMATCH. ;;; Emitting code for SEARCH. ;;; Note: Reusing keywords lists for (FROM-END TEST TEST-NOT KEY START1 START2 END1 END2) ;;; Emitting code for SORT. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for LIST-MERGE-SORT. ;;; Emitting code for QUICK-SORT. ;;; Note: Tail-recursive call of QUICK-SORT was replaced by iteration. ;;; Emitting code for STABLE-SORT. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for MERGE. ;;; Note: Reusing keywords lists for (KEY) ;;; Emitting code for COMPLEMENT. ;;; Emitting code for #:G357. ;;; Emitting code for CONSTANTLY. ;;; Emitting code for #:G358. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/seqlib.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/seqlib.obj"seqlib.c ;;; Finished compiling src:lsp;seqlib.lsp. (compile-file "src:lsp;trace.lsp" :output-file #P"build:lsp;trace.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;trace.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFVAR *TRACE-LEVEL* ...). ;;; Compiling (DEFVAR *TRACE-LIST* ...). ;;; Compiling (DEFVAR *TRACE-MAX-INDENT* ...). ;;; Compiling (DEFMACRO TRACE ...). ;;; Compiling (DEFUN TRACE* ...). ;;; Compiling (DEFMACRO UNTRACE ...). ;;; Compiling (DEFUN UNTRACE* ...). ;;; Compiling (DEFVAR *INSIDE-TRACE* ...). ;;; Compiling (DEFUN TRACE-ONE ...). ;;; Compiling (DEFUN TRACE-PRINT ...). ;;; Compiling (DEFUN UNTRACE-ONE ...). ;;; Compiling (DEFUN TRACING-BODY ...). ;;; Warning: in file src:lsp;trace.lsp.NEWEST, position 7027, and form ;;; (FSET 'TRACING-BODY #'(LAMBDA-BLOCK TRACING-BODY # ...)) ;;; The variable ENV is not used. ;;; Warning: in file src:lsp;trace.lsp.NEWEST, position 7027, and form ;;; (FSET 'TRACING-BODY #'(LAMBDA-BLOCK TRACING-BODY # ...)) ;;; The variable CODE is not used. ;;; Compiling (DEFVAR *STEP-LEVEL* ...). ;;; Compiling (DEFVAR *STEP-ACTION* ...). ;;; Compiling (DEFVAR *STEP-FORM* ...). ;;; Compiling (DEFVAR *STEP-TAG* ...). ;;; Compiling (DEFVAR *STEP-FUNCTIONS* ...). ;;; Compiling (DEFMACRO STEP ...). ;;; Compiling (DEFUN STEP* ...). ;;; Compiling (DEFUN STEPPABLE-FUNCTION ...). ;;; Compiling (DEFUN STEPPER ...). ;;; Compiling (DEFUN STEP-NEXT ...). ;;; Compiling (DEFUN STEP-SKIP ...). ;;; Warning: in file src:lsp;trace.lsp.NEWEST, position 10306, and form ;;; (FSET 'STEP-SKIP #'(LAMBDA-BLOCK STEP-SKIP # ...)) ;;; The variable WHEN is not used. ;;; Compiling (DEFUN STEP-PRINT ...). ;;; Compiling (DEFUN STEP-QUIT ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclcRyDslb7_arumezy" for #P"build:lsp;trace.obj.NEWEST" ;;; Emitting code for TRACE. ;;; Emitting code for TRACE*. ;;; Emitting code for UNTRACE. ;;; Emitting code for UNTRACE*. ;;; Emitting code for TRACE-ONE. ;;; Emitting code for TRACE-PRINT. ;;; Emitting code for UNTRACE-ONE. ;;; Emitting code for TRACING-BODY. ;;; Emitting code for STEP. ;;; Emitting code for STEP*. ;;; Emitting code for STEPPABLE-FUNCTION. ;;; Emitting code for STEPPER. ;;; Emitting code for #:G46. ;;; Emitting code for STEP-NEXT. ;;; Emitting code for STEP-SKIP. ;;; Emitting code for STEP-PRINT. ;;; Emitting code for STEP-QUIT. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/trace.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/trace.obj"trace.c ;;; Finished compiling src:lsp;trace.lsp. (compile-file "src:lsp;loop2.lsp" :output-file #P"build:lsp;loop2.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;loop2.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFMACRO LOOP-COPYLIST* ...). ;;; Compiling (DEFVAR *LOOP-REAL-DATA-TYPE* ...). ;;; Compiling (DEFUN LOOP-OPTIMIZATION-QUANTITIES ...). ;;; Compiling (DEFUN HIDE-VARIABLE-REFERENCES ...). ;;; Compiling (DEFUN HIDE-VARIABLE-REFERENCE ...). ;;; Compiling (DEFMACRO WITH-LOOP-LIST-COLLECTION-HEAD ...). ;;; Compiling (DEFMACRO LOOP-COLLECT-RPLACD ...). ;;; Compiling (DEFMACRO LOOP-COLLECT-ANSWER ...). ;;; Compiling (DEFUN MAKE-LOOP-MINIMAX-INTERNAL ...). ;;; Compiling (DEFVAR *LOOP-MINIMAX-TYPE-INFINITIES-ALIST* ...). ;;; Compiling (DEFUN MAKE-LOOP-MINIMAX ...). ;;; Compiling (DEFUN LOOP-NOTE-MINIMAX-OPERATION ...). ;;; Compiling (DEFMACRO WITH-MINIMAX-VALUE ...). ;;; Compiling (DEFMACRO LOOP-ACCUMULATE-MINIMAX-VALUE ...). ;;; Compiling (DEFUN LOOP-TEQUAL ...). ;;; Compiling (DEFUN LOOP-TASSOC ...). ;;; Compiling (DEFUN LOOP-TMEMBER ...). ;;; Compiling (DEFUN LOOP-LOOKUP-KEYWORD ...). ;;; Compiling (DEFMACRO LOOP-STORE-TABLE-DATA ...). ;;; Compiling (DEFUN MAKE-LOOP-UNIVERSE ...). ;;; Compiling (DEFVAR *LOOP-UNIVERSE*). ;;; Compiling (DEFUN MAKE-STANDARD-LOOP-UNIVERSE ...). ;;; Compiling (DEFVAR *LOOP-DESTRUCTURING-HOOKS* ...). ;;; Compiling (DEFUN LOOP-MAKE-PSETQ ...). ;;; Compiling (DEFUN LOOP-MAKE-DESETQ ...). ;;; Compiling (DEFVAR *LOOP-DESETQ-TEMPORARY* ...). ;;; Compiling (DEFMACRO LOOP-REALLY-DESETQ ...). ;;; Compiling (DEFVAR *LOOP-SOURCE-CODE*). ;;; Compiling (DEFVAR *LOOP-ORIGINAL-SOURCE-CODE*). ;;; Compiling (DEFVAR *LOOP-SOURCE-CONTEXT*). ;;; Compiling (DEFVAR *LOOP-NAMES*). ;;; Compiling (DEFVAR *LOOP-MACRO-ENVIRONMENT*). ;;; Compiling (DEFVAR *LOOP-NAMED-VARIABLES*). ;;; Compiling (DEFVAR *LOOP-VARIABLES*). ;;; Compiling (DEFVAR *LOOP-DECLARATIONS*). ;;; Compiling (DEFVAR *LOOP-DESETQ-CROCKS*). ;;; Compiling (DEFVAR *LOOP-WRAPPERS*). ;;; Compiling (DEFVAR *LOOP-BIND-STACK*). ;;; Compiling (DEFVAR *LOOP-NODECLARE*). ;;; Compiling (DEFVAR *LOOP-ITERATION-VARIABLES*). ;;; Compiling (DEFVAR *LOOP-PROLOGUE*). ;;; Compiling (DEFVAR *LOOP-BEFORE-LOOP*). ;;; Compiling (DEFVAR *LOOP-BODY*). ;;; Compiling (DEFVAR *LOOP-AFTER-BODY*). ;;; Compiling (DEFVAR *LOOP-EMITTED-BODY*). ;;; Compiling (DEFVAR *LOOP-EPILOGUE*). ;;; Compiling (DEFVAR *LOOP-AFTER-EPILOGUE*). ;;; Compiling (DEFVAR *LOOP-FINAL-VALUE-CULPRIT*). ;;; Compiling (DEFVAR *LOOP-INSIDE-CONDITIONAL*). ;;; Compiling (DEFVAR *LOOP-WHEN-IT-VARIABLE*). ;;; Compiling (DEFVAR *LOOP-NEVER-STEPPED-VARIABLE*). ;;; Compiling (DEFVAR *LOOP-COLLECTION-CRUFT*). ;;; Compiling (DEFUN LOOP-CONSTANT-FOLD-IF-POSSIBLE ...). ;;; Compiling (DEFUN LOOP-CONSTANTP ...). ;;; Compiling (DEFVAR *LOOP-DUPLICATE-CODE* ...). ;;; Compiling (DEFVAR *LOOP-ITERATION-FLAG-VARIABLE* ...). ;;; Compiling (DEFUN LOOP-CODE-DUPLICATION-THRESHOLD ...). ;;; Compiling (DEFMACRO LOOP-BODY ...). ;;; Compiling (DEFUN DUPLICATABLE-CODE-P ...). ;;; Compiling (DEFVAR *SPECIAL-CODE-SIZES* ...). ;;; Compiling (DEFVAR *ESTIMATE-CODE-SIZE-PUNT* ...). ;;; Compiling (DEFUN DESTRUCTURING-SIZE ...). ;;; Compiling (DEFUN ESTIMATE-CODE-SIZE ...). ;;; Compiling (DEFUN ESTIMATE-CODE-SIZE-1 ...). ;;; Compiling (DEFUN LOOP-CONTEXT ...). ;;; Compiling (DEFUN LOOP-ERROR ...). ;;; Compiling (DEFUN LOOP-WARN ...). ;;; Compiling (DEFUN LOOP-CHECK-DATA-TYPE ...). ;;; Compiling (DEFMACRO LOOP-FINISH ...). ;;; Compiling (DEFUN SUBST-GENSYMS-FOR-NIL ...). ;;; Compiling (DEFUN LOOP-BUILD-DESTRUCTURING-BINDINGS ...). ;;; Compiling (DEFUN LOOP-TRANSLATE ...). ;;; Compiling (DEFUN LOOP-ITERATION-DRIVER ...). ;;; Compiling (DEFUN LOOP-POP-SOURCE ...). ;;; Compiling (DEFUN LOOP-GET-COMPOUND-FORM ...). ;;; Compiling (DEFUN LOOP-GET-PROGN ...). ;;; Compiling (DEFUN LOOP-GET-FORM ...). ;;; Compiling (DEFUN LOOP-CONSTRUCT-RETURN ...). ;;; Compiling (DEFUN LOOP-EMIT-BODY ...). ;;; Compiling (DEFUN LOOP-EMIT-FINAL-VALUE ...). ;;; Compiling (DEFUN LOOP-DISALLOW-CONDITIONAL ...). ;;; Compiling (DEFUN LOOP-DISALLOW-ANONYMOUS-COLLECTORS ...). ;;; Compiling (DEFUN LOOP-DISALLOW-AGGREGATE-BOOLEANS ...). ;;; Compiling (DEFUN LOOP-TYPED-INIT ...). ;;; Compiling (DEFUN LOOP-OPTIONAL-TYPE ...). ;;; Compiling (DEFUN LOOP-BIND-BLOCK ...). ;;; Compiling (DEFUN LOOP-VARIABLE-P ...). ;;; Compiling (DEFUN LOOP-MAKE-VARIABLE ...). ;;; Compiling (DEFUN LOOP-MAKE-ITERATION-VARIABLE ...). ;;; Compiling (DEFUN LOOP-DECLARE-VARIABLE ...). ;;; Compiling (DEFUN LOOP-MAYBE-BIND-FORM ...). ;;; Compiling (DEFUN LOOP-DO-IF ...). ;;; Compiling (DEFUN LOOP-DO-INITIALLY ...). ;;; Compiling (DEFUN LOOP-DO-FINALLY ...). ;;; Compiling (DEFUN LOOP-DO-DO ...). ;;; Compiling (DEFUN LOOP-DO-NAMED ...). ;;; Compiling (DEFUN LOOP-DO-RETURN ...). ;;; Compiling (DEFUN MAKE-LOOP-COLLECTOR ...). ;;; Compiling (DEFUN LOOP-GET-COLLECTION-INFO ...). ;;; Compiling (DEFUN LOOP-LIST-COLLECTION ...). ;;; Compiling (DEFUN LOOP-SUM-COLLECTION ...). ;;; Compiling (DEFUN LOOP-MAXMIN-COLLECTION ...). ;;; Compiling (DEFUN LOOP-DO-ALWAYS ...). ;;; Compiling (DEFUN LOOP-DO-THEREIS ...). ;;; Compiling (DEFUN LOOP-DO-WHILE ...). ;;; Compiling (DEFUN LOOP-DO-WITH ...). ;;; Compiling (DEFUN LOOP-HACK-ITERATION ...). ;;; Compiling (DEFUN LOOP-DO-FOR ...). ;;; Compiling (DEFUN LOOP-DO-REPEAT ...). ;;; Compiling (DEFUN LOOP-WHEN-IT-VARIABLE ...). ;;; Compiling (DEFUN LOOP-ANSI-FOR-EQUALS ...). ;;; Compiling (DEFUN LOOP-FOR-ACROSS ...). ;;; Compiling (DEFUN LOOP-LIST-STEP ...). ;;; Compiling (DEFUN LOOP-FOR-ON ...). ;;; Compiling (DEFUN LOOP-FOR-IN ...). ;;; Compiling (DEFUN MAKE-LOOP-PATH ...). ;;; Compiling (DEFUN ADD-LOOP-PATH ...). ;;; Compiling (DEFUN LOOP-FOR-BEING ...). ;;; Compiling (DEFUN NAMED-VARIABLE ...). ;;; Compiling (DEFUN LOOP-COLLECT-PREPOSITIONAL-PHRASES ...). ;;; Compiling (DEFUN LOOP-SEQUENCER ...). ;;; Compiling (DEFUN LOOP-FOR-ARITHMETIC ...). ;;; Compiling (DEFUN LOOP-HASH-TABLE-ITERATION-PATH ...). ;;; Compiling (DEFUN LOOP-PACKAGE-SYMBOLS-ITERATION-PATH ...). ;;; Compiling (DEFUN MAKE-ANSI-LOOP-UNIVERSE ...). ;;; Compiling (DEFPARAMETER *LOOP-ANSI-UNIVERSE* ...). ;;; Compiling (DEFUN LOOP-STANDARD-EXPANSION ...). ;;; Compiling (DEFMACRO LOOP ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclE61AvEa7_qMvmezy" for #P"build:lsp;loop2.obj.NEWEST" ;;; Emitting code for LOOP-COPYLIST*. ;;; Emitting code for LOOP-OPTIMIZATION-QUANTITIES. ;;; Emitting code for HIDE-VARIABLE-REFERENCES. ;;; Emitting code for HIDE-VARIABLE-REFERENCE. ;;; Emitting code for WITH-LOOP-LIST-COLLECTION-HEAD. ;;; Emitting code for LOOP-COLLECT-RPLACD. ;;; Emitting code for CDR-WRAP. ;;; Emitting code for LOOP-COLLECT-ANSWER. ;;; Emitting code for MAKE-LOOP-MINIMAX-INTERNAL. ;;; Emitting code for MAKE-LOOP-MINIMAX. ;;; Emitting code for LOOP-NOTE-MINIMAX-OPERATION. ;;; Emitting code for WITH-MINIMAX-VALUE. ;;; Emitting code for LOOP-ACCUMULATE-MINIMAX-VALUE. ;;; Emitting code for LOOP-TEQUAL. ;;; Emitting code for LOOP-TASSOC. ;;; Emitting code for LOOP-TMEMBER. ;;; Emitting code for LOOP-LOOKUP-KEYWORD. ;;; Emitting code for LOOP-STORE-TABLE-DATA. ;;; Emitting code for MAKE-LOOP-UNIVERSE. ;;; Emitting code for MAKE-STANDARD-LOOP-UNIVERSE. ;;; Emitting code for MAKETABLE. ;;; Emitting code for LOOP-MAKE-PSETQ. ;;; Emitting code for LOOP-MAKE-DESETQ. ;;; Emitting code for LOOP-REALLY-DESETQ. ;;; Emitting code for LOOP-DESETQ-INTERNAL. ;;; Emitting code for FIND-NON-NULL. ;;; Emitting code for LOOP-CONSTANT-FOLD-IF-POSSIBLE. ;;; Emitting code for LOOP-CONSTANTP. ;;; Emitting code for LOOP-CODE-DUPLICATION-THRESHOLD. ;;; Emitting code for LOOP-BODY. ;;; Emitting code for MAKEBODY. ;;; Emitting code for PIFY. ;;; Emitting code for PSIMP. ;;; Emitting code for DUPLICATABLE-CODE-P. ;;; Emitting code for DESTRUCTURING-SIZE. ;;; Emitting code for ESTIMATE-CODE-SIZE. ;;; Emitting code for ESTIMATE-CODE-SIZE-1. ;;; Note: Tail-recursive call of ESTIMATE-CODE-SIZE-1 was replaced by iteration. ;;; Note: Tail-recursive call of ESTIMATE-CODE-SIZE-1 was replaced by iteration. ;;; Emitting code for LIST-SIZE. ;;; Emitting code for LOOP-CONTEXT. ;;; Emitting code for LOOP-ERROR. ;;; Emitting code for LOOP-WARN. ;;; Emitting code for LOOP-CHECK-DATA-TYPE. ;;; Emitting code for LOOP-FINISH. ;;; Emitting code for SUBST-GENSYMS-FOR-NIL. ;;; Emitting code for LOOP-BUILD-DESTRUCTURING-BINDINGS. ;;; Emitting code for LOOP-TRANSLATE. ;;; Emitting code for LOOP-ITERATION-DRIVER. ;;; Emitting code for LOOP-POP-SOURCE. ;;; Emitting code for LOOP-GET-COMPOUND-FORM. ;;; Emitting code for LOOP-GET-PROGN. ;;; Emitting code for LOOP-GET-FORM. ;;; Emitting code for LOOP-CONSTRUCT-RETURN. ;;; Emitting code for LOOP-EMIT-BODY. ;;; Emitting code for LOOP-EMIT-FINAL-VALUE. ;;; Emitting code for LOOP-DISALLOW-CONDITIONAL. ;;; Emitting code for LOOP-DISALLOW-ANONYMOUS-COLLECTORS. ;;; Emitting code for LOOP-DISALLOW-AGGREGATE-BOOLEANS. ;;; Emitting code for LOOP-TYPED-INIT. ;;; Emitting code for LOOP-OPTIONAL-TYPE. ;;; Emitting code for REPLICATE. ;;; Emitting code for TRANSLATE. ;;; Emitting code for LOOP-BIND-BLOCK. ;;; Emitting code for LOOP-VARIABLE-P. ;;; Emitting code for LOOP-MAKE-VARIABLE. ;;; Emitting code for LOOP-MAKE-ITERATION-VARIABLE. ;;; Emitting code for LOOP-DECLARE-VARIABLE. ;;; Note: Tail-recursive call of LOOP-DECLARE-VARIABLE was replaced by iteration. ;;; Note: Tail-recursive call of LOOP-DECLARE-VARIABLE was replaced by iteration. ;;; Emitting code for LOOP-MAYBE-BIND-FORM. ;;; Emitting code for LOOP-DO-IF. ;;; Emitting code for GET-CLAUSE. ;;; Emitting code for LOOP-DO-INITIALLY. ;;; Emitting code for LOOP-DO-FINALLY. ;;; Emitting code for LOOP-DO-DO. ;;; Emitting code for LOOP-DO-NAMED. ;;; Emitting code for LOOP-DO-RETURN. ;;; Emitting code for MAKE-LOOP-COLLECTOR. ;;; Emitting code for LOOP-GET-COLLECTION-INFO. ;;; Emitting code for LOOP-LIST-COLLECTION. ;;; Emitting code for LOOP-SUM-COLLECTION. ;;; Emitting code for LOOP-MAXMIN-COLLECTION. ;;; Emitting code for LOOP-DO-ALWAYS. ;;; Emitting code for LOOP-DO-THEREIS. ;;; Emitting code for LOOP-DO-WHILE. ;;; Emitting code for LOOP-DO-WITH. ;;; Emitting code for LOOP-HACK-ITERATION. ;;; Emitting code for MAKE-ENDTEST. ;;; Emitting code for LOOP-DO-FOR. ;;; Emitting code for LOOP-DO-REPEAT. ;;; Emitting code for LOOP-WHEN-IT-VARIABLE. ;;; Emitting code for LOOP-ANSI-FOR-EQUALS. ;;; Emitting code for LOOP-FOR-ACROSS. ;;; Emitting code for LOOP-LIST-STEP. ;;; Emitting code for LOOP-FOR-ON. ;;; Emitting code for LOOP-FOR-IN. ;;; Emitting code for MAKE-LOOP-PATH. ;;; Emitting code for ADD-LOOP-PATH. ;;; Emitting code for LOOP-FOR-BEING. ;;; Emitting code for NAMED-VARIABLE. ;;; Emitting code for LOOP-COLLECT-PREPOSITIONAL-PHRASES. ;;; Emitting code for IN-GROUP-P. ;;; Emitting code for LOOP-SEQUENCER. ;;; Emitting code for LOOP-FOR-ARITHMETIC. ;;; Emitting code for LOOP-HASH-TABLE-ITERATION-PATH. ;;; Emitting code for LOOP-PACKAGE-SYMBOLS-ITERATION-PATH. ;;; Emitting code for MAKE-ANSI-LOOP-UNIVERSE. ;;; Emitting code for LOOP-STANDARD-EXPANSION. ;;; Emitting code for LOOP. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/loop2.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/loop2.obj"loop2.c ;;; Finished compiling src:lsp;loop2.lsp. (compile-file "src:lsp;format.lsp" :output-file #P"build:lsp;format.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;format.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFVAR *DIGITS* ...). ;;; Compiling (DEFUN FLONUM-TO-STRING ...). ;;; Compiling (DEFUN FLOAT-STRING ...). ;;; Compiling (DEFUN SCALE-EXPONENT ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 10266, and form ;;; (FSET 'SCALE-EXPONENT #'(LAMBDA-BLOCK SCALE-EXPONENT # ...)) ;;; Unknown type &OPTIONAL. Assuming it is T. ;;; Compiling (DEFUN MAKE-FORMAT-DIRECTIVE ...). ;;; Compiling (DEFVAR *FORMAT-DIRECTIVE-EXPANDERS* ...). ;;; Compiling (DEFVAR *FORMAT-DIRECTIVE-INTERPRETERS* ...). ;;; Compiling (DEFVAR *DEFAULT-FORMAT-ERROR-CONTROL-STRING* ...). ;;; Compiling (DEFVAR *DEFAULT-FORMAT-ERROR-OFFSET* ...). ;;; Compiling (DEFVAR *OUTPUT-LAYOUT-MODE* ...). ;;; Compiling (DEFUN TOKENIZE-CONTROL-STRING ...). ;;; Note: in file src:lsp;format.lsp.NEWEST, position 12441, and form ;;; (FSET 'TOKENIZE-CONTROL-STRING #'(LAMBDA-BLOCK TOKENIZE-CONTROL-STRING # ...)) ;;; In function TOKENIZE-CONTROL-STRING, checking types of arguments STRING. ;;; Compiling (DEFUN PARSE-DIRECTIVE ...). ;;; Note: in file src:lsp;format.lsp.NEWEST, position 12967, and form ;;; (FSET 'PARSE-DIRECTIVE #'(LAMBDA-BLOCK PARSE-DIRECTIVE # ...)) ;;; In function PARSE-DIRECTIVE, checking types of arguments START STRING. ;;; Compiling (DEFVAR *UP-UP-AND-OUT-ALLOWED* ...). ;;; Compiling (DEFVAR *LOGICAL-BLOCK-POPPER* ...). ;;; Compiling (DEFVAR *EXPANDER-NEXT-ARG-MACRO* ...). ;;; Compiling (DEFVAR *ONLY-SIMPLE-ARGS*). ;;; Compiling (DEFVAR *ORIG-ARGS-AVAILABLE* ...). ;;; Compiling (DEFVAR *SIMPLE-ARGS*). ;;; Compiling (DEFUN FORMATTER-AUX ...). ;;; Compiling (DEFUN INTERPRET-DIRECTIVE-LIST ...). ;;; Compiling (DEFMACRO FORMATTER ...). ;;; Compiling (DEFUN %FORMATTER ...). ;;; Compiling (DEFUN EXPAND-CONTROL-STRING ...). ;;; Compiling (DEFUN EXPAND-DIRECTIVE-LIST ...). ;;; Compiling (DEFUN EXPAND-DIRECTIVE ...). ;;; Compiling (DEFUN EXPAND-NEXT-ARG ...). ;;; Compiling (DEFUN NEED-HAIRY-ARGS ...). ;;; Compiling (DEFMACRO EXPANDER-NEXT-ARG ...). ;;; Compiling (DEFMACRO EXPANDER-PPRINT-NEXT-ARG ...). ;;; Compiling (DEFUN %SET-FORMAT-DIRECTIVE-EXPANDER ...). ;;; Compiling (DEFUN %SET-FORMAT-DIRECTIVE-INTERPRETER ...). ;;; Compiling (DEFUN FIND-DIRECTIVE ...). ;;; Compiling (DEFUN FORMAT-WRITE-FIELD ...). ;;; Compiling (DEFUN FORMAT-PRINC ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 29840, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER A (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Compiling (DEFUN FORMAT-PRIN1 ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 30836, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER S (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 31490, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER C (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Compiling (DEFUN CHAR-PRINTING-P ...). ;;; Compiling (DEFUN FORMAT-PRINT-NAMED-CHARACTER ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 32495, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER W (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Compiling (DEFUN FORMAT-PRINT-INTEGER ...). ;;; Compiling (DEFUN FORMAT-ADD-COMMAS ...). ;;; Compiling (DEFUN EXPAND-FORMAT-INTEGER ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 35264, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER D (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 35452, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER B (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 35639, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER O (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 35827, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER X (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 36698, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER R (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Compiling (DEFUN FORMAT-PRINT-SMALL-CARDINAL ...). ;;; Compiling (DEFUN FORMAT-PRINT-CARDINAL ...). ;;; Compiling (DEFUN FORMAT-PRINT-CARDINAL-AUX ...). ;;; Compiling (DEFUN FORMAT-PRINT-ORDINAL ...). ;;; Compiling (DEFUN FORMAT-PRINT-OLD-ROMAN ...). ;;; Compiling (DEFUN FORMAT-PRINT-ROMAN ...). ;;; Compiling (DEFUN DECIMAL-STRING ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 44000, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER F (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Compiling (DEFUN FORMAT-FIXED ...). ;;; Compiling (DEFUN FORMAT-FIXED-AUX ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 46595, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER E (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Compiling (DEFUN FORMAT-EXPONENTIAL ...). ;;; Compiling (DEFUN FORMAT-EXPONENT-MARKER ...). ;;; Compiling (DEFUN FORMAT-EXP-AUX ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 50472, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER G (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Compiling (DEFUN FORMAT-GENERAL ...). ;;; Compiling (DEFUN FORMAT-GENERAL-AUX ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 52724, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER $ (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Compiling (DEFUN FORMAT-DOLLARS ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 54066, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER % (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 54708, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER & (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 55354, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER | (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 55976, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ~ (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 56788, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ;;; (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 57820, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 58832, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER T (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Compiling (DEFUN OUTPUT-SPACES ...). ;;; Compiling (DEFUN FORMAT-RELATIVE-TAB ...). ;;; Compiling (DEFUN FORMAT-ABSOLUTE-TAB ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 60784, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER _ (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 61325, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER I (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 62900, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER * (LAMBDA # # ...)) ;;; The variable STREAM is not used. ;;; Compiling (DEFUN NSTRING-CAPITALIZE-FIRST ...). ;;; Note: in file src:lsp;format.lsp.NEWEST, position 66527, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ( (LAMBDA # # ...)) ;;; Removing unused variable G1437 ;;; Note: in file src:lsp;format.lsp.NEWEST, position 66527, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ( (LAMBDA # # ...)) ;;; Removing unused variable JUMPED ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 67897, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ) (LAMBDA # # ...)) ;;; The variable ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 67897, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ) (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 67897, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ) (LAMBDA # # ...)) ;;; The variable STREAM is not used. ;;; Compiling (DEFUN PARSE-CONDITIONAL-DIRECTIVE ...). ;;; Compiling (DEFUN EXPAND-MAYBE-CONDITIONAL ...). ;;; Compiling (DEFUN EXPAND-TRUE-FALSE-CONDITIONAL ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 73416, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ; (LAMBDA # # ...)) ;;; The variable ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 73416, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ; (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 73416, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ; (LAMBDA # # ...)) ;;; The variable STREAM is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 73554, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ] (LAMBDA # # ...)) ;;; The variable ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 73554, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ] (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 73554, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ] (LAMBDA # # ...)) ;;; The variable STREAM is not used. ;;; Compiling (DEFVAR *OUTSIDE-ARGS*). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 74660, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ^ (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 74660, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER ^ (LAMBDA # # ...)) ;;; The variable STREAM is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 80886, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER } (LAMBDA # # ...)) ;;; The variable ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 80886, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER } (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 80886, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER } (LAMBDA # # ...)) ;;; The variable STREAM is not used. ;;; Compiling (DEFPARAMETER *ILLEGAL-INSIDE-JUSTIFICATION* ...). ;;; Compiling (DEFUN CHECK-OUTPUT-LAYOUT-MODE ...). ;;; Compiling (DEFUN ILLEGAL-INSIDE-JUSTIFICATION-P ...). ;;; Compiling (DEFUN PARSE-FORMAT-JUSTIFICATION ...). ;;; Compiling (DEFUN EXPAND-FORMAT-JUSTIFICATION ...). ;;; Compiling (DEFUN INTERPRET-FORMAT-JUSTIFICATION ...). ;;; Compiling (DEFUN FORMAT-JUSTIFICATION ...). ;;; Compiling (DEFUN PARSE-FORMAT-LOGICAL-BLOCK ...). ;;; Compiling (DEFUN ADD-FILL-STYLE-NEWLINES ...). ;;; Compiling (DEFUN ADD-FILL-STYLE-NEWLINES-AUX ...). ;;; Compiling (DEFUN EXPAND-FORMAT-LOGICAL-BLOCK ...). ;;; Compiling (DEFUN INTERPRET-FORMAT-LOGICAL-BLOCK ...). ;;; Warning: in file src:lsp;format.lsp.NEWEST, position 93325, and form ;;; (%SET-FORMAT-DIRECTIVE-INTERPRETER / (LAMBDA # # ...)) ;;; The variable ORIG-ARGS is not used. ;;; Compiling (DEFUN EXTRACT-USER-FUNCTION-NAME ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclYNCcsCa7_hbwmezy" for #P"build:lsp;format.obj.NEWEST" ;;; Emitting code for FLONUM-TO-STRING. ;;; Emitting code for FLOAT-STRING. ;;; Emitting code for SCALE-EXPONENT. ;;; Emitting code for MAKE-FORMAT-DIRECTIVE. ;;; Emitting code for FORMAT-DIRECTIVE. ;;; Emitting code for TOKENIZE-CONTROL-STRING. ;;; Emitting code for PARSE-DIRECTIVE. ;;; Emitting code for GET-CHAR. ;;; Emitting code for FORMATTER-AUX. ;;; Emitting code for INTERPRET-DIRECTIVE-LIST. ;;; Note: Tail-recursive call of INTERPRET-DIRECTIVE-LIST was replaced by iteration. ;;; Note: Tail-recursive call of INTERPRET-DIRECTIVE-LIST was replaced by iteration. ;;; Emitting code for FORMATTER. ;;; Emitting code for %FORMATTER. ;;; Emitting code for EXPAND-CONTROL-STRING. ;;; Emitting code for EXPAND-DIRECTIVE-LIST. ;;; Emitting code for EXPAND-DIRECTIVE. ;;; Emitting code for EXPAND-NEXT-ARG. ;;; Emitting code for NEED-HAIRY-ARGS. ;;; Emitting code for EXPANDER-NEXT-ARG. ;;; Emitting code for EXPANDER-PPRINT-NEXT-ARG. ;;; Emitting code for %SET-FORMAT-DIRECTIVE-EXPANDER. ;;; Emitting code for %SET-FORMAT-DIRECTIVE-INTERPRETER. ;;; Emitting code for FIND-DIRECTIVE. ;;; Note: Tail-recursive call of FIND-DIRECTIVE was replaced by iteration. ;;; Note: Tail-recursive call of FIND-DIRECTIVE was replaced by iteration. ;;; Emitting code for AFTER. ;;; Emitting code for FORMAT-WRITE-FIELD. ;;; Emitting code for FORMAT-PRINC. ;;; Emitting code for #:G268. ;;; Emitting code for #:G296. ;;; Emitting code for FORMAT-PRIN1. ;;; Emitting code for #:G335. ;;; Emitting code for #:G363. ;;; Emitting code for #:G401. ;;; Emitting code for #:G405. ;;; Emitting code for CHAR-PRINTING-P. ;;; Emitting code for FORMAT-PRINT-NAMED-CHARACTER. ;;; Emitting code for #:G415. ;;; Emitting code for #:G419. ;;; Emitting code for FORMAT-PRINT-INTEGER. ;;; Emitting code for FORMAT-ADD-COMMAS. ;;; Emitting code for EXPAND-FORMAT-INTEGER. ;;; Emitting code for #:G460. ;;; Emitting code for #:G463. ;;; Emitting code for #:G499. ;;; Emitting code for #:G502. ;;; Emitting code for #:G538. ;;; Emitting code for #:G541. ;;; Emitting code for #:G577. ;;; Emitting code for #:G580. ;;; Emitting code for #:G616. ;;; Emitting code for #:G650. ;;; Emitting code for FORMAT-PRINT-SMALL-CARDINAL. ;;; Emitting code for FORMAT-PRINT-CARDINAL. ;;; Emitting code for FORMAT-PRINT-CARDINAL-AUX. ;;; Emitting code for FORMAT-PRINT-ORDINAL. ;;; Emitting code for FORMAT-PRINT-OLD-ROMAN. ;;; Emitting code for FORMAT-PRINT-ROMAN. ;;; Emitting code for #:G715. ;;; Emitting code for #:G719. ;;; Emitting code for DECIMAL-STRING. ;;; Emitting code for #:G729. ;;; Emitting code for #:G763. ;;; Emitting code for FORMAT-FIXED. ;;; Emitting code for FORMAT-FIXED-AUX. ;;; Emitting code for #:G820. ;;; Emitting code for #:G866. ;;; Emitting code for FORMAT-EXPONENTIAL. ;;; Emitting code for FORMAT-EXPONENT-MARKER. ;;; Emitting code for FORMAT-EXP-AUX. ;;; Emitting code for #:G942. ;;; Emitting code for #:G988. ;;; Emitting code for FORMAT-GENERAL. ;;; Emitting code for FORMAT-GENERAL-AUX. ;;; Emitting code for #:G1048. ;;; Emitting code for #:G1076. ;;; Emitting code for FORMAT-DOLLARS. ;;; Emitting code for #:G1118. ;;; Emitting code for #:G1128. ;;; Emitting code for #:G1143. ;;; Emitting code for #:G1153. ;;; Emitting code for #:G1168. ;;; Emitting code for #:G1178. ;;; Emitting code for #:G1193. ;;; Emitting code for #:G1203. ;;; Emitting code for #:G1217. ;;; Emitting code for #:G1220. ;;; Emitting code for #:G1223. ;;; Emitting code for #:G1226. ;;; Emitting code for #:G1230. ;;; Emitting code for #:G1272. ;;; Emitting code for OUTPUT-SPACES. ;;; Emitting code for FORMAT-RELATIVE-TAB. ;;; Emitting code for FORMAT-ABSOLUTE-TAB. ;;; Emitting code for #:G1324. ;;; Emitting code for #:G1328. ;;; Emitting code for #:G1332. ;;; Emitting code for #:G1342. ;;; Emitting code for #:G1353. ;;; Emitting code for #:G1378. ;;; Emitting code for #:G1417. ;;; Emitting code for #:G1421. ;;; Emitting code for #:G1423. ;;; Emitting code for NSTRING-CAPITALIZE-FIRST. ;;; Emitting code for #:G1432. ;;; Emitting code for #:G1435. ;;; Emitting code for #:G1442. ;;; Emitting code for #:G1445. ;;; Emitting code for PARSE-CONDITIONAL-DIRECTIVE. ;;; Emitting code for #:G1453. ;;; Emitting code for EXPAND-MAYBE-CONDITIONAL. ;;; Emitting code for HAIRY. ;;; Emitting code for EXPAND-TRUE-FALSE-CONDITIONAL. ;;; Emitting code for HAIRY. ;;; Emitting code for #:G1484. ;;; Emitting code for #:G1509. ;;; Emitting code for #:G1512. ;;; Emitting code for #:G1515. ;;; Emitting code for #:G1518. ;;; Emitting code for #:G1521. ;;; Emitting code for #:G1544. ;;; Emitting code for #:G1568. ;;; Emitting code for COMPUTE-BINDINGS. ;;; Emitting code for COMPUTE-BLOCK. ;;; Emitting code for COMPUTE-LOOP. ;;; Emitting code for COMPUTE-INSIDES. ;;; Emitting code for #:G1578. ;;; Emitting code for DO-LOOP. ;;; Emitting code for BIND-ARGS. ;;; Emitting code for DO-GUTS. ;;; Emitting code for #:G1589. ;;; Emitting code for #:G1601. ;;; Emitting code for #:G1604. ;;; Emitting code for CHECK-OUTPUT-LAYOUT-MODE. ;;; Emitting code for ILLEGAL-INSIDE-JUSTIFICATION-P. ;;; Emitting code for #:G1611. ;;; Emitting code for #:G1613. ;;; Emitting code for #:G1620. ;;; Emitting code for PARSE-FORMAT-JUSTIFICATION. ;;; Emitting code for EXPAND-FORMAT-JUSTIFICATION. ;;; Emitting code for INTERPRET-FORMAT-JUSTIFICATION. ;;; Emitting code for FORMAT-JUSTIFICATION. ;;; Emitting code for DO-PADDING. ;;; Emitting code for PARSE-FORMAT-LOGICAL-BLOCK. ;;; Emitting code for EXTRACT-STRING. ;;; Emitting code for ADD-FILL-STYLE-NEWLINES. ;;; Emitting code for ADD-FILL-STYLE-NEWLINES-AUX. ;;; Emitting code for EXPAND-FORMAT-LOGICAL-BLOCK. ;;; Emitting code for INTERPRET-FORMAT-LOGICAL-BLOCK. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1807. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1819. ;;; Emitting code for #:G1813. ;;; Emitting code for #:G1825. ;;; Emitting code for #:G1832. ;;; Emitting code for #:G1835. ;;; Emitting code for #:G1864. ;;; Emitting code for EXTRACT-USER-FUNCTION-NAME. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/format.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/format.obj"format.c ;;; Finished compiling src:lsp;format.lsp. (compile-file "src:lsp;defpackage.lsp" :output-file #P"build:lsp;defpackage.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;defpackage.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFMACRO DEFPACKAGE ...). ;;; Compiling (DEFUN DODEFPACKAGE ...). ;;; Compiling (DEFUN FIND-OR-MAKE-SYMBOL ...). ;;; Compiling (DEFUN FIND-DUPLICATES ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclGJVvUoa7_LPymezy" for #P"build:lsp;defpackage.obj.NEWEST" ;;; Emitting code for DEFPACKAGE. ;;; Emitting code for OPTION-VALUES. ;;; Emitting code for OPTION-VALUES-LIST. ;;; Emitting code for TO-STRING. ;;; Emitting code for DODEFPACKAGE. ;;; Emitting code for FIND-OR-MAKE-SYMBOL. ;;; Emitting code for FIND-DUPLICATES. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/defpackage.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/defpackage.obj"defpackage.c ;;; Finished compiling src:lsp;defpackage.lsp. (compile-file "src:lsp;ffi.lsp" :output-file #P"build:lsp;ffi.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;ffi.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFMACRO DEF-CONSTANT ...). ;;; Compiling (DEFVAR *FFI-TYPES* ...). ;;; Compiling (DEFVAR *USE-DFFI* ...). ;;; Compiling (DEFUN FOREIGN-ELT-TYPE-P ...). ;;; Compiling (DEFMACRO DEF-FOREIGN-TYPE ...). ;;; Compiling (DEFMACRO DEF-TYPE ...). ;;; Warning: in file src:lsp;ffi.lsp.NEWEST, position 2644, and form ;;; (FSET 'DEF-TYPE #'(LAMBDA-BLOCK DEF-TYPE # ...) ...) ;;; The variable DEFINITION is not used. ;;; Compiling (DEFUN %CONVERT-TO-FFI-TYPE ...). ;;; Compiling (DEFMACRO %ALIGN-DATA ...). ;;; Compiling (DEFUN SIZE-OF-FOREIGN-TYPE ...). ;;; Warning: in file src:lsp;ffi.lsp.NEWEST, position 3230, and form ;;; (FSET 'SIZE-OF-FOREIGN-TYPE #'(LAMBDA-BLOCK SIZE-OF-FOREIGN-TYPE # ...)) ;;; The variable FIELD-SIZE is not used. ;;; Compiling (DEFUN ALLOCATE-FOREIGN-OBJECT ...). ;;; Note: in file src:lsp;ffi.lsp.NEWEST, position 4818, and form ;;; (FSET 'ALLOCATE-FOREIGN-OBJECT #'(LAMBDA-BLOCK ALLOCATE-FOREIGN-OBJECT # ...)) ;;; In function ALLOCATE-FOREIGN-OBJECT, checking types of arguments SIZE TYPE. ;;; Compiling (DEFUN FREE-FOREIGN-OBJECT ...). ;;; Compiling (DEFMACRO DEF-ENUM ...). ;;; Note: in file src:lsp;ffi.lsp.NEWEST, position 5390, and form ;;; (FSET 'DEF-ENUM #'(LAMBDA-BLOCK DEF-ENUM # ...) ...) ;;; Removing unused variable CONSTANTS ;;; Compiling (DEFMACRO DEF-STRUCT ...). ;;; Compiling (DEFUN SLOT-POSITION ...). ;;; Compiling (DEFUN GET-SLOT-VALUE ...). ;;; Compiling (DEFUN (SETF GET-SLOT-VALUE) ...). ;;; Compiling (DEFUN GET-SLOT-POINTER ...). ;;; Compiling (DEFMACRO DEF-ARRAY-POINTER ...). ;;; Compiling (DEFUN DEREF-ARRAY ...). ;;; Compiling (DEFUN (SETF DEREF-ARRAY) ...). ;;; Compiling (DEFUN %FOREIGN-DATA-SET ...). ;;; Compiling (DEFUN %FOREIGN-DATA-REF ...). ;;; Compiling (DEFMACRO DEF-UNION ...). ;;; Compiling (DEFVAR +NULL-CSTRING-POINTER+ ...). ;;; Compiling (DEFUN POINTER-ADDRESS ...). ;;; Compiling (DEFUN DEREF-POINTER ...). ;;; Compiling (DEFUN (SETF DEREF-POINTER) ...). ;;; Compiling (DEFUN MAKE-NULL-POINTER ...). ;;; Compiling (DEFUN MAKE-POINTER ...). ;;; Compiling (DEFUN NULL-CHAR-P ...). ;;; Compiling (DEFUN ENSURE-CHAR-CHARACTER ...). ;;; Compiling (DEFUN ENSURE-CHAR-INTEGER ...). ;;; Compiling (DEFUN ENSURE-CHAR-STORABLE ...). ;;; Compiling (DEFUN CHAR-ARRAY-TO-POINTER ...). ;;; Compiling (DEFMACRO CONVERT-FROM-CSTRING ...). ;;; Compiling (DEFMACRO CONVERT-TO-CSTRING ...). ;;; Compiling (DEFMACRO FREE-CSTRING ...). ;;; Compiling (DEFMACRO WITH-CSTRING ...). ;;; Compiling (DEFMACRO WITH-CSTRINGS ...). ;;; Compiling (DEFUN FOREIGN-STRING-LENGTH ...). ;;; Compiling (DEFUN CONVERT-FROM-FOREIGN-STRING ...). ;;; Compiling (DEFUN CONVERT-TO-FOREIGN-STRING ...). ;;; Compiling (DEFUN ALLOCATE-FOREIGN-STRING ...). ;;; Compiling (DEFMACRO WITH-FOREIGN-STRING ...). ;;; Compiling (DEFMACRO WITH-FOREIGN-STRINGS ...). ;;; Compiling (DEFMACRO WITH-FOREIGN-OBJECT ...). ;;; Compiling (DEFMACRO WITH-FOREIGN-OBJECTS ...). ;;; Compiling (DEFMACRO WITH-CAST-POINTER ...). ;;; Compiling (DEFUN LISP-TO-C-NAME ...). ;;; Compiling (DEFUN %CONVERT-TO-ARG-TYPE ...). ;;; Compiling (DEFUN %CONVERT-TO-RETURN-TYPE ...). ;;; Compiling (DEFUN PRODUCE-FUNCTION-CALL ...). ;;; Compiling (DEFMACRO DEF-LIB-FUNCTION ...). ;;; Note: in file src:lsp;ffi.lsp.NEWEST, position 17832, and form ;;; (FSET 'DEF-LIB-FUNCTION #'(LAMBDA-BLOCK DEF-LIB-FUNCTION # ...) ...) ;;; Removing unused variable RETURN-REQUIRED ;;; Compiling (DEFMACRO DEF-FUNCTION ...). ;;; Compiling (DEFMACRO DEF-FOREIGN-VAR ...). ;;; Compiling (DEFUN FIND-FOREIGN-LIBRARY ...). ;;; Compiling (DEFVAR +LOADED-LIBRARIES+ ...). ;;; Compiling (DEFUN DO-LOAD-FOREIGN-LIBRARY ...). ;;; Compiling (DEFMACRO LOAD-FOREIGN-LIBRARY ...). ;;; Warning: in file src:lsp;ffi.lsp.NEWEST, position 22721, and form ;;; (FSET 'LOAD-FOREIGN-LIBRARY #'(LAMBDA-BLOCK LOAD-FOREIGN-LIBRARY # ...) ...) ;;; The variable MODULE is not used. ;;; Warning: in file src:lsp;ffi.lsp.NEWEST, position 22721, and form ;;; (FSET 'LOAD-FOREIGN-LIBRARY #'(LAMBDA-BLOCK LOAD-FOREIGN-LIBRARY # ...) ...) ;;; The variable SUPPORTING-LIBRARIES is not used. ;;; Warning: in file src:lsp;ffi.lsp.NEWEST, position 22721, and form ;;; (FSET 'LOAD-FOREIGN-LIBRARY #'(LAMBDA-BLOCK LOAD-FOREIGN-LIBRARY # ...) ...) ;;; The variable FORCE-LOAD is not used. ;;; Compiling (DEFMACRO DEFCALLBACK ...). ;;; Compiling (DEFUN CALLBACK ...). ;;; Compiling (DEFUN CLINES ...). ;;; Compiling (DEFMACRO C-INLINE ...). ;;; Compiling (DEFMACRO DEFINLINE ...). ;;; Compiling (DEFMACRO DEFLA ...). ;;; Compiling (DEFMACRO DEFCBODY ...). ;;; Note: in file src:lsp;ffi.lsp.NEWEST, position 25669, and form ;;; (FSET 'DEFCBODY #'(LAMBDA-BLOCK DEFCBODY # ...) ...) ;;; Removing unused variable X ;;; Compiling (DEFMACRO DEFENTRY ...). ;;; Note: in file src:lsp;ffi.lsp.NEWEST, position 26270, and form ;;; (FSET 'DEFENTRY #'(LAMBDA-BLOCK DEFENTRY # ...) ...) ;;; Removing unused variable X ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl3hszcSa7_P1zmezy" for #P"build:lsp;ffi.obj.NEWEST" ;;; Emitting code for DEF-CONSTANT. ;;; Emitting code for FOREIGN-ELT-TYPE-P. ;;; Emitting code for DEF-FOREIGN-TYPE. ;;; Emitting code for DEF-TYPE. ;;; Emitting code for %CONVERT-TO-FFI-TYPE. ;;; Emitting code for %ALIGN-DATA. ;;; Emitting code for SIZE-OF-FOREIGN-TYPE. ;;; Emitting code for ALLOCATE-FOREIGN-OBJECT. ;;; Emitting code for FREE-FOREIGN-OBJECT. ;;; Emitting code for DEF-ENUM. ;;; Emitting code for DEF-STRUCT. ;;; Emitting code for SLOT-POSITION. ;;; Emitting code for GET-SLOT-VALUE. ;;; Emitting code for (SETF GET-SLOT-VALUE). ;;; Emitting code for GET-SLOT-POINTER. ;;; Emitting code for DEF-ARRAY-POINTER. ;;; Emitting code for DEREF-ARRAY. ;;; Emitting code for (SETF DEREF-ARRAY). ;;; Emitting code for %FOREIGN-DATA-SET. ;;; Emitting code for %FOREIGN-DATA-REF. ;;; Emitting code for DEF-UNION. ;;; Emitting code for POINTER-ADDRESS. ;;; Emitting code for DEREF-POINTER. ;;; Emitting code for (SETF DEREF-POINTER). ;;; Emitting code for MAKE-NULL-POINTER. ;;; Emitting code for MAKE-POINTER. ;;; Emitting code for NULL-CHAR-P. ;;; Emitting code for ENSURE-CHAR-CHARACTER. ;;; Emitting code for ENSURE-CHAR-INTEGER. ;;; Emitting code for ENSURE-CHAR-STORABLE. ;;; Emitting code for CHAR-ARRAY-TO-POINTER. ;;; Emitting code for CONVERT-FROM-CSTRING. ;;; Emitting code for CONVERT-TO-CSTRING. ;;; Emitting code for FREE-CSTRING. ;;; Emitting code for WITH-CSTRING. ;;; Emitting code for WITH-CSTRINGS. ;;; Emitting code for FOREIGN-STRING-LENGTH. ;;; Emitting code for CONVERT-FROM-FOREIGN-STRING. ;;; Emitting code for CONVERT-TO-FOREIGN-STRING. ;;; Emitting code for ALLOCATE-FOREIGN-STRING. ;;; Emitting code for WITH-FOREIGN-STRING. ;;; Emitting code for WITH-FOREIGN-STRINGS. ;;; Emitting code for WITH-FOREIGN-OBJECT. ;;; Emitting code for WITH-FOREIGN-OBJECTS. ;;; Emitting code for WITH-CAST-POINTER. ;;; Emitting code for LISP-TO-C-NAME. ;;; Emitting code for %CONVERT-TO-ARG-TYPE. ;;; Emitting code for %CONVERT-TO-RETURN-TYPE. ;;; Emitting code for PRODUCE-FUNCTION-CALL. ;;; Emitting code for DEF-LIB-FUNCTION. ;;; Emitting code for DEF-FUNCTION. ;;; Emitting code for DEF-FOREIGN-VAR. ;;; Emitting code for FIND-FOREIGN-LIBRARY. ;;; Emitting code for DO-LOAD-FOREIGN-LIBRARY. ;;; Emitting code for LOAD-FOREIGN-LIBRARY. ;;; Emitting code for DEFCALLBACK. ;;; Emitting code for CALLBACK. ;;; Emitting code for CLINES. ;;; Emitting code for C-INLINE. ;;; Emitting code for DEFINLINE. ;;; Emitting code for DEFLA. ;;; Emitting code for DEFCBODY. ;;; Emitting code for DEFENTRY. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/ffi.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/ffi.obj"ffi.c ;;; Finished compiling src:lsp;ffi.lsp. (compile-file "src:lsp;mp.lsp" :output-file #P"build:lsp;mp.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;mp.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFMACRO WITHOUT-INTERRUPTS ...). ;;; Compiling (DEFMACRO WITH-INTERRUPTS ...). ;;; Variable ENABLEP was undefined. Compiler assumes it is a global. ;;; Variable ALLOWP was undefined. Compiler assumes it is a global. ;;; Variable ENABLEP was undefined. Compiler assumes it is a global. ;;; Variable ENABLEP was undefined. Compiler assumes it is a global. ;;; Variable ALLOWP was undefined. Compiler assumes it is a global. ;;; Variable ALLOWP was undefined. Compiler assumes it is a global. ;;; Variable ENABLEP was undefined. Compiler assumes it is a global. ;;; Compiling (DEFMACRO WITH-LOCK ...). ;;; Warning: in file src:lsp;mp.lsp.NEWEST, position 4752, and form ;;; (FSET 'WITH-LOCK #'(LAMBDA-BLOCK WITH-LOCK # ...) ...) ;;; The variable INTERRUPTS is not used. ;;; Note: in file src:lsp;mp.lsp.NEWEST, position 4752, and form ;;; (FSET 'WITH-LOCK #'(LAMBDA-BLOCK WITH-LOCK # ...) ...) ;;; Removing unused variable OPTIONS ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl47oubDa7_fXzmezy" for #P"build:lsp;mp.obj.NEWEST" ;;; Emitting code for WITHOUT-INTERRUPTS. ;;; Emitting code for WITH-INTERRUPTS. ;;; Emitting code for WITH-LOCK. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/mp.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/mp.obj"mp.c ;;; Finished compiling src:lsp;mp.lsp. (compile-file "build:lsp;config.lsp" :output-file #P"build:lsp;config.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling build:lsp;config.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN SHORT-SITE-NAME ...). ;;; Compiling (DEFUN LONG-SITE-NAME ...). ;;; Note: in file build:lsp;config.lsp.NEWEST, position 815, and form ;;; (FSET 'LONG-SITE-NAME #'(LAMBDA-BLOCK LONG-SITE-NAME NIL ...)) ;;; Sharing code among functions LONG-SITE-NAME and SHORT-SITE-NAME ;;; Compiling (DEFUN LISP-IMPLEMENTATION-VERSION ...). ;;; Compiling (DEFUN MACHINE-TYPE ...). ;;; Compiling (DEFUN MACHINE-INSTANCE ...). ;;; Compiling (DEFUN MACHINE-VERSION ...). ;;; Compiling (DEFUN SOFTWARE-TYPE ...). ;;; Compiling (DEFUN SOFTWARE-VERSION ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclQh9yD0b7_bQzmezy" for #P"build:lsp;config.obj.NEWEST" ;;; Emitting code for SHORT-SITE-NAME. ;;; Emitting code for LONG-SITE-NAME. ;;; Emitting code for LISP-IMPLEMENTATION-VERSION. ;;; Emitting code for MACHINE-TYPE. ;;; Emitting code for MACHINE-INSTANCE. ;;; Emitting code for MACHINE-VERSION. ;;; Emitting code for SOFTWARE-TYPE. ;;; Emitting code for SOFTWARE-VERSION. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/config.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/config.obj"config.c ;;; Finished compiling build:lsp;config.lsp. (compile-file "src:lsp;module.lsp" :output-file #P"build:lsp;module.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;module.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFVAR *MODULES* ...). ;;; Compiling (DEFVAR *MODULE-PROVIDER-FUNCTIONS* ...). ;;; Compiling (DEFUN PROVIDE ...). ;;; Compiling (DEFVAR *REQUIRING* ...). ;;; Compiling (DEFUN REQUIRE-ERROR ...). ;;; Compiling (DEFUN REQUIRE ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclwpxsOqZ7_Ipzmezy" for #P"build:lsp;module.obj.NEWEST" ;;; Emitting code for PROVIDE. ;;; Emitting code for REQUIRE-ERROR. ;;; Emitting code for REQUIRE. ;;; Emitting code for #:G7. ;;; Emitting code for #:G9. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/module.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/module.obj"module.c ;;; Finished compiling src:lsp;module.lsp. (compile-file "src:lsp;cmdline.lsp" :output-file #P"build:lsp;cmdline.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;cmdline.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFVAR *LISP-INIT-FILE-LIST* ...). ;;; Compiling (DEFVAR *HELP-MESSAGE* ...). ;;; Compiling (DEFUN COMMAND-ARGS ...). ;;; Compiling (DEFUN COMMAND-ARG-ERROR ...). ;;; Compiling (DEFUN PRODUCE-INIT-CODE ...). ;;; Warning: in file src:lsp;cmdline.lsp.NEWEST, position 4118, and form ;;; (FSET 'PRODUCE-INIT-CODE #'(LAMBDA-BLOCK PRODUCE-INIT-CODE # ...)) ;;; The variable PATTERN is not used. ;;; Compiling (DEFUN PROCESS-COMMAND-ARGS ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclThNd1xZ7_kizmezy" for #P"build:lsp;cmdline.obj.NEWEST" ;;; Emitting code for COMMAND-ARGS. ;;; Emitting code for COMMAND-ARG-ERROR. ;;; Emitting code for PRODUCE-INIT-CODE. ;;; Emitting code for PROCESS-COMMAND-ARGS. ;;; Emitting code for #:G24. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/cmdline.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/cmdline.obj"cmdline.c ;;; Finished compiling src:lsp;cmdline.lsp. (compile-file "src:clos;kernel.lsp" :output-file #P"build:clos;kernel.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;kernel.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN CLASS-ID ...). ;;; Compiling (DEFUN CLASS-DIRECT-SUPERCLASSES ...). ;;; Compiling (DEFUN CLASS-DIRECT-SUBCLASSES ...). ;;; Compiling (DEFUN CLASS-SLOTS ...). ;;; Compiling (DEFUN CLASS-PRECEDENCE-LIST ...). ;;; Compiling (DEFUN CLASS-DIRECT-SLOTS ...). ;;; Compiling (DEFUN CLASS-DIRECT-DEFAULT-INITARGS ...). ;;; Compiling (DEFUN CLASS-DEFAULT-INITARGS ...). ;;; Compiling (DEFUN CLASS-FINALIZED-P ...). ;;; Compiling (DEFUN CLASS-SIZE ...). ;;; Compiling (DEFUN CLASS-SEALEDP ...). ;;; Compiling (DEFUN SLOT-TABLE ...). ;;; Compiling (DEFUN GENERIC-FUNCTION-NAME ...). ;;; Compiling (DEFUN GENERIC-FUNCTION-SPEC-LIST ...). ;;; Compiling (DEFUN GENERIC-FUNCTION-METHOD-COMBINATION ...). ;;; Compiling (DEFUN GENERIC-FUNCTION-LAMBDA-LIST ...). ;;; Compiling (DEFUN GENERIC-FUNCTION-ARGUMENT-PRECEDENCE-ORDER ...). ;;; Compiling (DEFUN GENERIC-FUNCTION-METHOD-CLASS ...). ;;; Compiling (DEFUN GENERIC-FUNCTION-METHODS ...). ;;; Compiling (DEFUN GENERIC-FUNCTION-A-P-O-FUNCTION ...). ;;; Compiling (DEFUN METHOD-GENERIC-FUNCTION ...). ;;; Compiling (DEFUN METHOD-LAMBDA-LIST ...). ;;; Compiling (DEFUN METHOD-SPECIALIZERS ...). ;;; Compiling (DEFUN METHOD-QUALIFIERS ...). ;;; Compiling (DEFUN METHOD-FUNCTION ...). ;;; Compiling (DEFUN METHOD-PLIST ...). ;;; Compiling (DEFUN SETF-FIND-CLASS ...). ;;; Warning: in file src:clos;kernel.lsp.NEWEST, position 5583, and form ;;; (FSET 'SETF-FIND-CLASS #'(LAMBDA-BLOCK SETF-FIND-CLASS # ...)) ;;; The variable ENV is not used. ;;; Warning: in file src:clos;kernel.lsp.NEWEST, position 5583, and form ;;; (FSET 'SETF-FIND-CLASS #'(LAMBDA-BLOCK SETF-FIND-CLASS # ...)) ;;; The variable ERRORP is not used. ;;; Compiling (DEFUN CLASSP ...). ;;; Compiling (DEFUN INSTALL-METHOD ...). ;;; Compiling (DEFUN ENSURE-GENERIC-FUNCTION ...). ;;; Compiling (DEFUN COMPUTE-APPLICABLE-METHODS ...). ;;; Compiling (DEFUN COMPARE-METHODS ...). ;;; Compiling (DEFUN COMPARE-SPECIALIZERS-LISTS ...). ;;; Compiling (DEFUN FAST-SUBTYPEP ...). ;;; Compiling (DEFUN COMPARE-SPECIALIZERS ...). ;;; Compiling (DEFUN COMPUTE-G-F-SPEC-LIST ...). ;;; Compiling (DEFUN PRINT-OBJECT ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclSpAa5pZ7_syzmezy" for #P"build:clos;kernel.obj.NEWEST" ;;; Emitting code for CLASS-ID. ;;; Emitting code for CLASS-ID. ;;; Emitting code for CLASS-DIRECT-SUPERCLASSES. ;;; Emitting code for CLASS-DIRECT-SUPERCLASSES. ;;; Emitting code for CLASS-DIRECT-SUBCLASSES. ;;; Emitting code for CLASS-DIRECT-SUBCLASSES. ;;; Emitting code for CLASS-SLOTS. ;;; Emitting code for CLASS-SLOTS. ;;; Emitting code for CLASS-PRECEDENCE-LIST. ;;; Emitting code for CLASS-PRECEDENCE-LIST. ;;; Emitting code for CLASS-DIRECT-SLOTS. ;;; Emitting code for CLASS-DIRECT-SLOTS. ;;; Emitting code for CLASS-DIRECT-DEFAULT-INITARGS. ;;; Emitting code for CLASS-DIRECT-DEFAULT-INITARGS. ;;; Emitting code for CLASS-DEFAULT-INITARGS. ;;; Emitting code for CLASS-DEFAULT-INITARGS. ;;; Emitting code for CLASS-FINALIZED-P. ;;; Emitting code for CLASS-FINALIZED-P. ;;; Emitting code for CLASS-SIZE. ;;; Emitting code for CLASS-SIZE. ;;; Emitting code for CLASS-SEALEDP. ;;; Emitting code for CLASS-SEALEDP. ;;; Emitting code for SLOT-TABLE. ;;; Emitting code for SLOT-TABLE. ;;; Emitting code for GENERIC-FUNCTION-NAME. ;;; Emitting code for GENERIC-FUNCTION-NAME. ;;; Emitting code for GENERIC-FUNCTION-SPEC-LIST. ;;; Emitting code for GENERIC-FUNCTION-SPEC-LIST. ;;; Emitting code for GENERIC-FUNCTION-METHOD-COMBINATION. ;;; Emitting code for GENERIC-FUNCTION-METHOD-COMBINATION. ;;; Emitting code for GENERIC-FUNCTION-LAMBDA-LIST. ;;; Emitting code for GENERIC-FUNCTION-LAMBDA-LIST. ;;; Emitting code for GENERIC-FUNCTION-ARGUMENT-PRECEDENCE-ORDER. ;;; Emitting code for GENERIC-FUNCTION-ARGUMENT-PRECEDENCE-ORDER. ;;; Emitting code for GENERIC-FUNCTION-METHOD-CLASS. ;;; Emitting code for GENERIC-FUNCTION-METHOD-CLASS. ;;; Emitting code for GENERIC-FUNCTION-METHODS. ;;; Emitting code for GENERIC-FUNCTION-METHODS. ;;; Emitting code for GENERIC-FUNCTION-A-P-O-FUNCTION. ;;; Emitting code for GENERIC-FUNCTION-A-P-O-FUNCTION. ;;; Emitting code for METHOD-GENERIC-FUNCTION. ;;; Emitting code for METHOD-GENERIC-FUNCTION. ;;; Emitting code for METHOD-LAMBDA-LIST. ;;; Emitting code for METHOD-LAMBDA-LIST. ;;; Emitting code for METHOD-SPECIALIZERS. ;;; Emitting code for METHOD-SPECIALIZERS. ;;; Emitting code for METHOD-QUALIFIERS. ;;; Emitting code for METHOD-QUALIFIERS. ;;; Emitting code for METHOD-FUNCTION. ;;; Emitting code for METHOD-FUNCTION. ;;; Emitting code for METHOD-PLIST. ;;; Emitting code for METHOD-PLIST. ;;; Emitting code for SETF-FIND-CLASS. ;;; Emitting code for FIND-CLASS. ;;; Emitting code for CLASSP. ;;; Emitting code for INSTALL-METHOD. ;;; Emitting code for ENSURE-GENERIC-FUNCTION. ;;; Emitting code for COMPUTE-APPLICABLE-METHODS. ;;; Emitting code for COMPARE-METHODS. ;;; Emitting code for COMPARE-SPECIALIZERS-LISTS. ;;; Note: Tail-recursive call of COMPARE-SPECIALIZERS-LISTS was replaced by iteration. ;;; Emitting code for FAST-SUBTYPEP. ;;; Emitting code for COMPARE-SPECIALIZERS. ;;; Emitting code for COMPUTE-G-F-SPEC-LIST. ;;; Emitting code for NUPDATE-SPEC-HOW-LIST. ;;; Emitting code for PRINT-OBJECT. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/kernel.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/kernel.obj"kernel.c ;;; Finished compiling src:clos;kernel.lsp. (compile-file "src:clos;method.lsp" :output-file #P"build:clos;method.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;method.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFVAR *METHOD-SIZE* ...). ;;; Compiling (DEFVAR *EARLY-METHODS* ...). ;;; Compiling (DEFVAR *NEXT-METHODS* ...). ;;; Compiling (DEFMACRO DEFMETHOD ...). ;;; Warning: in file src:clos;method.lsp.NEWEST, position 973, and form ;;; (FSET 'DEFMETHOD #'(LAMBDA-BLOCK DEFMETHOD # ...) ...) ;;; Ignore declaration was found for not bound variable REQUIRED-PARAMETERS. ;;; Compiling (DEFUN EXPAND-DEFMETHOD ...). ;;; Note: in file src:clos;method.lsp.NEWEST, position 1779, and form ;;; (FSET 'EXPAND-DEFMETHOD #'(LAMBDA-BLOCK EXPAND-DEFMETHOD # ...)) ;;; Removing unused variable AUX-BINDINGS ;;; Compiling (DEFUN ENVIRONMENT-CONTAINS-CLOSURE ...). ;;; Compiling (DEFUN WALK-METHOD-LAMBDA ...). ;;; Warning: in file src:clos;method.lsp.NEWEST, position 5188, and form ;;; (FSET 'WALK-METHOD-LAMBDA #'(LAMBDA-BLOCK WALK-METHOD-LAMBDA # ...)) ;;; The variable ENV is not used. ;;; Warning: in file src:clos;method.lsp.NEWEST, position 5188, and form ;;; (FSET 'WALK-METHOD-LAMBDA #'(LAMBDA-BLOCK WALK-METHOD-LAMBDA # ...)) ;;; The variable REQUIRED-PARAMETERS is not used. ;;; Compiling (DEFUN LEGAL-GENERIC-FUNCTION-NAME-P ...). ;;; Compiling (DEFUN PARSE-DEFMETHOD ...). ;;; Compiling (DEFUN PARSE-SPECIALIZED-LAMBDA-LIST ...). ;;; Compiling (DEFUN DECLARATION-SPECIALIZERS ...). ;;; Compiling (DEFUN MAKE-METHOD ...). ;;; Compiling (DEFUN METHOD-P ...). ;;; Compiling (DEFUN METHOD-NEEDS-NEXT-METHODS-P ...). ;;; Compiling (DEFUN ADD-METHOD ...). ;;; Compiling (DEFUN FIND-METHOD ...). ;;; Warning: in file src:clos;method.lsp.NEWEST, position 11262, and form ;;; (FSET 'FIND-METHOD #'(LAMBDA-BLOCK FIND-METHOD # ...)) ;;; The variable REQUIRED-ARGS is not used. ;;; Note: in file src:clos;method.lsp.NEWEST, position 11262, and form ;;; (FSET 'FIND-METHOD #'(LAMBDA-BLOCK FIND-METHOD # ...)) ;;; Removing unused variable FOUND ;;; Compiling (DEFMACRO WITH-SLOTS ...). ;;; Compiling (DEFMACRO WITH-ACCESSORS ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclua6XggZ7_De0nezy" for #P"build:clos;method.obj.NEWEST" ;;; Emitting code for DEFMETHOD. ;;; Emitting code for EXPAND-DEFMETHOD. ;;; Emitting code for ENVIRONMENT-CONTAINS-CLOSURE. ;;; Emitting code for FUNCTION-BOUNDARY. ;;; Emitting code for WALK-METHOD-LAMBDA. ;;; Emitting code for CODE-WALKER. ;;; Emitting code for LEGAL-GENERIC-FUNCTION-NAME-P. ;;; Emitting code for PARSE-DEFMETHOD. ;;; Emitting code for PARSE-SPECIALIZED-LAMBDA-LIST. ;;; Emitting code for DECLARATION-SPECIALIZERS. ;;; Emitting code for MAKE-METHOD. ;;; Emitting code for METHOD-P. ;;; Emitting code for METHOD-NEEDS-NEXT-METHODS-P. ;;; Emitting code for ADD-METHOD. ;;; Emitting code for FIND-METHOD. ;;; Emitting code for WITH-SLOTS. ;;; Emitting code for WITH-ACCESSORS. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/method.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/method.obj"method.c ;;; Finished compiling src:clos;method.lsp. (compile-file "src:clos;slot.lsp" :output-file #P"build:clos;slot.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;slot.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN MAKE-SIMPLE-SLOTD ...). ;;; Compiling (DEFUN CANONICAL-SLOT-TO-DIRECT-SLOT ...). ;;; Note: in file src:clos;slot.lsp.NEWEST, position 2709, and form ;;; (LET (#) (DOTIMES # #)) ;;; Removing unused variable NAME ;;; Compiling (DEFUN MAKE-FUNCTION-INITFORM ...). ;;; Compiling (DEFUN PARSE-SLOT ...). ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable G41 ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable G46 ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable G50 ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable G54 ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable G59 ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable G64 ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable G69 ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable G74 ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable G78 ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable G82 ;;; Note: in file src:clos;slot.lsp.NEWEST, position 3956, and form ;;; (FSET 'PARSE-SLOT #'(LAMBDA-BLOCK PARSE-SLOT # ...)) ;;; Removing unused variable VALUE ;;; Compiling (DEFUN PARSE-SLOTS ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclzQOXMYZ7_ki0nezy" for #P"build:clos;slot.obj.NEWEST" ;;; Emitting code for MAKE-SIMPLE-SLOTD. ;;; Emitting code for CANONICAL-SLOT-TO-DIRECT-SLOT. ;;; Emitting code for #:G18. ;;; Emitting code for #:G25. ;;; Emitting code for MAKE-FUNCTION-INITFORM. ;;; Emitting code for PARSE-SLOT. ;;; Emitting code for PARSE-SLOTS. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/slot.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/slot.obj"slot.c ;;; Finished compiling src:clos;slot.lsp. (compile-file "src:clos;combin.lsp" :output-file #P"build:clos;combin.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;combin.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN EFFECTIVE-METHOD-FUNCTION ...). ;;; Compiling (DEFUN WRAPPED-METHOD-FUNCTION ...). ;;; Compiling (DEFUN COMBINE-METHOD-FUNCTIONS ...). ;;; Warning: in file src:clos;combin.lsp.NEWEST, position 3620, and form ;;; (FSET 'COMBINE-METHOD-FUNCTIONS #'(LAMBDA-BLOCK COMBINE-METHOD-FUNCTIONS # ...)) ;;; The variable NO-NEXT-METHODS is not used. ;;; Compiling (DEFMACRO CALL-METHOD ...). ;;; Compiling (DEFUN CALL-NEXT-METHOD ...). ;;; Compiling (DEFUN NEXT-METHOD-P ...). ;;; Compiling (DEFUN ERROR-QUALIFIER ...). ;;; Compiling (DEFUN STANDARD-MAIN-EFFECTIVE-METHOD ...). ;;; Warning: in file src:clos;combin.lsp.NEWEST, position 4931, and form ;;; (FSET 'STANDARD-MAIN-EFFECTIVE-METHOD #'(LAMBDA-BLOCK STANDARD-MAIN-EFFECTIVE-METHOD # ...)) ;;; The variable NO-NEXT-METHOD is not used. ;;; Compiling (DEFUN STANDARD-COMPUTE-EFFECTIVE-METHOD ...). ;;; Compiling (DEFVAR *METHOD-COMBINATIONS* ...). ;;; Compiling (DEFUN INSTALL-METHOD-COMBINATION ...). ;;; Note: in file src:clos;combin.lsp.NEWEST, position 7778, and form ;;; (FSET 'INSTALL-METHOD-COMBINATION #'(LAMBDA-BLOCK INSTALL-METHOD-COMBINATION # ...)) ;;; Removing unused variable G47 ;;; Compiling (DEFUN DEFINE-SIMPLE-METHOD-COMBINATION ...). ;;; Warning: in file src:clos;combin.lsp.NEWEST, position 7889, and form ;;; (FSET 'DEFINE-SIMPLE-METHOD-COMBINATION #'(LAMBDA-BLOCK DEFINE-SIMPLE-METHOD-COMBINATION # ...)) ;;; The variable DOCUMENTATION is not used. ;;; Compiling (DEFUN DEFINE-COMPLEX-METHOD-COMBINATION ...). ;;; Warning: in file src:clos;combin.lsp.NEWEST, position 8608, and form ;;; (FSET 'DEFINE-COMPLEX-METHOD-COMBINATION #'(LAMBDA-BLOCK DEFINE-COMPLEX-METHOD-COMBINATION # ...)) ;;; The variable DESCRIPTION is not used. ;;; Note: in file src:clos;combin.lsp.NEWEST, position 8608, and form ;;; (FSET 'DEFINE-COMPLEX-METHOD-COMBINATION #'(LAMBDA-BLOCK DEFINE-COMPLEX-METHOD-COMBINATION # ...)) ;;; Removing unused variable METHOD-ARGUMENTS ;;; Compiling (DEFMACRO DEFINE-METHOD-COMBINATION ...). ;;; Compiling (DEFUN METHOD-COMBINATION-ERROR ...). ;;; Compiling (DEFUN INVALID-METHOD-ERROR ...). ;;; Compiling (DEFUN COMPUTE-EFFECTIVE-METHOD ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclbVUgknb7_UC1nezy" for #P"build:clos;combin.obj.NEWEST" ;;; Emitting code for EFFECTIVE-METHOD-FUNCTION. ;;; Emitting code for WRAPPED-METHOD-FUNCTION. ;;; Emitting code for #:G4. ;;; Emitting code for COMBINE-METHOD-FUNCTIONS. ;;; Emitting code for #:G5. ;;; Emitting code for CALL-METHOD. ;;; Emitting code for CALL-NEXT-METHOD. ;;; Emitting code for NEXT-METHOD-P. ;;; Emitting code for CALL-NEXT-METHOD. ;;; Emitting code for NEXT-METHOD-P. ;;; Emitting code for ERROR-QUALIFIER. ;;; Emitting code for STANDARD-MAIN-EFFECTIVE-METHOD. ;;; Emitting code for #:G17. ;;; Emitting code for STANDARD-COMPUTE-EFFECTIVE-METHOD. ;;; Emitting code for #:G35. ;;; Emitting code for INSTALL-METHOD-COMBINATION. ;;; Emitting code for DEFINE-SIMPLE-METHOD-COMBINATION. ;;; Emitting code for DEFINE-COMPLEX-METHOD-COMBINATION. ;;; Emitting code for SYNTAX-ERROR. ;;; Emitting code for DEFINE-METHOD-COMBINATION. ;;; Emitting code for METHOD-COMBINATION-ERROR. ;;; Emitting code for INVALID-METHOD-ERROR. ;;; Emitting code for COMPUTE-EFFECTIVE-METHOD. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/combin.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/combin.obj"combin.c ;;; Finished compiling src:clos;combin.lsp. (compile-file "src:clos;boot.lsp" :output-file #P"build:clos;boot.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;boot.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN MAKE-EMPTY-STANDARD-CLASS ...). ;;; Compiling (DEFMETHOD CLASS-PROTOTYPE ...). ;;; Compiling (DEFUN FIND-SLOT-DEFINITION ...). ;;; Compiling (DEFUN SLOT-VALUE ...). ;;; Compiling (DEFUN SLOT-BOUNDP ...). ;;; Compiling (DEFUN (SETF SLOT-VALUE) ...). ;;; Warning: in file src:clos;boot.lsp.NEWEST, position 5570, and form ;;; (FSET '(SETF SLOT-VALUE) #'(LAMBDA-BLOCK # # ...)) ;;; Too many arguments for generic function SLOT-MISSING ;;; Compiling (DEFUN SLOT-MAKUNBOUND ...). ;;; Compiling (DEFUN SLOT-EXISTS-P ...). ;;; Compiling (DEFUN STANDARD-INSTANCE-GET ...). ;;; Note: in file src:clos;boot.lsp.NEWEST, position 6282, and form ;;; (FSET 'STANDARD-INSTANCE-GET #'(LAMBDA-BLOCK STANDARD-INSTANCE-GET # ...)) ;;; Removing unused variable CLASS ;;; Compiling (DEFUN STANDARD-INSTANCE-SET ...). ;;; Note: in file src:clos;boot.lsp.NEWEST, position 6715, and form ;;; (FSET 'STANDARD-INSTANCE-SET #'(LAMBDA-BLOCK STANDARD-INSTANCE-SET # ...)) ;;; Removing unused variable CLASS ;;; Compiling (DEFMETHOD SLOT-VALUE-USING-CLASS ...). ;;; Compiling (DEFMETHOD SLOT-BOUNDP-USING-CLASS ...). ;;; Warning: in file src:clos;boot.lsp.NEWEST, position 7393, and form ;;; (INSTALL-METHOD 'SLOT-BOUNDP-USING-CLASS 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD (SETF SLOT-VALUE-USING-CLASS) ...). ;;; Warning: in file src:clos;boot.lsp.NEWEST, position 7510, and form ;;; (INSTALL-METHOD '(SETF SLOT-VALUE-USING-CLASS) 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD SLOT-MAKUNBOUND-USING-CLASS ...). ;;; Warning: in file src:clos;boot.lsp.NEWEST, position 7625, and form ;;; (INSTALL-METHOD 'SLOT-MAKUNBOUND-USING-CLASS 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD SLOT-MISSING ...). ;;; Warning: in file src:clos;boot.lsp.NEWEST, position 8127, and form ;;; (INSTALL-METHOD 'SLOT-MISSING 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD SLOT-UNBOUND ...). ;;; Warning: in file src:clos;boot.lsp.NEWEST, position 8309, and form ;;; (INSTALL-METHOD 'SLOT-UNBOUND 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD CLASS-NAME ...). ;;; Compiling (DEFMETHOD (SETF CLASS-NAME) ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclK9O9mva7_cT1nezy" for #P"build:clos;boot.obj.NEWEST" ;;; Emitting code for MAKE-EMPTY-STANDARD-CLASS. ;;; Emitting code for #:G97. ;;; Emitting code for FIND-SLOT-DEFINITION. ;;; Emitting code for SLOT-VALUE. ;;; Emitting code for SLOT-BOUNDP. ;;; Emitting code for (SETF SLOT-VALUE). ;;; Emitting code for SLOT-MAKUNBOUND. ;;; Emitting code for SLOT-EXISTS-P. ;;; Emitting code for STANDARD-INSTANCE-GET. ;;; Emitting code for STANDARD-INSTANCE-SET. ;;; Emitting code for #:G103. ;;; Emitting code for #:G104. ;;; Emitting code for #:G105. ;;; Emitting code for #:G110. ;;; Emitting code for #:G113. ;;; Emitting code for #:G114. ;;; Emitting code for #:G115. ;;; Emitting code for #:G120. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/boot.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/boot.obj"boot.c ;;; Finished compiling src:clos;boot.lsp. (compile-file "src:clos;defclass.lsp" :output-file #P"build:clos;defclass.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;defclass.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN SELF-EVALUATING-P ...). ;;; Compiling (DEFUN PARSE-DEFAULT-INITARGS ...). ;;; Compiling (DEFMACRO DEFCLASS ...). ;;; Note: in file src:clos;defclass.lsp.NEWEST, position 1654, and form ;;; (FSET 'DEFCLASS #'(LAMBDA-BLOCK DEFCLASS # ...) ...) ;;; Removing unused variable METACLASS-NAME ;;; Note: in file src:clos;defclass.lsp.NEWEST, position 1654, and form ;;; (FSET 'DEFCLASS #'(LAMBDA-BLOCK DEFCLASS # ...) ...) ;;; Removing unused variable DEFAULT-INITARGS ;;; Note: in file src:clos;defclass.lsp.NEWEST, position 1654, and form ;;; (FSET 'DEFCLASS #'(LAMBDA-BLOCK DEFCLASS # ...) ...) ;;; Removing unused variable DOCUMENTATION ;;; Compiling (DEFUN ENSURE-CLASS ...). ;;; Compiling (DEFUN COMPUTE-CLOS-CLASS-PRECEDENCE-LIST ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl2kKyzSb7_7U1nezy" for #P"build:clos;defclass.obj.NEWEST" ;;; Emitting code for SELF-EVALUATING-P. ;;; Emitting code for PARSE-DEFAULT-INITARGS. ;;; Emitting code for DEFCLASS. ;;; Emitting code for ENSURE-CLASS. ;;; Emitting code for COMPUTE-CLOS-CLASS-PRECEDENCE-LIST. ;;; Emitting code for DELETE-CLASS. ;;; Emitting code for NEXT-ELEMENT. ;;; Emitting code for FREE-ELEMENTS. ;;; Emitting code for HAS-NO-PRECEDENT. ;;; Emitting code for CYCLE-ERROR. ;;; Emitting code for WALK-SUPERS. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/defclass.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/defclass.obj"defclass.c ;;; Finished compiling src:clos;defclass.lsp. (compile-file "src:clos;standard.lsp" :output-file #P"build:clos;standard.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;standard.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFMETHOD INITIALIZE-INSTANCE ...). ;;; Compiling (DEFMETHOD REINITIALIZE-INSTANCE ...). ;;; Compiling (DEFMETHOD SHARED-INITIALIZE ...). ;;; Compiling (DEFUN COMPUTE-INSTANCE-SIZE ...). ;;; Compiling (DEFMETHOD ALLOCATE-INSTANCE ...). ;;; Compiling (DEFMETHOD MAKE-INSTANCE ...). ;;; Compiling (DEFUN ADD-DEFAULT-INITARGS ...). ;;; Compiling (DEFMETHOD DIRECT-SLOT-DEFINITION-CLASS ...). ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 5426, and form ;;; (INSTALL-METHOD 'DIRECT-SLOT-DEFINITION-CLASS 'NIL ...) ;;; The variable CANONICALIZED-SLOT is not used. ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 5426, and form ;;; (INSTALL-METHOD 'DIRECT-SLOT-DEFINITION-CLASS 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD EFFECTIVE-SLOT-DEFINITION-CLASS ...). ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 5557, and form ;;; (INSTALL-METHOD 'EFFECTIVE-SLOT-DEFINITION-CLASS 'NIL ...) ;;; The variable CANONICALIZED-SLOT is not used. ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 5557, and form ;;; (INSTALL-METHOD 'EFFECTIVE-SLOT-DEFINITION-CLASS 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD INITIALIZE-INSTANCE ...). ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 5694, and form ;;; (INSTALL-METHOD 'INITIALIZE-INSTANCE 'NIL ...) ;;; The variable SEALEDP is not used. ;;; Compiling (DEFMETHOD SHARED-INITIALIZE ...). ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 6528, and form ;;; (INSTALL-METHOD 'SHARED-INITIALIZE '(AFTER) ...) ;;; The variable INITARGS is not used. ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 6528, and form ;;; (INSTALL-METHOD 'SHARED-INITIALIZE '(AFTER) ...) ;;; The variable SLOT-NAMES is not used. ;;; Compiling (DEFMETHOD ADD-DIRECT-SUBCLASS ...). ;;; Compiling (DEFMETHOD REMOVE-DIRECT-SUBCLASS ...). ;;; Compiling (DEFMETHOD CHECK-DIRECT-SUPERCLASSES ...). ;;; Compiling (DEFUN FORWARD-REFERENCED-CLASS-P ...). ;;; Compiling (DEFUN FIND-SLOT-DEFINITION ...). ;;; Compiling (DEFMETHOD FINALIZE-INHERITANCE ...). ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 8242, and form ;;; (INSTALL-METHOD 'FINALIZE-INHERITANCE 'NIL ...) ;;; Too many arguments for generic function DIRECT-SLOT-DEFINITION-CLASS ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 8242, and form ;;; (INSTALL-METHOD 'FINALIZE-INHERITANCE 'NIL ...) ;;; Too many arguments for generic function REINITIALIZE-INSTANCE ;;; Compiling (DEFUN STD-CREATE-SLOTS-TABLE ...). ;;; Compiling (DEFMETHOD FINALIZE-INHERITANCE ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFMETHOD COMPUTE-CLASS-PRECEDENCE-LIST ...). ;;; Compiling (DEFMETHOD COMPUTE-SLOTS ...). ;;; Compiling (DEFUN SLOT-DEFINITION-TO-PLIST ...). ;;; Compiling (DEFUN SAFE-SLOT-DEFINITION-LOCATION ...). ;;; Compiling (DEFMETHOD COMPUTE-EFFECTIVE-SLOT-DEFINITION ...). ;;; Compiling (DEFMETHOD COMPUTE-DEFAULT-INITARGS ...). ;;; Compiling (DEFMETHOD ENSURE-CLASS-USING-CLASS ...). ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 16746, and form ;;; (INSTALL-METHOD 'ENSURE-CLASS-USING-CLASS 'NIL ...) ;;; The variable DIRECT-SUPERCLASSES is not used. ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 16746, and form ;;; (INSTALL-METHOD 'ENSURE-CLASS-USING-CLASS 'NIL ...) ;;; The variable DIRECT-DEFAULT-INITARGS is not used. ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 16746, and form ;;; (INSTALL-METHOD 'ENSURE-CLASS-USING-CLASS 'NIL ...) ;;; The variable DIRECT-SLOTS is not used. ;;; Compiling (DEFUN COERCE-TO-CLASS ...). ;;; Compiling (DEFUN HELP-ENSURE-CLASS ...). ;;; Compiling (DEFUN CLASS-COMPUTE-SLOTS ...). ;;; Compiling (DEFMETHOD COMPUTE-SLOTS ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN STD-CLASS-COMPUTE-SLOTS ...). ;;; Compiling (DEFMETHOD COMPUTE-SLOTS ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN UNBOUND-SLOT-ERROR ...). ;;; Note: in file src:clos;standard.lsp.NEWEST, position 20877, and form ;;; (FSET 'UNBOUND-SLOT-ERROR #'(LAMBDA-BLOCK UNBOUND-SLOT-ERROR # ...)) ;;; In function UNBOUND-SLOT-ERROR, checking types of arguments INDEX OBJECT. ;;; Note: in file src:clos;standard.lsp.NEWEST, position 20877, and form ;;; (FSET 'UNBOUND-SLOT-ERROR #'(LAMBDA-BLOCK UNBOUND-SLOT-ERROR # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE INDEX FIXNUM) ;;; Note: in file src:clos;standard.lsp.NEWEST, position 20877, and form ;;; (FSET 'UNBOUND-SLOT-ERROR #'(LAMBDA-BLOCK UNBOUND-SLOT-ERROR # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE OBJECT STANDARD-OBJECT) ;;; Compiling (DEFUN SAFE-INSTANCE-REF ...). ;;; Note: in file src:clos;standard.lsp.NEWEST, position 21212, and form ;;; (FSET 'SAFE-INSTANCE-REF #'(LAMBDA-BLOCK SAFE-INSTANCE-REF # ...)) ;;; In function SAFE-INSTANCE-REF, checking types of arguments INDEX OBJECT. ;;; Note: in file src:clos;standard.lsp.NEWEST, position 21212, and form ;;; (FSET 'SAFE-INSTANCE-REF #'(LAMBDA-BLOCK SAFE-INSTANCE-REF # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE INDEX FIXNUM) ;;; Note: in file src:clos;standard.lsp.NEWEST, position 21212, and form ;;; (FSET 'SAFE-INSTANCE-REF #'(LAMBDA-BLOCK SAFE-INSTANCE-REF # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE OBJECT STANDARD-OBJECT) ;;; Compiling (DEFUN STD-CLASS-OPTIMIZED-ACCESSORS ...). ;;; Compiling (DEFUN STD-CLASS-SEALED-ACCESSORS ...). ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 23224, and form ;;; (FSET 'STD-CLASS-SEALED-ACCESSORS #'(LAMBDA-BLOCK STD-CLASS-SEALED-ACCESSORS # ...)) ;;; Type declaration was found for not bound variable SLOT-INDEX. ;;; Compiling (DEFUN STD-CLASS-ACCESSORS ...). ;;; Compiling (DEFUN STD-CLASS-GENERATE-ACCESSORS ...). ;;; Note: in file src:clos;standard.lsp.NEWEST, position 23736, and form ;;; (FSET 'STD-CLASS-GENERATE-ACCESSORS #'(LAMBDA-BLOCK STD-CLASS-GENERATE-ACCESSORS # ...)) ;;; Removing unused variable OPTIMIZABLE ;;; Compiling (DEFMETHOD DESCRIBE-OBJECT ...). ;;; Compiling (DEFUN VALID-KEYWORDS-FROM-METHODS ...). ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 27455, and form ;;; (FSET 'VALID-KEYWORDS-FROM-METHODS #'(LAMBDA-BLOCK VALID-KEYWORDS-FROM-METHODS # ...)) ;;; The variable REQS is not used. ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 27455, and form ;;; (FSET 'VALID-KEYWORDS-FROM-METHODS #'(LAMBDA-BLOCK VALID-KEYWORDS-FROM-METHODS # ...)) ;;; The variable OPTS is not used. ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 27455, and form ;;; (FSET 'VALID-KEYWORDS-FROM-METHODS #'(LAMBDA-BLOCK VALID-KEYWORDS-FROM-METHODS # ...)) ;;; The variable REST is not used. ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 27455, and form ;;; (FSET 'VALID-KEYWORDS-FROM-METHODS #'(LAMBDA-BLOCK VALID-KEYWORDS-FROM-METHODS # ...)) ;;; The variable KEY-FLAG is not used. ;;; Compiling (DEFUN CHECK-INITARGS ...). ;;; Compiling (DEFMETHOD DESCRIBE-OBJECT ...). ;;; Warning: in file src:clos;standard.lsp.NEWEST, position 29459, and form ;;; (INSTALL-METHOD 'DESCRIBE-OBJECT 'NIL ...) ;;; The variable STREAM is not used. ;;; End of Pass 1. ;;; Note: Creating tag: "_eclms1r4fa7_0k1nezy" for #P"build:clos;standard.obj.NEWEST" ;;; Emitting code for #:G0. ;;; Emitting code for #:G1. ;;; Emitting code for #:G42. ;;; Emitting code for COMPUTE-INSTANCE-SIZE. ;;; Emitting code for #:G72. ;;; Emitting code for #:G75. ;;; Emitting code for ADD-DEFAULT-INITARGS. ;;; Emitting code for #:G85. ;;; Emitting code for #:G86. ;;; Emitting code for #:G101. ;;; Emitting code for CALL-NEXT-METHOD. ;;; Emitting code for #:G126. ;;; Emitting code for #:G139. ;;; Emitting code for #:G147. ;;; Emitting code for #:G154. ;;; Emitting code for FORWARD-REFERENCED-CLASS-P. ;;; Emitting code for FIND-SLOT-DEFINITION. ;;; Emitting code for #:G198. ;;; Emitting code for STD-CREATE-SLOTS-TABLE. ;;; Emitting code for #:G255. ;;; Emitting code for #:G256. ;;; Emitting code for #:G261. ;;; Emitting code for SLOT-DEFINITION-TO-PLIST. ;;; Emitting code for SAFE-SLOT-DEFINITION-LOCATION. ;;; Emitting code for #:G331. ;;; Emitting code for COMBINE-SLOTDS. ;;; Emitting code for DIRECT-TO-EFFECTIVE. ;;; Emitting code for #:G346. ;;; Emitting code for #:G351. ;;; Emitting code for COERCE-TO-CLASS. ;;; Emitting code for HELP-ENSURE-CLASS. ;;; Emitting code for CLASS-COMPUTE-SLOTS. ;;; Emitting code for #:G379. ;;; Emitting code for STD-CLASS-COMPUTE-SLOTS. ;;; Emitting code for #:G394. ;;; Emitting code for UNBOUND-SLOT-ERROR. ;;; Emitting code for SAFE-INSTANCE-REF. ;;; Emitting code for STD-CLASS-OPTIMIZED-ACCESSORS. ;;; Emitting code for #:G401. ;;; Emitting code for #:G402. ;;; Emitting code for STD-CLASS-SEALED-ACCESSORS. ;;; Emitting code for #:G403. ;;; Emitting code for #:G404. ;;; Emitting code for STD-CLASS-ACCESSORS. ;;; Emitting code for #:G405. ;;; Emitting code for #:G406. ;;; Emitting code for STD-CLASS-GENERATE-ACCESSORS. ;;; Emitting code for #:G425. ;;; Emitting code for VALID-KEYWORDS-FROM-METHODS. ;;; Emitting code for CHECK-INITARGS. ;;; Emitting code for #:G455. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/standard.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/standard.obj"standard.c ;;; Finished compiling src:clos;standard.lsp. (compile-file "src:clos;builtin.lsp" :output-file #P"build:clos;builtin.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;builtin.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 1109, and form ;;; (LET* (# #) (DECLARE #) ...) ;;; Too many arguments for generic function MAKE-INSTANCE ;;; Compiling (DEFMETHOD MAKE-INSTANCE ...). ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 2717, and form ;;; (BLOCK NIL (LET # # ...)) ;;; Too many arguments for generic function MAKE-INSTANCE ;;; Compiling (DEFMETHOD ENSURE-CLASS-USING-CLASS ...). ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 3261, and form ;;; (INSTALL-METHOD 'ENSURE-CLASS-USING-CLASS 'NIL ...) ;;; The variable DIRECT-SUPERCLASSES is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 3261, and form ;;; (INSTALL-METHOD 'ENSURE-CLASS-USING-CLASS 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD CHANGE-CLASS ...). ;;; Compiling (DEFMETHOD MAKE-INSTANCES-OBSOLETE ...). ;;; Compiling (DEFMETHOD MAKE-INSTANCE ...). ;;; Compiling (DEFMETHOD SLOT-MAKUNBOUND-USING-CLASS ...). ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 3863, and form ;;; (INSTALL-METHOD 'SLOT-MAKUNBOUND-USING-CLASS 'NIL ...) ;;; The variable SLOTD is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 3863, and form ;;; (INSTALL-METHOD 'SLOT-MAKUNBOUND-USING-CLASS 'NIL ...) ;;; The variable SELF is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 3863, and form ;;; (INSTALL-METHOD 'SLOT-MAKUNBOUND-USING-CLASS 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD SLOT-BOUNDP-USING-CLASS ...). ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4018, and form ;;; (INSTALL-METHOD 'SLOT-BOUNDP-USING-CLASS 'NIL ...) ;;; The variable SLOTD is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4018, and form ;;; (INSTALL-METHOD 'SLOT-BOUNDP-USING-CLASS 'NIL ...) ;;; The variable SELF is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4018, and form ;;; (INSTALL-METHOD 'SLOT-BOUNDP-USING-CLASS 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD SLOT-VALUE-USING-CLASS ...). ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4165, and form ;;; (INSTALL-METHOD 'SLOT-VALUE-USING-CLASS 'NIL ...) ;;; The variable SLOTD is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4165, and form ;;; (INSTALL-METHOD 'SLOT-VALUE-USING-CLASS 'NIL ...) ;;; The variable SELF is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4165, and form ;;; (INSTALL-METHOD 'SLOT-VALUE-USING-CLASS 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFMETHOD (SETF SLOT-VALUE-USING-CLASS) ...). ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4310, and form ;;; (INSTALL-METHOD '(SETF SLOT-VALUE-USING-CLASS) 'NIL ...) ;;; The variable SLOTD is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4310, and form ;;; (INSTALL-METHOD '(SETF SLOT-VALUE-USING-CLASS) 'NIL ...) ;;; The variable SELF is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4310, and form ;;; (INSTALL-METHOD '(SETF SLOT-VALUE-USING-CLASS) 'NIL ...) ;;; The variable CLASS is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4310, and form ;;; (INSTALL-METHOD '(SETF SLOT-VALUE-USING-CLASS) 'NIL ...) ;;; The variable VAL is not used. ;;; Compiling (DEFMETHOD SLOT-EXISTS-P-USING-CLASS ...). ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4466, and form ;;; (INSTALL-METHOD 'SLOT-EXISTS-P-USING-CLASS 'NIL ...) ;;; The variable SLOTD is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4466, and form ;;; (INSTALL-METHOD 'SLOT-EXISTS-P-USING-CLASS 'NIL ...) ;;; The variable SELF is not used. ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 4466, and form ;;; (INSTALL-METHOD 'SLOT-EXISTS-P-USING-CLASS 'NIL ...) ;;; The variable CLASS is not used. ;;; Compiling (DEFCLASS STRUCTURE-CLASS ...). ;;; Compiling (DEFMETHOD MAKE-INSTANCE ...). ;;; Compiling (DEFMETHOD FINALIZE-INHERITANCE ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFCLASS STRUCTURE-OBJECT ...). ;;; Compiling (DEFMETHOD MAKE-LOAD-FORM ...). ;;; Warning: in file src:clos;builtin.lsp.NEWEST, position 5510, and form ;;; (INSTALL-METHOD 'MAKE-LOAD-FORM 'NIL ...) ;;; The variable ENVIRONMENT is not used. ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclignj3QZ7_rS2nezy" for #P"build:clos;builtin.obj.NEWEST" ;;; Emitting code for #:G2. ;;; Emitting code for #:G22. ;;; Emitting code for #:G23. ;;; Emitting code for #:G24. ;;; Emitting code for #:G25. ;;; Emitting code for #:G26. ;;; Emitting code for #:G27. ;;; Emitting code for #:G28. ;;; Emitting code for #:G29. ;;; Emitting code for #:G30. ;;; Emitting code for #:G31. ;;; Emitting code for #:G32. ;;; Emitting code for #:G37. ;;; Emitting code for #:G38. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/builtin.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/builtin.obj"builtin.c ;;; Finished compiling src:clos;builtin.lsp. (compile-file "src:clos;change.lsp" :output-file #P"build:clos;change.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;change.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFCLASS FORWARD-REFERENCED-CLASS ...). ;;; Compiling (DEFMETHOD UPDATE-INSTANCE-FOR-DIFFERENT-CLASS ...). ;;; Note: in file src:clos;change.lsp.NEWEST, position 1299, and form ;;; (INSTALL-METHOD 'UPDATE-INSTANCE-FOR-DIFFERENT-CLASS 'NIL ...) ;;; In function G2, checking types of arguments NEW-DATA OLD-DATA. ;;; Compiling (DEFMETHOD CHANGE-CLASS ...). ;;; Note: in file src:clos;change.lsp.NEWEST, position 2089, and form ;;; (INSTALL-METHOD 'CHANGE-CLASS 'NIL ...) ;;; In function G25, checking types of arguments NEW-CLASS INSTANCE. ;;; Warning: in file src:clos;change.lsp.NEWEST, position 2089, and form ;;; (INSTALL-METHOD 'CHANGE-CLASS 'NIL ...) ;;; The variable OLD-LOCAL-SLOTDS is not used. ;;; Compiling (DEFMETHOD CHANGE-CLASS ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Warning: in file src:clos;change.lsp.NEWEST, position 3297, and form ;;; (INSTALL-METHOD 'CHANGE-CLASS 'NIL ...) ;;; The variable INITARGS is not used. ;;; Warning: in file src:clos;change.lsp.NEWEST, position 3297, and form ;;; (INSTALL-METHOD 'CHANGE-CLASS 'NIL ...) ;;; The variable NEW-CLASS is not used. ;;; Compiling (DEFMETHOD UPDATE-INSTANCE-FOR-REDEFINED-CLASS ...). ;;; Warning: in file src:clos;change.lsp.NEWEST, position 4858, and form ;;; (INSTALL-METHOD 'UPDATE-INSTANCE-FOR-REDEFINED-CLASS 'NIL ...) ;;; The ignored variable DISCARDED-SLOTS is used. ;;; Warning: in file src:clos;change.lsp.NEWEST, position 4858, and form ;;; (INSTALL-METHOD 'UPDATE-INSTANCE-FOR-REDEFINED-CLASS 'NIL ...) ;;; The ignored variable PROPERTY-LIST is used. ;;; Compiling (DEFUN UPDATE-INSTANCE ...). ;;; Compiling (DEFMETHOD REINITIALIZE-INSTANCE ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Warning: in file src:clos;change.lsp.NEWEST, position 7078, and form ;;; (INSTALL-METHOD 'REINITIALIZE-INSTANCE 'NIL ...) ;;; The variable INITARGS is not used. ;;; Compiling (DEFMETHOD MAKE-INSTANCES-OBSOLETE ...). ;;; Compiling (DEFUN REMOVE-OPTIONAL-SLOT-ACCESSORS ...). ;;; Note: in file src:clos;change.lsp.NEWEST, position 8300, and form ;;; (FSET 'REMOVE-OPTIONAL-SLOT-ACCESSORS #'(LAMBDA-BLOCK REMOVE-OPTIONAL-SLOT-ACCESSORS # ...)) ;;; In function REMOVE-OPTIONAL-SLOT-ACCESSORS, checking types of arguments CLASS. ;;; Note: in file src:clos;change.lsp.NEWEST, position 8300, and form ;;; (FSET 'REMOVE-OPTIONAL-SLOT-ACCESSORS #'(LAMBDA-BLOCK REMOVE-OPTIONAL-SLOT-ACCESSORS # ...)) ;;; Unable to emit check for variable (OPTIONAL-CHECK-TYPE CLASS CLASS) ;;; End of Pass 1. ;;; Note: Creating tag: "_eclHGskjQb7_zh2nezy" for #P"build:clos;change.obj.NEWEST" ;;; Emitting code for #:G2. ;;; Emitting code for #:G25. ;;; Emitting code for #:G36. ;;; Emitting code for #:G37. ;;; Emitting code for UPDATE-INSTANCE. ;;; Emitting code for #:G82. ;;; Emitting code for #:G100. ;;; Emitting code for REMOVE-OPTIONAL-SLOT-ACCESSORS. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/change.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/change.obj"change.c ;;; Finished compiling src:clos;change.lsp. (compile-file "src:clos;stdmethod.lsp" :output-file #P"build:clos;stdmethod.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;stdmethod.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFCLASS GENERIC-FUNCTION ...). ;;; Compiling (DEFCLASS STANDARD-GENERIC-FUNCTION ...). ;;; Compiling (DEFCLASS METHOD ...). ;;; Compiling (DEFCLASS STANDARD-METHOD ...). ;;; Compiling (DEFUN FUNCTION-KEYWORDS ...). ;;; Warning: in file src:clos;stdmethod.lsp.NEWEST, position 1049, and form ;;; (FSET 'FUNCTION-KEYWORDS #'(LAMBDA-BLOCK FUNCTION-KEYWORDS # ...)) ;;; The variable REQS is not used. ;;; Warning: in file src:clos;stdmethod.lsp.NEWEST, position 1049, and form ;;; (FSET 'FUNCTION-KEYWORDS #'(LAMBDA-BLOCK FUNCTION-KEYWORDS # ...)) ;;; The variable OPTS is not used. ;;; Warning: in file src:clos;stdmethod.lsp.NEWEST, position 1049, and form ;;; (FSET 'FUNCTION-KEYWORDS #'(LAMBDA-BLOCK FUNCTION-KEYWORDS # ...)) ;;; The variable REST-VAR is not used. ;;; Compiling (DEFCLASS STANDARD-ACCESSOR-METHOD ...). ;;; Compiling (DEFCLASS STANDARD-READER-METHOD ...). ;;; Compiling (DEFCLASS STANDARD-WRITER-METHOD ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclkGozKNa7_5u2nezy" for #P"build:clos;stdmethod.obj.NEWEST" ;;; Emitting code for #:G0. ;;; Emitting code for FUNCTION-KEYWORDS. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/stdmethod.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/stdmethod.obj"stdmethod.c ;;; Finished compiling src:clos;stdmethod.lsp. (compile-file "src:clos;generic.lsp" :output-file #P"build:clos;generic.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;generic.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFMACRO DEFGENERIC ...). ;;; Compiling (DEFUN PARSE-DEFGENERIC ...). ;;; Compiling (DEFUN PARSE-GENERIC-OPTIONS ...). ;;; Compiling (DEFUN PARSE-LAMBDA-LIST ...). ;;; Compiling (DEFUN VALID-DECLARATION-P ...). ;;; Compiling (DEFUN LAMBDA-LIST-REQUIRED-ARGUMENTS ...). ;;; Compiling (DEFMETHOD SHARED-INITIALIZE ...). ;;; Variable STRING was undefined. Compiler assumes it is a global. ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Warning: in file src:clos;generic.lsp.NEWEST, position 4388, and form ;;; (INSTALL-METHOD 'SHARED-INITIALIZE 'NIL ...) ;;; The variable INITARGS is not used. ;;; Warning: in file src:clos;generic.lsp.NEWEST, position 4388, and form ;;; (INSTALL-METHOD 'SHARED-INITIALIZE 'NIL ...) ;;; The variable SLOT-NAMES is not used. ;;; Compiling (DEFMETHOD SHARED-INITIALIZE ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Warning: in file src:clos;generic.lsp.NEWEST, position 6713, and form ;;; (INSTALL-METHOD 'SHARED-INITIALIZE 'NIL ...) ;;; The variable INITARGS is not used. ;;; Warning: in file src:clos;generic.lsp.NEWEST, position 6713, and form ;;; (INSTALL-METHOD 'SHARED-INITIALIZE 'NIL ...) ;;; The variable SLOT-NAMES is not used. ;;; Compiling (DEFUN ASSOCIATE-METHODS-TO-GFUN ...). ;;; Note: in file src:clos;generic.lsp.NEWEST, position 6873, and form ;;; (FSET 'ASSOCIATE-METHODS-TO-GFUN #'(LAMBDA-BLOCK ASSOCIATE-METHODS-TO-GFUN # ...)) ;;; Removing unused variable G55 ;;; Compiling (DEFMETHOD ENSURE-GENERIC-FUNCTION-USING-CLASS ...). ;;; Compiling (DEFMETHOD ENSURE-GENERIC-FUNCTION-USING-CLASS ...). ;;; Warning: in file src:clos;generic.lsp.NEWEST, position 8375, and form ;;; (INSTALL-METHOD 'ENSURE-GENERIC-FUNCTION-USING-CLASS 'NIL ...) ;;; The variable DELETE-METHODS is not used. ;;; Warning: in file src:clos;generic.lsp.NEWEST, position 8375, and form ;;; (INSTALL-METHOD 'ENSURE-GENERIC-FUNCTION-USING-CLASS 'NIL ...) ;;; The variable GFUN is not used. ;;; Compiling (DEFUN ENSURE-GENERIC-FUNCTION ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl8fN9Dkb7_1n2nezy" for #P"build:clos;generic.obj.NEWEST" ;;; Emitting code for DEFGENERIC. ;;; Emitting code for PARSE-DEFGENERIC. ;;; Emitting code for PARSE-GENERIC-OPTIONS. ;;; Emitting code for PARSE-LAMBDA-LIST. ;;; Emitting code for VALID-DECLARATION-P. ;;; Emitting code for LAMBDA-LIST-REQUIRED-ARGUMENTS. ;;; Emitting code for #:G33. ;;; Emitting code for #:G39. ;;; Emitting code for #:G46. ;;; Emitting code for ASSOCIATE-METHODS-TO-GFUN. ;;; Emitting code for #:G78. ;;; Emitting code for #:G114. ;;; Note: Reusing keywords lists for (METHOD-CLASS GENERIC-FUNCTION-CLASS DELETE-METHODS) ;;; Emitting code for ENSURE-GENERIC-FUNCTION. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/generic.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/generic.obj"generic.c ;;; Finished compiling src:clos;generic.lsp. (compile-file "src:clos;fixup.lsp" :output-file #P"build:clos;fixup.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;fixup.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN CONVERT-ONE-CLASS ...). ;;; Compiling (DEFMETHOD READER-METHOD-CLASS ...). ;;; Note: in file src:clos;fixup.lsp.NEWEST, position 2562, and form ;;; (INSTALL-METHOD 'READER-METHOD-CLASS 'NIL ...) ;;; In function G14, checking types of arguments DIRECT-SLOT CLASS. ;;; Warning: in file src:clos;fixup.lsp.NEWEST, position 2562, and form ;;; (INSTALL-METHOD 'READER-METHOD-CLASS 'NIL ...) ;;; The variable INITARGS is not used. ;;; Compiling (DEFMETHOD WRITER-METHOD-CLASS ...). ;;; Note: in file src:clos;fixup.lsp.NEWEST, position 2719, and form ;;; (INSTALL-METHOD 'WRITER-METHOD-CLASS 'NIL ...) ;;; In function G20, checking types of arguments DIRECT-SLOT CLASS. ;;; Warning: in file src:clos;fixup.lsp.NEWEST, position 2719, and form ;;; (INSTALL-METHOD 'WRITER-METHOD-CLASS 'NIL ...) ;;; The variable INITARGS is not used. ;;; Compiling (DEFUN METHOD-P ...). ;;; Compiling (DEFUN MAKE-METHOD ...). ;;; Compiling (DEFUN ALL-KEYWORDS ...). ;;; Compiling (DEFUN CONGRUENT-LAMBDA-P ...). ;;; Warning: in file src:clos;fixup.lsp.NEWEST, position 4561, and form ;;; (FSET 'CONGRUENT-LAMBDA-P #'(LAMBDA-BLOCK CONGRUENT-LAMBDA-P # ...)) ;;; The variable A-O-K1 is not used. ;;; Compiling (DEFUN ADD-METHOD ...). ;;; Warning: in file src:clos;fixup.lsp.NEWEST, position 5230, and form ;;; (FSET 'ADD-METHOD #'(LAMBDA-BLOCK ADD-METHOD # ...)) ;;; Too many arguments for generic function REINITIALIZE-INSTANCE ;;; Compiling (DEFUN REMOVE-METHOD ...). ;;; Compiling (DEFMETHOD NO-APPLICABLE-METHOD ...). ;;; Compiling (DEFMETHOD NO-NEXT-METHOD ...). ;;; Warning: in file src:clos;fixup.lsp.NEWEST, position 8165, and form ;;; (INSTALL-METHOD 'NO-NEXT-METHOD 'NIL ...) ;;; The ignored variable ARGS is used. ;;; Compiling (DEFUN NO-PRIMARY-METHOD ...). ;;; Compiling (DEFUN SETF-FIND-CLASS ...). ;;; Warning: in file src:clos;fixup.lsp.NEWEST, position 8514, and form ;;; (FSET 'SETF-FIND-CLASS #'(LAMBDA-BLOCK SETF-FIND-CLASS # ...)) ;;; The variable ENV is not used. ;;; Warning: in file src:clos;fixup.lsp.NEWEST, position 8514, and form ;;; (FSET 'SETF-FIND-CLASS #'(LAMBDA-BLOCK SETF-FIND-CLASS # ...)) ;;; The variable ERRORP is not used. ;;; End of Pass 1. ;;; Note: Creating tag: "_ecllcIdZmb7_0H3nezy" for #P"build:clos;fixup.obj.NEWEST" ;;; Emitting code for CONVERT-ONE-CLASS. ;;; Emitting code for #:G14. ;;; Emitting code for #:G20. ;;; Emitting code for METHOD-P. ;;; Emitting code for MAKE-METHOD. ;;; Emitting code for ALL-KEYWORDS. ;;; Emitting code for CONGRUENT-LAMBDA-P. ;;; Emitting code for ADD-METHOD. ;;; Emitting code for REMOVE-METHOD. ;;; Emitting code for #:G63. ;;; Emitting code for #:G64. ;;; Emitting code for NO-PRIMARY-METHOD. ;;; Emitting code for SETF-FIND-CLASS. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/fixup.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/fixup.obj"fixup.c ;;; Finished compiling src:clos;fixup.lsp. (compile-file "src:clos;print.lsp" :output-file #P"build:clos;print.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;print.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFUN MAKE-LOAD-FORM-SAVING-SLOTS ...). ;;; Compiling (DEFUN NEED-TO-MAKE-LOAD-FORM-P ...). ;;; Compiling (DEFMETHOD MAKE-LOAD-FORM ...). ;;; Warning: in file src:clos;print.lsp.NEWEST, position 2880, and form ;;; (INSTALL-METHOD 'MAKE-LOAD-FORM 'NIL ...) ;;; The variable ENVIRONMENT is not used. ;;; Compiling (DEFMETHOD MAKE-LOAD-FORM ...). ;;; Warning: in file src:clos;print.lsp.NEWEST, position 4317, and form ;;; (INSTALL-METHOD 'MAKE-LOAD-FORM 'NIL ...) ;;; The variable ENVIRONMENT is not used. ;;; Compiling (DEFMETHOD MAKE-LOAD-FORM ...). ;;; Warning: in file src:clos;print.lsp.NEWEST, position 4433, and form ;;; (INSTALL-METHOD 'MAKE-LOAD-FORM 'NIL ...) ;;; The variable ENVIRONMENT is not used. ;;; Compiling (DEFMETHOD MAKE-LOAD-FORM ...). ;;; Warning: in file src:clos;print.lsp.NEWEST, position 4661, and form ;;; (INSTALL-METHOD 'MAKE-LOAD-FORM 'NIL ...) ;;; The variable ENVIRONMENT is not used. ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFUN SI:OUTPUT-FLOAT-NAN ...). ;;; Compiling (DEFUN SI:OUTPUT-FLOAT-INFINITY ...). ;;; Note: in file src:clos;print.lsp.NEWEST, position 5852, and form ;;; (FSET 'OUTPUT-FLOAT-INFINITY #'(LAMBDA-BLOCK OUTPUT-FLOAT-INFINITY # ...)) ;;; Removing unused variable *PRINT-PACKAGE* ;;; Compiling (DEFMETHOD DESCRIBE-OBJECT ...). ;;; Compiling (DEFMETHOD DESCRIBE-OBJECT ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl5y3yt5b7_sU3nezy" for #P"build:clos;print.obj.NEWEST" ;;; Emitting code for MAKE-LOAD-FORM-SAVING-SLOTS. ;;; Emitting code for NEED-TO-MAKE-LOAD-FORM-P. ;;; Emitting code for RECURSIVE-TEST. ;;; Emitting code for #:G33. ;;; Emitting code for MAYBE-QUOTE. ;;; Emitting code for #:G49. ;;; Emitting code for #:G50. ;;; Emitting code for #:G51. ;;; Emitting code for #:G52. ;;; Emitting code for SI::.PRINT-UNREADABLE-OBJECT-BODY.. ;;; Emitting code for #:G53. ;;; Emitting code for SI::.PRINT-UNREADABLE-OBJECT-BODY.. ;;; Emitting code for #:G54. ;;; Emitting code for SI::.PRINT-UNREADABLE-OBJECT-BODY.. ;;; Emitting code for #:G55. ;;; Emitting code for SI::.PRINT-UNREADABLE-OBJECT-BODY.. ;;; Emitting code for SI:OUTPUT-FLOAT-NAN. ;;; Emitting code for SI::.PRINT-UNREADABLE-OBJECT-BODY.. ;;; Emitting code for SI:OUTPUT-FLOAT-INFINITY. ;;; Emitting code for #:G56. ;;; Emitting code for #:G61. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/print.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/print.obj"print.c ;;; Finished compiling src:clos;print.lsp. (compile-file "src:clos;streams.lsp" :output-file #P"build:clos;streams.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;streams.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFGENERIC STREAM-ADVANCE-TO-COLUMN ...). ;;; Compiling (DEFGENERIC STREAM-CLEAR-INPUT ...). ;;; Compiling (DEFGENERIC STREAM-CLEAR-OUTPUT ...). ;;; Compiling (DEFGENERIC CLOSE ...). ;;; Compiling (DEFGENERIC STREAM-ELEMENT-TYPE ...). ;;; Compiling (DEFGENERIC STREAM-FINISH-OUTPUT ...). ;;; Compiling (DEFGENERIC STREAM-FORCE-OUTPUT ...). ;;; Compiling (DEFGENERIC STREAM-FRESH-LINE ...). ;;; Compiling (DEFGENERIC INPUT-STREAM-P ...). ;;; Compiling (DEFGENERIC STREAM-P ...). ;;; Compiling (DEFGENERIC STREAM-INTERACTIVE-P ...). ;;; Compiling (DEFGENERIC STREAM-LINE-COLUMN ...). ;;; Compiling (DEFGENERIC STREAM-LISTEN ...). ;;; Compiling (DEFGENERIC OPEN-STREAM-P ...). ;;; Compiling (DEFGENERIC OUTPUT-STREAM-P ...). ;;; Compiling (DEFGENERIC STREAM-PEEK-CHAR ...). ;;; Compiling (DEFGENERIC STREAM-READ-BYTE ...). ;;; Compiling (DEFGENERIC STREAM-READ-CHAR ...). ;;; Compiling (DEFGENERIC STREAM-READ-CHAR-NO-HANG ...). ;;; Compiling (DEFGENERIC STREAM-READ-LINE ...). ;;; Compiling (DEFGENERIC STREAM-READ-SEQUENCE ...). ;;; Compiling (DEFGENERIC STREAM-START-LINE-P ...). ;;; Compiling (DEFGENERIC STREAM-TERPRI ...). ;;; Compiling (DEFGENERIC STREAM-UNREAD-CHAR ...). ;;; Compiling (DEFGENERIC STREAM-WRITE-BYTE ...). ;;; Compiling (DEFGENERIC STREAM-WRITE-CHAR ...). ;;; Compiling (DEFGENERIC STREAM-WRITE-STRING ...). ;;; Compiling (DEFGENERIC STREAM-WRITE-SEQUENCE ...). ;;; Compiling (DEFGENERIC STREAM-FILE-POSITION ...). ;;; Compiling (DEFCLASS FUNDAMENTAL-STREAM ...). ;;; Compiling (DEFCLASS FUNDAMENTAL-INPUT-STREAM ...). ;;; Compiling (DEFCLASS FUNDAMENTAL-OUTPUT-STREAM ...). ;;; Compiling (DEFCLASS FUNDAMENTAL-CHARACTER-STREAM ...). ;;; Compiling (DEFCLASS FUNDAMENTAL-BINARY-STREAM ...). ;;; Compiling (DEFCLASS FUNDAMENTAL-CHARACTER-INPUT-STREAM ...). ;;; Compiling (DEFCLASS FUNDAMENTAL-CHARACTER-OUTPUT-STREAM ...). ;;; Compiling (DEFCLASS FUNDAMENTAL-BINARY-INPUT-STREAM ...). ;;; Compiling (DEFCLASS FUNDAMENTAL-BINARY-OUTPUT-STREAM ...). ;;; Compiling (DEFUN BUG-OR-ERROR ...). ;;; Compiling (DEFMETHOD STREAM-ADVANCE-TO-COLUMN ...). ;;; Compiling (DEFMETHOD STREAM-CLEAR-INPUT ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 10399, and form ;;; (INSTALL-METHOD 'STREAM-CLEAR-INPUT 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD STREAM-CLEAR-INPUT ...). ;;; Compiling (DEFMETHOD STREAM-CLEAR-INPUT ...). ;;; Compiling (DEFMETHOD STREAM-CLEAR-OUTPUT ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 10671, and form ;;; (INSTALL-METHOD 'STREAM-CLEAR-OUTPUT 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD STREAM-CLEAR-OUTPUT ...). ;;; Compiling (DEFMETHOD STREAM-CLEAR-OUTPUT ...). ;;; Compiling (DEFMETHOD CLOSE ...). ;;; Compiling (DEFMETHOD CLOSE ...). ;;; Compiling (DEFMETHOD CLOSE ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 11144, and form ;;; (INSTALL-METHOD 'CLOSE 'NIL ...) ;;; The variable ABORT is not used. ;;; Compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 11244, and form ;;; (INSTALL-METHOD 'STREAM-ELEMENT-TYPE 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...). ;;; Compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...). ;;; Compiling (DEFMETHOD STREAM-FINISH-OUTPUT ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 11529, and form ;;; (INSTALL-METHOD 'STREAM-FINISH-OUTPUT 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD STREAM-FINISH-OUTPUT ...). ;;; Compiling (DEFMETHOD STREAM-FINISH-OUTPUT ...). ;;; Compiling (DEFMETHOD STREAM-FORCE-OUTPUT ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 11802, and form ;;; (INSTALL-METHOD 'STREAM-FORCE-OUTPUT 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD STREAM-FORCE-OUTPUT ...). ;;; Compiling (DEFMETHOD STREAM-FORCE-OUTPUT ...). ;;; Compiling (DEFMETHOD STREAM-FRESH-LINE ...). ;;; Compiling (DEFMETHOD STREAM-FRESH-LINE ...). ;;; Variable ANSI-STREAM was undefined. Compiler assumes it is a global. ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 12218, and form ;;; (INSTALL-METHOD 'STREAM-FRESH-LINE 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD INPUT-STREAM-P ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 12323, and form ;;; (INSTALL-METHOD 'INPUT-STREAM-P 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD INPUT-STREAM-P ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 12386, and form ;;; (INSTALL-METHOD 'INPUT-STREAM-P 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD INPUT-STREAM-P ...). ;;; Compiling (DEFMETHOD INPUT-STREAM-P ...). ;;; Compiling (DEFMETHOD STREAM-INTERACTIVE-P ...). ;;; Compiling (DEFMETHOD STREAM-INTERACTIVE-P ...). ;;; Compiling (DEFMETHOD STREAM-LINE-COLUMN ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 12844, and form ;;; (INSTALL-METHOD 'STREAM-LINE-COLUMN 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD STREAM-LISTEN ...). ;;; Compiling (DEFMETHOD STREAM-LISTEN ...). ;;; Compiling (DEFMETHOD STREAM-LISTEN ...). ;;; Compiling (DEFMETHOD OPEN-STREAM-P ...). ;;; Compiling (DEFMETHOD OPEN-STREAM-P ...). ;;; Compiling (DEFMETHOD OUTPUT-STREAM-P ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 13489, and form ;;; (INSTALL-METHOD 'OUTPUT-STREAM-P 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD OUTPUT-STREAM-P ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 13553, and form ;;; (INSTALL-METHOD 'OUTPUT-STREAM-P 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD OUTPUT-STREAM-P ...). ;;; Compiling (DEFMETHOD OUTPUT-STREAM-P ...). ;;; Compiling (DEFMETHOD STREAM-PEEK-CHAR ...). ;;; Compiling (DEFMETHOD STREAM-PEEK-CHAR ...). ;;; Compiling (DEFMETHOD STREAM-PEEK-CHAR ...). ;;; Compiling (DEFMETHOD STREAM-READ-BYTE ...). ;;; Compiling (DEFMETHOD STREAM-READ-BYTE ...). ;;; Compiling (DEFMETHOD STREAM-READ-CHAR ...). ;;; Compiling (DEFMETHOD STREAM-READ-CHAR ...). ;;; Compiling (DEFMETHOD STREAM-UNREAD-CHAR ...). ;;; Compiling (DEFMETHOD STREAM-UNREAD-CHAR ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 14632, and form ;;; (INSTALL-METHOD 'STREAM-UNREAD-CHAR 'NIL ...) ;;; The variable CHARACTER is not used. ;;; Compiling (DEFMETHOD STREAM-READ-CHAR-NO-HANG ...). ;;; Compiling (DEFMETHOD STREAM-READ-CHAR-NO-HANG ...). ;;; Compiling (DEFMETHOD STREAM-READ-CHAR-NO-HANG ...). ;;; Compiling (DEFMETHOD STREAM-READ-LINE ...). ;;; Compiling (DEFMETHOD STREAM-READ-LINE ...). ;;; Compiling (DEFMETHOD STREAM-READ-LINE ...). ;;; Compiling (DEFMETHOD STREAM-READ-SEQUENCE ...). ;;; Compiling (DEFMETHOD STREAM-READ-SEQUENCE ...). ;;; Compiling (DEFMETHOD STREAM-READ-SEQUENCE ...). ;;; Compiling (DEFMETHOD STREAM-READ-SEQUENCE ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 16371, and form ;;; (INSTALL-METHOD 'STREAM-READ-SEQUENCE 'NIL ...) ;;; The variable END is not used. ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 16371, and form ;;; (INSTALL-METHOD 'STREAM-READ-SEQUENCE 'NIL ...) ;;; The variable START is not used. ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 16371, and form ;;; (INSTALL-METHOD 'STREAM-READ-SEQUENCE 'NIL ...) ;;; The variable SEQUENCE is not used. ;;; Compiling (DEFMETHOD STREAM-START-LINE-P ...). ;;; Compiling (DEFMETHOD STREAM-FILE-POSITION ...). ;;; Compiling (DEFMETHOD STREAM-FILE-POSITION ...). ;;; Compiling (DEFMETHOD STREAMP ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 16880, and form ;;; (INSTALL-METHOD 'STREAMP 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD STREAMP ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 16922, and form ;;; (INSTALL-METHOD 'STREAMP 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD STREAM-WRITE-BYTE ...). ;;; Compiling (DEFMETHOD STREAM-WRITE-BYTE ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 17073, and form ;;; (INSTALL-METHOD 'STREAM-WRITE-BYTE 'NIL ...) ;;; The variable INTEGER is not used. ;;; Compiling (DEFMETHOD STREAM-WRITE-CHAR ...). ;;; Compiling (DEFMETHOD STREAM-WRITE-CHAR ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 17283, and form ;;; (INSTALL-METHOD 'STREAM-WRITE-CHAR 'NIL ...) ;;; The variable CHARACTER is not used. ;;; Compiling (DEFMETHOD STREAM-WRITE-SEQUENCE ...). ;;; Compiling (DEFMETHOD STREAM-WRITE-SEQUENCE ...). ;;; Compiling (DEFMETHOD STREAM-WRITE-SEQUENCE ...). ;;; Compiling (DEFMETHOD STREAM-WRITE-SEQUENCE ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 17942, and form ;;; (INSTALL-METHOD 'STREAM-WRITE-SEQUENCE 'NIL ...) ;;; The variable END is not used. ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 17942, and form ;;; (INSTALL-METHOD 'STREAM-WRITE-SEQUENCE 'NIL ...) ;;; The variable START is not used. ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 17942, and form ;;; (INSTALL-METHOD 'STREAM-WRITE-SEQUENCE 'NIL ...) ;;; The variable SEQUENCE is not used. ;;; Compiling (DEFMETHOD STREAM-WRITE-STRING ...). ;;; Note: in file src:clos;streams.lsp.NEWEST, position 18085, and form ;;; (INSTALL-METHOD 'STREAM-WRITE-STRING 'NIL ...) ;;; In function G168, checking types of arguments END START STRING STREAM. ;;; Compiling (DEFMETHOD STREAM-WRITE-STRING ...). ;;; Compiling (DEFMETHOD STREAM-WRITE-STRING ...). ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 18598, and form ;;; (INSTALL-METHOD 'STREAM-WRITE-STRING 'NIL ...) ;;; The variable END is not used. ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 18598, and form ;;; (INSTALL-METHOD 'STREAM-WRITE-STRING 'NIL ...) ;;; The variable START is not used. ;;; Warning: in file src:clos;streams.lsp.NEWEST, position 18598, and form ;;; (INSTALL-METHOD 'STREAM-WRITE-STRING 'NIL ...) ;;; The variable STRING is not used. ;;; Compiling (DEFMETHOD STREAM-TERPRI ...). ;;; Compiling (DEFMETHOD STREAM-TERPRI ...). ;;; Compiling (DEFMETHOD STREAM-TERPRI ...). ;;; Compiling (DEFUN REDEFINE-CL-FUNCTIONS ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl2bIUzBa7_Aa3nezy" for #P"build:clos;streams.obj.NEWEST" ;;; Emitting code for BUG-OR-ERROR. ;;; Emitting code for #:G0. ;;; Emitting code for #:G5. ;;; Emitting code for #:G6. ;;; Emitting code for #:G7. ;;; Emitting code for #:G8. ;;; Emitting code for #:G9. ;;; Emitting code for #:G10. ;;; Emitting code for #:G15. ;;; Emitting code for #:G18. ;;; Note: Reusing keywords lists for (ABORT) ;;; Emitting code for #:G19. ;;; Note: Reusing keywords lists for (ABORT) ;;; Emitting code for #:G20. ;;; Emitting code for #:G21. ;;; Emitting code for #:G22. ;;; Emitting code for #:G23. ;;; Emitting code for #:G24. ;;; Emitting code for #:G25. ;;; Emitting code for #:G26. ;;; Emitting code for #:G27. ;;; Emitting code for #:G28. ;;; Emitting code for #:G29. ;;; Emitting code for #:G30. ;;; Emitting code for #:G31. ;;; Emitting code for #:G32. ;;; Emitting code for #:G33. ;;; Emitting code for #:G34. ;;; Emitting code for #:G35. ;;; Emitting code for #:G36. ;;; Emitting code for #:G37. ;;; Emitting code for #:G38. ;;; Emitting code for #:G39. ;;; Emitting code for #:G40. ;;; Emitting code for #:G41. ;;; Emitting code for #:G42. ;;; Emitting code for #:G43. ;;; Emitting code for #:G44. ;;; Emitting code for #:G45. ;;; Emitting code for #:G46. ;;; Emitting code for #:G47. ;;; Emitting code for #:G48. ;;; Emitting code for #:G49. ;;; Emitting code for #:G50. ;;; Emitting code for #:G51. ;;; Emitting code for #:G52. ;;; Emitting code for #:G53. ;;; Emitting code for #:G54. ;;; Emitting code for #:G55. ;;; Emitting code for #:G56. ;;; Emitting code for #:G57. ;;; Emitting code for #:G58. ;;; Emitting code for #:G115. ;;; Emitting code for #:G149. ;;; Emitting code for #:G150. ;;; Emitting code for #:G151. ;;; Emitting code for #:G152. ;;; Emitting code for #:G153. ;;; Emitting code for #:G154. ;;; Emitting code for #:G155. ;;; Emitting code for #:G156. ;;; Emitting code for #:G157. ;;; Emitting code for #:G158. ;;; Emitting code for #:G159. ;;; Emitting code for #:G160. ;;; Emitting code for #:G161. ;;; Emitting code for #:G162. ;;; Emitting code for #:G163. ;;; Emitting code for #:G164. ;;; Emitting code for #:G165. ;;; Emitting code for #:G166. ;;; Emitting code for #:G167. ;;; Emitting code for #:G168. ;;; Emitting code for #:G179. ;;; Emitting code for #:G180. ;;; Emitting code for #:G181. ;;; Emitting code for #:G182. ;;; Emitting code for #:G183. ;;; Emitting code for REDEFINE-CL-FUNCTIONS. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/streams.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/streams.obj"streams.c ;;; Finished compiling src:clos;streams.lsp. (compile-file "src:lsp;pprint.lsp" :output-file #P"build:clos;pprint.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;pprint.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFCLASS PRETTY-STREAM ...). ;;; Compiling (DEFUN PRETTY-STREAM-P ...). ;;; Compiling (DEFUN MAKE-PRETTY-STREAM ...). ;;; Warning: in file src:lsp;pprint.lsp.NEWEST, position 4316, and form ;;; (FSET 'MAKE-PRETTY-STREAM #'(LAMBDA-BLOCK MAKE-PRETTY-STREAM # ...)) ;;; Too many arguments for generic function MAKE-INSTANCE ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFUN INDEX-POSN ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 4748, and form ;;; (FSET 'INDEX-POSN #'(LAMBDA-BLOCK INDEX-POSN # ...)) ;;; In function INDEX-POSN, checking types of arguments STREAM INDEX. ;;; Warning: in file src:lsp;pprint.lsp.NEWEST, position 4748, and form ;;; (FSET 'INDEX-POSN #'(LAMBDA-BLOCK INDEX-POSN # ...)) ;;; The declaration specifier VALUES is unknown. ;;; Compiling (DEFUN POSN-INDEX ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 4908, and form ;;; (FSET 'POSN-INDEX #'(LAMBDA-BLOCK POSN-INDEX # ...)) ;;; In function POSN-INDEX, checking types of arguments STREAM POSN. ;;; Warning: in file src:lsp;pprint.lsp.NEWEST, position 4908, and form ;;; (FSET 'POSN-INDEX #'(LAMBDA-BLOCK POSN-INDEX # ...)) ;;; The declaration specifier VALUES is unknown. ;;; Compiling (DEFUN POSN-COLUMN ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 5065, and form ;;; (FSET 'POSN-COLUMN #'(LAMBDA-BLOCK POSN-COLUMN # ...)) ;;; In function POSN-COLUMN, checking types of arguments STREAM POSN. ;;; Warning: in file src:lsp;pprint.lsp.NEWEST, position 5065, and form ;;; (FSET 'POSN-COLUMN #'(LAMBDA-BLOCK POSN-COLUMN # ...)) ;;; The declaration specifier VALUES is unknown. ;;; Compiling (DEFMETHOD GRAY:STREAM-WRITE-CHAR ...). ;;; Compiling (DEFMETHOD GRAY:STREAM-FORCE-OUTPUT ...). ;;; Warning: in file src:lsp;pprint.lsp.NEWEST, position 5352, and form ;;; (INSTALL-METHOD 'STREAM-FORCE-OUTPUT 'NIL ...) ;;; The variable STREAM is not used. ;;; Compiling (DEFMETHOD GRAY:STREAM-CLEAR-OUTPUT ...). ;;; Compiling (DEFUN PRETTY-OUT ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 5600, and form ;;; (FSET 'PRETTY-OUT #'(LAMBDA-BLOCK PRETTY-OUT # ...)) ;;; In function PRETTY-OUT, checking types of arguments CHAR STREAM. ;;; Compiling (DEFUN PRETTY-SOUT ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 6039, and form ;;; (FSET 'PRETTY-SOUT #'(LAMBDA-BLOCK PRETTY-SOUT # ...)) ;;; In function PRETTY-SOUT, checking types of arguments END START STRING STREAM. ;;; Compiling (DEFUN MAKE-LOGICAL-BLOCK ...). ;;; Compiling (DEFUN REALLY-START-LOGICAL-BLOCK ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 7636, and form ;;; (FSET 'REALLY-START-LOGICAL-BLOCK #'(LAMBDA-BLOCK REALLY-START-LOGICAL-BLOCK # ...)) ;;; In function REALLY-START-LOGICAL-BLOCK, checking types of arguments SUFFIX PREFIX COLUMN STREAM. ;;; Compiling (DEFUN SET-INDENTATION ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 9406, and form ;;; (FSET 'SET-INDENTATION #'(LAMBDA-BLOCK SET-INDENTATION # ...)) ;;; In function SET-INDENTATION, checking types of arguments COLUMN STREAM. ;;; Compiling (DEFUN REALLY-END-LOGICAL-BLOCK ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 10173, and form ;;; (FSET 'REALLY-END-LOGICAL-BLOCK #'(LAMBDA-BLOCK REALLY-END-LOGICAL-BLOCK # ...)) ;;; In function REALLY-END-LOGICAL-BLOCK, checking types of arguments STREAM. ;;; Compiling (DEFUN MAKE-QUEUED-OP ...). ;;; Compiling (DEFUN MAKE-SECTION-START ...). ;;; Compiling (DEFUN MAKE-NEWLINE ...). ;;; Compiling (DEFUN ENQUEUE-NEWLINE ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 11637, and form ;;; (FSET 'ENQUEUE-NEWLINE #'(LAMBDA-BLOCK ENQUEUE-NEWLINE # ...)) ;;; In function ENQUEUE-NEWLINE, checking types of arguments KIND STREAM. ;;; Compiling (DEFUN MAKE-INDENTATION ...). ;;; Compiling (DEFUN ENQUEUE-INDENT ...). ;;; Compiling (DEFUN MAKE-BLOCK-START ...). ;;; Compiling (DEFUN START-LOGICAL-BLOCK ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 12636, and form ;;; (FSET 'START-LOGICAL-BLOCK #'(LAMBDA-BLOCK START-LOGICAL-BLOCK # ...)) ;;; In function START-LOGICAL-BLOCK, checking types of arguments SUFFIX PER-LINE-P PREFIX STREAM. ;;; Compiling (DEFUN MAKE-BLOCK-END ...). ;;; Compiling (DEFUN END-LOGICAL-BLOCK ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 13332, and form ;;; (FSET 'END-LOGICAL-BLOCK #'(LAMBDA-BLOCK END-LOGICAL-BLOCK # ...)) ;;; In function END-LOGICAL-BLOCK, checking types of arguments STREAM. ;;; Compiling (DEFUN MAKE-TAB ...). ;;; Compiling (DEFUN ENQUEUE-TAB ...). ;;; Compiling (DEFUN COMPUTE-TAB-SIZE ...). ;;; Compiling (DEFUN INDEX-COLUMN ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 14842, and form ;;; (FSET 'INDEX-COLUMN #'(LAMBDA-BLOCK INDEX-COLUMN # ...)) ;;; In function INDEX-COLUMN, checking types of arguments STREAM INDEX. ;;; Compiling (DEFUN EXPAND-TABS ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 15532, and form ;;; (FSET 'EXPAND-TABS #'(LAMBDA-BLOCK EXPAND-TABS # ...)) ;;; In function EXPAND-TABS, checking types of arguments THROUGH STREAM. ;;; Compiling (DEFUN ASSURE-SPACE-IN-BUFFER ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 17371, and form ;;; (FSET 'ASSURE-SPACE-IN-BUFFER #'(LAMBDA-BLOCK ASSURE-SPACE-IN-BUFFER # ...)) ;;; In function ASSURE-SPACE-IN-BUFFER, checking types of arguments WANT STREAM. ;;; Compiling (DEFUN MAYBE-OUTPUT ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 18152, and form ;;; (FSET 'MAYBE-OUTPUT #'(LAMBDA-BLOCK MAYBE-OUTPUT # ...)) ;;; In function MAYBE-OUTPUT, checking types of arguments FORCE-NEWLINES-P STREAM. ;;; Compiling (DEFUN MISERING-P ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 20057, and form ;;; (FSET 'MISERING-P #'(LAMBDA-BLOCK MISERING-P # ...)) ;;; In function MISERING-P, checking types of arguments STREAM. ;;; Compiling (DEFUN FITS-ON-LINE-P ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 20319, and form ;;; (FSET 'FITS-ON-LINE-P #'(LAMBDA-BLOCK FITS-ON-LINE-P # ...)) ;;; In function FITS-ON-LINE-P, checking types of arguments FORCE-NEWLINES-P UNTIL STREAM. ;;; Compiling (DEFUN OUTPUT-LINE ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 20975, and form ;;; (FSET 'OUTPUT-LINE #'(LAMBDA-BLOCK OUTPUT-LINE # ...)) ;;; In function OUTPUT-LINE, checking types of arguments UNTIL STREAM. ;;; Compiling (DEFUN OUTPUT-PARTIAL-LINE ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 23388, and form ;;; (FSET 'OUTPUT-PARTIAL-LINE #'(LAMBDA-BLOCK OUTPUT-PARTIAL-LINE # ...)) ;;; In function OUTPUT-PARTIAL-LINE, checking types of arguments STREAM. ;;; Compiling (DEFUN FORCE-PRETTY-OUTPUT ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 24196, and form ;;; (FSET 'FORCE-PRETTY-OUTPUT #'(LAMBDA-BLOCK FORCE-PRETTY-OUTPUT # ...)) ;;; In function FORCE-PRETTY-OUTPUT, checking types of arguments STREAM. ;;; Compiling (DEFUN PPRINT-POP-HELPER ...). ;;; Compiling (DEFUN CHECK-PRINT-LEVEL ...). ;;; Compiling (DEFUN SEARCH-PRINT-CIRCLE ...). ;;; Compiling (DEFUN DO-PPRINT-LOGICAL-BLOCK ...). ;;; Compiling (DEFUN PPRINT-LOGICAL-BLOCK-HELPER ...). ;;; Compiling (DEFMACRO PPRINT-LOGICAL-BLOCK ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 29072, and form ;;; (FSET 'PPRINT-LOGICAL-BLOCK #'(LAMBDA-BLOCK PPRINT-LOGICAL-BLOCK # ...) ...) ;;; Removing unused variable SUFFIX-P ;;; Compiling (DEFMACRO PPRINT-EXIT-IF-LIST-EXHAUSTED ...). ;;; Compiling (DEFMACRO PPRINT-POP ...). ;;; Compiling (DEFUN PPRINT-NEWLINE ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 31324, and form ;;; (FSET 'PPRINT-NEWLINE #'(LAMBDA-BLOCK PPRINT-NEWLINE # ...)) ;;; In function PPRINT-NEWLINE, checking types of arguments STREAM KIND. ;;; Warning: in file src:lsp;pprint.lsp.NEWEST, position 31324, and form ;;; (FSET 'PPRINT-NEWLINE #'(LAMBDA-BLOCK PPRINT-NEWLINE # ...)) ;;; The declaration specifier VALUES is unknown. ;;; Compiling (DEFUN PPRINT-INDENT ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 32749, and form ;;; (FSET 'PPRINT-INDENT #'(LAMBDA-BLOCK PPRINT-INDENT # ...)) ;;; In function PPRINT-INDENT, checking types of arguments STREAM N RELATIVE-TO. ;;; Warning: in file src:lsp;pprint.lsp.NEWEST, position 32749, and form ;;; (FSET 'PPRINT-INDENT #'(LAMBDA-BLOCK PPRINT-INDENT # ...)) ;;; The declaration specifier VALUES is unknown. ;;; Compiling (DEFUN PPRINT-TAB ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 33684, and form ;;; (FSET 'PPRINT-TAB #'(LAMBDA-BLOCK PPRINT-TAB # ...)) ;;; In function PPRINT-TAB, checking types of arguments STREAM COLINC COLNUM KIND. ;;; Warning: in file src:lsp;pprint.lsp.NEWEST, position 33684, and form ;;; (FSET 'PPRINT-TAB #'(LAMBDA-BLOCK PPRINT-TAB # ...)) ;;; The declaration specifier VALUES is unknown. ;;; Compiling (DEFUN PPRINT-FILL ...). ;;; Compiling (DEFUN PPRINT-LINEAR ...). ;;; Compiling (DEFUN PPRINT-TABULAR ...). ;;; Compiling (DEFVAR *INITIAL-PPRINT-DISPATCH*). ;;; Compiling (DEFUN MAKE-PPRINT-DISPATCH-ENTRY ...). ;;; Compiling (DEFUN %PRINT-PPRINT-DISPATCH-ENTRY ...). ;;; Compiling (DEFUN MAKE-PPRINT-DISPATCH-TABLE ...). ;;; Compiling (DEFUN %PRINT-PPRINT-DISPATCH-TABLE ...). ;;; Compiling (DEFUN CONS-TYPE-SPECIFIER-P ...). ;;; Compiling (DEFUN ENTRY< ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 38758, and form ;;; (FSET 'ENTRY< #'(LAMBDA-BLOCK ENTRY< # ...)) ;;; In function ENTRY<, checking types of arguments E2 E1. ;;; Compiling (DEFUN COPY-PPRINT-DISPATCH ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 39169, and form ;;; (FSET 'COPY-PPRINT-DISPATCH #'(LAMBDA-BLOCK COPY-PPRINT-DISPATCH # ...)) ;;; In function COPY-PPRINT-DISPATCH, checking types of arguments TABLE. ;;; Compiling (DEFUN DEFAULT-PPRINT-DISPATCH ...). ;;; Compiling (DEFUN PPRINT-DISPATCH ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 39806, and form ;;; (FSET 'PPRINT-DISPATCH #'(LAMBDA-BLOCK PPRINT-DISPATCH # ...)) ;;; In function PPRINT-DISPATCH, checking types of arguments TABLE OBJECT. ;;; Compiling (DEFUN SET-PPRINT-DISPATCH ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 40471, and form ;;; (FSET 'SET-PPRINT-DISPATCH #'(LAMBDA-BLOCK SET-PPRINT-DISPATCH # ...)) ;;; In function SET-PPRINT-DISPATCH, checking types of arguments TABLE PRIORITY FUNCTION TYPE. ;;; Compiling (DEFUN PPRINT-ARRAY ...). ;;; Compiling (DEFUN PPRINT-VECTOR ...). ;;; Compiling (DEFUN PPRINT-ARRAY-CONTENTS ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 42786, and form ;;; (FSET 'PPRINT-ARRAY-CONTENTS #'(LAMBDA-BLOCK PPRINT-ARRAY-CONTENTS # ...)) ;;; In function PPRINT-ARRAY-CONTENTS, checking types of arguments ARRAY STREAM. ;;; Compiling (DEFUN PPRINT-MULTI-DIM-ARRAY ...). ;;; Compiling (DEFUN PPRINT-RAW-ARRAY ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 43733, and form ;;; (FSET 'PPRINT-RAW-ARRAY #'(LAMBDA-BLOCK PPRINT-RAW-ARRAY # ...)) ;;; Removing unused variable PPRINT-LOGICAL-BLOCK-LENGTH-517 ;;; Warning: in file src:lsp;pprint.lsp.NEWEST, position 43733, and form ;;; (FSET 'PPRINT-RAW-ARRAY #'(LAMBDA-BLOCK PPRINT-RAW-ARRAY # ...)) ;;; The variable #:G515 is not used. ;;; Compiling (DEFUN PPRINT-LAMBDA-LIST ...). ;;; Compiling (DEFUN PPRINT-LAMBDA ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 45872, and form ;;; (FSET 'PPRINT-LAMBDA #'(LAMBDA-BLOCK PPRINT-LAMBDA # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-BLOCK ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 46052, and form ;;; (FSET 'PPRINT-BLOCK #'(LAMBDA-BLOCK PPRINT-BLOCK # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-FLET ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 46200, and form ;;; (FSET 'PPRINT-FLET #'(LAMBDA-BLOCK PPRINT-FLET # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 46200, and form ;;; (FSET 'PPRINT-FLET #'(LAMBDA-BLOCK PPRINT-FLET # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 46200, and form ;;; (FSET 'PPRINT-FLET #'(LAMBDA-BLOCK PPRINT-FLET # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-LET ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 46439, and form ;;; (FSET 'PPRINT-LET #'(LAMBDA-BLOCK PPRINT-LET # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 46439, and form ;;; (FSET 'PPRINT-LET #'(LAMBDA-BLOCK PPRINT-LET # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 46439, and form ;;; (FSET 'PPRINT-LET #'(LAMBDA-BLOCK PPRINT-LET # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-PROGN ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 46630, and form ;;; (FSET 'PPRINT-PROGN #'(LAMBDA-BLOCK PPRINT-PROGN # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-PROGV ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 46764, and form ;;; (FSET 'PPRINT-PROGV #'(LAMBDA-BLOCK PPRINT-PROGV # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-QUOTE ...). ;;; Compiling (DEFUN PPRINT-SETQ ...). ;;; Compiling (DEFUN PPRINT-TAGBODY ...). ;;; Compiling (DEFUN PPRINT-CASE ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 48848, and form ;;; (FSET 'PPRINT-CASE #'(LAMBDA-BLOCK PPRINT-CASE # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 48848, and form ;;; (FSET 'PPRINT-CASE #'(LAMBDA-BLOCK PPRINT-CASE # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-DEFUN ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 49044, and form ;;; (FSET 'PPRINT-DEFUN #'(LAMBDA-BLOCK PPRINT-DEFUN # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-DESTRUCTURING-BIND ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 49235, and form ;;; (FSET 'PPRINT-DESTRUCTURING-BIND #'(LAMBDA-BLOCK PPRINT-DESTRUCTURING-BIND # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-DO ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 49436, and form ;;; (FSET 'PPRINT-DO #'(LAMBDA-BLOCK PPRINT-DO # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 49436, and form ;;; (FSET 'PPRINT-DO #'(LAMBDA-BLOCK PPRINT-DO # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-DOLIST ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 50038, and form ;;; (FSET 'PPRINT-DOLIST #'(LAMBDA-BLOCK PPRINT-DOLIST # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-TYPECASE ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 50515, and form ;;; (FSET 'PPRINT-TYPECASE #'(LAMBDA-BLOCK PPRINT-TYPECASE # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 50515, and form ;;; (FSET 'PPRINT-TYPECASE #'(LAMBDA-BLOCK PPRINT-TYPECASE # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Compiling (DEFUN PPRINT-PROG ...). ;;; Compiling (DEFUN PPRINT-FUNCTION-CALL ...). ;;; Note: in file src:lsp;pprint.lsp.NEWEST, position 51085, and form ;;; (FSET 'PPRINT-FUNCTION-CALL #'(LAMBDA-BLOCK PPRINT-FUNCTION-CALL # ...)) ;;; Removing unused variable ORIG-ARGS ;;; Variable +IO-SYNTAX-PROGV-LIST+ was undefined. Compiler assumes it is a global. ;;; Variable +ECL-SYNTAX-PROGV-LIST+ was undefined. Compiler assumes it is a global. ;;; End of Pass 1. ;;; Note: Creating tag: "_eclP3TczCb7_hf4nezy" for #P"build:clos;pprint.obj.NEWEST" ;;; Emitting code for COLUMN. ;;; Emitting code for POSN. ;;; Emitting code for #:G0. ;;; Emitting code for #:G3. ;;; Emitting code for #:G4. ;;; Emitting code for #:G5. ;;; Emitting code for #:G6. ;;; Emitting code for PRETTY-STREAM-P. ;;; Emitting code for MAKE-PRETTY-STREAM. ;;; Emitting code for #:G8. ;;; Emitting code for INDEX-POSN. ;;; Emitting code for POSN-INDEX. ;;; Emitting code for POSN-COLUMN. ;;; Emitting code for #:G24. ;;; Emitting code for #:G25. ;;; Emitting code for #:G26. ;;; Emitting code for PRETTY-OUT. ;;; Emitting code for PRETTY-SOUT. ;;; Note: Tail-recursive call of PRETTY-SOUT was replaced by iteration. ;;; Emitting code for MAKE-LOGICAL-BLOCK. ;;; Note: Reusing keywords lists for (START-COLUMN SECTION-COLUMN PER-LINE-PREFIX-END PREFIX-LENGTH SUFFIX-LENGTH SECTION-START-LINE) ;;; Emitting code for REALLY-START-LOGICAL-BLOCK. ;;; Emitting code for SET-INDENTATION. ;;; Emitting code for REALLY-END-LOGICAL-BLOCK. ;;; Emitting code for MAKE-QUEUED-OP. ;;; Note: Reusing keywords lists for (POSN) ;;; Emitting code for MAKE-SECTION-START. ;;; Emitting code for MAKE-NEWLINE. ;;; Emitting code for ENQUEUE-NEWLINE. ;;; Emitting code for MAKE-INDENTATION. ;;; Emitting code for ENQUEUE-INDENT. ;;; Emitting code for MAKE-BLOCK-START. ;;; Emitting code for START-LOGICAL-BLOCK. ;;; Emitting code for MAKE-BLOCK-END. ;;; Emitting code for END-LOGICAL-BLOCK. ;;; Emitting code for MAKE-TAB. ;;; Emitting code for ENQUEUE-TAB. ;;; Emitting code for COMPUTE-TAB-SIZE. ;;; Emitting code for INDEX-COLUMN. ;;; Emitting code for EXPAND-TABS. ;;; Emitting code for ASSURE-SPACE-IN-BUFFER. ;;; Note: Tail-recursive call of ASSURE-SPACE-IN-BUFFER was replaced by iteration. ;;; Emitting code for MAYBE-OUTPUT. ;;; Emitting code for MISERING-P. ;;; Emitting code for FITS-ON-LINE-P. ;;; Emitting code for OUTPUT-LINE. ;;; Emitting code for OUTPUT-PARTIAL-LINE. ;;; Emitting code for FORCE-PRETTY-OUTPUT. ;;; Emitting code for PPRINT-POP-HELPER. ;;; Emitting code for CHECK-PRINT-LEVEL. ;;; Emitting code for SEARCH-PRINT-CIRCLE. ;;; Emitting code for DO-PPRINT-LOGICAL-BLOCK. ;;; Emitting code for PPRINT-LOGICAL-BLOCK-HELPER. ;;; Emitting code for PPRINT-LOGICAL-BLOCK. ;;; Emitting code for PPRINT-EXIT-IF-LIST-EXHAUSTED. ;;; Emitting code for PPRINT-POP. ;;; Emitting code for PPRINT-NEWLINE. ;;; Emitting code for PPRINT-INDENT. ;;; Emitting code for PPRINT-TAB. ;;; Emitting code for PPRINT-FILL. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-383. ;;; Emitting code for PPRINT-LINEAR. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-398. ;;; Emitting code for PPRINT-TABULAR. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-413. ;;; Emitting code for MAKE-PPRINT-DISPATCH-ENTRY. ;;; Emitting code for %PRINT-PPRINT-DISPATCH-ENTRY. ;;; Emitting code for .PRINT-UNREADABLE-OBJECT-BODY.. ;;; Emitting code for MAKE-PPRINT-DISPATCH-TABLE. ;;; Emitting code for %PRINT-PPRINT-DISPATCH-TABLE. ;;; Emitting code for CONS-TYPE-SPECIFIER-P. ;;; Emitting code for ENTRY<. ;;; Emitting code for COPY-PPRINT-DISPATCH. ;;; Emitting code for #:G439. ;;; Emitting code for DEFAULT-PPRINT-DISPATCH. ;;; Emitting code for PPRINT-DISPATCH. ;;; Emitting code for SET-PPRINT-DISPATCH. ;;; Emitting code for PPRINT-ARRAY. ;;; Emitting code for PPRINT-VECTOR. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-482. ;;; Emitting code for PPRINT-ARRAY-CONTENTS. ;;; Emitting code for OUTPUT-GUTS. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-498. ;;; Emitting code for PPRINT-MULTI-DIM-ARRAY. ;;; Emitting code for PPRINT-RAW-ARRAY. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-516. ;;; Emitting code for PPRINT-LAMBDA-LIST. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-526. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-547. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-554. ;;; Emitting code for PPRINT-LAMBDA. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-594. ;;; Emitting code for PPRINT-BLOCK. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-626. ;;; Emitting code for PPRINT-FLET. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-658. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-680. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-697. ;;; Emitting code for PPRINT-LET. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-736. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-758. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-775. ;;; Emitting code for PPRINT-PROGN. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-808. ;;; Emitting code for PPRINT-PROGV. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-834. ;;; Emitting code for PPRINT-QUOTE. ;;; Emitting code for PPRINT-SETQ. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-870. ;;; Emitting code for PPRINT-TAGBODY. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-901. ;;; Emitting code for PPRINT-CASE. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-923. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-952. ;;; Emitting code for PPRINT-DEFUN. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-978. ;;; Emitting code for PPRINT-DESTRUCTURING-BIND. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1016. ;;; Emitting code for PPRINT-DO. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1051. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1072. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1089. ;;; Emitting code for PPRINT-DOLIST. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1127. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1148. ;;; Emitting code for PPRINT-TYPECASE. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1185. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1214. ;;; Emitting code for PPRINT-PROG. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1237. ;;; Emitting code for PPRINT-FUNCTION-CALL. ;;; Emitting code for #:PPRINT-LOGICAL-BLOCK-1263. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/pprint.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/pprint.obj"pprint.c ;;; Finished compiling src:lsp;pprint.lsp. (compile-file "src:clos;conditions.lsp" :output-file #P"build:clos;conditions.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;conditions.lsp. ;;; OPTIMIZE levels: Safety=1, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFMACRO UNIQUE-ID ...). ;;; Compiling (DEFVAR *RESTART-CLUSTERS* ...). ;;; Compiling (DEFVAR *CONDITION-RESTARTS* ...). ;;; Compiling (DEFUN COMPUTE-RESTARTS ...). ;;; Compiling (DEFUN RESTART-PRINT ...). ;;; Compiling (DEFUN MAKE-RESTART ...). ;;; Compiling (DEFUN RESTART-REPORT ...). ;;; Compiling (DEFMACRO RESTART-BIND ...). ;;; Compiling (DEFUN FIND-RESTART ...). ;;; Compiling (DEFUN FIND-RESTART-NEVER-FAIL ...). ;;; Compiling (DEFUN INVOKE-RESTART ...). ;;; Compiling (DEFUN INVOKE-RESTART-INTERACTIVELY ...). ;;; Compiling (DEFMACRO RESTART-CASE ...). ;;; Compiling (DEFMACRO WITH-SIMPLE-RESTART ...). ;;; Compiling (DEFMACRO WITH-CONDITION-RESTARTS ...). ;;; Compiling (DEFCLASS CONDITION ...). ;;; Compiling (DEFMACRO DEFINE-CONDITION ...). ;;; Compiling (DEFUN FIND-SUBCLASSES-OF-TYPE ...). ;;; Compiling (DEFUN MAKE-CONDITION ...). ;;; Compiling (DEFVAR *HANDLER-CLUSTERS* ...). ;;; Compiling (DEFMACRO HANDLER-BIND ...). ;;; Compiling (DEFUN SIGNAL ...). ;;; Compiling (DEFUN COERCE-TO-CONDITION ...). ;;; Compiling (DEFUN BREAK ...). ;;; Note: in file src:clos;conditions.lsp.NEWEST, position 13291, and form ;;; (FSET 'BREAK #'(LAMBDA-BLOCK BREAK # ...)) ;;; Removing unused variable G102 ;;; Compiling (DEFUN WARN ...). ;;; Note: in file src:clos;conditions.lsp.NEWEST, position 13900, and form ;;; (FSET 'WARN #'(LAMBDA-BLOCK WARN # ...)) ;;; Removing unused variable G112 ;;; Compiling (DEFUN SIGNAL-SIMPLE-ERROR ...). ;;; Compiling (DEFMACRO HANDLER-CASE ...). ;;; Compiling (DEFMACRO IGNORE-ERRORS ...). ;;; Compiling (DEFUN ABORT ...). ;;; Compiling (DEFUN CONTINUE ...). ;;; Compiling (DEFUN MUFFLE-WARNING ...). ;;; Compiling (DEFUN STORE-VALUE ...). ;;; Compiling (DEFUN USE-VALUE ...). ;;; Compiling (DEFUN UNIVERSAL-ERROR-HANDLER ...). ;;; Note: in file src:clos;conditions.lsp.NEWEST, position 24307, and form ;;; (FSET 'UNIVERSAL-ERROR-HANDLER #'(LAMBDA-BLOCK UNIVERSAL-ERROR-HANDLER # ...)) ;;; Removing unused variable G144 ;;; Note: in file src:clos;conditions.lsp.NEWEST, position 24307, and form ;;; (FSET 'UNIVERSAL-ERROR-HANDLER #'(LAMBDA-BLOCK UNIVERSAL-ERROR-HANDLER # ...)) ;;; Removing unused variable G151 ;;; Note: in file src:clos;conditions.lsp.NEWEST, position 24307, and form ;;; (FSET 'UNIVERSAL-ERROR-HANDLER #'(LAMBDA-BLOCK UNIVERSAL-ERROR-HANDLER # ...)) ;;; Removing unused variable G170 ;;; Note: in file src:clos;conditions.lsp.NEWEST, position 24307, and form ;;; (FSET 'UNIVERSAL-ERROR-HANDLER #'(LAMBDA-BLOCK UNIVERSAL-ERROR-HANDLER # ...)) ;;; Removing unused variable G171 ;;; Note: in file src:clos;conditions.lsp.NEWEST, position 24307, and form ;;; (FSET 'UNIVERSAL-ERROR-HANDLER #'(LAMBDA-BLOCK UNIVERSAL-ERROR-HANDLER # ...)) ;;; Removing unused variable G172 ;;; Compiling (DEFUN TPL-CONTINUE-COMMAND ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclj6KWaJa7_f66nezy" for #P"build:clos;conditions.obj.NEWEST" ;;; Emitting code for UNIQUE-ID. ;;; Emitting code for COMPUTE-RESTARTS. ;;; Emitting code for RESTART-PRINT. ;;; Emitting code for MAKE-RESTART. ;;; Emitting code for RESTART-REPORT. ;;; Emitting code for RESTART-BIND. ;;; Emitting code for FIND-RESTART. ;;; Emitting code for FIND-RESTART-NEVER-FAIL. ;;; Emitting code for INVOKE-RESTART. ;;; Emitting code for INVOKE-RESTART-INTERACTIVELY. ;;; Emitting code for RESTART-CASE. ;;; Emitting code for TRANSFORM-KEYWORDS. ;;; Emitting code for WITH-SIMPLE-RESTART. ;;; Emitting code for WITH-CONDITION-RESTARTS. ;;; Emitting code for DEFINE-CONDITION. ;;; Emitting code for FIND-SUBCLASSES-OF-TYPE. ;;; Emitting code for MAKE-CONDITION. ;;; Emitting code for HANDLER-BIND. ;;; Emitting code for #:G79. ;;; Emitting code for SIGNAL. ;;; Emitting code for COERCE-TO-CONDITION. ;;; Emitting code for BREAK. ;;; Emitting code for #:G100. ;;; Emitting code for #:G101. ;;; Emitting code for WARN. ;;; Emitting code for #:G110. ;;; Emitting code for #:G111. ;;; Emitting code for SIGNAL-SIMPLE-ERROR. ;;; Emitting code for HANDLER-CASE. ;;; Emitting code for IGNORE-ERRORS. ;;; Emitting code for ABORT. ;;; Emitting code for CONTINUE. ;;; Emitting code for MUFFLE-WARNING. ;;; Emitting code for STORE-VALUE. ;;; Emitting code for USE-VALUE. ;;; Emitting code for UNIVERSAL-ERROR-HANDLER. ;;; Emitting code for #:G142. ;;; Emitting code for #:G143. ;;; Emitting code for #:G149. ;;; Emitting code for #:G150. ;;; Emitting code for #:G156. ;;; Emitting code for #:G157. ;;; Emitting code for #:G162. ;;; Emitting code for #:G163. ;;; Emitting code for #:G168. ;;; Emitting code for #:G169. ;;; Emitting code for TPL-CONTINUE-COMMAND. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/conditions.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/conditions.obj"conditions.c ;;; Finished compiling src:clos;conditions.lsp. (compile-file "src:lsp;describe.lsp" :output-file #P"build:clos;describe.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;describe.lsp. ;;; OPTIMIZE levels: Safety=1, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFVAR *INSPECT-LEVEL* ...). ;;; Compiling (DEFVAR *INSPECT-HISTORY* ...). ;;; Compiling (DEFVAR *INSPECT-MODE* ...). ;;; Compiling (DEFVAR *OLD-PRINT-LEVEL* ...). ;;; Compiling (DEFVAR *OLD-PRINT-LENGTH* ...). ;;; Compiling (DEFUN INSPECT-READ-LINE ...). ;;; Compiling (DEFUN SELECT-P ...). ;;; Compiling (DEFUN SELECT-E ...). ;;; Compiling (DEFUN SELECT-U ...). ;;; Compiling (DEFUN SELECT-? ...). ;;; Compiling (DEFUN READ-INSPECT-COMMAND ...). ;;; Note: in file src:lsp;describe.lsp.NEWEST, position 2456, and form ;;; (FSET 'READ-INSPECT-COMMAND #'(LAMBDA-BLOCK READ-INSPECT-COMMAND # ...)) ;;; Removing unused variable G26 ;;; Compiling (DEFUN INSPECT-INDENT ...). ;;; Compiling (DEFUN INSPECT-INDENT-1 ...). ;;; Compiling (DEFUN INSPECT-SYMBOL ...). ;;; Compiling (DEFUN INSPECT-PACKAGE ...). ;;; Compiling (DEFUN INSPECT-CHARACTER ...). ;;; Compiling (DEFUN INSPECT-NUMBER ...). ;;; Compiling (DEFUN INSPECT-CONS ...). ;;; Compiling (DEFUN INSPECT-STRING ...). ;;; Compiling (DEFUN INSPECT-VECTOR ...). ;;; Compiling (DEFUN INSPECT-ARRAY ...). ;;; Compiling (DEFUN SELECT-HT-N ...). ;;; Compiling (DEFUN SELECT-HT-L ...). ;;; Compiling (DEFUN SELECT-HT-J ...). ;;; Compiling (DEFUN SELECT-HT-? ...). ;;; Compiling (DEFUN INSPECT-HASHTABLE ...). ;;; Compiling (DEFUN INSPECT-INSTANCE ...). ;;; Compiling (DEFUN INSPECT-OBJECT ...). ;;; Compiling (DEFUN INSPECT ...). ;;; Compiling (DEFUN DESCRIBE ...). ;;; Compiling (DEFUN PRINT-DOC ...). ;;; Compiling (DEFUN HELP* ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclJvgvUeZ7_iC6nezy" for #P"build:clos;describe.obj.NEWEST" ;;; Emitting code for INSPECT-READ-LINE. ;;; Emitting code for SELECT-P. ;;; Emitting code for SELECT-E. ;;; Emitting code for SELECT-U. ;;; Emitting code for SELECT-?. ;;; Emitting code for READ-INSPECT-COMMAND. ;;; Emitting code for #:G19. ;;; Emitting code for #:G20. ;;; Emitting code for INSPECT-INDENT. ;;; Emitting code for INSPECT-INDENT-1. ;;; Emitting code for INSPECT-SYMBOL. ;;; Emitting code for INSPECT-PACKAGE. ;;; Emitting code for INSPECT-CHARACTER. ;;; Emitting code for INSPECT-NUMBER. ;;; Emitting code for INSPECT-CONS. ;;; Emitting code for INSPECT-STRING. ;;; Emitting code for INSPECT-VECTOR. ;;; Emitting code for INSPECT-ARRAY. ;;; Emitting code for SELECT-HT-N. ;;; Emitting code for #:G75. ;;; Emitting code for SELECT-HT-L. ;;; Emitting code for #:G81. ;;; Emitting code for SELECT-HT-J. ;;; Emitting code for SELECT-HT-?. ;;; Emitting code for INSPECT-HASHTABLE. ;;; Emitting code for #:G98. ;;; Emitting code for INSPECT-INSTANCE. ;;; Emitting code for INSPECT-OBJECT. ;;; Emitting code for INSPECT. ;;; Emitting code for DESCRIBE. ;;; Emitting code for PRINT-DOC. ;;; Emitting code for GOOD-PACKAGE. ;;; Emitting code for DOC1. ;;; Emitting code for HELP*. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/describe.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/describe.obj"describe.c ;;; Finished compiling src:lsp;describe.lsp. (compile-file "src:clos;inspect.lsp" :output-file #P"build:clos;inspect.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:clos;inspect.lsp. ;;; OPTIMIZE levels: Safety=1, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFMETHOD SELECT-CLOS-N ...). ;;; Compiling (DEFMETHOD SELECT-CLOS-N ...). ;;; Compiling (DEFMETHOD SELECT-CLOS-N ...). ;;; Compiling (DEFMETHOD SELECT-CLOS-L ...). ;;; Compiling (DEFMETHOD SELECT-CLOS-L ...). ;;; Compiling (DEFMETHOD SELECT-CLOS-L ...). ;;; Compiling (DEFMETHOD SELECT-CLOS-J ...). ;;; Compiling (DEFMETHOD SELECT-CLOS-J ...). ;;; Compiling (DEFMETHOD SELECT-CLOS-J ...). ;;; Compiling (DEFUN SELECT-CLOS-? ...). ;;; Compiling (DEFMETHOD INSPECT-OBJ ...). ;;; Compiling (DEFMETHOD INSPECT-OBJ ...). ;;; Compiling (DEFMETHOD INSPECT-OBJ ...). ;;; Compiling (DEFGENERIC DOCUMENTATION ...). ;;; Compiling (DEFGENERIC (SETF DOCUMENTATION) ...). ;;; Compiling (DEFMETHOD DOCUMENTATION ...). ;;; Compiling (DEFMETHOD (SETF DOCUMENTATION) ...). ;;; Compiling (DEFMETHOD DOCUMENTATION ...). ;;; Compiling (DEFMETHOD (SETF DOCUMENTATION) ...). ;;; Compiling (DEFMETHOD DOCUMENTATION ...). ;;; Compiling (DEFMETHOD (SETF DOCUMENTATION) ...). ;;; Compiling (DEFMETHOD DOCUMENTATION ...). ;;; Compiling (DEFMETHOD (SETF DOCUMENTATION) ...). ;;; Compiling (DEFMETHOD DOCUMENTATION ...). ;;; Compiling (DEFMETHOD (SETF DOCUMENTATION) ...). ;;; Compiling (DEFMETHOD DOCUMENTATION ...). ;;; Compiling (DEFMETHOD (SETF DOCUMENTATION) ...). ;;; Compiling (DEFMETHOD DOCUMENTATION ...). ;;; Compiling (DEFMETHOD (SETF DOCUMENTATION) ...). ;;; Compiling (DEFMETHOD DOCUMENTATION ...). ;;; Compiling (DEFMETHOD (SETF DOCUMENTATION) ...). ;;; Compiling (DEFMETHOD DOCUMENTATION ...). ;;; Compiling (DEFMETHOD (SETF DOCUMENTATION) ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecllW10JUb7_mp6nezy" for #P"build:clos;inspect.obj.NEWEST" ;;; Emitting code for #:G64. ;;; Emitting code for #:G101. ;;; Emitting code for #:G118. ;;; Emitting code for #:G127. ;;; Emitting code for #:G136. ;;; Emitting code for #:G141. ;;; Emitting code for #:G166. ;;; Emitting code for #:G186. ;;; Emitting code for #:G200. ;;; Emitting code for SELECT-CLOS-?. ;;; Emitting code for #:G224. ;;; Emitting code for #:G258. ;;; Emitting code for #:G292. ;;; Emitting code for #:G308. ;;; Emitting code for #:G324. ;;; Emitting code for #:G333. ;;; Emitting code for #:G334. ;;; Emitting code for #:G335. ;;; Emitting code for #:G342. ;;; Emitting code for #:G346. ;;; Emitting code for #:G353. ;;; Emitting code for #:G357. ;;; Emitting code for #:G358. ;;; Emitting code for #:G359. ;;; Emitting code for #:G366. ;;; Emitting code for #:G370. ;;; Emitting code for #:G377. ;;; Emitting code for #:G381. ;;; Emitting code for #:G382. ;;; Emitting code for #:G383. ;;; Emitting code for #:G390. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/inspect.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/inspect.obj"inspect.c ;;; Finished compiling src:clos;inspect.lsp. (compile-file "src:lsp;top.lsp" :output-file #P"build:clos;top.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:lsp;top.lsp. ;;; OPTIMIZE levels: Safety=1, Space=3, Speed=3, Debug=0 ;;; Compiling (DEFVAR *QUIT-TAG* ...). ;;; Compiling (DEFVAR *QUIT-TAGS* ...). ;;; Compiling (DEFVAR *BREAK-LEVEL* ...). ;;; Compiling (DEFVAR *BREAK-ENV* ...). ;;; Compiling (DEFVAR *IHS-BASE* ...). ;;; Compiling (DEFVAR *IHS-TOP* ...). ;;; Warning: in file src:lsp;top.lsp.NEWEST, position 1172, and form ;;; (IF (NOT #) (PROGN #)) ;;; Too few arguments for proclaimed function IHS-TOP ;;; Compiling (DEFVAR *IHS-CURRENT* ...). ;;; Compiling (DEFVAR *FRS-BASE* ...). ;;; Compiling (DEFVAR *FRS-TOP* ...). ;;; Compiling (DEFVAR *TPL-CONTINUABLE* ...). ;;; Compiling (DEFVAR *TPL-PROMPT-HOOK* ...). ;;; Compiling (DEFVAR *EOF* ...). ;;; Compiling (DEFVAR *LAST-ERROR* ...). ;;; Compiling (DEFVAR *BREAK-ENABLE* ...). ;;; Compiling (DEFVAR *BREAK-MESSAGE* ...). ;;; Compiling (DEFVAR *BREAK-READTABLE* ...). ;;; Compiling (DEFVAR *TPL-LEVEL* ...). ;;; Compiling (DEFVAR *STEP-LEVEL* ...). ;;; Compiling (DEFVAR *BREAK-HIDDEN-FUNCTIONS* ...). ;;; Compiling (DEFVAR *BREAK-HIDDEN-PACKAGES* ...). ;;; Compiling (DEFVAR *TPL-COMMANDS* ...). ;;; Compiling (DEFVAR *LISP-INITIALIZED* ...). ;;; Compiling (DEFUN TOP-LEVEL ...). ;;; Compiling (DEFVAR *CONSOLE-LOCK* ...). ;;; Compiling (DEFVAR *CONSOLE-OWNER* ...). ;;; Compiling (DEFVAR *CONSOLE-WAITING-LIST* ...). ;;; Compiling (DEFUN CANDIDATE-TO-GET-CONSOLE-P ...). ;;; Compiling (DEFUN REGISTER-IN-WAITING-LIST ...). ;;; Variable *ALLOW-WITH-INTERRUPTS* was undefined. Compiler assumes it is a global. ;;; Note: in file src:lsp;top.lsp.NEWEST, position 16265, and form ;;; (FSET 'REGISTER-IN-WAITING-LIST #'(LAMBDA-BLOCK REGISTER-IN-WAITING-LIST # ...)) ;;; Removing unused variable OUTER-ALLOW-WITH-INTERRUPTS-12 ;;; Note: in file src:lsp;top.lsp.NEWEST, position 16265, and form ;;; (FSET 'REGISTER-IN-WAITING-LIST #'(LAMBDA-BLOCK REGISTER-IN-WAITING-LIST # ...)) ;;; Removing unused variable *ALLOW-WITH-INTERRUPTS* ;;; Compiling (DEFUN DELETE-FROM-WAITING-LIST ...). ;;; Variable *ALLOW-WITH-INTERRUPTS* was undefined. Compiler assumes it is a global. ;;; Note: in file src:lsp;top.lsp.NEWEST, position 16265, and form ;;; (FSET 'DELETE-FROM-WAITING-LIST #'(LAMBDA-BLOCK DELETE-FROM-WAITING-LIST # ...)) ;;; Removing unused variable OUTER-ALLOW-WITH-INTERRUPTS-31 ;;; Note: in file src:lsp;top.lsp.NEWEST, position 16265, and form ;;; (FSET 'DELETE-FROM-WAITING-LIST #'(LAMBDA-BLOCK DELETE-FROM-WAITING-LIST # ...)) ;;; Removing unused variable *ALLOW-WITH-INTERRUPTS* ;;; Compiling (DEFUN GRAB-CONSOLE ...). ;;; Variable *ALLOW-WITH-INTERRUPTS* was undefined. Compiler assumes it is a global. ;;; Note: in file src:lsp;top.lsp.NEWEST, position 16265, and form ;;; (FSET 'GRAB-CONSOLE #'(LAMBDA-BLOCK GRAB-CONSOLE # ...)) ;;; Removing unused variable OUTER-ALLOW-WITH-INTERRUPTS-47 ;;; Note: in file src:lsp;top.lsp.NEWEST, position 16265, and form ;;; (FSET 'GRAB-CONSOLE #'(LAMBDA-BLOCK GRAB-CONSOLE # ...)) ;;; Removing unused variable *ALLOW-WITH-INTERRUPTS* ;;; Compiling (DEFUN RELEASE-CONSOLE ...). ;;; Variable *ALLOW-WITH-INTERRUPTS* was undefined. Compiler assumes it is a global. ;;; Note: in file src:lsp;top.lsp.NEWEST, position 16265, and form ;;; (FSET 'RELEASE-CONSOLE #'(LAMBDA-BLOCK RELEASE-CONSOLE # ...)) ;;; Removing unused variable OUTER-ALLOW-WITH-INTERRUPTS-66 ;;; Note: in file src:lsp;top.lsp.NEWEST, position 16265, and form ;;; (FSET 'RELEASE-CONSOLE #'(LAMBDA-BLOCK RELEASE-CONSOLE # ...)) ;;; Removing unused variable *ALLOW-WITH-INTERRUPTS* ;;; Compiling (DEFMACRO WITH-GRABBED-CONSOLE ...). ;;; Compiling (DEFVAR *ALLOW-RECURSIVE-DEBUG* ...). ;;; Compiling (DEFVAR *DEBUG-STATUS* ...). ;;; Compiling (DEFUN SIMPLE-TERMINAL-INTERRUPT ...). ;;; Compiling (DEFUN SHOW-PROCESS-LIST ...). ;;; Compiling (DEFUN QUERY-PROCESS ...). ;;; Compiling (DEFVAR *INTERRUPT-LONELY-THREADS-P* ...). ;;; Compiling (DEFUN SINGLE-THREADED-TERMINAL-INTERRUPT ...). ;;; Note: in file src:lsp;top.lsp.NEWEST, position 18893, and form ;;; (FSET 'SINGLE-THREADED-TERMINAL-INTERRUPT #'(LAMBDA-BLOCK SINGLE-THREADED-TERMINAL-INTERRUPT NIL ...)) ;;; Removing unused variable G89 ;;; Compiling (DEFUN TERMINAL-INTERRUPT ...). ;;; Variable *ALLOW-WITH-INTERRUPTS* was undefined. Compiler assumes it is a global. ;;; Note: in file src:lsp;top.lsp.NEWEST, position 19003, and form ;;; (FSET 'TERMINAL-INTERRUPT #'(LAMBDA-BLOCK TERMINAL-INTERRUPT # ...)) ;;; Removing unused variable G119 ;;; Note: in file src:lsp;top.lsp.NEWEST, position 19003, and form ;;; (FSET 'TERMINAL-INTERRUPT #'(LAMBDA-BLOCK TERMINAL-INTERRUPT # ...)) ;;; Removing unused variable *ALLOW-WITH-INTERRUPTS* ;;; Note: in file src:lsp;top.lsp.NEWEST, position 19003, and form ;;; (FSET 'TERMINAL-INTERRUPT #'(LAMBDA-BLOCK TERMINAL-INTERRUPT # ...)) ;;; Removing unused variable OUTER-INTERRUPTS-ENABLED-93 ;;; Note: in file src:lsp;top.lsp.NEWEST, position 19003, and form ;;; (FSET 'TERMINAL-INTERRUPT #'(LAMBDA-BLOCK TERMINAL-INTERRUPT # ...)) ;;; Removing unused variable *ALLOW-WITH-INTERRUPTS* ;;; Warning: in file src:lsp;top.lsp.NEWEST, position 19003, and form ;;; (FSET 'TERMINAL-INTERRUPT #'(LAMBDA-BLOCK TERMINAL-INTERRUPT # ...)) ;;; Unknown type (VALUES &REST T) ;;; Warning: in file src:lsp;top.lsp.NEWEST, position 19003, and form ;;; (FSET 'TERMINAL-INTERRUPT #'(LAMBDA-BLOCK TERMINAL-INTERRUPT # ...)) ;;; The variable CORRECTABLEP is not used. ;;; Compiling (DEFUN TPL ...). ;;; Warning: in file src:lsp;top.lsp.NEWEST, position 20393, and form ;;; (FSET 'TPL #'(LAMBDA-BLOCK TPL # ...)) ;;; Too few arguments for proclaimed function IHS-TOP ;;; Warning: in file src:lsp;top.lsp.NEWEST, position 20393, and form ;;; (FSET 'TPL #'(LAMBDA-BLOCK TPL # ...)) ;;; Unknown type (VALUES &REST T) ;;; Note: in file src:lsp;top.lsp.NEWEST, position 20393, and form ;;; (FSET 'TPL #'(LAMBDA-BLOCK TPL # ...)) ;;; Removing unused variable G145 ;;; Note: in file src:lsp;top.lsp.NEWEST, position 20393, and form ;;; (FSET 'TPL #'(LAMBDA-BLOCK TPL # ...)) ;;; Removing unused variable G152 ;;; Compiling (DEFUN TPL-PROMPT ...). ;;; Compiling (DEFUN TPL-READ ...). ;;; Compiling (DEFVAR *DEBUG-TPL-COMMANDS* ...). ;;; Compiling (DEFUN HARDEN-COMMAND ...). ;;; Compiling (DEFUN TPL-MAKE-COMMAND ...). ;;; Compiling (DEFUN TPL-PARSE-FORMS ...). ;;; Compiling (DEFUN TPL-PARSE-STRINGS ...). ;;; Compiling (DEFUN TPL-PRINT ...). ;;; Compiling (DEFUN TPL-UNKNOWN-COMMAND ...). ;;; Compiling (DEFUN TPL-POP-COMMAND ...). ;;; Compiling (DEFUN TPL-QUIT-COMMAND ...). ;;; Compiling (DEFUN TPL-PREVIOUS ...). ;;; Compiling (DEFUN TPL-NEXT ...). ;;; Compiling (DEFUN TPL-GO ...). ;;; Compiling (DEFUN TPL-PRINT-MESSAGE ...). ;;; Compiling (DEFUN TPL-DISASSEMBLE-COMMAND ...). ;;; Note: in file src:lsp;top.lsp.NEWEST, position 27436, and form ;;; (FSET 'TPL-DISASSEMBLE-COMMAND #'(LAMBDA-BLOCK TPL-DISASSEMBLE-COMMAND # ...)) ;;; Removing unused variable FUNCTIONS ;;; Note: in file src:lsp;top.lsp.NEWEST, position 27436, and form ;;; (FSET 'TPL-DISASSEMBLE-COMMAND #'(LAMBDA-BLOCK TPL-DISASSEMBLE-COMMAND # ...)) ;;; Removing unused variable BLOCKS ;;; Note: in file src:lsp;top.lsp.NEWEST, position 27436, and form ;;; (FSET 'TPL-DISASSEMBLE-COMMAND #'(LAMBDA-BLOCK TPL-DISASSEMBLE-COMMAND # ...)) ;;; Removing unused variable VARIABLES ;;; Warning: in file src:lsp;top.lsp.NEWEST, position 27436, and form ;;; (FSET 'TPL-DISASSEMBLE-COMMAND #'(LAMBDA-BLOCK TPL-DISASSEMBLE-COMMAND # ...)) ;;; The variable NO-VALUES is not used. ;;; Compiling (DEFUN TPL-LAMBDA-EXPRESSION-COMMAND ...). ;;; Warning: in file src:lsp;top.lsp.NEWEST, position 27769, and form ;;; (FSET 'TPL-LAMBDA-EXPRESSION-COMMAND #'(LAMBDA-BLOCK TPL-LAMBDA-EXPRESSION-COMMAND # ...)) ;;; The variable NO-VALUES is not used. ;;; Compiling (DEFUN RECONSTRUCT-BYTECODES-LAMBDA-LIST ...). ;;; Compiling (DEFUN FUNCTION-LAMBDA-LIST ...). ;;; Warning: in file src:lsp;top.lsp.NEWEST, position 29081, and form ;;; (FSET 'FUNCTION-LAMBDA-LIST #'(LAMBDA-BLOCK FUNCTION-LAMBDA-LIST # ...)) ;;; The variable LEX-ENV is not used. ;;; Compiling (DEFUN DECODE-ENV-ELT ...). ;;; Compiling (DEFUN DECODE-IHS-ENV ...). ;;; Compiling (DEFUN TPL-VARIABLES-COMMAND ...). ;;; Compiling (DEFUN TPL-INSPECT-COMMAND ...). ;;; Compiling (DEFUN TPL-BDS-COMMAND ...). ;;; Compiling (DEFUN TPL-BACKTRACE ...). ;;; Compiling (DEFUN TPL-FRS-COMMAND ...). ;;; Compiling (DEFUN PRINT-FRS ...). ;;; Compiling (DEFUN BREAK-WHERE ...). ;;; Compiling (DEFUN TPL-PRINT-CURRENT ...). ;;; Compiling (DEFUN TPL-HIDE ...). ;;; Compiling (DEFUN TPL-UNHIDE ...). ;;; Compiling (DEFUN TPL-UNHIDE-PACKAGE ...). ;;; Compiling (DEFUN TPL-UNHIDE-ALL ...). ;;; Compiling (DEFUN TPL-HIDE-PACKAGE ...). ;;; Compiling (DEFUN IHS-VISIBLE ...). ;;; Compiling (DEFUN IHS-FNAME ...). ;;; Compiling (DEFUN SET-CURRENT-IHS ...). ;;; Compiling (DEFUN SET-BREAK-ENV ...). ;;; Compiling (DEFUN IHS-SEARCH ...). ;;; Warning: in file src:lsp;top.lsp.NEWEST, position 38590, and form ;;; (FSET 'IHS-SEARCH #'(LAMBDA-BLOCK IHS-SEARCH # ...)) ;;; Too few arguments for proclaimed function IHS-TOP ;;; Compiling (DEFUN TPL-BACKWARD-SEARCH ...). ;;; Compiling (DEFUN TPL-FORWARD-SEARCH ...). ;;; Warning: in file src:lsp;top.lsp.NEWEST, position 39187, and form ;;; (FSET 'TPL-FORWARD-SEARCH #'(LAMBDA-BLOCK TPL-FORWARD-SEARCH # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN TPL-APROPOS-COMMAND ...). ;;; Compiling (DEFUN TPL-DOCUMENT-COMMAND ...). ;;; Compiling (DEFUN TPL-STEP-COMMAND ...). ;;; Compiling (DEFUN TPL-TRACE-COMMAND ...). ;;; Compiling (DEFUN TPL-UNTRACE-COMMAND ...). ;;; Compiling (DEFVAR *TPL-LAST-LOAD* ...). ;;; Compiling (DEFUN TPL-LOAD-COMMAND ...). ;;; Compiling (DEFVAR *TPL-LAST-COMPILE* ...). ;;; Compiling (DEFUN TPL-COMPILE-COMMAND ...). ;;; Compiling (DEFUN TPL-HELP-COMMAND ...). ;;; Compiling (DEFUN TPL-HELP-STACK-COMMAND ...). ;;; Compiling (DEFUN COMPUTE-RESTART-COMMANDS ...). ;;; Compiling (DEFUN UPDATE-DEBUG-COMMANDS ...). ;;; Compiling (DEFVAR *DEFAULT-DEBUGGER-MAXIMUM-DEPTH* ...). ;;; Compiling (DEFUN CHECK-DEFAULT-DEBUGGER-RUNAWAY ...). ;;; Compiling (DEFUN TPL-SWITCH-COMMAND ...). ;;; Compiling (DEFUN TPL-WAITING-COMMAND ...). ;;; Compiling (DEFUN DEFAULT-DEBUGGER ...). ;;; Note: in file src:lsp;top.lsp.NEWEST, position 44685, and form ;;; (FSET 'DEFAULT-DEBUGGER #'(LAMBDA-BLOCK DEFAULT-DEBUGGER # ...)) ;;; Removing unused variable BREAK-LEVEL ;;; Compiling (DEFUN INVOKE-DEBUGGER ...). ;;; Compiling (DEFUN SAFE-EVAL ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclxYVBvKa7_oO7nezy" for #P"build:clos;top.obj.NEWEST" ;;; Emitting code for TOP-LEVEL. ;;; Emitting code for CANDIDATE-TO-GET-CONSOLE-P. ;;; Emitting code for REGISTER-IN-WAITING-LIST. ;;; Emitting code for DELETE-FROM-WAITING-LIST. ;;; Emitting code for GRAB-CONSOLE. ;;; Emitting code for RELEASE-CONSOLE. ;;; Emitting code for WITH-GRABBED-CONSOLE. ;;; Emitting code for SIMPLE-TERMINAL-INTERRUPT. ;;; Emitting code for SHOW-PROCESS-LIST. ;;; Emitting code for QUERY-PROCESS. ;;; Emitting code for SINGLE-THREADED-TERMINAL-INTERRUPT. ;;; Emitting code for #:G88. ;;; Emitting code for TERMINAL-INTERRUPT. ;;; Emitting code for DO-QUERY-PROCESS. ;;; Emitting code for #:G116. ;;; Emitting code for #:G117. ;;; Emitting code for #:G118. ;;; Emitting code for TPL. ;;; Emitting code for REP. ;;; Emitting code for #:G143. ;;; Emitting code for #:G144. ;;; Emitting code for #:G150. ;;; Emitting code for #:G151. ;;; Emitting code for #:G129. ;;; Emitting code for TPL-PROMPT. ;;; Emitting code for TPL-READ. ;;; Emitting code for HARDEN-COMMAND. ;;; Emitting code for TPL-MAKE-COMMAND. ;;; Emitting code for TPL-PARSE-FORMS. ;;; Emitting code for TPL-PARSE-STRINGS. ;;; Emitting code for #:G170. ;;; Emitting code for TPL-PRINT. ;;; Emitting code for TPL-UNKNOWN-COMMAND. ;;; Emitting code for TPL-POP-COMMAND. ;;; Emitting code for TPL-QUIT-COMMAND. ;;; Emitting code for TPL-PREVIOUS. ;;; Emitting code for TPL-NEXT. ;;; Emitting code for TPL-GO. ;;; Emitting code for TPL-PRINT-MESSAGE. ;;; Emitting code for TPL-DISASSEMBLE-COMMAND. ;;; Emitting code for TPL-LAMBDA-EXPRESSION-COMMAND. ;;; Emitting code for RECONSTRUCT-BYTECODES-LAMBDA-LIST. ;;; Emitting code for FUNCTION-LAMBDA-LIST. ;;; Note: Tail-recursive call of FUNCTION-LAMBDA-LIST was replaced by iteration. ;;; Emitting code for DECODE-ENV-ELT. ;;; Emitting code for DECODE-IHS-ENV. ;;; Emitting code for TPL-VARIABLES-COMMAND. ;;; Emitting code for TPL-INSPECT-COMMAND. ;;; Emitting code for #:G254. ;;; Emitting code for TPL-BDS-COMMAND. ;;; Emitting code for TPL-BACKTRACE. ;;; Emitting code for TPL-FRS-COMMAND. ;;; Emitting code for PRINT-FRS. ;;; Emitting code for BREAK-WHERE. ;;; Emitting code for TPL-PRINT-CURRENT. ;;; Emitting code for TPL-HIDE. ;;; Emitting code for TPL-UNHIDE. ;;; Emitting code for TPL-UNHIDE-PACKAGE. ;;; Emitting code for TPL-UNHIDE-ALL. ;;; Emitting code for TPL-HIDE-PACKAGE. ;;; Emitting code for IHS-VISIBLE. ;;; Emitting code for IHS-FNAME. ;;; Emitting code for SET-CURRENT-IHS. ;;; Emitting code for SET-BREAK-ENV. ;;; Emitting code for IHS-SEARCH. ;;; Emitting code for TPL-BACKWARD-SEARCH. ;;; Emitting code for TPL-FORWARD-SEARCH. ;;; Emitting code for TPL-APROPOS-COMMAND. ;;; Emitting code for TPL-DOCUMENT-COMMAND. ;;; Emitting code for TPL-STEP-COMMAND. ;;; Emitting code for TPL-TRACE-COMMAND. ;;; Emitting code for TPL-UNTRACE-COMMAND. ;;; Emitting code for TPL-LOAD-COMMAND. ;;; Emitting code for TPL-COMPILE-COMMAND. ;;; Emitting code for TPL-HELP-COMMAND. ;;; Emitting code for TPL-HELP-STACK-COMMAND. ;;; Emitting code for COMPUTE-RESTART-COMMANDS. ;;; Note: Reusing keywords lists for (DISPLAY) ;;; Emitting code for UPDATE-DEBUG-COMMANDS. ;;; Emitting code for #:G331. ;;; Emitting code for CHECK-DEFAULT-DEBUGGER-RUNAWAY. ;;; Emitting code for TPL-SWITCH-COMMAND. ;;; Emitting code for TPL-WAITING-COMMAND. ;;; Emitting code for DEFAULT-DEBUGGER. ;;; Emitting code for INVOKE-DEBUGGER. ;;; Emitting code for SAFE-EVAL. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/top.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/top.obj"top.c ;;; Finished compiling src:lsp;top.lsp. ;;; Note: Scanning #P"build:clos;top.obj.NEWEST" ;;; Note: Found tag: "_eclxYVBvKa7_oO7nezy" for build:clos;top.obj.NEWEST ;;; Note: Scanning #P"build:clos;inspect.obj.NEWEST" ;;; Note: Found tag: "_ecllW10JUb7_mp6nezy" for build:clos;inspect.obj.NEWEST ;;; Note: Scanning #P"build:clos;describe.obj.NEWEST" ;;; Note: Found tag: "_eclJvgvUeZ7_iC6nezy" for build:clos;describe.obj.NEWEST ;;; Note: Scanning #P"build:clos;conditions.obj.NEWEST" ;;; Note: Found tag: "_eclj6KWaJa7_f66nezy" for build:clos;conditions.obj.NEWEST ;;; Note: Scanning #P"build:clos;pprint.obj.NEWEST" ;;; Note: Found tag: "_eclP3TczCb7_hf4nezy" for build:clos;pprint.obj.NEWEST ;;; Note: Scanning #P"build:clos;streams.obj.NEWEST" ;;; Note: Found tag: "_ecl2bIUzBa7_Aa3nezy" for build:clos;streams.obj.NEWEST ;;; Note: Scanning #P"build:clos;print.obj.NEWEST" ;;; Note: Found tag: "_ecl5y3yt5b7_sU3nezy" for build:clos;print.obj.NEWEST ;;; Note: Scanning #P"build:clos;fixup.obj.NEWEST" ;;; Note: Found tag: "_ecllcIdZmb7_0H3nezy" for build:clos;fixup.obj.NEWEST ;;; Note: Scanning #P"build:clos;generic.obj.NEWEST" ;;; Note: Found tag: "_ecl8fN9Dkb7_1n2nezy" for build:clos;generic.obj.NEWEST ;;; Note: Scanning #P"build:clos;stdmethod.obj.NEWEST" ;;; Note: Found tag: "_eclkGozKNa7_5u2nezy" for build:clos;stdmethod.obj.NEWEST ;;; Note: Scanning #P"build:clos;change.obj.NEWEST" ;;; Note: Found tag: "_eclHGskjQb7_zh2nezy" for build:clos;change.obj.NEWEST ;;; Note: Scanning #P"build:clos;builtin.obj.NEWEST" ;;; Note: Found tag: "_eclignj3QZ7_rS2nezy" for build:clos;builtin.obj.NEWEST ;;; Note: Scanning #P"build:clos;standard.obj.NEWEST" ;;; Note: Found tag: "_eclms1r4fa7_0k1nezy" for build:clos;standard.obj.NEWEST ;;; Note: Scanning #P"build:clos;defclass.obj.NEWEST" ;;; Note: Found tag: "_ecl2kKyzSb7_7U1nezy" for build:clos;defclass.obj.NEWEST ;;; Note: Scanning #P"build:clos;boot.obj.NEWEST" ;;; Note: Found tag: "_eclK9O9mva7_cT1nezy" for build:clos;boot.obj.NEWEST ;;; Note: Scanning #P"build:clos;combin.obj.NEWEST" ;;; Note: Found tag: "_eclbVUgknb7_UC1nezy" for build:clos;combin.obj.NEWEST ;;; Note: Scanning #P"build:clos;slot.obj.NEWEST" ;;; Note: Found tag: "_eclzQOXMYZ7_ki0nezy" for build:clos;slot.obj.NEWEST ;;; Note: Scanning #P"build:clos;method.obj.NEWEST" ;;; Note: Found tag: "_eclua6XggZ7_De0nezy" for build:clos;method.obj.NEWEST ;;; Note: Scanning #P"build:clos;kernel.obj.NEWEST" ;;; Note: Found tag: "_eclSpAa5pZ7_syzmezy" for build:clos;kernel.obj.NEWEST ;;; Note: Scanning #P"build:lsp;cmdline.obj.NEWEST" ;;; Note: Found tag: "_eclThNd1xZ7_kizmezy" for build:lsp;cmdline.obj.NEWEST ;;; Note: Scanning #P"build:lsp;module.obj.NEWEST" ;;; Note: Found tag: "_eclwpxsOqZ7_Ipzmezy" for build:lsp;module.obj.NEWEST ;;; Note: Scanning #P"build:lsp;config.obj.NEWEST" ;;; Note: Found tag: "_eclQh9yD0b7_bQzmezy" for build:lsp;config.obj.NEWEST ;;; Note: Scanning #P"build:lsp;mp.obj.NEWEST" ;;; Note: Found tag: "_ecl47oubDa7_fXzmezy" for build:lsp;mp.obj.NEWEST ;;; Note: Scanning #P"build:lsp;ffi.obj.NEWEST" ;;; Note: Found tag: "_ecl3hszcSa7_P1zmezy" for build:lsp;ffi.obj.NEWEST ;;; Note: Scanning #P"build:lsp;defpackage.obj.NEWEST" ;;; Note: Found tag: "_eclGJVvUoa7_LPymezy" for build:lsp;defpackage.obj.NEWEST ;;; Note: Scanning #P"build:lsp;format.obj.NEWEST" ;;; Note: Found tag: "_eclYNCcsCa7_hbwmezy" for build:lsp;format.obj.NEWEST ;;; Note: Scanning #P"build:lsp;loop2.obj.NEWEST" ;;; Note: Found tag: "_eclE61AvEa7_qMvmezy" for build:lsp;loop2.obj.NEWEST ;;; Note: Scanning #P"build:lsp;trace.obj.NEWEST" ;;; Note: Found tag: "_eclcRyDslb7_arumezy" for build:lsp;trace.obj.NEWEST ;;; Note: Scanning #P"build:lsp;seqlib.obj.NEWEST" ;;; Note: Found tag: "_eclgZq3EzZ7_LMumezy" for build:lsp;seqlib.obj.NEWEST ;;; Note: Scanning #P"build:lsp;packlib.obj.NEWEST" ;;; Note: Found tag: "_eclwleVw1b7_R3umezy" for build:lsp;packlib.obj.NEWEST ;;; Note: Scanning #P"build:lsp;numlib.obj.NEWEST" ;;; Note: Found tag: "_ecl0OldF6a7_aptmezy" for build:lsp;numlib.obj.NEWEST ;;; Note: Scanning #P"build:lsp;mislib.obj.NEWEST" ;;; Note: Found tag: "_eclPH37xTa7_ybtmezy" for build:lsp;mislib.obj.NEWEST ;;; Note: Scanning #P"build:lsp;listlib.obj.NEWEST" ;;; Note: Found tag: "_ecltik8QFa7_5Mtmezy" for build:lsp;listlib.obj.NEWEST ;;; Note: Scanning #P"build:lsp;iolib.obj.NEWEST" ;;; Note: Found tag: "_eclPwkIt5b7_z8tmezy" for build:lsp;iolib.obj.NEWEST ;;; Note: Scanning #P"build:lsp;defstruct.obj.NEWEST" ;;; Note: Found tag: "_ecl3KFMAZb7_posmezy" for build:lsp;defstruct.obj.NEWEST ;;; Note: Scanning #P"build:lsp;assert.obj.NEWEST" ;;; Note: Found tag: "_eclne4oHKb7_wXsmezy" for build:lsp;assert.obj.NEWEST ;;; Note: Scanning #P"build:lsp;arraylib.obj.NEWEST" ;;; Note: Found tag: "_eclSYdK0Va7_JIsmezy" for build:lsp;arraylib.obj.NEWEST ;;; Note: Scanning #P"build:lsp;seq.obj.NEWEST" ;;; Note: Found tag: "_eclmvpgV9b7_A0smezy" for build:lsp;seq.obj.NEWEST ;;; Note: Scanning #P"build:lsp;predlib.obj.NEWEST" ;;; Note: Found tag: "_ecl9Hgq9fb7_LKrmezy" for build:lsp;predlib.obj.NEWEST ;;; Note: Scanning #P"build:lsp;setf.obj.NEWEST" ;;; Note: Found tag: "_eclSPAzeCa7_pIqmezy" for build:lsp;setf.obj.NEWEST ;;; Note: Scanning #P"build:lsp;autoload.obj.NEWEST" ;;; Note: Found tag: "_eclNDqC01b7_4Iqmezy" for build:lsp;autoload.obj.NEWEST ;;; Note: Scanning #P"build:lsp;evalmacros.obj.NEWEST" ;;; Note: Found tag: "_eclwSDctjZ7_B1qmezy" for build:lsp;evalmacros.obj.NEWEST ;;; Note: Scanning #P"build:lsp;helpfile.obj.NEWEST" ;;; Note: Found tag: "_eclsrA0hNa7_RWpmezy" for build:lsp;helpfile.obj.NEWEST ;;; Note: Scanning #P"build:lsp;defmacro.obj.NEWEST" ;;; Note: Found tag: "_ecludewgPa7_ZHpmezy" for build:lsp;defmacro.obj.NEWEST ;;; Note: Scanning #P"build:lsp;export.obj.NEWEST" ;;; Note: Found tag: "_eclLZbwGHa7_x3pmezy" for build:lsp;export.obj.NEWEST ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" -DECL_API -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/c" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD /O2 -w -c "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF02.c" -Fo"C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF02.obj"EF02.c ;;; Note: Invoking external command: ;;; link -lib @static_lib.tmpMicrosoft (R) Library Manager Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. /DEBUGTYPE:CV /OUT:lsp.lib C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF02.obj "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/export.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/defmacro.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/helpfile.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/evalmacros.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/autoload.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/setf.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/predlib.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/seq.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/arraylib.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/assert.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/defstruct.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/iolib.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/listlib.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/mislib.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/numlib.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/packlib.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/seqlib.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/trace.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/loop2.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/format.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/defpackage.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/ffi.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/mp.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/config.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/module.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/lsp/cmdline.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/kernel.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/method.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/slot.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/combin.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/boot.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/defclass.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/standard.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/builtin.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/change.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/stdmethod.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/generic.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/fixup.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/print.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/streams.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/pprint.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/conditions.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/describe.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/inspect.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/clos/top.obj" LINK : warning LNK4044: unrecognized option '/DEBUGTYPE:CV'; ignored #P"lsp.lib" > NIL ;;; Note: Invoking external command: ;;; cl -Fe"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ecl.dll" "c/main.obj" "c/all_symbols2.obj" "lsp.lib" "eclmin.lib" /LD /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib eclgmp.lib eclgc.lib user32.lib ws2_32.lib shell32.lib /LIBPATH:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ /IMPLIB:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ecl.lib Creating library C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ecl.lib and object C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ecl.exp ;;; Note: Invoking external command: ;;; mt -nologo -manifest "ecl.dll.manifest" "-outputresource:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ecl.dll;2"NIL > NIL > ((#P"SYS:**;*.*.*" #P"C:cygwinhomeJjgarciasrceclwin32.ucd/package/**/*.*")) > (compile-file "build:cmp;cmpdefs.lsp" :output-file #P"build:cmp;cmpdefs.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling build:cmp;cmpdefs.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN MAKE-REF ...). ;;; Compiling (DEFUN %MAKE-VAR ...). ;;; Compiling (DEFUN MAKE-FUN ...). ;;; Compiling (DEFUN MAKE-BLK ...). ;;; Compiling (DEFUN MAKE-TAG ...). ;;; Compiling (DEFUN MAKE-INFO ...). ;;; Compiling (DEFUN MAKE-INLINE-INFO ...). ;;; Compiling (DEFVAR *INFO* ...). ;;; Compiling (DEFVAR *INLINE-FUNCTIONS* ...). ;;; Compiling (DEFVAR *INLINE-BLOCKS* ...). ;;; Compiling (DEFVAR *CURRENT-FORM* ...). ;;; Compiling (DEFVAR *CURRENT-C2FORM* ...). ;;; Compiling (DEFVAR *COMPILE-FILE-POSITION* ...). ;;; Compiling (DEFVAR *FIRST-ERROR* ...). ;;; Compiling (DEFVAR *ACTIVE-HANDLERS* ...). ;;; Compiling (DEFVAR *ACTIVE-PROTECTION* ...). ;;; Compiling (DEFVAR *PENDING-ACTIONS* ...). ;;; Compiling (DEFVAR *COMPILER-CONDITIONS* ...). ;;; Compiling (DEFVAR *COMPILE-PRINT* ...). ;;; Compiling (DEFVAR *COMPILE-VERBOSE* ...). ;;; Compiling (DEFVAR *SUPPRESS-COMPILER-MESSAGES* ...). ;;; Compiling (DEFVAR *SUPPRESS-COMPILER-NOTES* ...). ;;; Compiling (DEFVAR *SUPPRESS-COMPILER-WARNINGS* ...). ;;; Compiling (DEFVAR *COMPILER-BREAK-ENABLE* ...). ;;; Compiling (DEFVAR *COMPILER-IN-USE* ...). ;;; Compiling (DEFVAR *COMPILER-INPUT*). ;;; Compiling (DEFVAR *COMPILER-OUTPUT1*). ;;; Compiling (DEFVAR *COMPILER-OUTPUT2*). ;;; Compiling (DEFVAR *CALLBACKS* ...). ;;; Compiling (DEFVAR *COMPILE-TO-LINKING-CALL* ...). ;;; Compiling (DEFVAR *COMPILER-DECLARED-GLOBALS*). ;;; Compiling (DEFVAR *SAFETY* ...). ;;; Compiling (DEFVAR *SPEED* ...). ;;; Compiling (DEFVAR *SPACE* ...). ;;; Compiling (DEFVAR *DEBUG* ...). ;;; Compiling (DEFVAR *AUTOMATIC-CHECK-TYPE-IN-LAMBDA* ...). ;;; Compiling (DEFVAR *LCL* ...). ;;; Compiling (DEFVAR *TEMP* ...). ;;; Compiling (DEFVAR *MAX-TEMP* ...). ;;; Compiling (DEFVAR *LEVEL* ...). ;;; Compiling (DEFVAR *LEX* ...). ;;; Compiling (DEFVAR *MAX-LEX* ...). ;;; Compiling (DEFVAR *ENV* ...). ;;; Compiling (DEFVAR *MAX-ENV* ...). ;;; Compiling (DEFVAR *ENV-LVL* ...). ;;; Compiling (DEFVAR *AUX-CLOSURE* ...). ;;; Compiling (DEFVAR *NEXT-CMACRO* ...). ;;; Compiling (DEFVAR *NEXT-CFUN* ...). ;;; Compiling (DEFVAR *DEBUG-FUN* ...). ;;; Compiling (DEFVAR *TAIL-RECURSION-INFO* ...). ;;; Compiling (DEFVAR *FUNCTION-DECLARATIONS* ...). ;;; Compiling (DEFVAR *ALLOW-C-LOCAL-DECLARATION* ...). ;;; Compiling (DEFVAR *NOTINLINE* ...). ;;; Compiling (DEFVAR *LAST-LABEL* ...). ;;; Compiling (DEFVAR *EXIT*). ;;; Compiling (DEFVAR *UNWIND-EXIT*). ;;; Compiling (DEFVAR *CURRENT-FUNCTION* ...). ;;; Compiling (DEFVAR *CMP-ENV* ...). ;;; Compiling (DEFVAR *DESTINATION*). ;;; Compiling (DEFVAR *DEBUG-COMPILER* ...). ;;; Compiling (DEFVAR *DELETE-FILES* ...). ;;; Compiling (DEFVAR *FILES-TO-BE-DELETED* ...). ;;; Compiling (DEFVAR *CMPINCLUDE* ...). ;;; Compiling (DEFVAR *CC* ...). ;;; Compiling (DEFVAR *LD* ...). ;;; Compiling (DEFVAR *CC-FLAGS* ...). ;;; Compiling (DEFVAR *CC-OPTIMIZE* ...). ;;; Compiling (DEFVAR *LD-FORMAT* ...). ;;; Compiling (DEFVAR *CC-FORMAT* ...). ;;; Compiling (DEFVAR *LD-FLAGS* ...). ;;; Compiling (DEFVAR *LD-SHARED-FLAGS* ...). ;;; Compiling (DEFVAR *LD-BUNDLE-FLAGS* ...). ;;; Compiling (DEFVAR +SHARED-LIBRARY-PREFIX+ ...). ;;; Compiling (DEFVAR +SHARED-LIBRARY-EXTENSION+ ...). ;;; Compiling (DEFVAR +SHARED-LIBRARY-FORMAT+ ...). ;;; Compiling (DEFVAR +STATIC-LIBRARY-PREFIX+ ...). ;;; Compiling (DEFVAR +STATIC-LIBRARY-EXTENSION+ ...). ;;; Compiling (DEFVAR +STATIC-LIBRARY-FORMAT+ ...). ;;; Compiling (DEFVAR +OBJECT-FILE-EXTENSION+ ...). ;;; Compiling (DEFVAR +EXECUTABLE-FILE-FORMAT+ ...). ;;; Compiling (DEFVAR *ECL-INCLUDE-DIRECTORY* ...). ;;; Compiling (DEFVAR *ECL-LIBRARY-DIRECTORY* ...). ;;; Compiling (DEFVAR *LD-RPATH* ...). ;;; Compiling (DEFVAR *DO-TYPE-PROPAGATION* ...). ;;; Compiling (DEFVAR *COMPILER-PHASE* ...). ;;; Compiling (DEFVAR *VOLATILE*). ;;; Compiling (DEFVAR *SETJMPS* ...). ;;; Compiling (DEFVAR *COMPILE-TOPLEVEL* ...). ;;; Compiling (DEFVAR *CLINES-STRING-LIST* ...). ;;; Compiling (DEFVAR *COMPILE-TIME-TOO* ...). ;;; Compiling (DEFVAR *NOT-COMPILE-TIME* ...). ;;; Compiling (DEFVAR *PERMANENT-DATA* ...). ;;; Compiling (DEFVAR *PERMANENT-OBJECTS* ...). ;;; Compiling (DEFVAR *TEMPORARY-OBJECTS* ...). ;;; Compiling (DEFVAR *LOAD-OBJECTS* ...). ;;; Compiling (DEFVAR *LOAD-TIME-VALUES* ...). ;;; Compiling (DEFVAR *USE-STATIC-CONSTANTS-P* ...). ;;; Compiling (DEFVAR *STATIC-CONSTANTS* ...). ;;; Compiling (DEFVAR *COMPILER-CONSTANTS* ...). ;;; Compiling (DEFVAR *PROCLAIM-FIXED-ARGS* ...). ;;; Compiling (DEFVAR *GLOBAL-VAR-OBJECTS* ...). ;;; Compiling (DEFVAR *GLOBAL-VARS* ...). ;;; Compiling (DEFVAR *GLOBAL-FUNS* ...). ;;; Compiling (DEFVAR *GLOBAL-CFUNS-ARRAY* ...). ;;; Compiling (DEFVAR *LINKING-CALLS* ...). ;;; Compiling (DEFVAR *LOCAL-FUNS* ...). ;;; Compiling (DEFVAR *TOP-LEVEL-FORMS* ...). ;;; Compiling (DEFVAR *MAKE-FORMS* ...). ;;; Compiling (DEFVAR *RESERVATIONS* ...). ;;; Compiling (DEFVAR *RESERVATION-CMACRO* ...). ;;; Compiling (DEFVAR *GLOBAL-ENTRIES* ...). ;;; Compiling (DEFVAR *SELF-DESTRUCTING-FASL* ...). ;;; Compiling (DEFVAR *UNDEFINED-VARS* ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecloMTz20b7_vd8nezy" for #P"build:cmp;cmpdefs.obj.NEWEST" ;;; Emitting code for MAKE-REF. ;;; Emitting code for OBJECT. ;;; Emitting code for %MAKE-VAR. ;;; Emitting code for MAKE-FUN. ;;; Emitting code for MAKE-BLK. ;;; Emitting code for MAKE-TAG. ;;; Emitting code for MAKE-INFO. ;;; Emitting code for MAKE-INLINE-INFO. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpdefs.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpdefs.obj"cmpdefs.c ;;; Finished compiling build:cmp;cmpdefs.lsp. (compile-file "src:cmp;cmpmac.lsp" :output-file #P"build:cmp;cmpmac.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpmac.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN SAME-FNAME-P ...). ;;; Compiling (DEFMACRO NEXT-CMACRO ...). ;;; Compiling (DEFMACRO NEXT-LABEL ...). ;;; Compiling (DEFMACRO NEXT-LABEL* ...). ;;; Compiling (DEFMACRO WT-GO ...). ;;; Compiling (DEFMACRO CK-SPEC ...). ;;; Compiling (DEFMACRO CK-VL ...). ;;; Compiling (DEFMACRO CMPCK ...). ;;; Compiling (DEFMACRO CMPASSERT ...). ;;; Compiling (DEFMACRO WT ...). ;;; Compiling (DEFMACRO WT-H ...). ;;; Compiling (DEFMACRO WT-NL-H ...). ;;; Compiling (DEFMACRO PRINC-H ...). ;;; Compiling (DEFMACRO WT-NL ...). ;;; Compiling (DEFMACRO WT-NL1 ...). ;;; Compiling (DEFMACRO SAFE-COMPILE ...). ;;; Compiling (DEFMACRO COMPILER-CHECK-ARGS ...). ;;; Compiling (DEFMACRO COMPILER-PUSH-EVENTS ...). ;;; Compiling (DEFUN DO-MAKE-C1FORM ...). ;;; Compiling (DEFUN PRINT-C1FORM ...). ;;; Compiling (DEFUN MAKE-C1FORM ...). ;;; Compiling (DEFUN MAKE-C1FORM* ...). ;;; Compiling (DEFUN C1FORM-ADD-INFO ...). ;;; Compiling (DEFUN COPY-C1FORM ...). ;;; Compiling (DEFMACRO C1FORM-ARG ...). ;;; Compiling (DEFUN C1FORM-VOLATILE* ...). ;;; Compiling (DEFUN C1FORM-PRIMARY-TYPE ...). ;;; Compiling (DEFUN FIND-NODE-IN-LIST ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclAcGIIaa7_ns8nezy" for #P"build:cmp;cmpmac.obj.NEWEST" ;;; Emitting code for SAME-FNAME-P. ;;; Emitting code for NEXT-CMACRO. ;;; Emitting code for NEXT-LABEL. ;;; Emitting code for NEXT-LABEL*. ;;; Emitting code for WT-GO. ;;; Emitting code for CK-SPEC. ;;; Emitting code for CK-VL. ;;; Emitting code for CMPCK. ;;; Emitting code for CMPASSERT. ;;; Emitting code for WT. ;;; Emitting code for WT-H. ;;; Emitting code for WT-NL-H. ;;; Emitting code for PRINC-H. ;;; Emitting code for WT-NL. ;;; Emitting code for WT-NL1. ;;; Emitting code for SAFE-COMPILE. ;;; Emitting code for COMPILER-CHECK-ARGS. ;;; Emitting code for COMPILER-PUSH-EVENTS. ;;; Emitting code for DO-MAKE-C1FORM. ;;; Emitting code for PRINT-C1FORM. ;;; Emitting code for MAKE-C1FORM. ;;; Emitting code for MAKE-C1FORM*. ;;; Emitting code for C1FORM-ADD-INFO. ;;; Emitting code for COPY-C1FORM. ;;; Emitting code for C1FORM-ARG. ;;; Emitting code for C1FORM-VOLATILE*. ;;; Emitting code for C1FORM-PRIMARY-TYPE. ;;; Emitting code for FIND-NODE-IN-LIST. ;;; Emitting code for PARENT-NODE-P. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmac.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmac.obj"cmpmac.c ;;; Finished compiling src:cmp;cmpmac.lsp. (compile-file "src:cmp;cmpinline.lsp" :output-file #P"build:cmp;cmpinline.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpinline.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN MAKE-INLINE-TEMP-VAR ...). ;;; Compiling (DEFUN EMIT-INLINED-VARIABLE ...). ;;; Compiling (DEFUN EMIT-INLINED-SETQ ...). ;;; Compiling (DEFUN EMIT-INLINED-CALL-GLOBAL ...). ;;; Compiling (DEFUN EMIT-INLINED-STRUCTURE-REF ...). ;;; Compiling (DEFUN EMIT-INLINED-INSTANCE-REF ...). ;;; Compiling (DEFUN INLINE-ARGS ...). ;;; Compiling (DEFUN DESTINATION-TYPE ...). ;;; Compiling (DEFUN INLINE-FUNCTION ...). ;;; Warning: in file src:cmp;cmpinline.lsp.NEWEST, position 5831, and form ;;; (FSET 'INLINE-FUNCTION #'(LAMBDA-BLOCK INLINE-FUNCTION # ...)) ;;; The variable DEST-TYPE is not used. ;;; Compiling (DEFUN APPLY-INLINE-INFO ...). ;;; Warning: in file src:cmp;cmpinline.lsp.NEWEST, position 6306, and form ;;; (FSET 'APPLY-INLINE-INFO #'(LAMBDA-BLOCK APPLY-INLINE-INFO # ...)) ;;; The variable OUT-TYPE is not used. ;;; Compiling (DEFUN CHOOSE-INLINE-INFO ...). ;;; Warning: in file src:cmp;cmpinline.lsp.NEWEST, position 6799, and form ;;; (FSET 'CHOOSE-INLINE-INFO #'(LAMBDA-BLOCK CHOOSE-INLINE-INFO # ...)) ;;; The variable RETURN-TYPE is not used. ;;; Compiling (DEFUN GET-INLINE-INFO ...). ;;; Compiling (DEFUN TO-FIXNUM-FLOAT-TYPE ...). ;;; Compiling (DEFUN MAXIMUM-FLOAT-TYPE ...). ;;; Compiling (DEFUN INLINE-TYPE-MATCHES ...). ;;; Compiling (DEFUN NEED-TO-PROTECT ...). ;;; Note: in file src:cmp;cmpinline.lsp.NEWEST, position 11571, and form ;;; (FSET 'NEED-TO-PROTECT #'(LAMBDA-BLOCK NEED-TO-PROTECT # ...)) ;;; Removing unused variable II ;;; Compiling (DEFUN CLOSE-INLINE-BLOCKS ...). ;;; Compiling (DEFUN FORM-CAUSES-SIDE-EFFECT ...). ;;; Compiling (DEFUN ARGS-CAUSE-SIDE-EFFECT ...). ;;; Compiling (DEFUN FUNCTION-MAY-HAVE-SIDE-EFFECTS ...). ;;; Compiling (DEFUN FUNCTION-MAY-CHANGE-SP ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl6tJWDoZ7_A89nezy" for #P"build:cmp;cmpinline.obj.NEWEST" ;;; Emitting code for MAKE-INLINE-TEMP-VAR. ;;; Emitting code for EMIT-INLINED-VARIABLE. ;;; Emitting code for EMIT-INLINED-SETQ. ;;; Emitting code for EMIT-INLINED-CALL-GLOBAL. ;;; Emitting code for EMIT-INLINED-STRUCTURE-REF. ;;; Emitting code for EMIT-INLINED-INSTANCE-REF. ;;; Emitting code for INLINE-ARGS. ;;; Emitting code for DESTINATION-TYPE. ;;; Emitting code for INLINE-FUNCTION. ;;; Emitting code for APPLY-INLINE-INFO. ;;; Emitting code for CHOOSE-INLINE-INFO. ;;; Emitting code for GET-INLINE-INFO. ;;; Emitting code for TO-FIXNUM-FLOAT-TYPE. ;;; Emitting code for MAXIMUM-FLOAT-TYPE. ;;; Emitting code for INLINE-TYPE-MATCHES. ;;; Emitting code for NEED-TO-PROTECT. ;;; Emitting code for CLOSE-INLINE-BLOCKS. ;;; Emitting code for FORM-CAUSES-SIDE-EFFECT. ;;; Emitting code for ARGS-CAUSE-SIDE-EFFECT. ;;; Emitting code for FUNCTION-MAY-HAVE-SIDE-EFFECTS. ;;; Emitting code for FUNCTION-MAY-CHANGE-SP. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpinline.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpinline.obj"cmpinline.c ;;; Finished compiling src:cmp;cmpinline.lsp. (compile-file "src:cmp;cmputil.lsp" :output-file #P"build:cmp;cmputil.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmputil.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFCLASS COMPILER-MESSAGE ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFCLASS COMPILER-NOTE ...). ;;; Compiling (DEFCLASS COMPILER-DEBUG-NOTE ...). ;;; Compiling (DEFCLASS COMPILER-WARNING ...). ;;; Compiling (DEFCLASS COMPILER-ERROR ...). ;;; Compiling (DEFCLASS COMPILER-FATAL-ERROR ...). ;;; Compiling (DEFCLASS COMPILER-INTERNAL-ERROR ...). ;;; Compiling (DEFCLASS COMPILER-UNDEFINED-VARIABLE ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN PRINT-COMPILER-MESSAGE ...). ;;; Compiling (DEFUN HANDLE-COMPILER-NOTE ...). ;;; Warning: in file src:cmp;cmputil.lsp.NEWEST, position 3113, and form ;;; (FSET 'HANDLE-COMPILER-NOTE #'(LAMBDA-BLOCK HANDLE-COMPILER-NOTE # ...)) ;;; The variable C is not used. ;;; Compiling (DEFUN HANDLE-COMPILER-WARNING ...). ;;; Compiling (DEFUN HANDLE-COMPILER-ERROR ...). ;;; Compiling (DEFUN HANDLE-COMPILER-INTERNAL-ERROR ...). ;;; Compiling (DEFUN DO-COMPILATION-UNIT ...). ;;; Compiling (DEFMACRO WITH-COMPILATION-UNIT ...). ;;; Compiling (DEFUN COMPILER-DEBUGGER ...). ;;; Warning: in file src:cmp;cmputil.lsp.NEWEST, position 4158, and form ;;; (FSET 'COMPILER-DEBUGGER #'(LAMBDA-BLOCK COMPILER-DEBUGGER # ...)) ;;; The variable OLD-HOOK is not used. ;;; Compiling (DEFMACRO WITH-COMPILER-ENV ...). ;;; Compiling (DEFVAR *C1FORM-LEVEL* ...). ;;; Compiling (DEFUN PRINT-C1FORMS ...). ;;; Compiling (DEFUN PRINT-REF ...). ;;; Compiling (DEFUN PRINT-VAR ...). ;;; Compiling (DEFUN CMPPROGRESS ...). ;;; Compiling (DEFUN CMPERR ...). ;;; Compiling (DEFUN CHECK-ARGS-NUMBER ...). ;;; Compiling (DEFUN TOO-MANY-ARGS ...). ;;; Compiling (DEFUN TOO-FEW-ARGS ...). ;;; Compiling (DEFUN DO-CMPWARN ...). ;;; Note: in file src:cmp;cmputil.lsp.NEWEST, position 6520, and form ;;; (FSET 'DO-CMPWARN #'(LAMBDA-BLOCK DO-CMPWARN # ...)) ;;; Removing unused variable G33 ;;; Warning: in file src:cmp;cmputil.lsp.NEWEST, position 6520, and form ;;; (FSET 'DO-CMPWARN #'(LAMBDA-BLOCK DO-CMPWARN # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN CMPWARN ...). ;;; Compiling (DEFUN CMPNOTE ...). ;;; Compiling (DEFUN CMPDEBUG ...). ;;; Compiling (DEFUN PRINT-CURRENT-FORM ...). ;;; Compiling (DEFUN PRINT-EMITTING ...). ;;; Compiling (DEFUN UNDEFINED-VARIABLE ...). ;;; Compiling (DEFUN BABOON ...). ;;; Compiling (DEFMACRO WITH-CMP-PROTECTION ...). ;;; Compiling (DEFUN CMP-EVAL ...). ;;; Compiling (DEFUN CMP-MACROEXPAND ...). ;;; Compiling (DEFUN CMP-EXPAND-MACRO ...). ;;; Compiling (DEFUN SI::COMPILER-CLEAR-COMPILER-PROPERTIES ...). ;;; Compiling (DEFUN LISP-TO-C-NAME ...). ;;; Compiling (DEFUN PROPER-LIST-P ...). ;;; Note: in file src:cmp;cmputil.lsp.NEWEST, position 9995, and form ;;; (FSET 'PROPER-LIST-P #'(LAMBDA-BLOCK PROPER-LIST-P # ...)) ;;; Removing unused variable C ;;; End of Pass 1. ;;; Note: Creating tag: "_eclIvV7R3a7_aS9nezy" for #P"build:cmp;cmputil.obj.NEWEST" ;;; Emitting code for #:G0. ;;; Emitting code for #:G1. ;;; Emitting code for #:G2. ;;; Emitting code for #:G3. ;;; Emitting code for #:G6. ;;; Emitting code for PRINT-COMPILER-MESSAGE. ;;; Emitting code for HANDLE-COMPILER-NOTE. ;;; Emitting code for HANDLE-COMPILER-WARNING. ;;; Emitting code for HANDLE-COMPILER-ERROR. ;;; Emitting code for HANDLE-COMPILER-INTERNAL-ERROR. ;;; Emitting code for DO-COMPILATION-UNIT. ;;; Emitting code for WITH-COMPILATION-UNIT. ;;; Emitting code for COMPILER-DEBUGGER. ;;; Emitting code for WITH-COMPILER-ENV. ;;; Emitting code for PRINT-C1FORMS. ;;; Emitting code for PRINT-REF. ;;; Emitting code for PRINT-VAR. ;;; Emitting code for CMPPROGRESS. ;;; Emitting code for CMPERR. ;;; Emitting code for CHECK-ARGS-NUMBER. ;;; Emitting code for TOO-MANY-ARGS. ;;; Emitting code for TOO-FEW-ARGS. ;;; Emitting code for DO-CMPWARN. ;;; Emitting code for #:G31. ;;; Emitting code for #:G32. ;;; Emitting code for CMPWARN. ;;; Emitting code for CMPNOTE. ;;; Emitting code for CMPDEBUG. ;;; Emitting code for PRINT-CURRENT-FORM. ;;; Emitting code for PRINT-EMITTING. ;;; Emitting code for UNDEFINED-VARIABLE. ;;; Emitting code for BABOON. ;;; Emitting code for WITH-CMP-PROTECTION. ;;; Emitting code for CMP-EVAL. ;;; Emitting code for #:G43. ;;; Emitting code for CMP-MACROEXPAND. ;;; Emitting code for #:G50. ;;; Emitting code for CMP-EXPAND-MACRO. ;;; Emitting code for #:G57. ;;; Emitting code for SI::COMPILER-CLEAR-COMPILER-PROPERTIES. ;;; Emitting code for LISP-TO-C-NAME. ;;; Emitting code for #:G58. ;;; Emitting code for PROPER-LIST-P. ;;; Emitting code for #:G62. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmputil.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmputil.obj"cmputil.c ;;; Finished compiling src:cmp;cmputil.lsp. (compile-file "src:cmp;cmptype.lsp" :output-file #P"build:cmp;cmptype.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmptype.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN MEMBER-TYPE ...). ;;; Compiling (DEFUN OBJECT-TYPE ...). ;;; Compiling (DEFUN TYPE-FILTER ...). ;;; Compiling (DEFUN VALID-TYPE-SPECIFIER ...). ;;; Note: in file src:cmp;cmptype.lsp.NEWEST, position 3988, and form ;;; (FSET 'VALID-TYPE-SPECIFIER #'(LAMBDA-BLOCK VALID-TYPE-SPECIFIER # ...)) ;;; Removing unused variable C ;;; Compiling (DEFUN KNOWN-TYPE-P ...). ;;; Compiling (DEFUN TYPE-AND ...). ;;; Compiling (DEFUN VALUES-TYPE-PRIMARY-TYPE ...). ;;; Compiling (DEFUN VALUES-TYPE-TO-N-TYPES ...). ;;; Compiling (DEFUN VALUES-TYPE-AND ...). ;;; Compiling (DEFUN TYPE-OR ...). ;;; Compiling (DEFUN TYPE>= ...). ;;; Compiling (DEFUN AND-FORM-TYPE ...). ;;; Compiling (DEFUN DEFAULT-INIT ...). ;;; Warning: in file src:cmp;cmptype.lsp.NEWEST, position 12818, and form ;;; (FSET 'DEFAULT-INIT #'(LAMBDA-BLOCK DEFAULT-INIT # ...)) ;;; The variable WARN is not used. ;;; Compiling (DEFUN MAKE-FUNCTION-TYPE ...). ;;; Compiling (DEFUN CANONICAL-FUNCTION-TYPE ...). ;;; Warning: in file src:cmp;cmptype.lsp.NEWEST, position 13549, and form ;;; (FSET 'CANONICAL-FUNCTION-TYPE #'(LAMBDA-BLOCK CANONICAL-FUNCTION-TYPE # ...)) ;;; The variable AUXS is not used. ;;; Warning: in file src:cmp;cmptype.lsp.NEWEST, position 13549, and form ;;; (FSET 'CANONICAL-FUNCTION-TYPE #'(LAMBDA-BLOCK CANONICAL-FUNCTION-TYPE # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN REGISTER-FUNCTION-TYPE ...). ;;; Variable FTYPE was undefined. Compiler assumes it is a global. ;;; Variable FTYPE was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN FUNCTION-TYPE-<= ...). ;;; Compiling (DEFUN MAKE-VALUES-TYPE ...). ;;; Compiling (DEFUN REGISTER-VALUES-TYPE ...). ;;; Compiling (DEFUN CANONICAL-VALUES-TYPE ...). ;;; Warning: in file src:cmp;cmptype.lsp.NEWEST, position 16973, and form ;;; (FSET 'CANONICAL-VALUES-TYPE #'(LAMBDA-BLOCK CANONICAL-VALUES-TYPE # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN VALUES-TYPE-<= ...). ;;; Compiling (DEFUN SIMPLE-TYPE-PROPAGATOR ...). ;;; Compiling (DEFUN PROPAGATE-TYPES ...). ;;; Compiling (DEFMACRO DEF-TYPE-PROPAGATOR ...). ;;; Compiling (DEFUN COPY-TYPE-PROPAGATOR ...). ;;; Compiling (DEFUN REMOVE-FUNCTION-TYPES ...). ;;; Compiling (DEFMACRO OPTIONAL-CHECK-TYPE ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclvBKxbla7_dY9nezy" for #P"build:cmp;cmptype.obj.NEWEST" ;;; Emitting code for MEMBER-TYPE. ;;; Emitting code for OBJECT-TYPE. ;;; Emitting code for TYPE-FILTER. ;;; Emitting code for VALID-TYPE-SPECIFIER. ;;; Emitting code for #:G22. ;;; Emitting code for KNOWN-TYPE-P. ;;; Emitting code for TYPE-AND. ;;; Emitting code for VALUES-TYPE-PRIMARY-TYPE. ;;; Emitting code for VALUES-TYPE-TO-N-TYPES. ;;; Emitting code for VALUES-TYPE-AND. ;;; Emitting code for DO-VALUES-TYPE-AND. ;;; Emitting code for TYPE-ERROR. ;;; Emitting code for VALUES-AND-ORDINARY. ;;; Emitting code for VALUES-TYPE-P. ;;; Emitting code for TYPE-OR. ;;; Emitting code for TYPE>=. ;;; Emitting code for AND-FORM-TYPE. ;;; Emitting code for DEFAULT-INIT. ;;; Emitting code for SI::MAKE-FUNCTION-TYPE. ;;; Emitting code for SI::CANONICAL-FUNCTION-TYPE. ;;; Emitting code for SI::FTYPE-ERROR. ;;; Emitting code for SI::REGISTER-FUNCTION-TYPE. ;;; Emitting code for SI::FUNCTION-TYPE-<=. ;;; Emitting code for SI::MAKE-VALUES-TYPE. ;;; Emitting code for SI::REGISTER-VALUES-TYPE. ;;; Emitting code for SI::CANONICAL-VALUES-TYPE. ;;; Emitting code for SI::VTYPE-ERROR. ;;; Emitting code for SI::VALUES-TYPE-<=. ;;; Emitting code for SIMPLE-TYPE-PROPAGATOR. ;;; Emitting code for PROPAGATE-TYPES. ;;; Emitting code for DEF-TYPE-PROPAGATOR. ;;; Emitting code for COPY-TYPE-PROPAGATOR. ;;; Emitting code for REMOVE-FUNCTION-TYPES. ;;; Emitting code for SIMPLIFY-TYPE. ;;; Emitting code for OPTIONAL-CHECK-TYPE. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmptype.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmptype.obj"cmptype.c ;;; Finished compiling src:cmp;cmptype.lsp. (compile-file "src:cmp;cmpbind.lsp" :output-file #P"build:cmp;cmpbind.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpbind.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN BIND ...). ;;; Note: in file src:cmp;cmpbind.lsp.NEWEST, position 727, and form ;;; (FSET 'BIND #'(LAMBDA-BLOCK BIND # ...)) ;;; In function BIND, checking types of arguments VAR LOC. ;;; Compiling (DEFUN BIND-INIT ...). ;;; Compiling (DEFUN BDS-BIND ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclxIwxVQa7_2s9nezy" for #P"build:cmp;cmpbind.obj.NEWEST" ;;; Emitting code for BIND. ;;; Emitting code for BIND-INIT. ;;; Emitting code for BDS-BIND. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpbind.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpbind.obj"cmpbind.c ;;; Finished compiling src:cmp;cmpbind.lsp. (compile-file "src:cmp;cmpblock.lsp" :output-file #P"build:cmp;cmpblock.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpblock.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1BLOCK ...). ;;; Compiling (DEFUN C2BLOCK ...). ;;; Compiling (DEFUN C1RETURN-FROM ...). ;;; Compiling (DEFUN C2RETURN-FROM ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclfM2hJqa7_kHAnezy" for #P"build:cmp;cmpblock.obj.NEWEST" ;;; Emitting code for C1BLOCK. ;;; Emitting code for C2BLOCK. ;;; Emitting code for C1RETURN-FROM. ;;; Emitting code for C2RETURN-FROM. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpblock.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpblock.obj"cmpblock.c ;;; Finished compiling src:cmp;cmpblock.lsp. (compile-file "src:cmp;cmpcall.lsp" :output-file #P"build:cmp;cmpcall.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpcall.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN CMP-MACRO-FUNCTION ...). ;;; Compiling (DEFUN UNOPTIMIZED-LONG-CALL ...). ;;; Compiling (DEFUN UNOPTIMIZED-FUNCALL ...). ;;; Variable C-ARGUMENTS-LIMIT was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN C1FUNCALL ...). ;;; Compiling (DEFUN C2FUNCALL ...). ;;; Compiling (DEFUN C2CALL-GLOBAL ...). ;;; Warning: in file src:cmp;cmpcall.lsp.NEWEST, position 3389, and form ;;; (FSET 'C2CALL-GLOBAL #'(LAMBDA-BLOCK C2CALL-GLOBAL # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN CALL-GLOBAL-LOC ...). ;;; Variable FD was undefined. Compiler assumes it is a global. ;;; Variable FD was undefined. Compiler assumes it is a global. ;;; Warning: in file src:cmp;cmpcall.lsp.NEWEST, position 4148, and form ;;; (FSET 'CALL-GLOBAL-LOC #'(LAMBDA-BLOCK CALL-GLOBAL-LOC # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN CALL-LOC ...). ;;; Warning: in file src:cmp;cmpcall.lsp.NEWEST, position 6078, and form ;;; (FSET 'CALL-LOC #'(LAMBDA-BLOCK CALL-LOC # ...)) ;;; The variable FNAME is not used. ;;; Compiling (DEFUN CALL-EXPORTED-FUNCTION-LOC ...). ;;; Warning: in file src:cmp;cmpcall.lsp.NEWEST, position 6155, and form ;;; (FSET 'CALL-EXPORTED-FUNCTION-LOC #'(LAMBDA-BLOCK CALL-EXPORTED-FUNCTION-LOC # ...)) ;;; The variable VAL is not used. ;;; Compiling (DEFUN CALL-UNKNOWN-GLOBAL-LOC ...). ;;; Compiling (DEFUN MAYBE-SAVE-VALUE ...). ;;; Compiling (DEFVAR *TEXT-FOR-LEXICAL-LEVEL* ...). ;;; Compiling (DEFVAR *TEXT-FOR-CLOSURE* ...). ;;; Compiling (DEFUN ENV-VAR-NAME ...). ;;; Compiling (DEFUN WT-STACK-POINTER ...). ;;; Compiling (DEFUN WT-CALL ...). ;;; Compiling (DEFUN WT-CALL-INDIRECT ...). ;;; Compiling (DEFUN WT-CALL-NORMAL ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl2ygxyWb7_aUAnezy" for #P"build:cmp;cmpcall.obj.NEWEST" ;;; Emitting code for CMP-MACRO-FUNCTION. ;;; Emitting code for UNOPTIMIZED-LONG-CALL. ;;; Emitting code for UNOPTIMIZED-FUNCALL. ;;; Emitting code for C1FUNCALL. ;;; Note: Tail-recursive call of C1FUNCALL was replaced by iteration. ;;; Emitting code for C2FUNCALL. ;;; Emitting code for C2CALL-GLOBAL. ;;; Emitting code for CALL-GLOBAL-LOC. ;;; Emitting code for CALL-LOC. ;;; Emitting code for CALL-EXPORTED-FUNCTION-LOC. ;;; Emitting code for CALL-UNKNOWN-GLOBAL-LOC. ;;; Emitting code for MAYBE-SAVE-VALUE. ;;; Emitting code for ENV-VAR-NAME. ;;; Emitting code for WT-STACK-POINTER. ;;; Emitting code for WT-CALL. ;;; Emitting code for WT-CALL-INDIRECT. ;;; Emitting code for WT-CALL-NORMAL. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpcall.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpcall.obj"cmpcall.c ;;; Finished compiling src:cmp;cmpcall.lsp. (compile-file "src:cmp;cmpcatch.lsp" :output-file #P"build:cmp;cmpcatch.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpcatch.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1CATCH ...). ;;; Compiling (DEFUN C2CATCH ...). ;;; Compiling (DEFUN C1UNWIND-PROTECT ...). ;;; Compiling (DEFUN C2UNWIND-PROTECT ...). ;;; Compiling (DEFUN C1THROW ...). ;;; Compiling (DEFUN C2THROW ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl1uPnpmZ7_ijAnezy" for #P"build:cmp;cmpcatch.obj.NEWEST" ;;; Emitting code for C1CATCH. ;;; Emitting code for C2CATCH. ;;; Emitting code for C1UNWIND-PROTECT. ;;; Emitting code for C2UNWIND-PROTECT. ;;; Emitting code for C1THROW. ;;; Emitting code for C2THROW. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpcatch.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpcatch.obj"cmpcatch.c ;;; Finished compiling src:cmp;cmpcatch.lsp. (compile-file "src:cmp;cmpenv.lsp" :output-file #P"build:cmp;cmpenv.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpenv.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN NEXT-LCL ...). ;;; Compiling (DEFUN NEXT-CFUN ...). ;;; Compiling (DEFUN NEXT-TEMP ...). ;;; Compiling (DEFUN NEXT-LEX ...). ;;; Compiling (DEFUN NEXT-ENV ...). ;;; Compiling (DEFUN FUNCTION-ARG-TYPES ...). ;;; Compiling (DEFUN FUNCTION-RETURN-TYPE ...). ;;; Compiling (DEFUN ADD-FUNCTION-PROCLAMATION ...). ;;; Compiling (DEFUN ADD-FUNCTION-DECLARATION ...). ;;; Compiling (DEFUN GET-ARG-TYPES ...). ;;; Compiling (DEFUN GET-RETURN-TYPE ...). ;;; Compiling (DEFUN GET-LOCAL-ARG-TYPES ...). ;;; Compiling (DEFUN GET-LOCAL-RETURN-TYPE ...). ;;; Compiling (DEFUN GET-PROCLAIMED-NARG ...). ;;; Compiling (DEFUN INLINE-POSSIBLE ...). ;;; Compiling (DEFUN PROCLAIM ...). ;;; Variable FUN was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN TYPE-NAME-P ...). ;;; Compiling (DEFUN DO-DECLARATION ...). ;;; Warning: in file src:cmp;cmpenv.lsp.NEWEST, position 9639, and form ;;; (FSET 'DO-DECLARATION #'(LAMBDA-BLOCK DO-DECLARATION # ...)) ;;; The variable ERROR is not used. ;;; Compiling (DEFUN PROCLAIM-VAR ...). ;;; Compiling (DEFUN C1BODY ...). ;;; Compiling (DEFUN DEFAULT-OPTIMIZATION ...). ;;; Compiling (DEFUN SEARCH-OPTIMIZATION-QUALITY ...). ;;; Warning: in file src:cmp;cmpenv.lsp.NEWEST, position 12911, and form ;;; (FSET 'SEARCH-OPTIMIZATION-QUALITY #'(LAMBDA-BLOCK SEARCH-OPTIMIZATION-QUALITY # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN C1ADD-DECLARATIONS ...). ;;; Compiling (DEFUN C1DECL-BODY ...). ;;; Compiling (DEFUN C2DECL-BODY ...). ;;; Compiling (DEFUN CHECK-VDECL ...). ;;; Compiling (DEFMACRO CMP-ENV-NEW ...). ;;; Compiling (DEFUN CMP-ENV-COPY ...). ;;; Compiling (DEFMACRO CMP-ENV-VARIABLES ...). ;;; Compiling (DEFMACRO CMP-ENV-FUNCTIONS ...). ;;; Compiling (DEFUN CMP-ENV-REGISTER-VAR ...). ;;; Warning: in file src:cmp;cmpenv.lsp.NEWEST, position 16717, and form ;;; (FSET 'CMP-ENV-REGISTER-VAR #'(LAMBDA-BLOCK CMP-ENV-REGISTER-VAR # ...)) ;;; The variable ENV is not used. ;;; Compiling (DEFUN CMP-ENV-DECLARE-SPECIAL ...). ;;; Compiling (DEFUN CMP-ENV-REGISTER-FUNCTION ...). ;;; Compiling (DEFUN CMP-ENV-REGISTER-MACRO ...). ;;; Compiling (DEFUN CMP-ENV-REGISTER-SYMBOL-MACRO ...). ;;; Warning: in file src:cmp;cmpenv.lsp.NEWEST, position 17374, and form ;;; (FSET 'CMP-ENV-REGISTER-SYMBOL-MACRO #'(LAMBDA-BLOCK CMP-ENV-REGISTER-SYMBOL-MACRO # ...)) ;;; The variable ENV is not used. ;;; Warning: in file src:cmp;cmpenv.lsp.NEWEST, position 17374, and form ;;; (FSET 'CMP-ENV-REGISTER-SYMBOL-MACRO #'(LAMBDA-BLOCK CMP-ENV-REGISTER-SYMBOL-MACRO # ...)) ;;; The variable WHOLE is not used. ;;; Compiling (DEFUN CMP-ENV-REGISTER-BLOCK ...). ;;; Compiling (DEFUN CMP-ENV-REGISTER-TAG ...). ;;; Compiling (DEFUN CMP-ENV-SEARCH-FUNCTION ...). ;;; Compiling (DEFUN CMP-ENV-SEARCH-VARIABLES ...). ;;; Compiling (DEFUN CMP-ENV-SEARCH-BLOCK ...). ;;; Compiling (DEFUN CMP-ENV-SEARCH-TAG ...). ;;; Compiling (DEFUN CMP-ENV-SEARCH-SYMBOL-MACRO ...). ;;; Compiling (DEFUN CMP-ENV-SEARCH-VAR ...). ;;; Compiling (DEFUN CMP-ENV-SEARCH-MACRO ...). ;;; Compiling (DEFUN CMP-ENV-MARK ...). ;;; Compiling (DEFUN CMP-ENV-NEW-VARIABLES ...). ;;; Warning: in file src:cmp;cmpenv.lsp.NEWEST, position 19871, and form ;;; (FSET 'CMP-ENV-NEW-VARIABLES #'(LAMBDA-BLOCK CMP-ENV-NEW-VARIABLES # ...)) ;;; The variable NEW-ENV is not used. ;;; Compiling (DEFUN CMP-ENV-ALL-OPTIMIZATIONS ...). ;;; Compiling (DEFUN CMP-ENV-OPTIMIZATION ...). ;;; Compiling (DEFUN POLICY-ASSUME-RIGHT-TYPE ...). ;;; Compiling (DEFUN POLICY-CHECK-STACK-OVERFLOW ...). ;;; Compiling (DEFUN POLICY-INLINE-SLOT-ACCESS-P ...). ;;; Compiling (DEFUN POLICY-CHECK-ALL-ARGUMENTS-P ...). ;;; Compiling (DEFUN POLICY-AUTOMATIC-CHECK-TYPE-P ...). ;;; Compiling (DEFUN POLICY-ASSUME-TYPES-DONT-CHANGE-P ...). ;;; Compiling (DEFUN POLICY-OPEN-CODE-AREF/ASET-P ...). ;;; Compiling (DEFUN POLICY-ARRAY-BOUNDS-CHECK-P ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclSJuHBpa7_c2Bnezy" for #P"build:cmp;cmpenv.obj.NEWEST" ;;; Emitting code for NEXT-LCL. ;;; Emitting code for NEXT-CFUN. ;;; Emitting code for NEXT-TEMP. ;;; Emitting code for NEXT-LEX. ;;; Emitting code for NEXT-ENV. ;;; Emitting code for FUNCTION-ARG-TYPES. ;;; Emitting code for FUNCTION-RETURN-TYPE. ;;; Emitting code for ADD-FUNCTION-PROCLAMATION. ;;; Emitting code for ADD-FUNCTION-DECLARATION. ;;; Emitting code for GET-ARG-TYPES. ;;; Emitting code for GET-RETURN-TYPE. ;;; Emitting code for GET-LOCAL-ARG-TYPES. ;;; Emitting code for GET-LOCAL-RETURN-TYPE. ;;; Emitting code for GET-PROCLAIMED-NARG. ;;; Emitting code for INLINE-POSSIBLE. ;;; Emitting code for PROCLAIM. ;;; Emitting code for TYPE-NAME-P. ;;; Emitting code for DO-DECLARATION. ;;; Emitting code for PROCLAIM-VAR. ;;; Emitting code for C1BODY. ;;; Emitting code for DECLARE-VARIABLES. ;;; Emitting code for DEFAULT-OPTIMIZATION. ;;; Emitting code for SEARCH-OPTIMIZATION-QUALITY. ;;; Emitting code for C1ADD-DECLARATIONS. ;;; Emitting code for C1DECL-BODY. ;;; Emitting code for C2DECL-BODY. ;;; Emitting code for CHECK-VDECL. ;;; Emitting code for CMP-ENV-NEW. ;;; Emitting code for CMP-ENV-COPY. ;;; Emitting code for CMP-ENV-VARIABLES. ;;; Emitting code for CMP-ENV-FUNCTIONS. ;;; Emitting code for CMP-ENV-REGISTER-VAR. ;;; Emitting code for CMP-ENV-DECLARE-SPECIAL. ;;; Emitting code for CMP-ENV-REGISTER-FUNCTION. ;;; Emitting code for CMP-ENV-REGISTER-MACRO. ;;; Emitting code for CMP-ENV-REGISTER-SYMBOL-MACRO. ;;; Emitting code for #:G219. ;;; Emitting code for CMP-ENV-REGISTER-BLOCK. ;;; Emitting code for CMP-ENV-REGISTER-TAG. ;;; Emitting code for CMP-ENV-SEARCH-FUNCTION. ;;; Emitting code for CMP-ENV-SEARCH-VARIABLES. ;;; Emitting code for CMP-ENV-SEARCH-BLOCK. ;;; Emitting code for CMP-ENV-SEARCH-TAG. ;;; Emitting code for CMP-ENV-SEARCH-SYMBOL-MACRO. ;;; Emitting code for CMP-ENV-SEARCH-VAR. ;;; Emitting code for CMP-ENV-SEARCH-MACRO. ;;; Emitting code for CMP-ENV-MARK. ;;; Emitting code for CMP-ENV-NEW-VARIABLES. ;;; Emitting code for CMP-ENV-ALL-OPTIMIZATIONS. ;;; Emitting code for CMP-ENV-OPTIMIZATION. ;;; Emitting code for POLICY-ASSUME-RIGHT-TYPE. ;;; Emitting code for POLICY-CHECK-STACK-OVERFLOW. ;;; Emitting code for POLICY-INLINE-SLOT-ACCESS-P. ;;; Emitting code for POLICY-CHECK-ALL-ARGUMENTS-P. ;;; Emitting code for POLICY-AUTOMATIC-CHECK-TYPE-P. ;;; Emitting code for POLICY-ASSUME-TYPES-DONT-CHANGE-P. ;;; Emitting code for POLICY-OPEN-CODE-AREF/ASET-P. ;;; Emitting code for POLICY-ARRAY-BOUNDS-CHECK-P. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpenv.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpenv.obj"cmpenv.c ;;; Finished compiling src:cmp;cmpenv.lsp. (compile-file "src:cmp;cmpeval.lsp" :output-file #P"build:cmp;cmpeval.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpeval.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1EXPR ...). ;;; Compiling (DEFVAR *C1NIL* ...). ;;; Compiling (DEFUN C1NIL ...). ;;; Compiling (DEFVAR *C1T* ...). ;;; Compiling (DEFUN C1T ...). ;;; Compiling (DEFUN C1CALL-SYMBOL ...). ;;; Compiling (DEFUN C1CALL-LOCAL ...). ;;; Variable C-ARGUMENTS-LIMIT was undefined. Compiler assumes it is a global. ;;; Warning: in file src:cmp;cmpeval.lsp.NEWEST, position 2345, and form ;;; (FSET 'C1CALL-LOCAL #'(LAMBDA-BLOCK C1CALL-LOCAL # ...)) ;;; The variable LAMBDA-FORM is not used. ;;; Compiling (DEFUN C1CALL-GLOBAL ...). ;;; Variable C-ARGUMENTS-LIMIT was undefined. Compiler assumes it is a global. ;;; Note: in file src:cmp;cmpeval.lsp.NEWEST, position 3166, and form ;;; (FSET 'C1CALL-GLOBAL #'(LAMBDA-BLOCK C1CALL-GLOBAL # ...)) ;;; Removing unused variable FORMS ;;; Compiling (DEFUN C2EXPR ...). ;;; Warning: in file src:cmp;cmpeval.lsp.NEWEST, position 3749, and form ;;; (FSET 'C2EXPR #'(LAMBDA-BLOCK C2EXPR # ...)) ;;; The variable *FILE* is not used. ;;; Warning: in file src:cmp;cmpeval.lsp.NEWEST, position 3749, and form ;;; (FSET 'C2EXPR #'(LAMBDA-BLOCK C2EXPR # ...)) ;;; The variable *FILE-POSITION* is not used. ;;; Compiling (DEFUN C2EXPR* ...). ;;; Compiling (DEFUN C1PROGN ...). ;;; Compiling (DEFUN C2PROGN ...). ;;; Warning: in file src:cmp;cmpeval.lsp.NEWEST, position 4758, and form ;;; (FSET 'C2PROGN #'(LAMBDA-BLOCK C2PROGN # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN C1ARGS* ...). ;;; Compiling (DEFVAR *COMPILER-TEMPS* ...). ;;; Compiling (DEFMACRO SI::DEFINE-INLINE-FUNCTION ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclaGDuQ9a7_pTBnezy" for #P"build:cmp;cmpeval.obj.NEWEST" ;;; Emitting code for C1EXPR. ;;; Emitting code for C1NIL. ;;; Emitting code for C1T. ;;; Emitting code for C1CALL-SYMBOL. ;;; Emitting code for C1CALL-LOCAL. ;;; Emitting code for C1CALL-GLOBAL. ;;; Emitting code for C2EXPR. ;;; Emitting code for C2EXPR*. ;;; Emitting code for C1PROGN. ;;; Emitting code for C2PROGN. ;;; Emitting code for C1ARGS*. ;;; Emitting code for SI::DEFINE-INLINE-FUNCTION. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpeval.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpeval.obj"cmpeval.c ;;; Finished compiling src:cmp;cmpeval.lsp. (compile-file "src:cmp;cmpexit.lsp" :output-file #P"build:cmp;cmpexit.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpexit.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN UNWIND-BDS ...). ;;; Note: in file src:cmp;cmpexit.lsp.NEWEST, position 559, and form ;;; (FSET 'UNWIND-BDS #'(LAMBDA-BLOCK UNWIND-BDS # ...)) ;;; In function UNWIND-BDS, checking types of arguments IHS-P STACK-FRAME BDS-BIND BDS-LCL. ;;; Compiling (DEFUN UNWIND-EXIT ...). ;;; Warning: in file src:cmp;cmpexit.lsp.NEWEST, position 1171, and form ;;; (FSET 'UNWIND-EXIT #'(LAMBDA-BLOCK UNWIND-EXIT # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN UNWIND-NO-EXIT ...). ;;; Warning: in file src:cmp;cmpexit.lsp.NEWEST, position 4630, and form ;;; (FSET 'UNWIND-NO-EXIT #'(LAMBDA-BLOCK UNWIND-NO-EXIT # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN TAIL-RECURSION-POSSIBLE ...). ;;; Warning: in file src:cmp;cmpexit.lsp.NEWEST, position 6537, and form ;;; (FSET 'TAIL-RECURSION-POSSIBLE #'(LAMBDA-BLOCK TAIL-RECURSION-POSSIBLE NIL ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN C2TRY-TAIL-RECURSIVE-CALL ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclJUIr9Jb7_nPBnezy" for #P"build:cmp;cmpexit.obj.NEWEST" ;;; Emitting code for UNWIND-BDS. ;;; Emitting code for UNWIND-EXIT. ;;; Emitting code for UNWIND-NO-EXIT. ;;; Emitting code for TAIL-RECURSION-POSSIBLE. ;;; Emitting code for C2TRY-TAIL-RECURSIVE-CALL. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpexit.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpexit.obj"cmpexit.c ;;; Finished compiling src:cmp;cmpexit.lsp. (compile-file "src:cmp;cmpflet.lsp" :output-file #P"build:cmp;cmpflet.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpflet.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1LABELS ...). ;;; Compiling (DEFUN C1FLET ...). ;;; Compiling (DEFUN C1LABELS/FLET ...). ;;; Compiling (DEFUN FUN-REFERRED-LOCAL-VARS ...). ;;; Compiling (DEFUN COMPUTE-FUN-CLOSURE-TYPE ...). ;;; Warning: in file src:cmp;cmpflet.lsp.NEWEST, position 3388, and form ;;; (FSET 'COMPUTE-FUN-CLOSURE-TYPE #'(LAMBDA-BLOCK COMPUTE-FUN-CLOSURE-TYPE # ...)) ;;; The variable LAMBDA-FORM is not used. ;;; Compiling (DEFUN C2LOCALS ...). ;;; Warning: in file src:cmp;cmpflet.lsp.NEWEST, position 5971, and form ;;; (FSET 'C2LOCALS #'(LAMBDA-BLOCK C2LOCALS # ...)) ;;; The variable LABELS is not used. ;;; Compiling (DEFUN C1LOCALLY ...). ;;; Compiling (DEFUN C1MACROLET ...). ;;; Compiling (DEFUN C1SYMBOL-MACROLET ...). ;;; Compiling (DEFUN LOCAL-FUNCTION-REF ...). ;;; Variable NAME was undefined. Compiler assumes it is a global. ;;; Warning: in file src:cmp;cmpflet.lsp.NEWEST, position 8028, and form ;;; (FSET 'LOCAL-FUNCTION-REF #'(LAMBDA-BLOCK LOCAL-FUNCTION-REF # ...)) ;;; The variable UNW is not used. ;;; Compiling (DEFUN C2CALL-LOCAL ...). ;;; Note: in file src:cmp;cmpflet.lsp.NEWEST, position 8905, and form ;;; (FSET 'C2CALL-LOCAL #'(LAMBDA-BLOCK C2CALL-LOCAL # ...)) ;;; In function C2CALL-LOCAL, checking types of arguments NARG ARGS FUN. ;;; Warning: in file src:cmp;cmpflet.lsp.NEWEST, position 8905, and form ;;; (FSET 'C2CALL-LOCAL #'(LAMBDA-BLOCK C2CALL-LOCAL # ...)) ;;; The variable NARG is not used. ;;; End of Pass 1. ;;; Note: Creating tag: "_eclrGHEwQa7_gfBnezy" for #P"build:cmp;cmpflet.obj.NEWEST" ;;; Emitting code for C1LABELS. ;;; Emitting code for C1FLET. ;;; Emitting code for C1LABELS/FLET. ;;; Emitting code for FUN-REFERRED-LOCAL-VARS. ;;; Emitting code for #:G24. ;;; Emitting code for COMPUTE-FUN-CLOSURE-TYPE. ;;; Emitting code for CHILD-P. ;;; Note: Tail-recursive call of CHILD-P was replaced by iteration. ;;; Emitting code for CLOSURE-TYPE. ;;; Emitting code for C2LOCALS. ;;; Emitting code for C1LOCALLY. ;;; Emitting code for C1MACROLET. ;;; Emitting code for C1SYMBOL-MACROLET. ;;; Emitting code for LOCAL-FUNCTION-REF. ;;; Emitting code for C2CALL-LOCAL. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpflet.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpflet.obj"cmpflet.c ;;; Finished compiling src:cmp;cmpflet.lsp. (compile-file "src:cmp;cmpfun.lsp" :output-file #P"build:cmp;cmpfun.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpfun.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFVAR *PRINC-STRING-LIMIT* ...). ;;; Compiling (DEFUN C1PRINC ...). ;;; Compiling (DEFUN C2PRINC ...). ;;; Compiling (DEFUN C1TERPRI ...). ;;; Compiling (DEFUN C1APPLY ...). ;;; Compiling (DEFUN C1RPLACA ...). ;;; Compiling (DEFUN C2RPLACA ...). ;;; Compiling (DEFUN C1RPLACD ...). ;;; Compiling (DEFUN C2RPLACD ...). ;;; Compiling (DEFUN C1MEMBER ...). ;;; Compiling (DEFUN C2MEMBER!2 ...). ;;; Compiling (DEFUN C1ASSOC ...). ;;; Compiling (DEFUN C2ASSOC!2 ...). ;;; Compiling (DEFUN CO1NTH ...). ;;; Compiling (DEFUN CO1NTHCDR ...). ;;; Compiling (DEFUN CO1COERCE ...). ;;; Note: in file src:cmp;cmpfun.lsp.NEWEST, position 7977, and form ;;; (FSET 'CO1COERCE #'(LAMBDA-BLOCK CO1COERCE # ...)) ;;; Removing unused variable EXPR ;;; Note: in file src:cmp;cmpfun.lsp.NEWEST, position 7977, and form ;;; (FSET 'CO1COERCE #'(LAMBDA-BLOCK CO1COERCE # ...)) ;;; Removing unused variable TYPE ;;; Warning: in file src:cmp;cmpfun.lsp.NEWEST, position 7977, and form ;;; (FSET 'CO1COERCE #'(LAMBDA-BLOCK CO1COERCE # ...)) ;;; The variable INFO is not used. ;;; Compiling (DEFUN CO1CONS ...). ;;; Compiling (DEFUN RESULT-TYPE ...). ;;; Compiling (DEFUN CO1LDB ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclaLNVX8b7_IvBnezy" for #P"build:cmp;cmpfun.obj.NEWEST" ;;; Emitting code for C1PRINC. ;;; Emitting code for C2PRINC. ;;; Emitting code for C1TERPRI. ;;; Emitting code for C1APPLY. ;;; Note: Tail-recursive call of C1APPLY was replaced by iteration. ;;; Emitting code for C1RPLACA. ;;; Emitting code for C2RPLACA. ;;; Emitting code for C1RPLACD. ;;; Emitting code for C2RPLACD. ;;; Emitting code for C1MEMBER. ;;; Emitting code for C2MEMBER!2. ;;; Emitting code for C1ASSOC. ;;; Emitting code for C2ASSOC!2. ;;; Emitting code for CO1NTH. ;;; Emitting code for CO1NTHCDR. ;;; Emitting code for BOOLE. ;;; Emitting code for CO1COERCE. ;;; Emitting code for CO1CONS. ;;; Emitting code for CONS-TO-LISTA. ;;; Note: Tail-recursive call of CONS-TO-LISTA was replaced by iteration. ;;; Emitting code for RESULT-TYPE. ;;; Emitting code for CO1LDB. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpfun.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpfun.obj"cmpfun.c ;;; Finished compiling src:cmp;cmpfun.lsp. (compile-file "src:cmp;cmpif.lsp" :output-file #P"build:cmp;cmpif.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpif.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1IF ...). ;;; Compiling (DEFUN C1FMLA-CONSTANT ...). ;;; Compiling (DEFUN C1FMLA ...). ;;; Compiling (DEFUN C2IF ...). ;;; Compiling (DEFUN CJT ...). ;;; Compiling (DEFUN CJF ...). ;;; Compiling (DEFUN SET-JUMP-TRUE ...). ;;; Compiling (DEFUN SET-JUMP-FALSE ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclhhxulEa7_gBCnezy" for #P"build:cmp;cmpif.obj.NEWEST" ;;; Emitting code for C1IF. ;;; Emitting code for C1FMLA-CONSTANT. ;;; Emitting code for C1FMLA. ;;; Note: Tail-recursive call of C1FMLA was replaced by iteration. ;;; Note: Tail-recursive call of C1FMLA was replaced by iteration. ;;; Emitting code for C2IF. ;;; Emitting code for CJT. ;;; Note: Tail-recursive call of CJT was replaced by iteration. ;;; Note: Tail-recursive call of CJT was replaced by iteration. ;;; Emitting code for CJF. ;;; Note: Tail-recursive call of CJF was replaced by iteration. ;;; Note: Tail-recursive call of CJF was replaced by iteration. ;;; Emitting code for SET-JUMP-TRUE. ;;; Emitting code for SET-JUMP-FALSE. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpif.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpif.obj"cmpif.c ;;; Finished compiling src:cmp;cmpif.lsp. (compile-file "src:cmp;cmplam.lsp" :output-file #P"build:cmp;cmplam.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmplam.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1LAMBDA-DOC ...). ;;; Compiling (DEFUN C1LAMBDA-BODY ...). ;;; Compiling (DEFUN C1LAMBDA-LIST ...). ;;; Compiling (DEFUN FUN-NEEDS-NARG ...). ;;; Compiling (DEFUN FUN-FIXED-NARG ...). ;;; Variable C-ARGUMENTS-LIMIT was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN ADD-REFERRED-VARIABLES-TO-FUNCTION ...). ;;; Compiling (DEFUN C1COMPILE-FUNCTION ...). ;;; Compiling (DEFUN CMP-PROCESS-LAMBDA-LIST ...). ;;; Note: in file src:cmp;cmplam.lsp.NEWEST, position 4797, and form ;;; (FSET 'CMP-PROCESS-LAMBDA-LIST #'(LAMBDA-BLOCK CMP-PROCESS-LAMBDA-LIST # ...)) ;;; Removing unused variable C ;;; Compiling (DEFUN C1LAMBDA-EXPR ...). ;;; Variable ALL-DECLARATIONS was undefined. Compiler assumes it is a global. ;;; Note: in file src:cmp;cmplam.lsp.NEWEST, position 4950, and form ;;; (FSET 'C1LAMBDA-EXPR #'(LAMBDA-BLOCK C1LAMBDA-EXPR # ...)) ;;; Removing unused variable KEY ;;; Note: in file src:cmp;cmplam.lsp.NEWEST, position 4950, and form ;;; (FSET 'C1LAMBDA-EXPR #'(LAMBDA-BLOCK C1LAMBDA-EXPR # ...)) ;;; Removing unused variable NEW-VARIABLES ;;; Compiling (DEFUN LAMBDA-FORM-ALLOWED-NARGS ...). ;;; Warning: in file src:cmp;cmplam.lsp.NEWEST, position 9722, and form ;;; (FSET 'LAMBDA-FORM-ALLOWED-NARGS #'(LAMBDA-BLOCK LAMBDA-FORM-ALLOWED-NARGS # ...)) ;;; The variable KEYWORDS is not used. ;;; Compiling (DEFUN C2LAMBDA-EXPR ...). ;;; Warning: in file src:cmp;cmplam.lsp.NEWEST, position 10600, and form ;;; (FSET 'C2LAMBDA-EXPR #'(LAMBDA-BLOCK C2LAMBDA-EXPR # ...)) ;;; Type mismatch between VAR and NIL. ;;; Warning: in file src:cmp;cmplam.lsp.NEWEST, position 10600, and form ;;; (FSET 'C2LAMBDA-EXPR #'(LAMBDA-BLOCK C2LAMBDA-EXPR # ...)) ;;; In LET* body, the type of the form VAR is SYMBOL, not VAR. ;;; Variable C-ARGUMENTS-LIMIT was undefined. Compiler assumes it is a global. ;;; Variable C-ARGUMENTS-LIMIT was undefined. Compiler assumes it is a global. ;;; Variable C-ARGUMENTS-LIMIT was undefined. Compiler assumes it is a global. ;;; Variable C-ARGUMENTS-LIMIT was undefined. Compiler assumes it is a global. ;;; Variable C-ARGUMENTS-LIMIT was undefined. Compiler assumes it is a global. ;;; Variable REQUIRED was undefined. Compiler assumes it is a global. ;;; Warning: in file src:cmp;cmplam.lsp.NEWEST, position 10600, and form ;;; (FSET 'C2LAMBDA-EXPR #'(LAMBDA-BLOCK C2LAMBDA-EXPR # ...)) ;;; In LET body, the type of the form VAR is SYMBOL, not VAR. ;;; Note: in file src:cmp;cmplam.lsp.NEWEST, position 10600, and form ;;; (FSET 'C2LAMBDA-EXPR #'(LAMBDA-BLOCK C2LAMBDA-EXPR # ...)) ;;; Removing unused variable KEY ;;; Note: in file src:cmp;cmplam.lsp.NEWEST, position 10600, and form ;;; (FSET 'C2LAMBDA-EXPR #'(LAMBDA-BLOCK C2LAMBDA-EXPR # ...)) ;;; Removing unused variable LAST-ARG ;;; Compiling (DEFUN OPTIMIZE-FUNCALL/APPLY-LAMBDA ...). ;;; Warning: in file src:cmp;cmplam.lsp.NEWEST, position 18225, and form ;;; (FSET 'OPTIMIZE-FUNCALL/APPLY-LAMBDA #'(LAMBDA-BLOCK OPTIMIZE-FUNCALL/APPLY-LAMBDA # ...)) ;;; The variable AUX-VARS is not used. ;;; Note: in file src:cmp;cmplam.lsp.NEWEST, position 18225, and form ;;; (FSET 'OPTIMIZE-FUNCALL/APPLY-LAMBDA #'(LAMBDA-BLOCK OPTIMIZE-FUNCALL/APPLY-LAMBDA # ...)) ;;; Removing unused variable BODY ;;; End of Pass 1. ;;; Note: Creating tag: "_eclL0gisdZ7_DkCnezy" for #P"build:cmp;cmplam.obj.NEWEST" ;;; Emitting code for C1LAMBDA-DOC. ;;; Emitting code for C1LAMBDA-BODY. ;;; Emitting code for C1LAMBDA-LIST. ;;; Emitting code for FUN-NEEDS-NARG. ;;; Emitting code for FUN-FIXED-NARG. ;;; Emitting code for ADD-REFERRED-VARIABLES-TO-FUNCTION. ;;; Emitting code for C1COMPILE-FUNCTION. ;;; Emitting code for CMP-PROCESS-LAMBDA-LIST. ;;; Emitting code for #:G71. ;;; Emitting code for C1LAMBDA-EXPR. ;;; Emitting code for LAMBDA-FORM-ALLOWED-NARGS. ;;; Emitting code for C2LAMBDA-EXPR. ;;; Emitting code for DO-DECL. ;;; Emitting code for WT-DECL. ;;; Emitting code for OPTIMIZE-FUNCALL/APPLY-LAMBDA. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmplam.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmplam.obj"cmplam.c ;;; Finished compiling src:cmp;cmplam.lsp. (compile-file "src:cmp;cmplet.lsp" :output-file #P"build:cmp;cmplet.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmplet.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1LET ...). ;;; Compiling (DEFUN UPDATE-VAR-TYPE ...). ;;; Compiling (DEFUN READ-ONLY-VARIABLE-P ...). ;;; Compiling (DEFUN C2LET ...). ;;; Warning: in file src:cmp;cmplet.lsp.NEWEST, position 4776, and form ;;; (FSET 'C2LET #'(LAMBDA-BLOCK C2LET # ...)) ;;; In LET body, the type of the form VAR is SYMBOL, not VAR. ;;; Compiling (DEFUN ENV-GROWS ...). ;;; Compiling (DEFUN C1LET* ...). ;;; Compiling (DEFUN REPLACEABLE ...). ;;; Compiling (DEFUN C2LET* ...). ;;; Warning: in file src:cmp;cmplet.lsp.NEWEST, position 13120, and form ;;; (FSET 'C2LET* #'(LAMBDA-BLOCK C2LET* # ...)) ;;; In LET body, the type of the form VAR is SYMBOL, not VAR. ;;; Warning: in file src:cmp;cmplet.lsp.NEWEST, position 13120, and form ;;; (FSET 'C2LET* #'(LAMBDA-BLOCK C2LET* # ...)) ;;; In LET bindings, the type of the form NIL is SYMBOL, not VAR. ;;; Warning: in file src:cmp;cmplet.lsp.NEWEST, position 13120, and form ;;; (FSET 'C2LET* #'(LAMBDA-BLOCK C2LET* # ...)) ;;; In LET body, the type of the form VAR is SYMBOL, not VAR. ;;; Compiling (DEFUN DISCARDED ...). ;;; Note: in file src:cmp;cmplet.lsp.NEWEST, position 15849, and form ;;; (FSET 'DISCARDED #'(LAMBDA-BLOCK DISCARDED # ...)) ;;; Removing unused variable LAST ;;; Compiling (DEFUN CAN-BE-REPLACED ...). ;;; Note: in file src:cmp;cmplet.lsp.NEWEST, position 16325, and form ;;; (FSET 'CAN-BE-REPLACED #'(LAMBDA-BLOCK CAN-BE-REPLACED # ...)) ;;; In function CAN-BE-REPLACED, checking types of arguments BODY VAR. ;;; Compiling (DEFUN CAN-BE-REPLACED* ...). ;;; Note: in file src:cmp;cmplet.lsp.NEWEST, position 16468, and form ;;; (FSET 'CAN-BE-REPLACED* #'(LAMBDA-BLOCK CAN-BE-REPLACED* # ...)) ;;; In function CAN-BE-REPLACED*, checking types of arguments FORMS BODY VAR. ;;; Compiling (DEFUN NSUBST-VAR ...). ;;; Compiling (DEFUN MEMBER-VAR ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclE0tGalZ7_u8Dnezy" for #P"build:cmp;cmplet.obj.NEWEST" ;;; Emitting code for C1LET. ;;; Emitting code for #:G24. ;;; Emitting code for UPDATE-VAR-TYPE. ;;; Note: Tail-recursive call of UPDATE-VAR-TYPE was replaced by iteration. ;;; Emitting code for READ-ONLY-VARIABLE-P. ;;; Emitting code for C2LET. ;;; Emitting code for DO-INIT. ;;; Emitting code for DO-DECL. ;;; Emitting code for ENV-GROWS. ;;; Emitting code for C1LET*. ;;; Emitting code for #:G101. ;;; Emitting code for REPLACEABLE. ;;; Note: Tail-recursive call of REPLACEABLE was replaced by iteration. ;;; Emitting code for C2LET*. ;;; Emitting code for DISCARDED. ;;; Emitting code for LAST-FORM. ;;; Note: Tail-recursive call of LAST-FORM was replaced by iteration. ;;; Note: Tail-recursive call of LAST-FORM was replaced by iteration. ;;; Emitting code for CAN-BE-REPLACED. ;;; Emitting code for CAN-BE-REPLACED*. ;;; Emitting code for NSUBST-VAR. ;;; Emitting code for MEMBER-VAR. ;;; Emitting code for #:G160. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmplet.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmplet.obj"cmplet.c ;;; Finished compiling src:cmp;cmplet.lsp. (compile-file "src:cmp;cmploc.lsp" :output-file #P"build:cmp;cmploc.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmploc.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN TMP-DESTINATION ...). ;;; Compiling (DEFUN USES-VALUES ...). ;;; Compiling (DEFUN SET-LOC ...). ;;; Compiling (DEFUN WT-LOC ...). ;;; Compiling (DEFUN LAST-CALL-P ...). ;;; Compiling (DEFUN WT-CAR ...). ;;; Compiling (DEFUN WT-CDR ...). ;;; Compiling (DEFUN WT-CADR ...). ;;; Compiling (DEFUN LCL-NAME ...). ;;; Compiling (DEFUN WT-LCL ...). ;;; Compiling (DEFUN WT-VV ...). ;;; Compiling (DEFUN WT-VV-TEMP ...). ;;; Compiling (DEFUN WT-LCL-LOC ...). ;;; Warning: in file src:cmp;cmploc.lsp.NEWEST, position 4974, and form ;;; (FSET 'WT-LCL-LOC #'(LAMBDA-BLOCK WT-LCL-LOC # ...)) ;;; The variable TYPE is not used. ;;; Compiling (DEFUN WT-TEMP ...). ;;; Compiling (DEFUN WT-NUMBER ...). ;;; Warning: in file src:cmp;cmploc.lsp.NEWEST, position 5070, and form ;;; (FSET 'WT-NUMBER #'(LAMBDA-BLOCK WT-NUMBER # ...)) ;;; The variable VV is not used. ;;; Compiling (DEFUN WT-CHARACTER ...). ;;; Warning: in file src:cmp;cmploc.lsp.NEWEST, position 5123, and form ;;; (FSET 'WT-CHARACTER #'(LAMBDA-BLOCK WT-CHARACTER # ...)) ;;; The variable VV is not used. ;;; Compiling (DEFUN WT-VALUE ...). ;;; Compiling (DEFUN WT-KEYVARS ...). ;;; Compiling (DEFUN LOC-REFERS-TO-SPECIAL ...). ;;; Compiling (DEFUN VALUES-LOC ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecldat2lpb7_hEDnezy" for #P"build:cmp;cmploc.obj.NEWEST" ;;; Emitting code for TMP-DESTINATION. ;;; Emitting code for USES-VALUES. ;;; Emitting code for SET-LOC. ;;; Emitting code for WT-LOC. ;;; Emitting code for LAST-CALL-P. ;;; Emitting code for WT-CAR. ;;; Emitting code for WT-CDR. ;;; Emitting code for WT-CADR. ;;; Emitting code for LCL-NAME. ;;; Emitting code for WT-LCL. ;;; Emitting code for WT-VV. ;;; Emitting code for WT-VV-TEMP. ;;; Emitting code for WT-LCL-LOC. ;;; Emitting code for WT-TEMP. ;;; Emitting code for WT-NUMBER. ;;; Emitting code for WT-CHARACTER. ;;; Emitting code for WT-VALUE. ;;; Emitting code for WT-KEYVARS. ;;; Emitting code for LOC-REFERS-TO-SPECIAL. ;;; Emitting code for VALUES-LOC. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmploc.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmploc.obj"cmploc.c ;;; Finished compiling src:cmp;cmploc.lsp. (compile-file "src:cmp;cmpmap.lsp" :output-file #P"build:cmp;cmpmap.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpmap.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN EXPAND-MAPCAR ...). ;;; Note: in file src:cmp;cmpmap.lsp.NEWEST, position 1900, and form ;;; (PUT-SYSPROP 'MAPCAR 'COMPILER-MACRO ...) ;;; Removing unused variable R ;;; Note: in file src:cmp;cmpmap.lsp.NEWEST, position 1979, and form ;;; (PUT-SYSPROP 'MAPC 'COMPILER-MACRO ...) ;;; Removing unused variable R ;;; Note: in file src:cmp;cmpmap.lsp.NEWEST, position 2056, and form ;;; (PUT-SYSPROP 'MAPCAN 'COMPILER-MACRO ...) ;;; Removing unused variable R ;;; Note: in file src:cmp;cmpmap.lsp.NEWEST, position 2135, and form ;;; (PUT-SYSPROP 'MAPLIST 'COMPILER-MACRO ...) ;;; Removing unused variable R ;;; Note: in file src:cmp;cmpmap.lsp.NEWEST, position 2215, and form ;;; (PUT-SYSPROP 'MAPL 'COMPILER-MACRO ...) ;;; Removing unused variable R ;;; Note: in file src:cmp;cmpmap.lsp.NEWEST, position 2292, and form ;;; (PUT-SYSPROP 'MAPCON 'COMPILER-MACRO ...) ;;; Removing unused variable R ;;; End of Pass 1. ;;; Note: Creating tag: "_ecleAh7DLb7_vgDnezy" for #P"build:cmp;cmpmap.obj.NEWEST" ;;; Emitting code for EXPAND-MAPCAR. ;;; Emitting code for MAPCAR. ;;; Emitting code for MAPC. ;;; Emitting code for MAPCAN. ;;; Emitting code for MAPLIST. ;;; Emitting code for MAPL. ;;; Emitting code for MAPCON. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmap.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmap.obj"cmpmap.c ;;; Finished compiling src:cmp;cmpmap.lsp. (compile-file "src:cmp;cmpstack.lsp" :output-file #P"build:cmp;cmpstack.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpstack.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1WITH-STACK ...). ;;; Compiling (DEFUN C2WITH-STACK ...). ;;; Compiling (DEFUN C1INNERMOST-STACK-FRAME ...). ;;; Warning: in file src:cmp;cmpstack.lsp.NEWEST, position 1665, and form ;;; (FSET 'C1INNERMOST-STACK-FRAME #'(LAMBDA-BLOCK C1INNERMOST-STACK-FRAME # ...)) ;;; The variable ARGS is not used. ;;; Compiling (DEFUN C1STACK-PUSH ...). ;;; Compiling (DEFUN C1STACK-PUSH-VALUES ...). ;;; Compiling (DEFUN C2STACK-PUSH-VALUES ...). ;;; Compiling (DEFUN C1STACK-POP ...). ;;; Compiling (DEFUN C1APPLY-FROM-STACK-FRAME ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclXr53JwZ7_FqDnezy" for #P"build:cmp;cmpstack.obj.NEWEST" ;;; Emitting code for C1WITH-STACK. ;;; Emitting code for C2WITH-STACK. ;;; Emitting code for C1INNERMOST-STACK-FRAME. ;;; Emitting code for C1STACK-PUSH. ;;; Emitting code for C1STACK-PUSH-VALUES. ;;; Emitting code for C2STACK-PUSH-VALUES. ;;; Emitting code for C1STACK-POP. ;;; Emitting code for C1APPLY-FROM-STACK-FRAME. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpstack.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpstack.obj"cmpstack.c ;;; Finished compiling src:cmp;cmpstack.lsp. (compile-file "src:cmp;cmpmulti.lsp" :output-file #P"build:cmp;cmpmulti.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpmulti.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1MULTIPLE-VALUE-CALL ...). ;;; Compiling (DEFUN C1MULTIPLE-VALUE-PROG1 ...). ;;; Compiling (DEFUN C1VALUES ...). ;;; Compiling (DEFUN C2VALUES ...). ;;; Compiling (DEFUN C1MULTIPLE-VALUE-SETQ ...). ;;; Compiling (DEFUN C1FORM-VALUES-NUMBER ...). ;;; Compiling (DEFUN DO-M-V-SETQ-FIXED ...). ;;; Compiling (DEFUN DO-M-V-SETQ-ANY ...). ;;; Compiling (DEFUN C2MULTIPLE-VALUE-SETQ ...). ;;; Compiling (DEFUN C1MULTIPLE-VALUE-BIND ...). ;;; Compiling (DEFUN C2MULTIPLE-VALUE-BIND ...). ;;; Warning: in file src:cmp;cmpmulti.lsp.NEWEST, position 9361, and form ;;; (FSET 'C2MULTIPLE-VALUE-BIND #'(LAMBDA-BLOCK C2MULTIPLE-VALUE-BIND # ...)) ;;; In LET* body, the type of the form VAR is SYMBOL, not VAR. ;;; Note: in file src:cmp;cmpmulti.lsp.NEWEST, position 9361, and form ;;; (FSET 'C2MULTIPLE-VALUE-BIND #'(LAMBDA-BLOCK C2MULTIPLE-VALUE-BIND # ...)) ;;; Removing unused variable LABELS ;;; Warning: in file src:cmp;cmpmulti.lsp.NEWEST, position 9361, and form ;;; (FSET 'C2MULTIPLE-VALUE-BIND #'(LAMBDA-BLOCK C2MULTIPLE-VALUE-BIND # ...)) ;;; The variable NR is not used. ;;; End of Pass 1. ;;; Note: Creating tag: "_ecljfd70dZ7_DlDnezy" for #P"build:cmp;cmpmulti.obj.NEWEST" ;;; Emitting code for C1MULTIPLE-VALUE-CALL. ;;; Emitting code for C1MULTIPLE-VALUE-PROG1. ;;; Emitting code for C1VALUES. ;;; Emitting code for C2VALUES. ;;; Emitting code for C1MULTIPLE-VALUE-SETQ. ;;; Emitting code for C1FORM-VALUES-NUMBER. ;;; Emitting code for DO-M-V-SETQ-FIXED. ;;; Emitting code for DO-M-V-SETQ-ANY. ;;; Emitting code for C2MULTIPLE-VALUE-SETQ. ;;; Emitting code for C1MULTIPLE-VALUE-BIND. ;;; Emitting code for C2MULTIPLE-VALUE-BIND. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmulti.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmulti.obj"cmpmulti.c ;;; Finished compiling src:cmp;cmpmulti.lsp. (compile-file "src:cmp;cmpspecial.lsp" :output-file #P"build:cmp;cmpspecial.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpspecial.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1QUOTE ...). ;;; Compiling (DEFUN C1DECLARE ...). ;;; Compiling (DEFUN C1THE ...). ;;; Compiling (DEFUN C1COMPILER-LET ...). ;;; Compiling (DEFUN C2COMPILER-LET ...). ;;; Compiling (DEFUN C1FUNCTION ...). ;;; Note: in file src:cmp;cmpspecial.lsp.NEWEST, position 2161, and form ;;; (FSET 'C1FUNCTION #'(LAMBDA-BLOCK C1FUNCTION # ...)) ;;; Removing unused variable FD ;;; Compiling (DEFUN C2FUNCTION ...). ;;; Warning: in file src:cmp;cmpspecial.lsp.NEWEST, position 3307, and form ;;; (FSET 'C2FUNCTION #'(LAMBDA-BLOCK C2FUNCTION # ...)) ;;; The variable FUNOB is not used. ;;; Compiling (DEFUN NEW-LOCAL ...). ;;; Note: in file src:cmp;cmpspecial.lsp.NEWEST, position 3524, and form ;;; (FSET 'NEW-LOCAL #'(LAMBDA-BLOCK NEW-LOCAL # ...)) ;;; In function NEW-LOCAL, checking types of arguments FUN. ;;; Warning: in file src:cmp;cmpspecial.lsp.NEWEST, position 3524, and form ;;; (FSET 'NEW-LOCAL #'(LAMBDA-BLOCK NEW-LOCAL # ...)) ;;; The variable PARENT is not used. ;;; Compiling (DEFUN WT-FDEFINITION ...). ;;; Compiling (DEFUN ENVIRONMENT-ACCESSOR ...). ;;; Compiling (DEFUN WT-MAKE-CLOSURE ...). ;;; Note: in file src:cmp;cmpspecial.lsp.NEWEST, position 5060, and form ;;; (FSET 'WT-MAKE-CLOSURE #'(LAMBDA-BLOCK WT-MAKE-CLOSURE # ...)) ;;; In function WT-MAKE-CLOSURE, checking types of arguments FUN. ;;; End of Pass 1. ;;; Note: Creating tag: "_eclB60JJxa7_pyDnezy" for #P"build:cmp;cmpspecial.obj.NEWEST" ;;; Emitting code for C1QUOTE. ;;; Emitting code for C1DECLARE. ;;; Emitting code for C1THE. ;;; Emitting code for C1COMPILER-LET. ;;; Emitting code for C2COMPILER-LET. ;;; Emitting code for C1FUNCTION. ;;; Emitting code for C2FUNCTION. ;;; Emitting code for NEW-LOCAL. ;;; Emitting code for WT-FDEFINITION. ;;; Emitting code for ENVIRONMENT-ACCESSOR. ;;; Emitting code for WT-MAKE-CLOSURE. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpspecial.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpspecial.obj"cmpspecial.c ;;; Finished compiling src:cmp;cmpspecial.lsp. (compile-file "src:cmp;cmptag.lsp" :output-file #P"build:cmp;cmptag.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmptag.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFVAR *REG-AMOUNT* ...). ;;; Compiling (DEFUN ADD-LOOP-REGISTERS ...). ;;; Compiling (DEFUN C1TAGBODY ...). ;;; Warning: in file src:cmp;cmptag.lsp.NEWEST, position 2463, and form ;;; (FSET 'C1TAGBODY #'(LAMBDA-BLOCK C1TAGBODY # ...)) ;;; The variable THIS-TAG is not used. ;;; Warning: in file src:cmp;cmptag.lsp.NEWEST, position 2463, and form ;;; (FSET 'C1TAGBODY #'(LAMBDA-BLOCK C1TAGBODY # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN C2TAGBODY ...). ;;; Note: in file src:cmp;cmptag.lsp.NEWEST, position 4257, and form ;;; (FSET 'C2TAGBODY #'(LAMBDA-BLOCK C2TAGBODY # ...)) ;;; In function C2TAGBODY, checking types of arguments BODY TAG-LOC. ;;; Compiling (DEFUN C2TAGBODY-BODY ...). ;;; Compiling (DEFUN C1GO ...). ;;; Variable VAR was undefined. Compiler assumes it is a global. ;;; Variable VAR was undefined. Compiler assumes it is a global. ;;; Variable VAR was undefined. Compiler assumes it is a global. ;;; Variable VAR was undefined. Compiler assumes it is a global. ;;; Variable VAR was undefined. Compiler assumes it is a global. ;;; Variable VAR was undefined. Compiler assumes it is a global. ;;; Variable VAR was undefined. Compiler assumes it is a global. ;;; Variable VAR was undefined. Compiler assumes it is a global. ;;; Variable VAR was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN C2GO ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclzl4CVia7_pTEnezy" for #P"build:cmp;cmptag.obj.NEWEST" ;;; Emitting code for ADD-LOOP-REGISTERS. ;;; Emitting code for JUMPS-TO-P. ;;; Note: Tail-recursive call of JUMPS-TO-P was replaced by iteration. ;;; Emitting code for ADD-REG1. ;;; Emitting code for C1TAGBODY. ;;; Emitting code for C2TAGBODY. ;;; Emitting code for C2TAGBODY-BODY. ;;; Emitting code for C1GO. ;;; Emitting code for C2GO. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmptag.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmptag.obj"cmptag.c ;;; Finished compiling src:cmp;cmptag.lsp. (compile-file "src:cmp;cmptop.lsp" :output-file #P"build:cmp;cmptop.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmptop.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN T1EXPR ...). ;;; Compiling (DEFVAR *TOPLEVEL-FORMS-TO-PRINT* ...). ;;; Compiling (DEFUN T1EXPR* ...). ;;; Compiling (DEFUN T1/C1EXPR ...). ;;; Compiling (DEFUN T2EXPR ...). ;;; Compiling (DEFVAR *EMITTED-LOCAL-FUNS* ...). ;;; Compiling (DEFUN EMIT-LOCAL-FUNS ...). ;;; Compiling (DEFUN CTOP-WRITE ...). ;;; Note: in file src:cmp;cmptop.lsp.NEWEST, position 2857, and form ;;; (FSET 'CTOP-WRITE #'(LAMBDA-BLOCK CTOP-WRITE # ...)) ;;; Removing unused variable DEF ;;; Compiling (DEFUN C1EVAL-WHEN ...). ;;; Compiling (DEFUN T2COMPILER-LET ...). ;;; Compiling (DEFUN T2PROGN ...). ;;; Compiling (DEFUN EXPORTED-FNAME ...). ;;; Compiling (DEFUN NEW-DEFUN ...). ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 9824, and form ;;; (FSET 'NEW-DEFUN #'(LAMBDA-BLOCK NEW-DEFUN # ...)) ;;; The variable NO-ENTRY is not used. ;;; Compiling (DEFUN PRINT-FUNCTION ...). ;;; Compiling (DEFUN SIMILAR ...). ;;; Compiling (DEFUN WT-FUNCTION-PROLOG ...). ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 12230, and form ;;; (FSET 'WT-FUNCTION-PROLOG #'(LAMBDA-BLOCK WT-FUNCTION-PROLOG # ...)) ;;; The variable LOCAL-ENTRY is not used. ;;; Compiling (DEFUN WT-FUNCTION-EPILOGUE ...). ;;; Compiling (DEFUN WT-GLOBAL-ENTRY ...). ;;; Compiling (DEFUN REP-TYPE ...). ;;; Compiling (DEFUN T1ORDINARY ...). ;;; Compiling (DEFUN P1ORDINARY ...). ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 15729, and form ;;; (FSET 'P1ORDINARY #'(LAMBDA-BLOCK P1ORDINARY # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN T2ORDINARY ...). ;;; Compiling (DEFUN ADD-LOAD-TIME-VALUES ...). ;;; Compiling (DEFUN C1LOAD-TIME-VALUE ...). ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 16301, and form ;;; (FSET 'C1LOAD-TIME-VALUE #'(LAMBDA-BLOCK C1LOAD-TIME-VALUE # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN T2LOAD-TIME-VALUE ...). ;;; Compiling (DEFUN T2MAKE-FORM ...). ;;; Compiling (DEFUN T2INIT-FORM ...). ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 17323, and form ;;; (FSET 'T2INIT-FORM #'(LAMBDA-BLOCK T2INIT-FORM # ...)) ;;; The variable VV-LOC is not used. ;;; Compiling (DEFUN T2DECL-BODY ...). ;;; Compiling (DEFUN PARSE-CVSPECS ...). ;;; Compiling (DEFVAR *DEBUG-FUN* ...). ;;; Compiling (DEFUN LOCATIVE-TYPE-FROM-VAR-KIND ...). ;;; Compiling (DEFUN BUILD-DEBUG-LEXICAL-ENV ...). ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 18850, and form ;;; (FSET 'BUILD-DEBUG-LEXICAL-ENV #'(LAMBDA-BLOCK BUILD-DEBUG-LEXICAL-ENV # ...)) ;;; The variable VAR-LOCATIONS is not used. ;;; Compiling (DEFUN POP-DEBUG-LEXICAL-ENV ...). ;;; Compiling (DEFUN T3LOCAL-FUN ...). ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 20956, and form ;;; (FSET 'T3LOCAL-FUN #'(LAMBDA-BLOCK T3LOCAL-FUN # ...)) ;;; Unknown type (VALUES &REST T) ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 20956, and form ;;; (FSET 'T3LOCAL-FUN #'(LAMBDA-BLOCK T3LOCAL-FUN # ...)) ;;; The variable MINARG is not used. ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 20956, and form ;;; (FSET 'T3LOCAL-FUN #'(LAMBDA-BLOCK T3LOCAL-FUN # ...)) ;;; The variable MAXARG is not used. ;;; Note: in file src:cmp;cmptop.lsp.NEWEST, position 20956, and form ;;; (FSET 'T3LOCAL-FUN #'(LAMBDA-BLOCK T3LOCAL-FUN # ...)) ;;; Removing unused variable NENVS ;;; Compiling (DEFUN C1FSET ...). ;;; Variable FUN was undefined. Compiler assumes it is a global. ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 25747, and form ;;; (FSET 'C1FSET #'(LAMBDA-BLOCK C1FSET # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN P1FSET ...). ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 26787, and form ;;; (FSET 'P1FSET #'(LAMBDA-BLOCK P1FSET # ...)) ;;; The variable C1FORMS is not used. ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 26787, and form ;;; (FSET 'P1FSET #'(LAMBDA-BLOCK P1FSET # ...)) ;;; The variable PPRINT is not used. ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 26787, and form ;;; (FSET 'P1FSET #'(LAMBDA-BLOCK P1FSET # ...)) ;;; The variable MACRO is not used. ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 26787, and form ;;; (FSET 'P1FSET #'(LAMBDA-BLOCK P1FSET # ...)) ;;; The variable FNAME is not used. ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 26787, and form ;;; (FSET 'P1FSET #'(LAMBDA-BLOCK P1FSET # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN C2FSET ...). ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 26900, and form ;;; (FSET 'C2FSET #'(LAMBDA-BLOCK C2FSET # ...)) ;;; Unknown type (VALUES &REST T) ;;; Warning: in file src:cmp;cmptop.lsp.NEWEST, position 26900, and form ;;; (FSET 'C2FSET #'(LAMBDA-BLOCK C2FSET # ...)) ;;; The variable PPRINT is not used. ;;; Compiling (DEFUN OUTPUT-CFUNS ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclC1Sv2Ta7_kpEnezy" for #P"build:cmp;cmptop.obj.NEWEST" ;;; Emitting code for T1EXPR. ;;; Emitting code for T1EXPR*. ;;; Emitting code for T1/C1EXPR. ;;; Emitting code for T2EXPR. ;;; Emitting code for EMIT-LOCAL-FUNS. ;;; Emitting code for CTOP-WRITE. ;;; Emitting code for C1EVAL-WHEN. ;;; Emitting code for T2COMPILER-LET. ;;; Emitting code for T2PROGN. ;;; Emitting code for EXPORTED-FNAME. ;;; Emitting code for NEW-DEFUN. ;;; Emitting code for PRINT-FUNCTION. ;;; Emitting code for SIMILAR. ;;; Note: Tail-recursive call of SIMILAR was replaced by iteration. ;;; Emitting code for SIMILAR-FUN. ;;; Emitting code for SIMILAR-C1FORM. ;;; Emitting code for SIMILAR-VAR. ;;; Emitting code for SIMILAR-REF. ;;; Emitting code for WT-FUNCTION-PROLOG. ;;; Emitting code for WT-FUNCTION-EPILOGUE. ;;; Emitting code for WT-GLOBAL-ENTRY. ;;; Emitting code for REP-TYPE. ;;; Emitting code for T1ORDINARY. ;;; Emitting code for P1ORDINARY. ;;; Emitting code for T2ORDINARY. ;;; Emitting code for ADD-LOAD-TIME-VALUES. ;;; Emitting code for C1LOAD-TIME-VALUE. ;;; Emitting code for T2LOAD-TIME-VALUE. ;;; Emitting code for T2MAKE-FORM. ;;; Emitting code for T2INIT-FORM. ;;; Emitting code for T2DECL-BODY. ;;; Emitting code for PARSE-CVSPECS. ;;; Emitting code for LOCATIVE-TYPE-FROM-VAR-KIND. ;;; Emitting code for BUILD-DEBUG-LEXICAL-ENV. ;;; Emitting code for POP-DEBUG-LEXICAL-ENV. ;;; Emitting code for T3LOCAL-FUN. ;;; Emitting code for #:G142. ;;; Emitting code for C1FSET. ;;; Emitting code for P1FSET. ;;; Emitting code for C2FSET. ;;; Emitting code for OUTPUT-CFUNS. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmptop.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmptop.obj"cmptop.c ;;; Finished compiling src:cmp;cmptop.lsp. (compile-file "src:cmp;cmpvar.lsp" :output-file #P"build:cmp;cmpvar.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpvar.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN MAKE-VAR ...). ;;; Compiling (DEFUN VAR-REFERENCED-IN-FORM-LIST ...). ;;; Compiling (DEFUN VAR-CHANGED-IN-FORM-LIST ...). ;;; Compiling (DEFUN VAR-REFERENCED-IN-FORM ...). ;;; Note: in file src:cmp;cmpvar.lsp.NEWEST, position 1467, and form ;;; (FSET 'VAR-REFERENCED-IN-FORM #'(LAMBDA-BLOCK VAR-REFERENCED-IN-FORM # ...)) ;;; In function VAR-REFERENCED-IN-FORM, checking types of arguments FORM VAR. ;;; Compiling (DEFUN VAR-CHANGED-IN-FORM ...). ;;; Note: in file src:cmp;cmpvar.lsp.NEWEST, position 1753, and form ;;; (FSET 'VAR-CHANGED-IN-FORM #'(LAMBDA-BLOCK VAR-CHANGED-IN-FORM # ...)) ;;; In function VAR-CHANGED-IN-FORM, checking types of arguments FORM VAR. ;;; Compiling (DEFUN ADD-TO-READ-NODES ...). ;;; Compiling (DEFUN ADD-TO-SET-NODES ...). ;;; Compiling (DEFUN ADD-TO-SET-NODES-OF-VAR-LIST ...). ;;; Compiling (DEFUN SCH-GLOBAL ...). ;;; Warning: in file src:cmp;cmpvar.lsp.NEWEST, position 3176, and form ;;; (FSET 'SCH-GLOBAL #'(LAMBDA-BLOCK SCH-GLOBAL # ...)) ;;; Type mismatch between VAR and NIL. ;;; Warning: in file src:cmp;cmpvar.lsp.NEWEST, position 3176, and form ;;; (FSET 'SCH-GLOBAL #'(LAMBDA-BLOCK SCH-GLOBAL # ...)) ;;; In LET* body, the type of the form VAR is SYMBOL, not VAR. ;;; Compiling (DEFUN CHECK-GLOBAL ...). ;;; Compiling (DEFUN CHK-SYMBOL-MACROLET ...). ;;; Compiling (DEFUN C1MAKE-VAR ...). ;;; Compiling (DEFUN CHECK-VREF ...). ;;; Compiling (DEFUN C1VAR ...). ;;; Compiling (DEFUN MAKE-LCL-VAR ...). ;;; Compiling (DEFUN MAKE-TEMP-VAR ...). ;;; Compiling (DEFUN C1VREF ...). ;;; Warning: in file src:cmp;cmpvar.lsp.NEWEST, position 5788, and form ;;; (FSET 'C1VREF #'(LAMBDA-BLOCK C1VREF # ...)) ;;; The variable UNW is not used. ;;; Compiling (DEFUN PUSH-VARS ...). ;;; Compiling (DEFUN UNBOXED ...). ;;; Compiling (DEFUN LOCAL ...). ;;; Compiling (DEFUN C2VAR ...). ;;; Compiling (DEFUN C2LOCATION ...). ;;; Compiling (DEFUN WT-VAR ...). ;;; Note: in file src:cmp;cmpvar.lsp.NEWEST, position 6905, and form ;;; (FSET 'WT-VAR #'(LAMBDA-BLOCK WT-VAR # ...)) ;;; In function WT-VAR, checking types of arguments VAR. ;;; Compiling (DEFUN VAR-REP-TYPE ...). ;;; Compiling (DEFUN SET-VAR ...). ;;; Compiling (DEFUN WT-LEX ...). ;;; Compiling (DEFUN WT-ENV ...). ;;; Compiling (DEFUN C1MAKE-GLOBAL-VARIABLE ...). ;;; Compiling (DEFUN C1DECLARE-SPECIALS ...). ;;; Compiling (DEFUN REGISTER-GLOBAL ...). ;;; Compiling (DEFUN C1SETQ ...). ;;; Compiling (DEFUN C1SETQ1 ...). ;;; Warning: in file src:cmp;cmpvar.lsp.NEWEST, position 9573, and form ;;; (FSET 'C1SETQ1 #'(LAMBDA-BLOCK C1SETQ1 # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN C2SETQ ...). ;;; Compiling (DEFUN C1PROGV ...). ;;; Compiling (DEFUN C2PROGV ...). ;;; Compiling (DEFUN C1PSETQ ...). ;;; Variable NAME was undefined. Compiler assumes it is a global. ;;; Warning: in file src:cmp;cmpvar.lsp.NEWEST, position 11156, and form ;;; (FSET 'C1PSETQ #'(LAMBDA-BLOCK C1PSETQ # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN C2PSETQ ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclW9dMcVa7_0MFnezy" for #P"build:cmp;cmpvar.obj.NEWEST" ;;; Emitting code for MAKE-VAR. ;;; Emitting code for VAR-REFERENCED-IN-FORM-LIST. ;;; Emitting code for VAR-CHANGED-IN-FORM-LIST. ;;; Emitting code for VAR-REFERENCED-IN-FORM. ;;; Emitting code for VAR-CHANGED-IN-FORM. ;;; Note: Tail-recursive call of VAR-CHANGED-IN-FORM was replaced by iteration. ;;; Emitting code for ADD-TO-READ-NODES. ;;; Emitting code for ADD-TO-SET-NODES. ;;; Emitting code for ADD-TO-SET-NODES-OF-VAR-LIST. ;;; Emitting code for SCH-GLOBAL. ;;; Emitting code for CHECK-GLOBAL. ;;; Emitting code for CHK-SYMBOL-MACROLET. ;;; Emitting code for C1MAKE-VAR. ;;; Emitting code for CHECK-VREF. ;;; Emitting code for C1VAR. ;;; Emitting code for MAKE-LCL-VAR. ;;; Emitting code for MAKE-TEMP-VAR. ;;; Emitting code for C1VREF. ;;; Emitting code for PUSH-VARS. ;;; Emitting code for UNBOXED. ;;; Emitting code for LOCAL. ;;; Emitting code for C2VAR. ;;; Emitting code for C2LOCATION. ;;; Emitting code for WT-VAR. ;;; Emitting code for VAR-REP-TYPE. ;;; Emitting code for SET-VAR. ;;; Emitting code for WT-LEX. ;;; Emitting code for WT-ENV. ;;; Emitting code for C1MAKE-GLOBAL-VARIABLE. ;;; Emitting code for C1DECLARE-SPECIALS. ;;; Emitting code for REGISTER-GLOBAL. ;;; Emitting code for C1SETQ. ;;; Emitting code for C1SETQ1. ;;; Emitting code for C2SETQ. ;;; Emitting code for C1PROGV. ;;; Emitting code for C2PROGV. ;;; Emitting code for C1PSETQ. ;;; Emitting code for C2PSETQ. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpvar.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpvar.obj"cmpvar.c ;;; Finished compiling src:cmp;cmpvar.lsp. (compile-file "src:cmp;cmpwt.lsp" :output-file #P"build:cmp;cmpwt.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpwt.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFVAR *WT-STRING-SIZE* ...). ;;; Compiling (DEFUN WT-LABEL ...). ;;; Compiling (DEFUN WT-FILTERED-COMMENT ...). ;;; Note: in file src:cmp;cmpwt.lsp.NEWEST, position 1044, and form ;;; (FSET 'WT-FILTERED-COMMENT #'(LAMBDA-BLOCK WT-FILTERED-COMMENT # ...)) ;;; In function WT-FILTERED-COMMENT, checking types of arguments SINGLE-LINE STREAM TEXT. ;;; Compiling (DEFUN DO-WT-COMMENT ...). ;;; Compiling (DEFUN WT-COMMENT ...). ;;; Compiling (DEFUN WT-COMMENT-NL ...). ;;; Compiling (DEFUN WT1 ...). ;;; Compiling (DEFUN WT-H1 ...). ;;; Compiling (DEFUN WT-FILTERED-DATA ...). ;;; Compiling (DEFUN DATA-PERMANENT-STORAGE-SIZE ...). ;;; Compiling (DEFUN DATA-TEMPORARY-STORAGE-SIZE ...). ;;; Compiling (DEFUN DATA-SIZE ...). ;;; Compiling (DEFUN DATA-INIT ...). ;;; Compiling (DEFUN DATA-GET-ALL-OBJECTS ...). ;;; Compiling (DEFUN DATA-DUMP ...). ;;; Variable +ECL-SYNTAX-PROGV-LIST+ was undefined. Compiler assumes it is a global. ;;; Variable +ECL-SYNTAX-PROGV-LIST+ was undefined. Compiler assumes it is a global. ;;; Warning: in file src:cmp;cmpwt.lsp.NEWEST, position 4926, and form ;;; (FSET 'DATA-DUMP #'(LAMBDA-BLOCK DATA-DUMP # ...)) ;;; The variable INIT-NAME is not used. ;;; Compiling (DEFUN WT-DATA-BEGIN ...). ;;; Variable *WT-DATA-COLUMN* was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN WT-DATA-END ...). ;;; Compiling (DEFUN DATA-EMPTY-LOC ...). ;;; Compiling (DEFUN ADD-LOAD-FORM ...). ;;; Compiling (DEFUN ADD-OBJECT ...). ;;; Compiling (DEFUN ADD-SYMBOL ...). ;;; Compiling (DEFUN ADD-KEYWORDS ...). ;;; Compiling (DEFUN STATIC-BASE-STRING-BUILDER ...). ;;; Compiling (DEFUN STATIC-SINGLE-FLOAT-BUILDER ...). ;;; Compiling (DEFUN STATIC-DOUBLE-FLOAT-BUILDER ...). ;;; Compiling (DEFUN STATIC-CONSTANT-BUILDER ...). ;;; Compiling (DEFUN STATIC-CONSTANT-EXPRESSION ...). ;;; Compiling (DEFUN ADD-STATIC-CONSTANT ...). ;;; Warning: in file src:cmp;cmpwt.lsp.NEWEST, position 10135, and form ;;; (FSET 'ADD-STATIC-CONSTANT #'(LAMBDA-BLOCK ADD-STATIC-CONSTANT # ...)) ;;; The variable OBJECT is not used. ;;; End of Pass 1. ;;; Note: Creating tag: "_eclgLsC1lb7_vgFnezy" for #P"build:cmp;cmpwt.obj.NEWEST" ;;; Emitting code for WT-LABEL. ;;; Emitting code for WT-FILTERED-COMMENT. ;;; Emitting code for DO-WT-COMMENT. ;;; Emitting code for WT-COMMENT. ;;; Emitting code for WT-COMMENT-NL. ;;; Emitting code for WT1. ;;; Emitting code for WT-H1. ;;; Emitting code for WT-FILTERED-DATA. ;;; Emitting code for DATA-PERMANENT-STORAGE-SIZE. ;;; Emitting code for DATA-TEMPORARY-STORAGE-SIZE. ;;; Emitting code for DATA-SIZE. ;;; Emitting code for DATA-INIT. ;;; Emitting code for DATA-GET-ALL-OBJECTS. ;;; Emitting code for DATA-DUMP. ;;; Emitting code for WT-DATA-BEGIN. ;;; Emitting code for WT-DATA-END. ;;; Emitting code for DATA-EMPTY-LOC. ;;; Emitting code for ADD-LOAD-FORM. ;;; Emitting code for ADD-OBJECT. ;;; Note: Reusing keywords lists for (DUPLICATE PERMANENT) ;;; Emitting code for ADD-SYMBOL. ;;; Emitting code for ADD-KEYWORDS. ;;; Emitting code for #:G49. ;;; Emitting code for STATIC-BASE-STRING-BUILDER. ;;; Emitting code for STATIC-SINGLE-FLOAT-BUILDER. ;;; Emitting code for STATIC-DOUBLE-FLOAT-BUILDER. ;;; Emitting code for STATIC-CONSTANT-BUILDER. ;;; Emitting code for #:G57. ;;; Emitting code for STATIC-CONSTANT-EXPRESSION. ;;; Emitting code for ADD-STATIC-CONSTANT. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpwt.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpwt.obj"cmpwt.c ;;; Finished compiling src:cmp;cmpwt.lsp. (compile-file "src:cmp;cmpffi.lsp" :output-file #P"build:cmp;cmpffi.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpffi.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN REP-TYPE->LISP-TYPE ...). ;;; Compiling (DEFUN LISP-TYPE->REP-TYPE ...). ;;; Compiling (DEFUN REP-TYPE-NAME ...). ;;; Compiling (DEFUN LISP-TYPE-P ...). ;;; Compiling (DEFUN WT-TO-OBJECT-CONVERSION ...). ;;; Compiling (DEFUN WT-FROM-OBJECT-CONVERSION ...). ;;; Compiling (DEFUN LOC-MOVABLE-P ...). ;;; Compiling (DEFUN LOC-TYPE ...). ;;; Compiling (DEFUN LOC-REPRESENTATION-TYPE ...). ;;; Compiling (DEFUN WT-COERCE-LOC ...). ;;; Compiling (DEFUN C1CLINES ...). ;;; Compiling (DEFUN C1C-INLINE ...). ;;; Note: in file src:cmp;cmpffi.lsp.NEWEST, position 10686, and form ;;; (FSET 'C1C-INLINE #'(LAMBDA-BLOCK C1C-INLINE # ...)) ;;; Removing unused variable PROCESSED-ARGUMENTS ;;; Warning: in file src:cmp;cmpffi.lsp.NEWEST, position 10686, and form ;;; (FSET 'C1C-INLINE #'(LAMBDA-BLOCK C1C-INLINE # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN PRODUCE-INLINE-LOC ...). ;;; Compiling (DEFUN C2C-INLINE ...). ;;; Compiling (DEFUN COERCE-LOCS ...). ;;; Note: in file src:cmp;cmpffi.lsp.NEWEST, position 15956, and form ;;; (FSET 'COERCE-LOCS #'(LAMBDA-BLOCK COERCE-LOCS # ...)) ;;; Removing unused variable LISP-TYPE ;;; Compiling (DEFUN WT-C-INLINE-LOC ...). ;;; Warning: in file src:cmp;cmpffi.lsp.NEWEST, position 16783, and form ;;; (FSET 'WT-C-INLINE-LOC #'(LAMBDA-BLOCK WT-C-INLINE-LOC # ...)) ;;; The variable SIDE-EFFECTS is not used. ;;; Warning: in file src:cmp;cmpffi.lsp.NEWEST, position 16783, and form ;;; (FSET 'WT-C-INLINE-LOC #'(LAMBDA-BLOCK WT-C-INLINE-LOC # ...)) ;;; The variable OUTPUT-REP-TYPE is not used. ;;; End of Pass 1. ;;; Note: Creating tag: "_ecltb3WiSa7_ZzFnezy" for #P"build:cmp;cmpffi.obj.NEWEST" ;;; Emitting code for REP-TYPE->LISP-TYPE. ;;; Emitting code for LISP-TYPE->REP-TYPE. ;;; Emitting code for REP-TYPE-NAME. ;;; Emitting code for LISP-TYPE-P. ;;; Emitting code for WT-TO-OBJECT-CONVERSION. ;;; Emitting code for WT-FROM-OBJECT-CONVERSION. ;;; Emitting code for LOC-MOVABLE-P. ;;; Emitting code for LOC-TYPE. ;;; Emitting code for LOC-REPRESENTATION-TYPE. ;;; Emitting code for WT-COERCE-LOC. ;;; Emitting code for ENSURE-VALID-OBJECT-TYPE. ;;; Emitting code for COERCION-ERROR. ;;; Emitting code for C1CLINES. ;;; Emitting code for C1C-INLINE. ;;; Emitting code for PRODUCE-TYPE-PAIR. ;;; Emitting code for PRODUCE-INLINE-LOC. ;;; Emitting code for MAKE-OUTPUT-VAR. ;;; Emitting code for C2C-INLINE. ;;; Emitting code for COERCE-LOCS. ;;; Emitting code for WT-C-INLINE-LOC. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpffi.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpffi.obj"cmpffi.c ;;; Finished compiling src:cmp;cmpffi.lsp. (compile-file "src:cmp;cmpcbk.lsp" :output-file #P"build:cmp;cmpcbk.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpcbk.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN C1-DEFCALLBACK ...). ;;; Compiling (DEFUN FOREIGN-ELT-TYPE-CODE ...). ;;; Compiling (DEFUN T3-DEFCALLBACK ...). ;;; Warning: in file src:cmp;cmpcbk.lsp.NEWEST, position 2445, and form ;;; (FSET 'T3-DEFCALLBACK #'(LAMBDA-BLOCK T3-DEFCALLBACK # ...)) ;;; The variable LISP-NAME is not used. ;;; End of Pass 1. ;;; Note: Creating tag: "_eclm6i1EsZ7_iHGnezy" for #P"build:cmp;cmpcbk.obj.NEWEST" ;;; Emitting code for C1-DEFCALLBACK. ;;; Emitting code for FOREIGN-ELT-TYPE-CODE. ;;; Emitting code for T3-DEFCALLBACK. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpcbk.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpcbk.obj"cmpcbk.c ;;; Finished compiling src:cmp;cmpcbk.lsp. (compile-file "src:cmp;cmpct.lsp" :output-file #P"build:cmp;cmpct.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpct.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFPARAMETER +OPTIMIZABLE-CONSTANTS+ ...). ;;; Compiling (DEFUN C1CONSTANT-VALUE ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclfMtRYNa7_oSGnezy" for #P"build:cmp;cmpct.obj.NEWEST" ;;; Emitting code for C1CONSTANT-VALUE. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpct.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpct.obj"cmpct.c ;;; Finished compiling src:cmp;cmpct.lsp. (compile-file "src:cmp;cmpnum.lsp" :output-file #P"build:cmp;cmpnum.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpnum.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN SIMPLIFY-ARITHMETIC ...). ;;; Variable OPERATORS was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN MAXIMUM-NUMBER-TYPE ...). ;;; Compiling (DEFUN ENSURE-NUMBER-TYPE ...). ;;; Compiling (DEFUN ENSURE-NONRATIONAL-TYPE ...). ;;; Compiling (DEFUN ENSURE-REAL-TYPE ...). ;;; Compiling (DEFUN ARITHMETIC-PROPAGATOR ...). ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 4921, and form ;;; (PUT-SYSPROP 'COS 'C1TYPE-PROPAGATOR ...) ;;; The variable #:G20 is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 4921, and form ;;; (PUT-SYSPROP 'COS 'C1TYPE-PROPAGATOR ...) ;;; The variable FNAME is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 5152, and form ;;; (PUT-SYSPROP 'ACOS 'C1TYPE-PROPAGATOR ...) ;;; The variable OUTPUT-TYPE is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 5152, and form ;;; (PUT-SYSPROP 'ACOS 'C1TYPE-PROPAGATOR ...) ;;; The variable #:G21 is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 5152, and form ;;; (PUT-SYSPROP 'ACOS 'C1TYPE-PROPAGATOR ...) ;;; The variable FNAME is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 5322, and form ;;; (PUT-SYSPROP 'ATAN 'C1TYPE-PROPAGATOR ...) ;;; The variable FLOAT-T1 is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 5322, and form ;;; (PUT-SYSPROP 'ATAN 'C1TYPE-PROPAGATOR ...) ;;; The variable #:G22 is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 5322, and form ;;; (PUT-SYSPROP 'ATAN 'C1TYPE-PROPAGATOR ...) ;;; The variable FNAME is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 5661, and form ;;; (PUT-SYSPROP 'EXPT 'C1TYPE-PROPAGATOR ...) ;;; The variable AUX is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 5661, and form ;;; (PUT-SYSPROP 'EXPT 'C1TYPE-PROPAGATOR ...) ;;; The variable #:G23 is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 5661, and form ;;; (PUT-SYSPROP 'EXPT 'C1TYPE-PROPAGATOR ...) ;;; The variable FNAME is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 6222, and form ;;; (PUT-SYSPROP 'ABS 'C1TYPE-PROPAGATOR ...) ;;; The variable #:G25 is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 6222, and form ;;; (PUT-SYSPROP 'ABS 'C1TYPE-PROPAGATOR ...) ;;; The variable FNAME is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 6965, and form ;;; (PUT-SYSPROP 'SQRT 'C1TYPE-PROPAGATOR ...) ;;; The variable #:G27 is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 6965, and form ;;; (PUT-SYSPROP 'SQRT 'C1TYPE-PROPAGATOR ...) ;;; The variable FNAME is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 7159, and form ;;; (PUT-SYSPROP 'ISQRT 'C1TYPE-PROPAGATOR ...) ;;; The variable #:G28 is not used. ;;; Warning: in file src:cmp;cmpnum.lsp.NEWEST, position 7159, and form ;;; (PUT-SYSPROP 'ISQRT 'C1TYPE-PROPAGATOR ...) ;;; The variable FNAME is not used. ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl4n4SXVa7_eeGnezy" for #P"build:cmp;cmpnum.obj.NEWEST" ;;; Emitting code for SIMPLIFY-ARITHMETIC. ;;; Note: Tail-recursive call of SIMPLIFY-ARITHMETIC was replaced by iteration. ;;; Emitting code for *. ;;; Emitting code for +. ;;; Emitting code for /. ;;; Emitting code for -. ;;; Emitting code for MAXIMUM-NUMBER-TYPE. ;;; Emitting code for ENSURE-NUMBER-TYPE. ;;; Emitting code for ENSURE-NONRATIONAL-TYPE. ;;; Emitting code for ENSURE-REAL-TYPE. ;;; Emitting code for ARITHMETIC-PROPAGATOR. ;;; Emitting code for COS. ;;; Emitting code for ACOS. ;;; Emitting code for ATAN. ;;; Emitting code for EXPT. ;;; Emitting code for ABS. ;;; Emitting code for SQRT. ;;; Emitting code for ISQRT. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpnum.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpnum.obj"cmpnum.c ;;; Finished compiling src:cmp;cmpnum.lsp. (compile-file "src:cmp;cmpname.lsp" :output-file #P"build:cmp;cmpname.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpname.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFVAR *COUNTER* ...). ;;; Compiling (DEFUN ENCODE-NUMBER-IN-NAME ...). ;;; Compiling (DEFUN UNIQUE-INIT-NAME ...). ;;; Compiling (DEFUN INIT-NAME-TAG ...). ;;; Compiling (DEFUN SEARCH-TAG ...). ;;; Note: in file src:cmp;cmpname.lsp.NEWEST, position 2279, and form ;;; (FSET 'SEARCH-TAG #'(LAMBDA-BLOCK SEARCH-TAG # ...)) ;;; Removing unused variable EOF ;;; Compiling (DEFUN READ-NAME ...). ;;; Compiling (DEFUN FIND-INIT-NAME ...). ;;; Compiling (DEFUN REMOVE-PREFIX ...). ;;; Compiling (DEFUN GUESS-INIT-NAME ...). ;;; Compiling (DEFUN COMPUTE-INIT-NAME ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclVbJQgHb7_bZGnezy" for #P"build:cmp;cmpname.obj.NEWEST" ;;; Emitting code for ENCODE-NUMBER-IN-NAME. ;;; Note: Tail-recursive call of ENCODE-NUMBER-IN-NAME was replaced by iteration. ;;; Emitting code for UNIQUE-INIT-NAME. ;;; Emitting code for INIT-NAME-TAG. ;;; Emitting code for SEARCH-TAG. ;;; Emitting code for READ-NAME. ;;; Emitting code for FIND-INIT-NAME. ;;; Emitting code for REMOVE-PREFIX. ;;; Emitting code for GUESS-INIT-NAME. ;;; Note: Reusing keywords lists for (KIND) ;;; Emitting code for COMPUTE-INIT-NAME. ;;; Note: Reusing keywords lists for (KIND) ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpname.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpname.obj"cmpname.c ;;; Finished compiling src:cmp;cmpname.lsp. (compile-file "src:cmp;cmpopt.lsp" :output-file #P"build:cmp;cmpopt.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpopt.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN EXPAND-IN-INTERVAL-P ...). ;;; Compiling (DEFUN EXPAND-TYPEP ...). ;;; Note: in file src:cmp;cmpopt.lsp.NEWEST, position 1182, and form ;;; (FSET 'EXPAND-TYPEP #'(LAMBDA-BLOCK EXPAND-TYPEP # ...)) ;;; Removing unused variable ORIG-TYPE ;;; Compiling (DEFMACRO DOLIST ...). ;;; Compiling (DEFPARAMETER +COERCION-TABLE+ ...). ;;; Compiling (DEFUN EXPAND-COERCE ...). ;;; Variable FUNCTION was undefined. Compiler assumes it is a global. ;;; Variable FUNCTION was undefined. Compiler assumes it is a global. ;;; Note: in file src:cmp;cmpopt.lsp.NEWEST, position 6801, and form ;;; (FSET 'EXPAND-COERCE #'(LAMBDA-BLOCK EXPAND-COERCE # ...)) ;;; Removing unused variable ORIG-TYPE ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl6msxOjZ7_a1Hnezy" for #P"build:cmp;cmpopt.obj.NEWEST" ;;; Emitting code for EXPAND-IN-INTERVAL-P. ;;; Emitting code for EXPAND-TYPEP. ;;; Note: Tail-recursive call of EXPAND-TYPEP was replaced by iteration. ;;; Note: Tail-recursive call of EXPAND-TYPEP was replaced by iteration. ;;; Emitting code for TYPEP. ;;; Emitting code for DOLIST. ;;; Emitting code for EXPAND-COERCE. ;;; Note: Tail-recursive call of EXPAND-COERCE was replaced by iteration. ;;; Emitting code for COERCE. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpopt.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpopt.obj"cmpopt.c ;;; Finished compiling src:cmp;cmpopt.lsp. (compile-file "src:cmp;cmpprop.lsp" :output-file #P"build:cmp;cmpprop.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpprop.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFVAR *TYPE-PROPAGATION-MESSAGES* ...). ;;; Compiling (DEFUN P1PROPAGATE ...). ;;; Compiling (DEFUN P1PROPAGATE-LIST ...). ;;; Compiling (DEFUN PRINT-ASSUMPTIONS ...). ;;; Compiling (DEFUN P1MERGE-BRANCHES ...). ;;; Compiling (DEFUN REVISE-VAR-TYPE ...). ;;; Compiling (DEFUN P1EXPAND-ASSUMPTIONS ...). ;;; Compiling (DEFUN P1EXPAND-MANY ...). ;;; Compiling (DEFUN P1BLOCK ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 8348, and form ;;; (FSET 'P1BLOCK #'(LAMBDA-BLOCK P1BLOCK # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN P1CALL-GLOBAL ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 8556, and form ;;; (FSET 'P1CALL-GLOBAL #'(LAMBDA-BLOCK P1CALL-GLOBAL # ...)) ;;; The variable ARG-TYPE is not used. ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 8556, and form ;;; (FSET 'P1CALL-GLOBAL #'(LAMBDA-BLOCK P1CALL-GLOBAL # ...)) ;;; The variable RETURN-TYPE is not used. ;;; Compiling (DEFUN P1CATCH ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 9109, and form ;;; (FSET 'P1CATCH #'(LAMBDA-BLOCK P1CATCH # ...)) ;;; The variable TAG-TYPE is not used. ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 9109, and form ;;; (FSET 'P1CATCH #'(LAMBDA-BLOCK P1CATCH # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN P1DECL-BODY ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 9304, and form ;;; (FSET 'P1DECL-BODY #'(LAMBDA-BLOCK P1DECL-BODY # ...)) ;;; The variable DECLS is not used. ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 9304, and form ;;; (FSET 'P1DECL-BODY #'(LAMBDA-BLOCK P1DECL-BODY # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN P1IF ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 9390, and form ;;; (FSET 'P1IF #'(LAMBDA-BLOCK P1IF # ...)) ;;; The variable FMLA-TYPE is not used. ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 9390, and form ;;; (FSET 'P1IF #'(LAMBDA-BLOCK P1IF # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN P1LAMBDA ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 9802, and form ;;; (FSET 'P1LAMBDA #'(LAMBDA-BLOCK P1LAMBDA # ...)) ;;; The variable NOT-USED is not used. ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 9802, and form ;;; (FSET 'P1LAMBDA #'(LAMBDA-BLOCK P1LAMBDA # ...)) ;;; The variable DOC is not used. ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 9802, and form ;;; (FSET 'P1LAMBDA #'(LAMBDA-BLOCK P1LAMBDA # ...)) ;;; The variable LAMBDA-LIST is not used. ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 9802, and form ;;; (FSET 'P1LAMBDA #'(LAMBDA-BLOCK P1LAMBDA # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN P1LET ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 10011, and form ;;; (FSET 'P1LET #'(LAMBDA-BLOCK P1LET # ...)) ;;; The variable ASS is not used. ;;; Compiling (DEFUN P1LET* ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 10581, and form ;;; (FSET 'P1LET* #'(LAMBDA-BLOCK P1LET* # ...)) ;;; The variable ASS is not used. ;;; Compiling (DEFUN P1LOCALS ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 11131, and form ;;; (FSET 'P1LOCALS #'(LAMBDA-BLOCK P1LOCALS # ...)) ;;; The variable LABELS is not used. ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 11131, and form ;;; (FSET 'P1LOCALS #'(LAMBDA-BLOCK P1LOCALS # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN P1MULTIPLE-VALUE-BIND ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 11287, and form ;;; (FSET 'P1MULTIPLE-VALUE-BIND #'(LAMBDA-BLOCK P1MULTIPLE-VALUE-BIND # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN P1MULTIPLE-VALUE-SETQ ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 11619, and form ;;; (FSET 'P1MULTIPLE-VALUE-SETQ #'(LAMBDA-BLOCK P1MULTIPLE-VALUE-SETQ # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN P1PROGN ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 11953, and form ;;; (FSET 'P1PROGN #'(LAMBDA-BLOCK P1PROGN # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN P1SETQ ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 12036, and form ;;; (FSET 'P1SETQ #'(LAMBDA-BLOCK P1SETQ # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFVAR *TAGBODY-DEPTH* ...). ;;; Compiling (DEFUN P1TAGBODY ...). ;;; Compiling (DEFUN FILTER-ONLY-DECLARATIONS ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 12862, and form ;;; (FSET 'FILTER-ONLY-DECLARATIONS #'(LAMBDA-BLOCK FILTER-ONLY-DECLARATIONS # ...)) ;;; The variable ASSUMPTIONS is not used. ;;; Compiling (DEFUN P1TAGBODY-ONE-PASS ...). ;;; Variable AUX was undefined. Compiler assumes it is a global. ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 12916, and form ;;; (FSET 'P1TAGBODY-ONE-PASS #'(LAMBDA-BLOCK P1TAGBODY-ONE-PASS # ...)) ;;; The variable TAG-LOC is not used. ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 12916, and form ;;; (FSET 'P1TAGBODY-ONE-PASS #'(LAMBDA-BLOCK P1TAGBODY-ONE-PASS # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN P1TAGBODY-SIMPLE ...). ;;; Compiling (DEFUN P1TAGBODY-MANY-PASSES ...). ;;; Note: in file src:cmp;cmpprop.lsp.NEWEST, position 13958, and form ;;; (FSET 'P1TAGBODY-MANY-PASSES #'(LAMBDA-BLOCK P1TAGBODY-MANY-PASSES # ...)) ;;; Removing unused variable ORIG-ASS-LIST ;;; Compiling (DEFUN P1UNWIND-PROTECT ...). ;;; Warning: in file src:cmp;cmpprop.lsp.NEWEST, position 14994, and form ;;; (FSET 'P1UNWIND-PROTECT #'(LAMBDA-BLOCK P1UNWIND-PROTECT # ...)) ;;; The variable C1FORM is not used. ;;; Compiling (DEFUN TYPE-FROM-ARRAY-ELT ...). ;;; Compiling (DEFUN GET-CONSTANT-VALUE ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclKtotmua7_jKHnezy" for #P"build:cmp;cmpprop.obj.NEWEST" ;;; Emitting code for P1PROPAGATE. ;;; Emitting code for P1PROPAGATE-LIST. ;;; Emitting code for PRINT-ASSUMPTIONS. ;;; Emitting code for P1MERGE-BRANCHES. ;;; Emitting code for REVISE-VAR-TYPE. ;;; Emitting code for P1EXPAND-ASSUMPTIONS. ;;; Emitting code for P1EXPAND-MANY. ;;; Emitting code for P1BLOCK. ;;; Emitting code for P1CALL-GLOBAL. ;;; Emitting code for P1CATCH. ;;; Emitting code for P1DECL-BODY. ;;; Emitting code for P1IF. ;;; Emitting code for P1LAMBDA. ;;; Emitting code for P1LET. ;;; Emitting code for P1LET*. ;;; Emitting code for P1LOCALS. ;;; Emitting code for P1MULTIPLE-VALUE-BIND. ;;; Emitting code for P1MULTIPLE-VALUE-SETQ. ;;; Emitting code for P1PROGN. ;;; Emitting code for P1SETQ. ;;; Emitting code for P1TAGBODY. ;;; Emitting code for FILTER-ONLY-DECLARATIONS. ;;; Emitting code for P1TAGBODY-ONE-PASS. ;;; Emitting code for P1TAGBODY-SIMPLE. ;;; Emitting code for P1TAGBODY-MANY-PASSES. ;;; Emitting code for P1UNWIND-PROTECT. ;;; Emitting code for TYPE-FROM-ARRAY-ELT. ;;; Emitting code for GET-CONSTANT-VALUE. ;;; Emitting code for MAKE-ARRAY. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpprop.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpprop.obj"cmpprop.c ;;; Finished compiling src:cmp;cmpprop.lsp. (compile-file "src:cmp;cmpclos.lsp" :output-file #P"build:cmp;cmpclos.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpclos.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN MAYBE-OPTIMIZE-GENERIC-FUNCTION ...). ;;; Compiling (DEFUN PRECOMPUTE-APPLICABLE-METHODS ...). ;;; Compiling (DEFUN FIND-SLOT-ACCESSORS ...). ;;; Compiling (DEFUN MAYBE-OPTIMIZE-SLOT-ACCESSOR ...). ;;; Compiling (DEFUN TRY-OPTIMIZE-SLOT-READER ...). ;;; Compiling (DEFUN TRY-OPTIMIZE-SLOT-WRITER ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclAPPAPeZ7_kMHnezy" for #P"build:cmp;cmpclos.obj.NEWEST" ;;; Emitting code for MAYBE-OPTIMIZE-GENERIC-FUNCTION. ;;; Emitting code for PRECOMPUTE-APPLICABLE-METHODS. ;;; Emitting code for APPLICABLE-METHOD-P. ;;; Emitting code for FIND-SLOT-ACCESSORS. ;;; Emitting code for MAYBE-OPTIMIZE-SLOT-ACCESSOR. ;;; Emitting code for TRY-OPTIMIZE-SLOT-READER. ;;; Emitting code for TRY-OPTIMIZE-SLOT-WRITER. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpclos.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpclos.obj"cmpclos.c ;;; Finished compiling src:cmp;cmpclos.lsp. (compile-file "src:cmp;cmpstructures.lsp" :output-file #P"build:cmp;cmpstructures.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpstructures.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN GET-SLOT-TYPE ...). ;;; Compiling (DEFUN MAYBE-OPTIMIZE-STRUCTURE-ACCESS ...). ;;; Variable STRUCTURE-TYPE was undefined. Compiler assumes it is a global. ;;; Variable STRUCTURE-TYPE was undefined. Compiler assumes it is a global. ;;; Variable STRUCTURE-TYPE was undefined. Compiler assumes it is a global. ;;; Variable STRUCTURE-TYPE was undefined. Compiler assumes it is a global. ;;; Variable STRUCTURE-TYPE was undefined. Compiler assumes it is a global. ;;; Variable STRUCTURE-TYPE was undefined. Compiler assumes it is a global. ;;; Note: in file src:cmp;cmpstructures.lsp.NEWEST, position 1049, and form ;;; (FSET 'MAYBE-OPTIMIZE-STRUCTURE-ACCESS #'(LAMBDA-BLOCK MAYBE-OPTIMIZE-STRUCTURE-ACCESS # ...)) ;;; Removing unused variable STRUTURE-TYPE ;;; Compiling (DEFUN C1STRUCTURE-REF ...). ;;; Variable STRUCTURE-TYPE was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN C2STRUCTURE-REF ...). ;;; Compiling (DEFUN WT-STRUCTURE-REF ...). ;;; Compiling (DEFUN C1STRUCTURE-SET ...). ;;; Compiling (DEFUN C2STRUCTURE-SET ...). ;;; Note: in file src:cmp;cmpstructures.lsp.NEWEST, position 4541, and form ;;; (FSET 'C2STRUCTURE-SET #'(LAMBDA-BLOCK C2STRUCTURE-SET # ...)) ;;; Removing unused variable LOCS ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl3tVyEJb7_xmHnezy" for #P"build:cmp;cmpstructures.obj.NEWEST" ;;; Emitting code for GET-SLOT-TYPE. ;;; Emitting code for MAYBE-OPTIMIZE-STRUCTURE-ACCESS. ;;; Emitting code for C1STRUCTURE-REF. ;;; Emitting code for C2STRUCTURE-REF. ;;; Emitting code for WT-STRUCTURE-REF. ;;; Emitting code for C1STRUCTURE-SET. ;;; Emitting code for C2STRUCTURE-SET. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpstructures.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpstructures.obj"cmpstructures.c ;;; Finished compiling src:cmp;cmpstructures.lsp. (compile-file "src:cmp;cmparray.lsp" :output-file #P"build:cmp;cmparray.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmparray.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Warning: in file src:cmp;cmparray.lsp.NEWEST, position 550, and form ;;; (PUT-SYSPROP 'MAKE-ARRAY 'COMPILER-MACRO ...) ;;; The variable INITIAL-ELEMENT is not used. ;;; Warning: in file src:cmp;cmparray.lsp.NEWEST, position 550, and form ;;; (PUT-SYSPROP 'MAKE-ARRAY 'COMPILER-MACRO ...) ;;; The variable INITIAL-CONTENTS is not used. ;;; Compiling (DEFUN EXPAND-VECTOR-PUSH ...). ;;; Note: in file src:cmp;cmparray.lsp.NEWEST, position 2884, and form ;;; (PUT-SYSPROP 'VECTOR-PUSH 'COMPILER-MACRO ...) ;;; Removing unused variable ARGS ;;; Note: in file src:cmp;cmparray.lsp.NEWEST, position 2997, and form ;;; (PUT-SYSPROP 'VECTOR-PUSH-EXTEND 'COMPILER-MACRO ...) ;;; Removing unused variable ARGS ;;; End of Pass 1. ;;; Note: Creating tag: "_eclX80xOAa7_IyHnezy" for #P"build:cmp;cmparray.obj.NEWEST" ;;; Emitting code for MAKE-ARRAY. ;;; Emitting code for EXPAND-VECTOR-PUSH. ;;; Emitting code for VECTOR-PUSH. ;;; Emitting code for VECTOR-PUSH-EXTEND. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmparray.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmparray.obj"cmparray.c ;;; Finished compiling src:cmp;cmparray.lsp. (compile-file "src:cmp;cmpmain.lsp" :output-file #P"build:cmp;cmpmain.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling src:cmp;cmpmain.lsp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN SAFE-MKSTEMP ...). ;;; Compiling (DEFUN SAFE-SYSTEM ...). ;;; Compiling (DEFUN COMPILE-FILE-PATHNAME ...). ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 1213, and form ;;; (FSET 'COMPILE-FILE-PATHNAME #'(LAMBDA-BLOCK COMPILE-FILE-PATHNAME # ...)) ;;; The variable LOAD is not used. ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 1213, and form ;;; (FSET 'COMPILE-FILE-PATHNAME #'(LAMBDA-BLOCK COMPILE-FILE-PATHNAME # ...)) ;;; The variable SHARED-DATA-FILE is not used. ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 1213, and form ;;; (FSET 'COMPILE-FILE-PATHNAME #'(LAMBDA-BLOCK COMPILE-FILE-PATHNAME # ...)) ;;; The variable DATA-FILE is not used. ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 1213, and form ;;; (FSET 'COMPILE-FILE-PATHNAME #'(LAMBDA-BLOCK COMPILE-FILE-PATHNAME # ...)) ;;; The variable H-FILE is not used. ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 1213, and form ;;; (FSET 'COMPILE-FILE-PATHNAME #'(LAMBDA-BLOCK COMPILE-FILE-PATHNAME # ...)) ;;; The variable C-FILE is not used. ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 1213, and form ;;; (FSET 'COMPILE-FILE-PATHNAME #'(LAMBDA-BLOCK COMPILE-FILE-PATHNAME # ...)) ;;; The variable PRINT is not used. ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 1213, and form ;;; (FSET 'COMPILE-FILE-PATHNAME #'(LAMBDA-BLOCK COMPILE-FILE-PATHNAME # ...)) ;;; The variable VERBOSE is not used. ;;; Compiling (DEFUN DELETE-MSVC-GENERATED-FILES ...). ;;; Compiling (DEFUN EMBED-MANIFEST-FILE ...). ;;; Compiling (DEFUN CMP-DELETE-FILE ...). ;;; Compiling (DEFMACRO FIX-FOR-MINGW ...). ;;; Compiling (DEFUN LINKER-CC ...). ;;; Compiling (DEFUN DLL-EXTRA-FLAGS ...). ;;; Compiling (DEFUN SHARED-CC ...). ;;; Compiling (DEFUN BUNDLE-EXTRA-FLAGS ...). ;;; Compiling (DEFUN BUNDLE-CC ...). ;;; Compiling (DEFUN INIT-FUNCTION-NAME ...). ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 7733, and form ;;; (FSET 'INIT-FUNCTION-NAME #'(LAMBDA-BLOCK INIT-FUNCTION-NAME # ...)) ;;; The variable C is not used. ;;; Compiling (DEFUN GUESS-KIND ...). ;;; Compiling (DEFUN GUESS-LD-FLAGS ...). ;;; Compiling (DEFUN SYSTEM-LD-FLAG ...). ;;; Compiling (DEFUN BUILDER ...). ;;; Variable +IO-SYNTAX-PROGV-LIST+ was undefined. Compiler assumes it is a global. ;;; Variable +IO-SYNTAX-PROGV-LIST+ was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN BUILD-FASL ...). ;;; Compiling (DEFUN BUILD-PROGRAM ...). ;;; Compiling (DEFUN BUILD-STATIC-LIBRARY ...). ;;; Compiling (DEFUN BUILD-SHARED-LIBRARY ...). ;;; Compiling (DEFUN COMPILE-FILE ...). ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 16662, and form ;;; (FSET 'COMPILE-FILE #'(LAMBDA-BLOCK COMPILE-FILE # ...)) ;;; Unknown type (VALUES &REST T) ;;; Variable INPUT-FILE was undefined. Compiler assumes it is a global. ;;; Variable INPUT-FILE was undefined. Compiler assumes it is a global. ;;; Variable INPUT-FILE was undefined. Compiler assumes it is a global. ;;; Variable *ALLOW-WITH-INTERRUPTS* was undefined. Compiler assumes it is a global. ;;; Note: in file src:cmp;cmpmain.lsp.NEWEST, position 16662, and form ;;; (FSET 'COMPILE-FILE #'(LAMBDA-BLOCK COMPILE-FILE # ...)) ;;; Removing unused variable OUTER-ALLOW-WITH-INTERRUPTS-89 ;;; Note: in file src:cmp;cmpmain.lsp.NEWEST, position 16662, and form ;;; (FSET 'COMPILE-FILE #'(LAMBDA-BLOCK COMPILE-FILE # ...)) ;;; Removing unused variable *ALLOW-WITH-INTERRUPTS* ;;; Note: in file src:cmp;cmpmain.lsp.NEWEST, position 16662, and form ;;; (FSET 'COMPILE-FILE #'(LAMBDA-BLOCK COMPILE-FILE # ...)) ;;; Removing unused variable G112 ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 16662, and form ;;; (FSET 'COMPILE-FILE #'(LAMBDA-BLOCK COMPILE-FILE # ...)) ;;; The variable OUTPUT-FILE is not used. ;;; Compiling (DEFUN COMPILER-OUTPUT-VALUES ...). ;;; Compiling (DEFVAR *GAZONK-COUNTER* ...). ;;; Compiling (DEFUN COMPILE ...). ;;; Variable *ALLOW-WITH-INTERRUPTS* was undefined. Compiler assumes it is a global. ;;; Note: in file src:cmp;cmpmain.lsp.NEWEST, position 23095, and form ;;; (FSET 'COMPILE #'(LAMBDA-BLOCK COMPILE # ...)) ;;; Removing unused variable OUTER-ALLOW-WITH-INTERRUPTS-143 ;;; Note: in file src:cmp;cmpmain.lsp.NEWEST, position 23095, and form ;;; (FSET 'COMPILE #'(LAMBDA-BLOCK COMPILE # ...)) ;;; Removing unused variable *ALLOW-WITH-INTERRUPTS* ;;; Note: in file src:cmp;cmpmain.lsp.NEWEST, position 23095, and form ;;; (FSET 'COMPILE #'(LAMBDA-BLOCK COMPILE # ...)) ;;; Removing unused variable G156 ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 23095, and form ;;; (FSET 'COMPILE #'(LAMBDA-BLOCK COMPILE # ...)) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFUN DISASSEMBLE ...). ;;; Variable *ALLOW-WITH-INTERRUPTS* was undefined. Compiler assumes it is a global. ;;; Note: in file src:cmp;cmpmain.lsp.NEWEST, position 27532, and form ;;; (FSET 'DISASSEMBLE #'(LAMBDA-BLOCK DISASSEMBLE # ...)) ;;; Removing unused variable OUTER-ALLOW-WITH-INTERRUPTS-176 ;;; Note: in file src:cmp;cmpmain.lsp.NEWEST, position 27532, and form ;;; (FSET 'DISASSEMBLE #'(LAMBDA-BLOCK DISASSEMBLE # ...)) ;;; Removing unused variable *ALLOW-WITH-INTERRUPTS* ;;; Note: in file src:cmp;cmpmain.lsp.NEWEST, position 27532, and form ;;; (FSET 'DISASSEMBLE #'(LAMBDA-BLOCK DISASSEMBLE # ...)) ;;; Removing unused variable G191 ;;; Note: in file src:cmp;cmpmain.lsp.NEWEST, position 27532, and form ;;; (FSET 'DISASSEMBLE #'(LAMBDA-BLOCK DISASSEMBLE # ...)) ;;; Removing unused variable DEF ;;; Compiling (DEFUN COMPILER-PASS2 ...). ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 30012, and form ;;; (FSET 'COMPILER-PASS2 #'(LAMBDA-BLOCK COMPILER-PASS2 # ...)) ;;; The variable SECOND is not used. ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 30012, and form ;;; (FSET 'COMPILER-PASS2 #'(LAMBDA-BLOCK COMPILER-PASS2 # ...)) ;;; The variable SYSTEM-P is not used. ;;; Compiling (DEFUN ECL-INCLUDE-DIRECTORY ...). ;;; Compiling (DEFUN ECL-LIBRARY-DIRECTORY ...). ;;; Compiling (DEFUN COMPILER-CC ...). ;;; Compiling (DEFUN PRINT-COMPILER-INFO ...). ;;; Compiling (DEFMACRO WITH-COMPILATION-UNIT ...). ;;; Warning: in file src:cmp;cmpmain.lsp.NEWEST, position 32724, and form ;;; (FSET 'WITH-COMPILATION-UNIT #'(LAMBDA-BLOCK WITH-COMPILATION-UNIT # ...) ...) ;;; The variable OPTIONS is not used. ;;; Variable +IO-SYNTAX-PROGV-LIST+ was undefined. Compiler assumes it is a global. ;;; Variable +IO-SYNTAX-PROGV-LIST+ was undefined. Compiler assumes it is a global. ;;; End of Pass 1. ;;; Note: Creating tag: "_eclhPBrFmZ7_BFInezy" for #P"build:cmp;cmpmain.obj.NEWEST" ;;; Emitting code for SAFE-MKSTEMP. ;;; Emitting code for SAFE-SYSTEM. ;;; Emitting code for COMPILE-FILE-PATHNAME. ;;; Emitting code for DELETE-MSVC-GENERATED-FILES. ;;; Emitting code for EMBED-MANIFEST-FILE. ;;; Emitting code for CMP-DELETE-FILE. ;;; Emitting code for #:G23. ;;; Emitting code for FIX-FOR-MINGW. ;;; Emitting code for LINKER-CC. ;;; Emitting code for DLL-EXTRA-FLAGS. ;;; Emitting code for SHARED-CC. ;;; Emitting code for BUNDLE-EXTRA-FLAGS. ;;; Emitting code for BUNDLE-CC. ;;; Emitting code for INIT-FUNCTION-NAME. ;;; Note: Reusing keywords lists for (KIND) ;;; Emitting code for DISAMBIGUATION. ;;; Emitting code for TRANSLATE-CHAR. ;;; Emitting code for GUESS-KIND. ;;; Emitting code for GUESS-LD-FLAGS. ;;; Note: Reusing keywords lists for (KIND) ;;; Emitting code for SYSTEM-LD-FLAG. ;;; Emitting code for FALLBACK. ;;; Emitting code for FIND-ARCHIVE. ;;; Emitting code for EXISTING-SYSTEM-OUTPUT. ;;; Emitting code for SYSTEM-OUTPUT. ;;; Emitting code for ASDFCALL. ;;; Emitting code for ASDFSYM. ;;; Emitting code for BUILDER. ;;; Emitting code for BUILD-FASL. ;;; Emitting code for BUILD-PROGRAM. ;;; Emitting code for BUILD-STATIC-LIBRARY. ;;; Emitting code for BUILD-SHARED-LIBRARY. ;;; Emitting code for COMPILE-FILE. ;;; Emitting code for #:G80. ;;; Emitting code for #:G98. ;;; Emitting code for COMPILER-OUTPUT-VALUES. ;;; Emitting code for COMPILE. ;;; Emitting code for #:G134. ;;; Emitting code for #:G152. ;;; Emitting code for DISASSEMBLE. ;;; Note: Reusing keywords lists for (H-FILE DATA-FILE) ;;; Emitting code for #:G167. ;;; Emitting code for #:G185. ;;; Emitting code for #:G188. ;;; Emitting code for COMPILER-PASS2. ;;; Note: Reusing keywords lists for (INPUT-DESIGNATOR) ;;; Emitting code for ECL-INCLUDE-DIRECTORY. ;;; Emitting code for ECL-LIBRARY-DIRECTORY. ;;; Emitting code for COMPILER-CC. ;;; Emitting code for PRINT-COMPILER-INFO. ;;; Emitting code for WITH-COMPILATION-UNIT. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmain.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmain.obj"cmpmain.c ;;; Finished compiling src:cmp;cmpmain.lsp. ;;; Note: Scanning #P"build:cmp;cmpmain.obj.NEWEST" ;;; Note: Found tag: "_eclhPBrFmZ7_BFInezy" for build:cmp;cmpmain.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmparray.obj.NEWEST" ;;; Note: Found tag: "_eclX80xOAa7_IyHnezy" for build:cmp;cmparray.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpstructures.obj.NEWEST" ;;; Note: Found tag: "_ecl3tVyEJb7_xmHnezy" for build:cmp;cmpstructures.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpclos.obj.NEWEST" ;;; Note: Found tag: "_eclAPPAPeZ7_kMHnezy" for build:cmp;cmpclos.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpprop.obj.NEWEST" ;;; Note: Found tag: "_eclKtotmua7_jKHnezy" for build:cmp;cmpprop.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpopt.obj.NEWEST" ;;; Note: Found tag: "_ecl6msxOjZ7_a1Hnezy" for build:cmp;cmpopt.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpname.obj.NEWEST" ;;; Note: Found tag: "_eclVbJQgHb7_bZGnezy" for build:cmp;cmpname.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpnum.obj.NEWEST" ;;; Note: Found tag: "_ecl4n4SXVa7_eeGnezy" for build:cmp;cmpnum.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpct.obj.NEWEST" ;;; Note: Found tag: "_eclfMtRYNa7_oSGnezy" for build:cmp;cmpct.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpcbk.obj.NEWEST" ;;; Note: Found tag: "_eclm6i1EsZ7_iHGnezy" for build:cmp;cmpcbk.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpffi.obj.NEWEST" ;;; Note: Found tag: "_ecltb3WiSa7_ZzFnezy" for build:cmp;cmpffi.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpwt.obj.NEWEST" ;;; Note: Found tag: "_eclgLsC1lb7_vgFnezy" for build:cmp;cmpwt.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpvar.obj.NEWEST" ;;; Note: Found tag: "_eclW9dMcVa7_0MFnezy" for build:cmp;cmpvar.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmptop.obj.NEWEST" ;;; Note: Found tag: "_eclC1Sv2Ta7_kpEnezy" for build:cmp;cmptop.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmptag.obj.NEWEST" ;;; Note: Found tag: "_eclzl4CVia7_pTEnezy" for build:cmp;cmptag.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpspecial.obj.NEWEST" ;;; Note: Found tag: "_eclB60JJxa7_pyDnezy" for build:cmp;cmpspecial.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpmulti.obj.NEWEST" ;;; Note: Found tag: "_ecljfd70dZ7_DlDnezy" for build:cmp;cmpmulti.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpstack.obj.NEWEST" ;;; Note: Found tag: "_eclXr53JwZ7_FqDnezy" for build:cmp;cmpstack.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpmap.obj.NEWEST" ;;; Note: Found tag: "_ecleAh7DLb7_vgDnezy" for build:cmp;cmpmap.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmploc.obj.NEWEST" ;;; Note: Found tag: "_ecldat2lpb7_hEDnezy" for build:cmp;cmploc.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmplet.obj.NEWEST" ;;; Note: Found tag: "_eclE0tGalZ7_u8Dnezy" for build:cmp;cmplet.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmplam.obj.NEWEST" ;;; Note: Found tag: "_eclL0gisdZ7_DkCnezy" for build:cmp;cmplam.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpif.obj.NEWEST" ;;; Note: Found tag: "_eclhhxulEa7_gBCnezy" for build:cmp;cmpif.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpfun.obj.NEWEST" ;;; Note: Found tag: "_eclaLNVX8b7_IvBnezy" for build:cmp;cmpfun.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpflet.obj.NEWEST" ;;; Note: Found tag: "_eclrGHEwQa7_gfBnezy" for build:cmp;cmpflet.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpexit.obj.NEWEST" ;;; Note: Found tag: "_eclJUIr9Jb7_nPBnezy" for build:cmp;cmpexit.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpeval.obj.NEWEST" ;;; Note: Found tag: "_eclaGDuQ9a7_pTBnezy" for build:cmp;cmpeval.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpenv.obj.NEWEST" ;;; Note: Found tag: "_eclSJuHBpa7_c2Bnezy" for build:cmp;cmpenv.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpcatch.obj.NEWEST" ;;; Note: Found tag: "_ecl1uPnpmZ7_ijAnezy" for build:cmp;cmpcatch.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpcall.obj.NEWEST" ;;; Note: Found tag: "_ecl2ygxyWb7_aUAnezy" for build:cmp;cmpcall.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpblock.obj.NEWEST" ;;; Note: Found tag: "_eclfM2hJqa7_kHAnezy" for build:cmp;cmpblock.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpbind.obj.NEWEST" ;;; Note: Found tag: "_eclxIwxVQa7_2s9nezy" for build:cmp;cmpbind.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmptype.obj.NEWEST" ;;; Note: Found tag: "_eclvBKxbla7_dY9nezy" for build:cmp;cmptype.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmputil.obj.NEWEST" ;;; Note: Found tag: "_eclIvV7R3a7_aS9nezy" for build:cmp;cmputil.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpinline.obj.NEWEST" ;;; Note: Found tag: "_ecl6tJWDoZ7_A89nezy" for build:cmp;cmpinline.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpmac.obj.NEWEST" ;;; Note: Found tag: "_eclAcGIIaa7_ns8nezy" for build:cmp;cmpmac.obj.NEWEST ;;; Note: Scanning #P"build:cmp;cmpdefs.obj.NEWEST" ;;; Note: Found tag: "_ecloMTz20b7_vd8nezy" for build:cmp;cmpdefs.obj.NEWEST ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF05.c" -Fo"C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF05.obj"EF05.c ;;; Note: Invoking external command: ;;; cl -Fe"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp.fas" "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF05.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpdefs.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmac.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpinline.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmputil.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmptype.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpbind.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpblock.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpcall.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpcatch.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpenv.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpeval.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpexit.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpflet.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpfun.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpif.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmplam.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmplet.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmploc.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmap.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpstack.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmulti.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpspecial.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmptag.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmptop.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpvar.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpwt.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpffi.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpcbk.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpct.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpnum.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpname.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpopt.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpprop.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpclos.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpstructures.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmparray.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp/cmpmain.obj" /LD /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib ecl.lib user32.lib ws2_32.lib shell32.lib /EXPORT:init_fas_CODE /LIBPATH:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ /IMPLIB:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp.implib Creating library C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp.implib and object C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp.exp ;;; Note: Invoking external command: ;;; mt -nologo -manifest "cmp.fas.manifest" "-outputresource:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/cmp.fas;2"(#P"cmp.fas" "sysfun.lsp") > (compile-file "ext:defsystem;defsystem.lisp" :output-file #P"build:ext;defsystem.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling ext:defsystem;defsystem.lisp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFVAR *SPECIAL-EXPORTS* ...). ;;; Compiling (DEFVAR *EXPORTS* ...). ;;; Compiling (DEFVAR *OTHER-EXPORTS* ...). ;;; Compiling (DEFPARAMETER *DEFSYSTEM-VERSION* ...). ;;; Compiling (DEFVAR *DONT-REDEFINE-REQUIRE* ...). ;;; Compiling (DEFVAR *MULTIPLE-LISP-SUPPORT* ...). ;;; Compiling (DEFUN HOME-SUBDIRECTORY ...). ;;; Compiling (DEFVAR *CENTRAL-REGISTRY* ...). ;;; Compiling (DEFUN ADD-REGISTRY-LOCATION ...). ;;; Compiling (DEFUN REGISTRY-PATHNAME ...). ;;; Compiling (DEFUN PRINT-CENTRAL-REGISTRY-DIRECTORIES ...). ;;; Compiling (DEFUN LIST-CENTRAL-REGISTRY-DIRECTORIES ...). ;;; Compiling (DEFVAR *BIN-SUBDIR* ...). ;;; Compiling (DEFVAR *TELL-USER-WHEN-DONE* ...). ;;; Compiling (DEFVAR *OOS-VERBOSE* ...). ;;; Compiling (DEFVAR *OOS-TEST* ...). ;;; Compiling (DEFVAR *LOAD-SOURCE-IF-NO-BINARY* ...). ;;; Compiling (DEFVAR *BOTHER-USER-IF-NO-BINARY* ...). ;;; Compiling (DEFVAR *LOAD-SOURCE-INSTEAD-OF-BINARY* ...). ;;; Compiling (DEFVAR *COMPILE-DURING-LOAD* ...). ;;; Compiling (DEFVAR *MINIMAL-LOAD* ...). ;;; Compiling (DEFVAR *FILES-MISSING-IS-AN-ERROR* ...). ;;; Compiling (DEFVAR *OPERATIONS-PROPAGATE-TO-SUBSYSTEMS* ...). ;;; Compiling (DEFVAR *COMPILE-ERROR-FILE-TYPE* ...). ;;; Compiling (DEFVAR *CMU-ERRORS-TO-TERMINAL* ...). ;;; Compiling (DEFVAR *CMU-ERRORS-TO-FILE* ...). ;;; Compiling (DEFVAR *FILENAME-EXTENSIONS* ...). ;;; Compiling (DEFVAR *SYSTEM-EXTENSION* ...). ;;; Compiling (DEFVAR *SYSTEM-DEPENDENCIES-DELAYED* ...). ;;; Compiling (DEFUN NON-EMPTY-LISTP ...). ;;; Compiling (DEFVAR *VERSION-DIR* ...). ;;; Compiling (DEFVAR *VERSION-REPLACE* ...). ;;; Compiling (DEFVAR *VERSION* ...). ;;; Compiling (DEFVAR *COMPONENT-OPERATIONS* ...). ;;; Compiling (DEFUN COMPONENT-OPERATION ...). ;;; Compiling (DEFVAR *FIND-IRIX-VERSION-SCRIPT* ...). ;;; Compiling (DEFUN OPERATING-SYSTEM-VERSION ...). ;;; Compiling (DEFUN COMPILER-VERSION ...). ;;; Compiling (DEFUN AFS-BINARY-DIRECTORY ...). ;;; Compiling (DEFUN AFS-SOURCE-DIRECTORY ...). ;;; Compiling (DEFUN NULL-STRING ...). ;;; Compiling (DEFUN ENSURE-TRAILING-SLASH ...). ;;; Compiling (DEFUN AFS-COMPONENT ...). ;;; Compiling (DEFVAR *MACHINE-TYPE-ALIST* ...). ;;; Compiling (DEFUN MACHINE-TYPE-TRANSLATION ...). ;;; Compiling (DEFVAR *SOFTWARE-TYPE-ALIST* ...). ;;; Compiling (DEFUN SOFTWARE-TYPE-TRANSLATION ...). ;;; Compiling (DEFVAR *COMPILER-TYPE-ALIST* ...). ;;; Compiling (DEFUN COMPILER-TYPE-TRANSLATION ...). ;;; Compiling (DEFUN CANONICALIZE-SYSTEM-NAME ...). ;;; Compiling (DEFVAR *DEFINED-SYSTEMS* ...). ;;; Compiling (DEFUN GET-SYSTEM ...). ;;; Compiling (DEFUN UNDEFSYSTEM ...). ;;; Compiling (DEFUN DEFINED-SYSTEMS ...). ;;; Compiling (DEFUN DEFINED-NAMES-AND-SYSTEMS ...). ;;; Compiling (DEFUN NEW-APPEND-DIRECTORIES ...). ;;; Compiling (DEFUN DIRECTORY-TO-LIST ...). ;;; Compiling (DEFPARAMETER *APPEND-DIRS-TESTS* ...). ;;; Compiling (DEFUN TEST-NEW-APPEND-DIRECTORIES ...). ;;; Compiling (DEFUN APPEND-DIRECTORIES ...). ;;; Compiling (DEFUN PATHNAME-LOGICAL-P ...). ;;; Compiling (DEFUN NAMESTRING-PROBABLY-LOGICAL ...). ;;; Compiling (DEFUN APPEND-LOGICAL-PNAMES ...). ;;; Note: in file ext:defsystem;defsystem.lisp.NEWEST, position 101333, and form ;;; (FSET 'APPEND-LOGICAL-PNAMES #'(LAMBDA-BLOCK APPEND-LOGICAL-PNAMES # ...)) ;;; In function APPEND-LOGICAL-PNAMES, checking types of arguments RELATIVE ABSOLUTE. ;;; Compiling (DEFUN NEW-FILE-TYPE ...). ;;; Compiling (DEFVAR *SOURCE-PATHNAME-DEFAULT* ...). ;;; Compiling (DEFVAR *BINARY-PATHNAME-DEFAULT* ...). ;;; Compiling (DEFUN MAKE-TOPOLOGICAL-SORT-NODE ...). ;;; Compiling (DEFPARAMETER *COMPONENT-EVALUATED-SLOTS* ...). ;;; Compiling (DEFPARAMETER *COMPONENT-FORM-SLOTS* ...). ;;; Compiling (DEFUN MAKE-COMPONENT ...). ;;; Compiling (DEFUN MAKE-FOREIGN-SYSTEM ...). ;;; Compiling (DEFUN REGISTER-FOREIGN-SYSTEM ...). ;;; Note: in file ext:defsystem;defsystem.lisp.NEWEST, position 110159, and form ;;; (FSET 'REGISTER-FOREIGN-SYSTEM #'(LAMBDA-BLOCK REGISTER-FOREIGN-SYSTEM # ...)) ;;; In function REGISTER-FOREIGN-SYSTEM, checking types of arguments KIND REPRESENTATION NAME. ;;; Compiling (DEFCLASS MISSING-COMPONENT ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFCLASS MISSING-MODULE ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFCLASS MISSING-SYSTEM ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFVAR *FILE-LOAD-TIME-TABLE* ...). ;;; Compiling (DEFUN COMPONENT-LOAD-TIME ...). ;;; Compiling (DEFUN COMPUTE-SYSTEM-PATH ...). ;;; Compiling (DEFUN SYSTEM-DEFINITION-PATHNAME ...). ;;; Compiling (DEFVAR *RELOAD-SYSTEMS-FROM-DISK* ...). ;;; Compiling (DEFUN FIND-SYSTEM ...). ;;; Compiling (DEFUN PRINT-COMPONENT ...). ;;; Compiling (DEFUN DESCRIBE-SYSTEM ...). ;;; Compiling (DEFUN CANONICALIZE-COMPONENT-NAME ...). ;;; Compiling (DEFUN COMPONENT-PATHNAME ...). ;;; Compiling (DEFUN COMPONENT-ERROR-PATHNAME ...). ;;; Compiling (DEFUN COMPONENT-ROOT-DIR ...). ;;; Compiling (DEFVAR *SOURCE-PATHNAMES-TABLE* ...). ;;; Compiling (DEFVAR *BINARY-PATHNAMES-TABLE* ...). ;;; Compiling (DEFPARAMETER *RESET-FULL-PATHNAME-TABLE* ...). ;;; Compiling (DEFUN CLEAR-FULL-PATHNAME-TABLES ...). ;;; Compiling (DEFUN COMPONENT-FULL-PATHNAME ...). ;;; Compiling (DEFUN COMPONENT-FULL-PATHNAME-I ...). ;;; Compiling (DEFUN TRANSLATE-VERSION ...). ;;; Compiling (DEFUN COMPONENT-EXTENSION ...). ;;; Compiling (DEFUN CREATE-COMPONENT ...). ;;; Compiling (DEFUN PREPROCESS-COMPONENT-DEFINITION ...). ;;; Compiling (DEFMACRO DEFSYSTEM ...). ;;; Compiling (DEFUN CREATE-COMPONENT-PATHNAMES ...). ;;; Compiling (DEFUN GENERATE-COMPONENT-PATHNAME ...). ;;; Compiling (DEFUN EXPAND-COMPONENT-COMPONENTS ...). ;;; Compiling (DEFUN EXPAND-COMPONENT-DEFINITIONS ...). ;;; Compiling (DEFUN EXPAND-SERIAL-COMPONENT-CHAIN ...). ;;; Compiling (DEFPARAMETER *ENABLE-STRAZ-ABSOLUTE-STRING-HACK* ...). ;;; Compiling (DEFUN ABSOLUTE-FILE-NAMESTRING-P ...). ;;; Compiling (DEFUN EXPAND-COMPONENT-DEFINITION ...). ;;; Compiling (DEFUN LINK-COMPONENT-DEPENDS-ON ...). ;;; Compiling (DEFUN TOPOLOGICAL-SORT ...). ;;; Compiling (DEFUN SPLIT-STRING ...). ;;; Compiling (DEFUN PROMPT-STRING ...). ;;; Compiling (DEFUN FORMAT-JUSTIFIED-STRING ...). ;;; Compiling (DEFUN TELL-USER ...). ;;; Compiling (DEFUN TELL-USER-DONE ...). ;;; Compiling (DEFMACRO WITH-TELL-USER ...). ;;; Compiling (DEFUN TELL-USER-NO-FILES ...). ;;; Compiling (DEFUN TELL-USER-REQUIRE-SYSTEM ...). ;;; Compiling (DEFUN TELL-USER-GENERIC ...). ;;; Compiling (DEFPARAMETER *USE-TIMEOUTS* ...). ;;; Compiling (DEFPARAMETER *CLEAR-INPUT-BEFORE-QUERY* ...). ;;; Compiling (DEFPARAMETER *SLEEP-AMOUNT* ...). ;;; Compiling (DEFUN INTERNAL-REAL-TIME-IN-SECONDS ...). ;;; Compiling (DEFUN READ-CHAR-WAIT ...). ;;; Compiling (DEFUN Y-OR-N-P-WAIT ...). ;;; Compiling (DEFVAR %%COMPONENT%% ...). ;;; Compiling (DEFMACRO WITH-SPECIAL-COMPONENT-VARS ...). ;;; Compiling (DEFUN OPERATE-ON-SYSTEM ...). ;;; Warning: in file ext:defsystem;defsystem.lisp.NEWEST, position 158543, and form ;;; (FSET 'OPERATE-ON-SYSTEM #'(LAMBDA-BLOCK OPERATE-ON-SYSTEM # ...)) ;;; Ignore declaration was found for not bound variable *COMPILE-FILE-VERBOSE*. ;;; Warning: in file ext:defsystem;defsystem.lisp.NEWEST, position 158543, and form ;;; (FSET 'OPERATE-ON-SYSTEM #'(LAMBDA-BLOCK OPERATE-ON-SYSTEM # ...)) ;;; The OPTIMIZE quality INHIBIT-WARNINGS is unknown. ;;; Warning: in file ext:defsystem;defsystem.lisp.NEWEST, position 158543, and form ;;; (FSET 'OPERATE-ON-SYSTEM #'(LAMBDA-BLOCK OPERATE-ON-SYSTEM # ...)) ;;; The variable OVERRIDE-COMPILATION-UNIT is not used. ;;; Compiling (DEFUN COMPILE-SYSTEM ...). ;;; Compiling (DEFUN LOAD-SYSTEM ...). ;;; Compiling (DEFUN CLEAN-SYSTEM ...). ;;; Compiling (DEFUN EDIT-SYSTEM ...). ;;; Compiling (DEFUN HARDCOPY-SYSTEM ...). ;;; Compiling (DEFUN ENSURE-EXTERNAL-SYSTEM-DEF-LOADED ...). ;;; Note: in file ext:defsystem;defsystem.lisp.NEWEST, position 164419, and form ;;; (FSET 'ENSURE-EXTERNAL-SYSTEM-DEF-LOADED #'(LAMBDA-BLOCK ENSURE-EXTERNAL-SYSTEM-DEF-LOADED # ...)) ;;; Removing unused variable G573 ;;; Compiling (DEFUN OPERATE-ON-COMPONENT ...). ;;; Compiling (DEFVAR *FORCE* ...). ;;; Compiling (DEFVAR *PROVIDING-BLOCKS-LOAD-PROPAGATION* ...). ;;; Compiling (DEFUN OPERATE-ON-SYSTEM-DEPENDENCIES ...). ;;; Compiling (DEFUN MODULE-DEPENDS-ON-CHANGED ...). ;;; Compiling (DEFUN OPERATE-ON-COMPONENTS ...). ;;; Compiling (DEFVAR *OLD-REQUIRE* ...). ;;; Compiling (DEFUN NEW-REQUIRE ...). ;;; Compiling (DEFUN CMUCL-MK-DEFSYSTEM-MODULE-PROVIDER ...). ;;; Compiling (DEFVAR *LANGUAGE-TABLE* ...). ;;; Compiling (DEFUN FIND-LANGUAGE ...). ;;; Compiling (DEFUN MAKE-LANGUAGE ...). ;;; Compiling (DEFUN PRINT-LANGUAGE ...). ;;; Compiling (DEFUN COMPILE-FUNCTION ...). ;;; Compiling (DEFUN LOAD-FUNCTION ...). ;;; Compiling (DEFUN DEFAULT-SOURCE-EXTENSION ...). ;;; Compiling (DEFUN DEFAULT-BINARY-EXTENSION ...). ;;; Compiling (DEFMACRO DEFINE-LANGUAGE ...). ;;; Compiling (DEFUN SCHEME-COMPILE-FILE ...). ;;; Compiling (DEFPARAMETER *C-COMPILER* ...). ;;; Compiling (DEFUN RUN-UNIX-PROGRAM ...). ;;; Compiling (DEFVAR *DEFAULT-SHELL* ...). ;;; Compiling (DEFUN RUN-SHELL-COMMAND ...). ;;; Warning: in file ext:defsystem;defsystem.lisp.NEWEST, position 188098, and form ;;; (FSET 'RUN-SHELL-COMMAND #'(LAMBDA-BLOCK RUN-SHELL-COMMAND # ...)) ;;; The variable COMMAND is not used. ;;; Warning: in file ext:defsystem;defsystem.lisp.NEWEST, position 188098, and form ;;; (FSET 'RUN-SHELL-COMMAND #'(LAMBDA-BLOCK RUN-SHELL-COMMAND # ...)) ;;; The variable SHELL is not used. ;;; Warning: in file ext:defsystem;defsystem.lisp.NEWEST, position 188098, and form ;;; (FSET 'RUN-SHELL-COMMAND #'(LAMBDA-BLOCK RUN-SHELL-COMMAND # ...)) ;;; The variable OUTPUT is not used. ;;; Compiling (DEFUN DEFAULT-OUTPUT-PATHNAME ...). ;;; Compiling (DEFUN RUN-COMPILER ...). ;;; Compiling (DEFUN C-COMPILE-FILE ...). ;;; Compiling (DEFPARAMETER *FORTRAN-COMPILER* ...). ;;; Compiling (DEFPARAMETER *FORTRAN-OPTIONS* ...). ;;; Compiling (DEFUN FORTRAN-COMPILE-FILE ...). ;;; Compiling (DEFPARAMETER *AR-PROGRAM* ...). ;;; Compiling (DEFUN BUILD-LIB ...). ;;; Compiling (DEFUN COMPILE-AND-LOAD-OPERATION ...). ;;; Compiling (DEFUN UNMUNGE-LUCID ...). ;;; Compiling (DEFUN COMPILE-FILE-OPERATION ...). ;;; Warning: in file ext:defsystem;defsystem.lisp.NEWEST, position 200377, and form ;;; (IF (NOT #) (PROGN #)) ;;; The variable FILE-NAME is not used. ;;; Compiling (DEFUN NEEDS-COMPILATION ...). ;;; Compiling (DEFUN NEEDS-LOADING ...). ;;; Compiling (DEFUN LOAD-FILE-OPERATION ...). ;;; Compiling (DEFUN DELETE-BINARIES-OPERATION ...). ;;; Compiling (DEFUN BINARY-EXISTS ...). ;;; Compiling (DEFUN COMPILE-AND-LOAD-SOURCE-IF-NO-BINARY ...). ;;; Compiling (DEFUN LOAD-SOURCE-IF-NO-BINARY ...). ;;; Compiling (DEFUN FILES-WHICH-NEED-COMPILATION ...). ;;; Compiling (DEFUN FILES-IN-SYSTEM-AND-DEPENDENTS ...). ;;; Compiling (DEFUN FILES-IN-SYSTEM ...). ;;; Compiling (DEFUN FILE-PATHNAMES-IN-COMPONENT ...). ;;; Compiling (DEFUN FILE-COMPONENTS-IN-COMPONENT ...). ;;; Compiling (DEFPARAMETER *PRINT-COMMAND* ...). ;;; Compiling (DEFUN SYSTEM-SOURCE-SIZE ...). ;;; Compiling (DEFUN FILE-LIST-SIZE ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclKiWb3xa7_5ZJnezy" for #P"build:ext;defsystem.obj.NEWEST" ;;; Emitting code for SI::CANONICALIZE-MODULE-NAME. ;;; Emitting code for SI::DEFMODULE. ;;; Emitting code for SI::MODULE-FILES. ;;; Emitting code for PROVIDE. ;;; Emitting code for REQUIRE. ;;; Emitting code for HOME-SUBDIRECTORY. ;;; Emitting code for ADD-REGISTRY-LOCATION. ;;; Emitting code for REGISTRY-PATHNAME. ;;; Emitting code for PRINT-CENTRAL-REGISTRY-DIRECTORIES. ;;; Emitting code for LIST-CENTRAL-REGISTRY-DIRECTORIES. ;;; Emitting code for NON-EMPTY-LISTP. ;;; Emitting code for COMPONENT-OPERATION. ;;; Emitting code for #:G57. ;;; Emitting code for OPERATING-SYSTEM-VERSION. ;;; Emitting code for COMPILER-VERSION. ;;; Emitting code for AFS-BINARY-DIRECTORY. ;;; Emitting code for AFS-SOURCE-DIRECTORY. ;;; Emitting code for NULL-STRING. ;;; Emitting code for ENSURE-TRAILING-SLASH. ;;; Emitting code for AFS-COMPONENT. ;;; Emitting code for MACHINE-TYPE-TRANSLATION. ;;; Emitting code for SOFTWARE-TYPE-TRANSLATION. ;;; Emitting code for COMPILER-TYPE-TRANSLATION. ;;; Emitting code for CANONICALIZE-SYSTEM-NAME. ;;; Emitting code for GET-SYSTEM. ;;; Emitting code for GET-SYSTEM. ;;; Emitting code for UNDEFSYSTEM. ;;; Emitting code for DEFINED-SYSTEMS. ;;; Emitting code for #:G68. ;;; Emitting code for DEFINED-NAMES-AND-SYSTEMS. ;;; Emitting code for NEW-APPEND-DIRECTORIES. ;;; Emitting code for #:G100. ;;; Emitting code for DIRECTORY-TO-LIST. ;;; Emitting code for TEST-NEW-APPEND-DIRECTORIES. ;;; Emitting code for APPEND-DIRECTORIES. ;;; Emitting code for PATHNAME-LOGICAL-P. ;;; Emitting code for #:G118. ;;; Emitting code for NAMESTRING-PROBABLY-LOGICAL. ;;; Emitting code for APPEND-LOGICAL-PNAMES. ;;; Emitting code for NEW-FILE-TYPE. ;;; Emitting code for MAKE-TOPOLOGICAL-SORT-NODE. ;;; Emitting code for MAKE-COMPONENT. ;;; Emitting code for #:G127. ;;; Emitting code for #:G128. ;;; Emitting code for #:G129. ;;; Emitting code for #:G130. ;;; Emitting code for MAKE-FOREIGN-SYSTEM. ;;; Emitting code for #:G131. ;;; Emitting code for #:G132. ;;; Emitting code for #:G133. ;;; Emitting code for #:G134. ;;; Emitting code for REGISTER-FOREIGN-SYSTEM. ;;; Emitting code for #:G148. ;;; Emitting code for #:G151. ;;; Emitting code for #:G154. ;;; Emitting code for COMPONENT-LOAD-TIME. ;;; Emitting code for COMPONENT-LOAD-TIME. ;;; Emitting code for COMPUTE-SYSTEM-PATH. ;;; Emitting code for SYSTEM-DEFINITION-PATHNAME. ;;; Emitting code for #:G175. ;;; Emitting code for FIND-SYSTEM. ;;; Emitting code for PRINT-COMPONENT. ;;; Emitting code for DESCRIBE-SYSTEM. ;;; Emitting code for CANONICALIZE-COMPONENT-NAME. ;;; Emitting code for COMPONENT-PATHNAME. ;;; Emitting code for COMPONENT-ERROR-PATHNAME. ;;; Emitting code for COMPONENT-PATHNAME. ;;; Emitting code for COMPONENT-ROOT-DIR. ;;; Emitting code for COMPONENT-ROOT-DIR. ;;; Emitting code for CLEAR-FULL-PATHNAME-TABLES. ;;; Emitting code for COMPONENT-FULL-PATHNAME. ;;; Emitting code for COMPONENT-FULL-PATHNAME-I. ;;; Emitting code for TRANSLATE-VERSION. ;;; Emitting code for COMPONENT-EXTENSION. ;;; Emitting code for COMPONENT-EXTENSION. ;;; Emitting code for CREATE-COMPONENT. ;;; Emitting code for PREPROCESS-COMPONENT-DEFINITION. ;;; Emitting code for DEFSYSTEM. ;;; Emitting code for CREATE-COMPONENT-PATHNAMES. ;;; Emitting code for GENERATE-COMPONENT-PATHNAME. ;;; Emitting code for EXPAND-COMPONENT-COMPONENTS. ;;; Emitting code for EXPAND-COMPONENT-DEFINITIONS. ;;; Emitting code for EXPAND-SERIAL-COMPONENT-CHAIN. ;;; Emitting code for ABSOLUTE-FILE-NAMESTRING-P. ;;; Emitting code for EXPAND-COMPONENT-DEFINITION. ;;; Emitting code for LINK-COMPONENT-DEPENDS-ON. ;;; Emitting code for TOPOLOGICAL-SORT. ;;; Emitting code for DFS-VISIT. ;;; Emitting code for SPLIT-STRING. ;;; Emitting code for PROMPT-STRING. ;;; Emitting code for FORMAT-JUSTIFIED-STRING. ;;; Emitting code for TELL-USER. ;;; Emitting code for TELL-USER-DONE. ;;; Emitting code for WITH-TELL-USER. ;;; Emitting code for TELL-USER-NO-FILES. ;;; Emitting code for TELL-USER-REQUIRE-SYSTEM. ;;; Emitting code for TELL-USER-GENERIC. ;;; Emitting code for INTERNAL-REAL-TIME-IN-SECONDS. ;;; Emitting code for READ-CHAR-WAIT. ;;; Emitting code for Y-OR-N-P-WAIT. ;;; Emitting code for WITH-SPECIAL-COMPONENT-VARS. ;;; Emitting code for OPERATE-ON-SYSTEM. ;;; Warning: The OPTIMIZE quality INHIBIT-WARNINGS is unknown. ;;; Emitting code for COMPILE-SYSTEM. ;;; Note: Reusing keywords lists for (FORCE VERSION TEST VERBOSE LOAD-SOURCE-INSTEAD-OF-BINARY LOAD-SOURCE-IF-NO-BINARY BOTHER-USER-IF-NO-BINARY COMPILE-DURING-LOAD DRIBBLE MINIMAL-LOAD) ;;; Emitting code for LOAD-SYSTEM. ;;; Note: Reusing keywords lists for (FORCE VERSION TEST VERBOSE LOAD-SOURCE-INSTEAD-OF-BINARY LOAD-SOURCE-IF-NO-BINARY BOTHER-USER-IF-NO-BINARY COMPILE-DURING-LOAD DRIBBLE MINIMAL-LOAD) ;;; Emitting code for CLEAN-SYSTEM. ;;; Emitting code for EDIT-SYSTEM. ;;; Note: Reusing keywords lists for (FORCE VERSION TEST VERBOSE DRIBBLE) ;;; Emitting code for HARDCOPY-SYSTEM. ;;; Note: Reusing keywords lists for (FORCE VERSION TEST VERBOSE DRIBBLE) ;;; Emitting code for ENSURE-EXTERNAL-SYSTEM-DEF-LOADED. ;;; Emitting code for #:G571. ;;; Emitting code for #:G572. ;;; Emitting code for OPERATE-ON-COMPONENT. ;;; Emitting code for OPERATE-ON-SYSTEM-DEPENDENCIES. ;;; Emitting code for MODULE-DEPENDS-ON-CHANGED. ;;; Emitting code for OPERATE-ON-COMPONENTS. ;;; Emitting code for NEW-REQUIRE. ;;; Emitting code for #:G610. ;;; Emitting code for #:G611. ;;; Emitting code for CMUCL-MK-DEFSYSTEM-MODULE-PROVIDER. ;;; Emitting code for FIND-LANGUAGE. ;;; Emitting code for MAKE-LANGUAGE. ;;; Emitting code for PRINT-LANGUAGE. ;;; Emitting code for COMPILE-FUNCTION. ;;; Emitting code for LOAD-FUNCTION. ;;; Emitting code for DEFAULT-SOURCE-EXTENSION. ;;; Emitting code for DEFAULT-BINARY-EXTENSION. ;;; Emitting code for DEFINE-LANGUAGE. ;;; Emitting code for SCHEME-COMPILE-FILE. ;;; Emitting code for RUN-UNIX-PROGRAM. ;;; Emitting code for RUN-SHELL-COMMAND. ;;; Emitting code for DEFAULT-OUTPUT-PATHNAME. ;;; Emitting code for RUN-COMPILER. ;;; Emitting code for MAKE-USEABLE-STREAM. ;;; Emitting code for C-COMPILE-FILE. ;;; Emitting code for MAP-OPTIONS. ;;; Emitting code for #:G663. ;;; Emitting code for FORTRAN-COMPILE-FILE. ;;; Note: Reusing keywords lists for (OUTPUT-FILE ERROR-FILE) ;;; Emitting code for BUILD-LIB. ;;; Emitting code for COMPILE-AND-LOAD-OPERATION. ;;; Emitting code for UNMUNGE-LUCID. ;;; Emitting code for COMPILE-FILE-OPERATION. ;;; Emitting code for COMPILED-FILE-P. ;;; Emitting code for NEEDS-COMPILATION. ;;; Emitting code for NEEDS-LOADING. ;;; Emitting code for LOAD-FILE-OPERATION. ;;; Emitting code for DELETE-BINARIES-OPERATION. ;;; Emitting code for BINARY-EXISTS. ;;; Emitting code for COMPILE-AND-LOAD-SOURCE-IF-NO-BINARY. ;;; Emitting code for LOAD-SOURCE-IF-NO-BINARY. ;;; Emitting code for FILES-WHICH-NEED-COMPILATION. ;;; Emitting code for FILES-IN-SYSTEM-AND-DEPENDENTS. ;;; Emitting code for FILES-IN-SYSTEM. ;;; Emitting code for FILE-PATHNAMES-IN-COMPONENT. ;;; Emitting code for FILE-COMPONENTS-IN-COMPONENT. ;;; Emitting code for #:G779. ;;; Emitting code for SYSTEM-SOURCE-SIZE. ;;; Emitting code for FILE-LIST-SIZE. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/defsystem.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/defsystem.obj"defsystem.c ;;; Finished compiling ext:defsystem;defsystem.lisp. ;;; Note: Scanning #P"build:ext;defsystem.obj.NEWEST" ;;; Note: Found tag: "_eclKiWb3xa7_5ZJnezy" for build:ext;defsystem.obj.NEWEST ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF08.c" -Fo"C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF08.obj"EF08.c ;;; Note: Invoking external command: ;;; cl -Fe"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/defsystem.fas" "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF08.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/defsystem.obj" /LD /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib ecl.lib user32.lib ws2_32.lib shell32.lib /EXPORT:init_fas_CODE /LIBPATH:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ /IMPLIB:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/defsystem.implib Creating library C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/defsystem.implib and object C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/defsystem.exp ;;; Note: Invoking external command: ;;; mt -nologo -manifest "defsystem.fas.manifest" "-outputresource:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/defsystem.fas;2"(#P"defsystem.fas" #P"cmp.fas" "sysfun.lsp") > (compile-file "ext:asdf;asdf.lisp" :output-file #P"build:ext;asdf.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling ext:asdf;asdf.lisp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFVAR *ASDF-REVISION* ...). ;;; Compiling (DEFVAR *LOAD-PREFERENCE-FILES* ...). ;;; Compiling (DEFVAR *COMPILE-FILE-WARNINGS-BEHAVIOUR* ...). ;;; Compiling (DEFVAR *COMPILE-FILE-FAILURE-BEHAVIOUR* ...). ;;; Compiling (DEFVAR *VERBOSE-OUT* ...). ;;; Compiling (DEFPARAMETER +ASDF-METHODS+ ...). ;;; Compiling (DEFMACRO AIF ...). ;;; Compiling (DEFUN PATHNAME-SANS-NAME+TYPE ...). ;;; Compiling (DEFMACRO APPENDF ...). ;;; Compiling (DEFCLASS SYSTEM-DEFINITION-ERROR ...). ;;; Compiling (DEFCLASS FORMATTED-SYSTEM-DEFINITION-ERROR ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFCLASS CIRCULAR-DEPENDENCY ...). ;;; Compiling (DEFCLASS DUPLICATE-NAMES ...). ;;; Compiling (DEFCLASS MISSING-COMPONENT ...). ;;; Compiling (DEFCLASS MISSING-DEPENDENCY ...). ;;; Compiling (DEFCLASS OPERATION-ERROR ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFCLASS COMPILE-ERROR ...). ;;; Compiling (DEFCLASS COMPILE-FAILED ...). ;;; Compiling (DEFCLASS COMPILE-WARNED ...). ;;; Compiling (DEFCLASS COMPONENT ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFUN SYSDEF-ERROR ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFGENERIC COMPONENT-SYSTEM ...). ;;; Compiling (DEFMETHOD COMPONENT-SYSTEM ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFCLASS MODULE ...). ;;; Compiling (DEFGENERIC COMPONENT-PATHNAME ...). ;;; Compiling (DEFUN COMPONENT-PARENT-PATHNAME ...). ;;; Compiling (DEFGENERIC COMPONENT-RELATIVE-PATHNAME ...). ;;; Compiling (DEFMETHOD COMPONENT-RELATIVE-PATHNAME ...). ;;; Compiling (DEFMETHOD COMPONENT-PATHNAME ...). ;;; Compiling (DEFGENERIC COMPONENT-PROPERTY ...). ;;; Compiling (DEFMETHOD COMPONENT-PROPERTY ...). ;;; Compiling (DEFGENERIC (SETF COMPONENT-PROPERTY) ...). ;;; Compiling (DEFMETHOD (SETF COMPONENT-PROPERTY) ...). ;;; Compiling (DEFCLASS SYSTEM ...). ;;; Compiling (DEFUN SPLIT ...). ;;; Compiling (DEFGENERIC VERSION-SATISFIES ...). ;;; Compiling (DEFMETHOD VERSION-SATISFIES ...). ;;; Compiling (DEFVAR *DEFINED-SYSTEMS* ...). ;;; Compiling (DEFUN COERCE-NAME ...). ;;; Compiling (DEFVAR *SYSTEM-DEFINITION-SEARCH-FUNCTIONS* ...). ;;; Compiling (DEFUN SYSTEM-DEFINITION-PATHNAME ...). ;;; Compiling (DEFVAR *CENTRAL-REGISTRY* ...). ;;; Compiling (DEFUN SYSDEF-CENTRAL-REGISTRY-SEARCH ...). ;;; Compiling (DEFUN MAKE-TEMPORARY-PACKAGE ...). ;;; Compiling (DEFUN FIND-SYSTEM ...). ;;; Compiling (DEFUN REGISTER-SYSTEM ...). ;;; Compiling (DEFUN SYSTEM-REGISTERED-P ...). ;;; Compiling (DEFGENERIC FIND-COMPONENT ...). ;;; Compiling (DEFMETHOD FIND-COMPONENT ...). ;;; Compiling (DEFMETHOD FIND-COMPONENT ...). ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 17403, and form ;;; (INSTALL-METHOD 'FIND-COMPONENT 'NIL ...) ;;; The variable MODULE is not used. ;;; Compiling (DEFCLASS SOURCE-FILE ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFCLASS CL-SOURCE-FILE ...). ;;; Compiling (DEFCLASS C-SOURCE-FILE ...). ;;; Compiling (DEFCLASS JAVA-SOURCE-FILE ...). ;;; Compiling (DEFCLASS STATIC-FILE ...). ;;; Compiling (DEFCLASS DOC-FILE ...). ;;; Compiling (DEFCLASS HTML-FILE ...). ;;; Compiling (DEFGENERIC SOURCE-FILE-TYPE ...). ;;; Compiling (DEFMETHOD SOURCE-FILE-TYPE ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 18175, and form ;;; (INSTALL-METHOD 'SOURCE-FILE-TYPE 'NIL ...) ;;; In function G147, checking types of arguments S C. ;;; Compiling (DEFMETHOD SOURCE-FILE-TYPE ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 18243, and form ;;; (INSTALL-METHOD 'SOURCE-FILE-TYPE 'NIL ...) ;;; In function G153, checking types of arguments S C. ;;; Compiling (DEFMETHOD SOURCE-FILE-TYPE ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 18307, and form ;;; (INSTALL-METHOD 'SOURCE-FILE-TYPE 'NIL ...) ;;; In function G159, checking types of arguments S C. ;;; Compiling (DEFMETHOD SOURCE-FILE-TYPE ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 18377, and form ;;; (INSTALL-METHOD 'SOURCE-FILE-TYPE 'NIL ...) ;;; In function G165, checking types of arguments S C. ;;; Compiling (DEFMETHOD SOURCE-FILE-TYPE ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 18440, and form ;;; (INSTALL-METHOD 'SOURCE-FILE-TYPE 'NIL ...) ;;; In function G171, checking types of arguments S C. ;;; Compiling (DEFMETHOD COMPONENT-RELATIVE-PATHNAME ...). ;;; Compiling (DEFCLASS OPERATION ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFMETHOD SHARED-INITIALIZE ...). ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 19892, and form ;;; (INSTALL-METHOD 'SHARED-INITIALIZE '(AFTER) ...) ;;; The variable OPERATION is not used. ;;; Compiling (DEFGENERIC PERFORM ...). ;;; Compiling (DEFGENERIC OPERATION-DONE-P ...). ;;; Compiling (DEFGENERIC EXPLAIN ...). ;;; Compiling (DEFGENERIC OUTPUT-FILES ...). ;;; Compiling (DEFGENERIC INPUT-FILES ...). ;;; Compiling (DEFUN NODE-FOR ...). ;;; Compiling (DEFGENERIC OPERATION-ANCESTOR ...). ;;; Compiling (DEFMETHOD OPERATION-ANCESTOR ...). ;;; Compiling (DEFUN MAKE-SUB-OPERATION ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 20755, and form ;;; (FSET 'MAKE-SUB-OPERATION #'(LAMBDA-BLOCK MAKE-SUB-OPERATION # ...)) ;;; Removing unused variable G203 ;;; Compiling (DEFGENERIC VISIT-COMPONENT ...). ;;; Compiling (DEFMETHOD VISIT-COMPONENT ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 21563, and form ;;; (INSTALL-METHOD 'VISIT-COMPONENT 'NIL ...) ;;; In function G210, checking types of arguments DATA C O. ;;; Compiling (DEFGENERIC COMPONENT-VISITED-P ...). ;;; Compiling (DEFMETHOD COMPONENT-VISITED-P ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 21817, and form ;;; (INSTALL-METHOD 'COMPONENT-VISITED-P 'NIL ...) ;;; In function G219, checking types of arguments C O. ;;; Compiling (DEFGENERIC (SETF VISITING-COMPONENT) ...). ;;; Compiling (DEFMETHOD (SETF VISITING-COMPONENT) ...). ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 22057, and form ;;; (INSTALL-METHOD '(SETF VISITING-COMPONENT) 'NIL ...) ;;; The variable COMPONENT is not used. ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 22057, and form ;;; (INSTALL-METHOD '(SETF VISITING-COMPONENT) 'NIL ...) ;;; The variable OPERATION is not used. ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 22057, and form ;;; (INSTALL-METHOD '(SETF VISITING-COMPONENT) 'NIL ...) ;;; The variable NEW-VALUE is not used. ;;; Compiling (DEFMETHOD (SETF VISITING-COMPONENT) ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 22232, and form ;;; (INSTALL-METHOD '(SETF VISITING-COMPONENT) 'NIL ...) ;;; In function G236, checking types of arguments C O NEW-VALUE. ;;; Compiling (DEFGENERIC COMPONENT-VISITING-P ...). ;;; Compiling (DEFMETHOD COMPONENT-VISITING-P ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 22634, and form ;;; (INSTALL-METHOD 'COMPONENT-VISITING-P 'NIL ...) ;;; In function G247, checking types of arguments C O. ;;; Compiling (DEFGENERIC COMPONENT-DEPENDS-ON ...). ;;; Compiling (DEFMETHOD COMPONENT-DEPENDS-ON ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 23534, and form ;;; (INSTALL-METHOD 'COMPONENT-DEPENDS-ON 'NIL ...) ;;; In function G253, checking types of arguments C OP-SPEC. ;;; Compiling (DEFMETHOD COMPONENT-DEPENDS-ON ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 23652, and form ;;; (INSTALL-METHOD 'COMPONENT-DEPENDS-ON 'NIL ...) ;;; In function G259, checking types of arguments C O. ;;; Compiling (DEFGENERIC COMPONENT-SELF-DEPENDENCIES ...). ;;; Compiling (DEFMETHOD COMPONENT-SELF-DEPENDENCIES ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 23864, and form ;;; (INSTALL-METHOD 'COMPONENT-SELF-DEPENDENCIES 'NIL ...) ;;; In function G265, checking types of arguments C O. ;;; Compiling (DEFMETHOD INPUT-FILES ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 24117, and form ;;; (INSTALL-METHOD 'INPUT-FILES 'NIL ...) ;;; In function G274, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD INPUT-FILES ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 24673, and form ;;; (INSTALL-METHOD 'INPUT-FILES 'NIL ...) ;;; In function G289, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD OPERATION-DONE-P ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 24737, and form ;;; (INSTALL-METHOD 'OPERATION-DONE-P 'NIL ...) ;;; In function G295, checking types of arguments C O. ;;; Compiling (DEFGENERIC TRAVERSE ...). ;;; Compiling (DEFMETHOD TRAVERSE ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 26714, and form ;;; (INSTALL-METHOD 'TRAVERSE 'NIL ...) ;;; In function G377, checking types of arguments C OPERATION. ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 26714, and form ;;; (INSTALL-METHOD 'TRAVERSE 'NIL ...) ;;; Removing unused variable G397 ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 26714, and form ;;; (INSTALL-METHOD 'TRAVERSE 'NIL ...) ;;; Unknown type (VALUES &REST T) ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 30885, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G431, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 31090, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G437, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD EXPLAIN ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 31152, and form ;;; (INSTALL-METHOD 'EXPLAIN 'NIL ...) ;;; In function G443, checking types of arguments COMPONENT OPERATION. ;;; Compiling (DEFCLASS COMPILE-OP ...). ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 31761, and form ;;; (INSTALL-METHOD 'PERFORM '(BEFORE) ...) ;;; In function G451, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 31897, and form ;;; (INSTALL-METHOD 'PERFORM '(AFTER) ...) ;;; In function G463, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 32266, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G472, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD OUTPUT-FILES ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 33304, and form ;;; (INSTALL-METHOD 'OUTPUT-FILES 'NIL ...) ;;; In function G480, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 33506, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G486, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD OUTPUT-FILES ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 33574, and form ;;; (INSTALL-METHOD 'OUTPUT-FILES 'NIL ...) ;;; In function G492, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD INPUT-FILES ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 33647, and form ;;; (INSTALL-METHOD 'INPUT-FILES 'NIL ...) ;;; In function G498, checking types of arguments C OP. ;;; Compiling (DEFCLASS BASIC-LOAD-OP ...). ;;; Compiling (DEFCLASS LOAD-OP ...). ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 33806, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G504, checking types of arguments C O. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 33896, and form ;;; (INSTALL-METHOD 'PERFORM '(AROUND) ...) ;;; In function G550, checking types of arguments C O. ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 33896, and form ;;; (INSTALL-METHOD 'PERFORM '(AROUND) ...) ;;; Removing unused variable G568 ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 34476, and form ;;; (INSTALL-METHOD 'PERFORM '(AROUND) ...) ;;; In function G605, checking types of arguments C O. ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 34476, and form ;;; (INSTALL-METHOD 'PERFORM '(AROUND) ...) ;;; Removing unused variable G623 ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 35046, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G624, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD OPERATION-DONE-P ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 35111, and form ;;; (INSTALL-METHOD 'OPERATION-DONE-P 'NIL ...) ;;; In function G630, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD OUTPUT-FILES ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 35183, and form ;;; (INSTALL-METHOD 'OUTPUT-FILES 'NIL ...) ;;; In function G636, checking types of arguments C O. ;;; Compiling (DEFMETHOD COMPONENT-DEPENDS-ON ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 35245, and form ;;; (INSTALL-METHOD 'COMPONENT-DEPENDS-ON 'NIL ...) ;;; In function G642, checking types of arguments C OPERATION. ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFCLASS LOAD-SOURCE-OP ...). ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 35455, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G654, checking types of arguments C O. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 35681, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G666, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD OUTPUT-FILES ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 35753, and form ;;; (INSTALL-METHOD 'OUTPUT-FILES 'NIL ...) ;;; In function G672, checking types of arguments C OPERATION. ;;; Compiling (DEFMETHOD COMPONENT-DEPENDS-ON ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 35905, and form ;;; (INSTALL-METHOD 'COMPONENT-DEPENDS-ON 'NIL ...) ;;; In function G678, checking types of arguments C O. ;;; Compiling (DEFMETHOD OPERATION-DONE-P ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 36278, and form ;;; (INSTALL-METHOD 'OPERATION-DONE-P 'NIL ...) ;;; In function G689, checking types of arguments C O. ;;; Compiling (DEFCLASS TEST-OP ...). ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 36570, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G695, checking types of arguments C OPERATION. ;;; Compiling (DEFGENERIC LOAD-PREFERENCES ...). ;;; Compiling (DEFGENERIC PREFERENCE-FILE-FOR-SYSTEM/OPERATION ...). ;;; Compiling (DEFMETHOD LOAD-PREFERENCES ...). ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 37166, and form ;;; (INSTALL-METHOD 'LOAD-PREFERENCES 'NIL ...) ;;; The variable OPERATION is not used. ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 37166, and form ;;; (INSTALL-METHOD 'LOAD-PREFERENCES 'NIL ...) ;;; The variable S is not used. ;;; Compiling (DEFMETHOD LOAD-PREFERENCES ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 37245, and form ;;; (INSTALL-METHOD 'LOAD-PREFERENCES 'NIL ...) ;;; In function G702, checking types of arguments OPERATION S. ;;; Compiling (DEFMETHOD PREFERENCE-FILE-FOR-SYSTEM/OPERATION ...). ;;; Compiling (DEFMETHOD PREFERENCE-FILE-FOR-SYSTEM/OPERATION ...). ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 37883, and form ;;; (INSTALL-METHOD 'PREFERENCE-FILE-FOR-SYSTEM/OPERATION 'NIL ...) ;;; The variable OPERATION is not used. ;;; Compiling (DEFVAR *OPERATE-DOCSTRING* ...). ;;; Compiling (DEFUN OPERATE ...). ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 38892, and form ;;; (FSET 'OPERATE #'(LAMBDA-BLOCK OPERATE # ...)) ;;; Removing unused variable G721 ;;; Note: in file ext:asdf;asdf.lisp.NEWEST, position 38892, and form ;;; (FSET 'OPERATE #'(LAMBDA-BLOCK OPERATE # ...)) ;;; Removing unused variable G722 ;;; Compiling (DEFUN OOS ...). ;;; Compiling (DEFUN REMOVE-KEYWORD ...). ;;; Compiling (DEFMACRO DEFSYSTEM ...). ;;; Compiling (DEFUN CLASS-FOR-TYPE ...). ;;; Compiling (DEFUN MAYBE-ADD-TREE ...). ;;; Compiling (DEFUN UNION-OF-DEPENDENCIES ...). ;;; Compiling (DEFUN REMOVE-KEYS ...). ;;; Compiling (DEFVAR *SERIAL-DEPENDS-ON*). ;;; Compiling (DEFUN PARSE-COMPONENT-FORM ...). ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 45057, and form ;;; (FSET 'PARSE-COMPONENT-FORM #'(LAMBDA-BLOCK PARSE-COMPONENT-FORM # ...)) ;;; The variable PERFORM is not used. ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 45057, and form ;;; (FSET 'PARSE-COMPONENT-FORM #'(LAMBDA-BLOCK PARSE-COMPONENT-FORM # ...)) ;;; The variable EXPLAIN is not used. ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 45057, and form ;;; (FSET 'PARSE-COMPONENT-FORM #'(LAMBDA-BLOCK PARSE-COMPONENT-FORM # ...)) ;;; The variable OUTPUT-FILES is not used. ;;; Warning: in file ext:asdf;asdf.lisp.NEWEST, position 45057, and form ;;; (FSET 'PARSE-COMPONENT-FORM #'(LAMBDA-BLOCK PARSE-COMPONENT-FORM # ...)) ;;; The variable OPERATION-DONE-P is not used. ;;; Compiling (DEFUN %REMOVE-COMPONENT-INLINE-METHODS ...). ;;; Compiling (DEFUN CHECK-COMPONENT-INPUT ...). ;;; Compiling (DEFUN SYSDEF-ERROR-COMPONENT ...). ;;; Compiling (DEFUN RESOLVE-SYMLINKS ...). ;;; Compiling (DEFUN RUN-SHELL-COMMAND ...). ;;; Compiling (DEFUN SYSTEM-SOURCE-FILE ...). ;;; Compiling (DEFUN SYSTEM-SOURCE-DIRECTORY ...). ;;; Compiling (DEFUN SYSTEM-RELATIVE-PATHNAME ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclRalIvzZ7_rbLnezy" for #P"build:ext;asdf.obj.NEWEST" ;;; Emitting code for AIF. ;;; Emitting code for PATHNAME-SANS-NAME+TYPE. ;;; Emitting code for APPENDF. ;;; Emitting code for #:G34. ;;; Emitting code for #:G37. ;;; Emitting code for #:G40. ;;; Emitting code for #:G41. ;;; Emitting code for SYSDEF-ERROR. ;;; Emitting code for #:G42. ;;; Emitting code for #:G43. ;;; Emitting code for #:G56. ;;; Emitting code for SI::.PRINT-UNREADABLE-OBJECT-BODY.. ;;; Emitting code for #:G63. ;;; Emitting code for COMPONENT-PARENT-PATHNAME. ;;; Emitting code for #:G64. ;;; Emitting code for #:G66. ;;; Emitting code for #:G67. ;;; Emitting code for #:G78. ;;; Emitting code for SPLIT. ;;; Emitting code for IS-WS. ;;; Emitting code for #:G91. ;;; Emitting code for BIGGER. ;;; Note: Tail-recursive call of BIGGER was replaced by iteration. ;;; Emitting code for COERCE-NAME. ;;; Emitting code for SYSTEM-DEFINITION-PATHNAME. ;;; Emitting code for #:G103. ;;; Emitting code for SYSDEF-CENTRAL-REGISTRY-SEARCH. ;;; Emitting code for MAKE-TEMPORARY-PACKAGE. ;;; Emitting code for TRY. ;;; Emitting code for #:G115. ;;; Emitting code for FIND-SYSTEM. ;;; Emitting code for REGISTER-SYSTEM. ;;; Emitting code for SYSTEM-REGISTERED-P. ;;; Emitting code for #:G125. ;;; Emitting code for #:G126. ;;; Emitting code for #:G139. ;;; Emitting code for SI::.PRINT-UNREADABLE-OBJECT-BODY.. ;;; Emitting code for #:G146. ;;; Emitting code for #:G147. ;;; Emitting code for #:G153. ;;; Emitting code for #:G159. ;;; Emitting code for #:G165. ;;; Emitting code for #:G171. ;;; Emitting code for #:G177. ;;; Emitting code for #:G190. ;;; Emitting code for SI::.PRINT-UNREADABLE-OBJECT-BODY.. ;;; Emitting code for #:G197. ;;; Emitting code for #:G198. ;;; Note: Reusing keywords lists for (FORCE) ;;; Emitting code for NODE-FOR. ;;; Emitting code for #:G199. ;;; Emitting code for MAKE-SUB-OPERATION. ;;; Emitting code for #:G210. ;;; Emitting code for #:G219. ;;; Emitting code for #:G225. ;;; Emitting code for #:G236. ;;; Emitting code for #:G247. ;;; Emitting code for #:G253. ;;; Emitting code for #:G259. ;;; Emitting code for #:G265. ;;; Emitting code for #:G271. ;;; Emitting code for #:G274. ;;; Emitting code for #:G289. ;;; Emitting code for #:G295. ;;; Emitting code for FWD-OR-RETURN-T. ;;; Emitting code for #:G377. ;;; Emitting code for DO-DEP. ;;; Emitting code for DO-ONE-DEP. ;;; Emitting code for #:G410. ;;; Emitting code for #:G416. ;;; Emitting code for #:G395. ;;; Emitting code for #:G396. ;;; Emitting code for #:G431. ;;; Emitting code for #:G437. ;;; Emitting code for #:G443. ;;; Emitting code for #:G449. ;;; Emitting code for #:G450. ;;; Emitting code for #:G451. ;;; Emitting code for #:G463. ;;; Emitting code for #:G472. ;;; Emitting code for #:G480. ;;; Emitting code for #:G486. ;;; Emitting code for #:G492. ;;; Emitting code for #:G498. ;;; Emitting code for #:G504. ;;; Emitting code for #:G550. ;;; Emitting code for #:G564. ;;; Emitting code for #:G565. ;;; Emitting code for #:G605. ;;; Emitting code for #:G619. ;;; Emitting code for #:G620. ;;; Emitting code for #:G624. ;;; Emitting code for #:G630. ;;; Emitting code for #:G636. ;;; Emitting code for #:G642. ;;; Emitting code for #:G654. ;;; Emitting code for #:G666. ;;; Emitting code for #:G672. ;;; Emitting code for #:G678. ;;; Emitting code for #:G689. ;;; Emitting code for #:G695. ;;; Emitting code for #:G701. ;;; Emitting code for #:G702. ;;; Emitting code for #:G708. ;;; Emitting code for #:G709. ;;; Emitting code for OPERATE. ;;; Emitting code for #:G717. ;;; Emitting code for #:G718. ;;; Emitting code for #:G719. ;;; Emitting code for #:G720. ;;; Emitting code for OOS. ;;; Emitting code for REMOVE-KEYWORD. ;;; Emitting code for AUX. ;;; Emitting code for DEFSYSTEM. ;;; Emitting code for CLASS-FOR-TYPE. ;;; Emitting code for MAYBE-ADD-TREE. ;;; Emitting code for UNION-OF-DEPENDENCIES. ;;; Emitting code for REMOVE-KEYS. ;;; Emitting code for PARSE-COMPONENT-FORM. ;;; Emitting code for %REMOVE-COMPONENT-INLINE-METHODS. ;;; Emitting code for #:G850. ;;; Emitting code for CHECK-COMPONENT-INPUT. ;;; Emitting code for SYSDEF-ERROR-COMPONENT. ;;; Emitting code for RESOLVE-SYMLINKS. ;;; Emitting code for RUN-SHELL-COMMAND. ;;; Emitting code for SYSTEM-SOURCE-FILE. ;;; Emitting code for SYSTEM-SOURCE-DIRECTORY. ;;; Emitting code for SYSTEM-RELATIVE-PATHNAME. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/asdf.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/asdf.obj"asdf.c ;;; Finished compiling ext:asdf;asdf.lisp. (compile-file "ext:asdf;asdf-ecl.lisp" :output-file #P"build:ext;asdf-ecl.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling ext:asdf;asdf-ecl.lisp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFMETHOD INITIALIZE-INSTANCE ...). ;;; Compiling (DEFMETHOD OUTPUT-FILES ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 728, and form ;;; (INSTALL-METHOD 'OUTPUT-FILES 'NIL ...) ;;; In function G10, checking types of arguments C O. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 927, and form ;;; (INSTALL-METHOD 'PERFORM '(AFTER) ...) ;;; In function G16, checking types of arguments C O. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 1298, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G28, checking types of arguments C O. ;;; Compiling (DEFCLASS BUNDLE-OP ...). ;;; Compiling (DEFCLASS FASL-OP ...). ;;; Compiling (DEFCLASS LIB-OP ...). ;;; Compiling (DEFCLASS DLL-OP ...). ;;; Compiling (DEFCLASS MONOLITHIC-BUNDLE-OP ...). ;;; Compiling (DEFCLASS MONOLITHIC-FASL-OP ...). ;;; Compiling (DEFCLASS MONOLITHIC-LIB-OP ...). ;;; Compiling (DEFCLASS MONOLITHIC-DLL-OP ...). ;;; Compiling (DEFCLASS PROGRAM-OP ...). ;;; Compiling (DEFMETHOD INITIALIZE-INSTANCE ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 2576, and form ;;; (INSTALL-METHOD 'INITIALIZE-INSTANCE '(AFTER) ...) ;;; The variable NAME-SUFFIX is not used. ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 2576, and form ;;; (INSTALL-METHOD 'INITIALIZE-INSTANCE '(AFTER) ...) ;;; The variable INITARGS is not used. ;;; Compiling (DEFUN GATHER-COMPONENTS ...). ;;; Variable FILTER-SYSTEME was undefined. Compiler assumes it is a global. ;;; Compiling (DEFGENERIC BUNDLE-SUB-OPERATIONS ...). ;;; Compiling (DEFMETHOD BUNDLE-SUB-OPERATIONS ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 4701, and form ;;; (INSTALL-METHOD 'BUNDLE-SUB-OPERATIONS 'NIL ...) ;;; The variable O is not used. ;;; Compiling (DEFMETHOD BUNDLE-SUB-OPERATIONS ...). ;;; Compiling (DEFMETHOD BUNDLE-SUB-OPERATIONS ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 5334, and form ;;; (INSTALL-METHOD 'BUNDLE-SUB-OPERATIONS 'NIL ...) ;;; The variable O is not used. ;;; Compiling (DEFMETHOD BUNDLE-SUB-OPERATIONS ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 5507, and form ;;; (INSTALL-METHOD 'BUNDLE-SUB-OPERATIONS 'NIL ...) ;;; The variable O is not used. ;;; Compiling (DEFMETHOD COMPONENT-DEPENDS-ON ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 5598, and form ;;; (INSTALL-METHOD 'COMPONENT-DEPENDS-ON 'NIL ...) ;;; In function G91, checking types of arguments C O. ;;; Compiling (DEFMETHOD COMPONENT-DEPENDS-ON ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 5817, and form ;;; (INSTALL-METHOD 'COMPONENT-DEPENDS-ON 'NIL ...) ;;; In function G100, checking types of arguments C O. ;;; Compiling (DEFMETHOD COMPONENT-DEPENDS-ON ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 5922, and form ;;; (INSTALL-METHOD 'COMPONENT-DEPENDS-ON 'NIL ...) ;;; The variable C is not used. ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 5922, and form ;;; (INSTALL-METHOD 'COMPONENT-DEPENDS-ON 'NIL ...) ;;; The variable O is not used. ;;; Compiling (DEFMETHOD INPUT-FILES ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 5980, and form ;;; (INSTALL-METHOD 'INPUT-FILES 'NIL ...) ;;; In function G117, checking types of arguments C O. ;;; Compiling (DEFMETHOD OUTPUT-FILES ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 6132, and form ;;; (INSTALL-METHOD 'OUTPUT-FILES 'NIL ...) ;;; In function G128, checking types of arguments C O. ;;; Compiling (DEFMETHOD OUTPUT-FILES ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 6403, and form ;;; (INSTALL-METHOD 'OUTPUT-FILES 'NIL ...) ;;; In function G140, checking types of arguments C O. ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 6551, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; The variable C is not used. ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 6551, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; The variable O is not used. ;;; Compiling (DEFMETHOD OPERATION-DONE-P ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 6598, and form ;;; (INSTALL-METHOD 'OPERATION-DONE-P 'NIL ...) ;;; In function G150, checking types of arguments C O. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 6664, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G156, checking types of arguments C O. ;;; Compiling (DEFUN SELECT-OPERATION ...). ;;; Compiling (DEFUN MAKE-BUILD ...). ;;; Compiling (DEFCLASS LOAD-FASL-OP ...). ;;; Compiling (DEFUN TRIVIAL-SYSTEM-P ...). ;;; Compiling (DEFMETHOD COMPONENT-DEPENDS-ON ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 7944, and form ;;; (INSTALL-METHOD 'COMPONENT-DEPENDS-ON 'NIL ...) ;;; In function G167, checking types of arguments C O. ;;; Compiling (DEFMETHOD INPUT-FILES ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 8183, and form ;;; (INSTALL-METHOD 'INPUT-FILES 'NIL ...) ;;; In function G173, checking types of arguments C O. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 8316, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; The variable C is not used. ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 8316, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; The variable O is not used. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 8368, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G194, checking types of arguments C O. ;;; Compiling (DEFVAR *REQUIRE-ASDF-OPERATOR* ...). ;;; Compiling (DEFUN MODULE-PROVIDE-ASDF ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 8831, and form ;;; (FSET 'MODULE-PROVIDE-ASDF #'(LAMBDA-BLOCK MODULE-PROVIDE-ASDF # ...)) ;;; The variable *VERBOSE-OUT* is not used. ;;; Compiling (DEFCLASS ECL-BINARY-FILE ...). ;;; Compiling (DEFMETHOD COMPONENT-PATHNAME ...). ;;; Compiling (DEFMETHOD OUTPUT-FILES ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 9296, and form ;;; (INSTALL-METHOD 'OUTPUT-FILES 'NIL ...) ;;; The variable C is not used. ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 9296, and form ;;; (INSTALL-METHOD 'OUTPUT-FILES 'NIL ...) ;;; The variable O is not used. ;;; Compiling (DEFMETHOD INPUT-FILES ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 9351, and form ;;; (INSTALL-METHOD 'INPUT-FILES 'NIL ...) ;;; The variable C is not used. ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 9351, and form ;;; (INSTALL-METHOD 'INPUT-FILES 'NIL ...) ;;; The variable O is not used. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 9405, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G208, checking types of arguments C O. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Note: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 9491, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; In function G214, checking types of arguments C O. ;;; Compiling (DEFMETHOD PERFORM ...). ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 9582, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; The variable C is not used. ;;; Warning: in file ext:asdf;asdf-ecl.lisp.NEWEST, position 9582, and form ;;; (INSTALL-METHOD 'PERFORM 'NIL ...) ;;; The variable O is not used. ;;; Compiling (DEFUN REGISTER-PRE-BUILT-SYSTEM ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl16264Wb7_sdMnezy" for #P"build:ext;asdf-ecl.obj.NEWEST" ;;; Emitting code for #:G6. ;;; Emitting code for #:G10. ;;; Emitting code for #:G16. ;;; Emitting code for #:G28. ;;; Emitting code for #:G63. ;;; Emitting code for GATHER-COMPONENTS. ;;; Emitting code for #:G81. ;;; Emitting code for #:G82. ;;; Emitting code for #:G83. ;;; Emitting code for #:G84. ;;; Emitting code for #:G91. ;;; Emitting code for #:G100. ;;; Emitting code for #:G106. ;;; Emitting code for #:G117. ;;; Emitting code for #:G128. ;;; Emitting code for #:G140. ;;; Emitting code for #:G149. ;;; Emitting code for #:G150. ;;; Emitting code for #:G156. ;;; Emitting code for SELECT-OPERATION. ;;; Emitting code for MAKE-BUILD. ;;; Emitting code for TRIVIAL-SYSTEM-P. ;;; Emitting code for #:G166. ;;; Emitting code for #:G167. ;;; Emitting code for #:G173. ;;; Emitting code for #:G179. ;;; Emitting code for #:G194. ;;; Emitting code for MODULE-PROVIDE-ASDF. ;;; Emitting code for #:G205. ;;; Emitting code for #:G206. ;;; Emitting code for #:G207. ;;; Emitting code for #:G208. ;;; Emitting code for #:G214. ;;; Emitting code for #:G220. ;;; Emitting code for REGISTER-PRE-BUILT-SYSTEM. ;;; Emitting code for #:G225. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/asdf-ecl.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/asdf-ecl.obj"asdf-ecl.c ;;; Finished compiling ext:asdf;asdf-ecl.lisp. ;;; Note: Scanning #P"build:ext;asdf-ecl.obj.NEWEST" ;;; Note: Found tag: "_ecl16264Wb7_sdMnezy" for build:ext;asdf-ecl.obj.NEWEST ;;; Note: Scanning #P"build:ext;asdf.obj.NEWEST" ;;; Note: Found tag: "_eclRalIvzZ7_rbLnezy" for build:ext;asdf.obj.NEWEST ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF0B.c" -Fo"C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF0B.obj"EF0B.c ;;; Note: Invoking external command: ;;; cl -Fe"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/asdf.fas" "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF0B.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/asdf.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/asdf-ecl.obj" /LD /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib ecl.lib user32.lib ws2_32.lib shell32.lib /EXPORT:init_fas_CODE /LIBPATH:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ /IMPLIB:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/asdf.implib Creating library C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/asdf.implib and object C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/asdf.exp ;;; Note: Invoking external command: ;;; mt -nologo -manifest "asdf.fas.manifest" "-outputresource:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/asdf.fas;2"(#P"asdf.fas" #P"defsystem.fas" #P"cmp.fas" "sysfun.lsp") > (compile-file "ext:profile;profile.lisp" :output-file #P"build:ext;profile.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling ext:profile;profile.lisp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFUN GET-BYTES-CONSED ...). ;;; Variable +WRAP+ was undefined. Compiler assumes it is a global. ;;; Compiling (DEFVAR *PROFILED-FUN-NAME->INFO* ...). ;;; Compiling (DEFUN MAKE-PROFILE-INFO ...). ;;; Compiling (DEFVAR *ENCLOSED-TICKS* ...). ;;; Compiling (DEFVAR *ENCLOSED-CONSING* ...). ;;; Compiling (DEFVAR *ENCLOSED-PROFILES* ...). ;;; Compiling (DEFVAR *COMPUTING-PROFILING-DATA-FOR*). ;;; Compiling (DEFUN MAKE-OVERHEAD ...). ;;; Compiling (DEFVAR *OVERHEAD*). ;;; Compiling (DEFUN PROFILE-ENCAPSULATION-LAMBDAS ...). ;;; Note: in file ext:profile;profile.lisp.NEWEST, position 6453, and form ;;; (FSET 'PROFILE-ENCAPSULATION-LAMBDAS #'(LAMBDA-BLOCK PROFILE-ENCAPSULATION-LAMBDAS # ...)) ;;; In function PROFILE-ENCAPSULATION-LAMBDAS, checking types of arguments ENCAPSULATED-FUN. ;;; Compiling (DEFUN MAPC-ON-NAMED-FUNS ...). ;;; Compiling (DEFUN PROFILE-1-UNPROFILED-FUN ...). ;;; Compiling (DEFUN PROFILE-1-FUN ...). ;;; Compiling (DEFUN UNPROFILE-1-FUN ...). ;;; Compiling (DEFMACRO PROFILE ...). ;;; Compiling (DEFMACRO UNPROFILE ...). ;;; Compiling (DEFUN UNPROFILE-ALL ...). ;;; Warning: in file ext:profile;profile.lisp.NEWEST, position 12626, and form ;;; (FSET 'UNPROFILE-ALL #'(LAMBDA-BLOCK UNPROFILE-ALL NIL ...)) ;;; Ignore declaration was found for not bound variable PROFILE-INFO. ;;; Warning: in file ext:profile;profile.lisp.NEWEST, position 12626, and form ;;; (FSET 'UNPROFILE-ALL #'(LAMBDA-BLOCK UNPROFILE-ALL NIL ...)) ;;; The variable PROFILE-INFO is not used. ;;; Compiling (DEFUN RESET ...). ;;; Warning: in file ext:profile;profile.lisp.NEWEST, position 12795, and form ;;; (FSET 'RESET #'(LAMBDA-BLOCK RESET NIL ...)) ;;; Ignore declaration was found for not bound variable NAME. ;;; Warning: in file ext:profile;profile.lisp.NEWEST, position 12795, and form ;;; (FSET 'RESET #'(LAMBDA-BLOCK RESET NIL ...)) ;;; The variable NAME is not used. ;;; Compiling (DEFUN MAKE-TIME-INFO ...). ;;; Compiling (DEFUN COMPENSATE-TIME ...). ;;; Compiling (DEFUN REPORT ...). ;;; Compiling (DEFUN PRINT-PROFILE-TABLE ...). ;;; Compiling (DEFPARAMETER *TIMER-OVERHEAD-ITERATIONS* ...). ;;; Compiling (DEFUN COMPUTE-OVERHEAD-AUX ...). ;;; Compiling (DEFUN COMPUTE-OVERHEAD ...). ;;; Compiling (DEFUN PROFILE-DEINIT ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclaenvZsa7_sANnezy" for #P"build:ext;profile.obj.NEWEST" ;;; Emitting code for GET-BYTES-CONSED. ;;; Emitting code for COUNTER. ;;; Emitting code for MAKE-PROFILE-INFO. ;;; Emitting code for MAKE-OVERHEAD. ;;; Emitting code for PROFILE-ENCAPSULATION-LAMBDAS. ;;; Emitting code for #:G17. ;;; Emitting code for #:G39. ;;; Emitting code for #:G40. ;;; Emitting code for MAPC-ON-NAMED-FUNS. ;;; Emitting code for PROFILE-1-UNPROFILED-FUN. ;;; Emitting code for PROFILE-1-FUN. ;;; Emitting code for UNPROFILE-1-FUN. ;;; Emitting code for PROFILE. ;;; Emitting code for UNPROFILE. ;;; Emitting code for UNPROFILE-ALL. ;;; Emitting code for RESET. ;;; Emitting code for MAKE-TIME-INFO. ;;; Emitting code for COMPENSATE-TIME. ;;; Emitting code for REPORT. ;;; Emitting code for #:G103. ;;; Emitting code for PRINT-PROFILE-TABLE. ;;; Emitting code for DASHES. ;;; Emitting code for COMPUTE-OVERHEAD-AUX. ;;; Emitting code for COMPUTE-OVERHEAD. ;;; Emitting code for FROB. ;;; Emitting code for PROFILE-DEINIT. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/profile.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/profile.obj"profile.c ;;; Finished compiling ext:profile;profile.lisp. ;;; Note: Scanning #P"build:ext;profile.obj.NEWEST" ;;; Note: Found tag: "_eclaenvZsa7_sANnezy" for build:ext;profile.obj.NEWEST ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF0E.c" -Fo"C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF0E.obj"EF0E.c ;;; Note: Invoking external command: ;;; cl -Fe"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/profile.fas" "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF0E.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/profile.obj" /LD /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib ecl.lib user32.lib ws2_32.lib shell32.lib /EXPORT:init_fas_CODE /LIBPATH:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ /IMPLIB:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/profile.implib Creating library C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/profile.implib and object C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/profile.exp ;;; Note: Invoking external command: ;;; mt -nologo -manifest "profile.fas.manifest" "-outputresource:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/profile.fas;2"(#P"profile.fas" #P"asdf.fas" #P"defsystem.fas" #P"cmp.fas" "sysfun.lsp") > (compile-file "ext:sockets;package.lisp" :output-file #P"build:ext;package.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling ext:sockets;package.lisp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; End of Pass 1. ;;; Note: Creating tag: "_eclFe6XAnb7_jNNnezy" for #P"build:ext;package.obj.NEWEST" ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/package.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/package.obj"package.c ;;; Finished compiling ext:sockets;package.lisp. (compile-file "ext:sockets;sockets.lisp" :output-file #P"build:ext;sockets.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling ext:sockets;sockets.lisp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFVAR +WSOCK-INITIALIZED+ ...). ;;; Compiling (DEFUN WSOCK-INITIALIZE ...). ;;; Compiling (DEFUN FF-SOCKET ...). ;;; Compiling (DEFUN FF-LISTEN ...). ;;; Compiling (DEFUN FF-CLOSE ...). ;;; Compiling (DEFUN FF-CLOSESOCKET ...). ;;; Compiling (DEFUN SPLIT ...). ;;; Compiling (DEFCLASS HOST-ENT ...). ;;; Compiling (DEFGENERIC HOST-ENT-ADDRESS ...). ;;; Compiling (DEFMETHOD HOST-ENT-ADDRESS ...). ;;; Compiling (DEFUN GET-HOST-BY-NAME ...). ;;; Compiling (DEFUN GET-HOST-BY-ADDRESS ...). ;;; Variable AND was undefined. Compiler assumes it is a global. ;;; Variable AND was undefined. Compiler assumes it is a global. ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 6313, and form ;;; (FSET 'GET-HOST-BY-ADDRESS #'(LAMBDA-BLOCK GET-HOST-BY-ADDRESS # ...)) ;;; Removing unused variable G33 ;;; Compiling (DEFCLASS SOCKET ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Compiling (DEFMETHOD SHARED-INITIALIZE ...). ;;; Variable +AF-LOCAL+ was undefined. Compiler assumes it is a global. ;;; Warning: in file ext:sockets;sockets.lisp.NEWEST, position 9314, and form ;;; (INSTALL-METHOD 'SHARED-INITIALIZE '(AFTER) ...) ;;; The variable SLOT-NAMES is not used. ;;; Compiling (DEFGENERIC SOCKET-BIND ...). ;;; Compiling (DEFGENERIC SOCKET-ACCEPT ...). ;;; Compiling (DEFGENERIC SOCKET-CONNECT ...). ;;; Compiling (DEFGENERIC SOCKET-PEERNAME ...). ;;; Compiling (DEFGENERIC SOCKET-NAME ...). ;;; Compiling (DEFGENERIC SOCKET-LISTEN ...). ;;; Compiling (DEFGENERIC SOCKET-RECEIVE ...). ;;; Compiling (DEFGENERIC SOCKET-SEND ...). ;;; Compiling (DEFGENERIC SOCKET-CLOSE ...). ;;; Compiling (DEFGENERIC SOCKET-MAKE-STREAM ...). ;;; Compiling (DEFGENERIC NON-BLOCKING-MODE ...). ;;; Compiling (DEFGENERIC (SETF NON-BLOCKING-MODE) ...). ;;; Compiling (DEFGENERIC SOCKET-CLOSE-LOW-LEVEL ...). ;;; Compiling (DEFMETHOD SOCKET-LISTEN ...). ;;; Compiling (DEFMETHOD SOCKET-CLOSE-LOW-LEVEL ...). ;;; Compiling (DEFMETHOD SOCKET-CLOSE ...). ;;; Compiling (DEFMETHOD SOCKET-RECEIVE ...). ;;; Variable +EAGAIN+ was undefined. Compiler assumes it is a global. ;;; Variable +EINTR+ was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN GET-PROTOCOL-BY-NAME ...). ;;; Compiling (DEFUN MAKE-INET-ADDRESS ...). ;;; Compiling (DEFCLASS INET-SOCKET ...). ;;; Variable +AF-INET+ was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN MAKE-INET-SOCKET ...). ;;; Compiling (DEFMETHOD SOCKET-BIND ...). ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 18442, and form ;;; (INSTALL-METHOD 'SOCKET-BIND 'NIL ...) ;;; Removing unused variable G104 ;;; Compiling (DEFMETHOD SOCKET-ACCEPT ...). ;;; Compiling (DEFMETHOD SOCKET-CONNECT ...). ;;; Compiling (DEFMETHOD SOCKET-PEERNAME ...). ;;; Compiling (DEFMETHOD SOCKET-NAME ...). ;;; Compiling (DEFMETHOD SOCKET-CLOSE-LOW-LEVEL ...). ;;; Compiling (DEFMETHOD SOCKET-SEND ...). ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 22821, and form ;;; (INSTALL-METHOD 'SOCKET-SEND 'NIL ...) ;;; Removing unused variable G140 ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 22821, and form ;;; (INSTALL-METHOD 'SOCKET-SEND 'NIL ...) ;;; Removing unused variable G149 ;;; Compiling (DEFCLASS LOCAL-SOCKET ...). ;;; Variable +AF-LOCAL+ was undefined. Compiler assumes it is a global. ;;; Compiling (DEFMETHOD INITIALIZE-INSTANCE ...). ;;; Compiling (DEFMETHOD SOCKET-BIND ...). ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 28519, and form ;;; (INSTALL-METHOD 'SOCKET-BIND 'NIL ...) ;;; Removing unused variable G217 ;;; Warning: in file ext:sockets;sockets.lisp.NEWEST, position 28519, and form ;;; (INSTALL-METHOD 'SOCKET-BIND 'NIL ...) ;;; The variable SI::TEMP is not used. ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 28519, and form ;;; (INSTALL-METHOD 'SOCKET-BIND 'NIL ...) ;;; Removing unused variable G225 ;;; Warning: in file ext:sockets;sockets.lisp.NEWEST, position 28519, and form ;;; (INSTALL-METHOD 'SOCKET-BIND 'NIL ...) ;;; The variable IP is not used. ;;; Compiling (DEFMETHOD SOCKET-ACCEPT ...). ;;; Warning: in file ext:sockets;sockets.lisp.NEWEST, position 28519, and form ;;; (INSTALL-METHOD 'SOCKET-ACCEPT 'NIL ...) ;;; The variable NEW-SOCKET is not used. ;;; Warning: in file ext:sockets;sockets.lisp.NEWEST, position 28519, and form ;;; (INSTALL-METHOD 'SOCKET-ACCEPT 'NIL ...) ;;; The variable ADDR is not used. ;;; Compiling (DEFMETHOD SOCKET-CONNECT ...). ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 28519, and form ;;; (INSTALL-METHOD 'SOCKET-CONNECT 'NIL ...) ;;; Removing unused variable G275 ;;; Warning: in file ext:sockets;sockets.lisp.NEWEST, position 28519, and form ;;; (INSTALL-METHOD 'SOCKET-CONNECT 'NIL ...) ;;; The variable SI::TEMP is not used. ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 28519, and form ;;; (INSTALL-METHOD 'SOCKET-CONNECT 'NIL ...) ;;; Removing unused variable G283 ;;; Compiling (DEFMETHOD SOCKET-PEERNAME ...). ;;; Compiling (DEFMETHOD SOCKET-CLOSE ...). ;;; Compiling (DEFMETHOD SOCKET-MAKE-STREAM ...). ;;; Compiling (DEFMETHOD NON-BLOCKING-MODE ...). ;;; Compiling (DEFMETHOD (SETF NON-BLOCKING-MODE) ...). ;;; Compiling (DEFCLASS NAMED-PIPE-SOCKET ...). ;;; Compiling (DEFMETHOD SOCKET-BIND ...). ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 31641, and form ;;; (INSTALL-METHOD 'SOCKET-BIND 'NIL ...) ;;; Removing unused variable G337 ;;; Compiling (DEFMETHOD SOCKET-ACCEPT ...). ;;; Compiling (DEFMETHOD SOCKET-CONNECT ...). ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 31641, and form ;;; (INSTALL-METHOD 'SOCKET-CONNECT 'NIL ...) ;;; Removing unused variable G380 ;;; Compiling (DEFMETHOD SOCKET-PEERNAME ...). ;;; Compiling (DEFMETHOD (SETF NON-BLOCKING-MODE) ...). ;;; Compiling (DEFMETHOD SOCKET-CLOSE ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFMETHOD NON-BLOCKING-MODE ...). ;;; Compiling (DEFMETHOD (SETF NON-BLOCKING-MODE) ...). ;;; Compiling (DEFUN MAKE-STREAM-FROM-FD ...). ;;; Note: in file ext:sockets;sockets.lisp.NEWEST, position 37166, and form ;;; (FSET 'MAKE-STREAM-FROM-FD #'(LAMBDA-BLOCK MAKE-STREAM-FROM-FD # ...)) ;;; Removing unused variable G421 ;;; Compiling (DEFMETHOD SOCKET-MAKE-STREAM ...). ;;; Compiling (DEFMETHOD SOCKET-MAKE-STREAM ...). ;;; Compiling (DEFUN GET-WIN32-ERROR-STRING ...). ;;; Compiling (DEFCLASS SOCKET-ERROR ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFMACRO DEFINE-SOCKET-CONDITION ...). ;;; Compiling (DEFPARAMETER *CONDITIONS-FOR-ERRNO* ...). ;;; Variable EADDRINUSE was undefined. Compiler assumes it is a global. ;;; Variable EAGAIN was undefined. Compiler assumes it is a global. ;;; Variable EBADF was undefined. Compiler assumes it is a global. ;;; Variable ECONNREFUSED was undefined. Compiler assumes it is a global. ;;; Variable ETIMEDOUT was undefined. Compiler assumes it is a global. ;;; Variable EINTR was undefined. Compiler assumes it is a global. ;;; Variable EINVAL was undefined. Compiler assumes it is a global. ;;; Variable ENOBUFS was undefined. Compiler assumes it is a global. ;;; Variable ENOMEM was undefined. Compiler assumes it is a global. ;;; Variable EOPNOTSUPP was undefined. Compiler assumes it is a global. ;;; Variable EPERM was undefined. Compiler assumes it is a global. ;;; Variable EPROTONOSUPPORT was undefined. Compiler assumes it is a global. ;;; Variable ESOCKTNOSUPPORT was undefined. Compiler assumes it is a global. ;;; Variable ENETUNREACH was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN CONDITION-FOR-ERRNO ...). ;;; Compiling (DEFUN SOCKET-ERROR ...). ;;; Compiling (DEFVAR *NAME-SERVICE-ERRNO* ...). ;;; Compiling (DEFUN NAME-SERVICE-ERROR ...). ;;; Compiling (DEFCLASS NAME-SERVICE-ERROR ...). ;;; Compiling (DEFMETHOD PRINT-OBJECT ...). ;;; Variable .COMBINED-METHOD-ARGS. was undefined. Compiler assumes it is a global. ;;; Compiling (DEFMACRO DEFINE-NAME-SERVICE-CONDITION ...). ;;; Compiling (DEFPARAMETER *CONDITIONS-FOR-NAME-SERVICE-ERRNO* ...). ;;; Variable NETDB_INTERNAL was undefined. Compiler assumes it is a global. ;;; Variable NETDB_SUCCESS was undefined. Compiler assumes it is a global. ;;; Variable HOST_NOT_FOUND was undefined. Compiler assumes it is a global. ;;; Variable TRY_AGAIN was undefined. Compiler assumes it is a global. ;;; Variable NO_RECOVERY was undefined. Compiler assumes it is a global. ;;; Variable NO_ADDRESS was undefined. Compiler assumes it is a global. ;;; Compiling (DEFUN CONDITION-FOR-NAME-SERVICE-ERRNO ...). ;;; Compiling (DEFUN GET-NAME-SERVICE-ERRNO ...). ;;; Compiling (DEFUN GET-NAME-SERVICE-ERROR-MESSAGE ...). ;;; Compiling (DEFUN GET-SOCKOPT-INT ...). ;;; Compiling (DEFUN GET-SOCKOPT-BOOL ...). ;;; Compiling (DEFUN GET-SOCKOPT-TIMEVAL ...). ;;; Compiling (DEFUN SET-SOCKOPT-INT ...). ;;; Compiling (DEFUN SET-SOCKOPT-BOOL ...). ;;; Compiling (DEFUN SET-SOCKOPT-TIMEVAL ...). ;;; Compiling (DEFMACRO DEFINE-SOCKOPT ...). ;;; Compiling (DEFUN SOCKOPT-TYPE ...). ;;; Compiling (DEFUN SOCKOPT-RECEIVE-BUFFER ...). ;;; Compiling (DEFUN (SETF SOCKOPT-RECEIVE-BUFFER) ...). ;;; Compiling (DEFUN SOCKOPT-RECEIVE-TIMEOUT ...). ;;; Compiling (DEFUN (SETF SOCKOPT-RECEIVE-TIMEOUT) ...). ;;; Compiling (DEFUN SOCKOPT-SEND-TIMEOUT ...). ;;; Compiling (DEFUN (SETF SOCKOPT-SEND-TIMEOUT) ...). ;;; Compiling (DEFUN SOCKOPT-REUSE-ADDRESS ...). ;;; Compiling (DEFUN (SETF SOCKOPT-REUSE-ADDRESS) ...). ;;; Compiling (DEFUN SOCKOPT-KEEP-ALIVE ...). ;;; Compiling (DEFUN (SETF SOCKOPT-KEEP-ALIVE) ...). ;;; Compiling (DEFUN SOCKET-DONT-ROUTE ...). ;;; Compiling (DEFUN (SETF SOCKET-DONT-ROUTE) ...). ;;; Compiling (DEFUN SOCKET-LINGER ...). ;;; Compiling (DEFUN (SETF SOCKET-LINGER) ...). ;;; Compiling (DEFUN SOCKOPT-TCP-NODELAY ...). ;;; Compiling (DEFUN (SETF SOCKOPT-TCP-NODELAY) ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl0eBfTSZ7_1yNnezy" for #P"build:ext;sockets.obj.NEWEST" ;;; Emitting code for WSOCK-INITIALIZE. ;;; Emitting code for FF-SOCKET. ;;; Emitting code for FF-LISTEN. ;;; Emitting code for FF-CLOSE. ;;; Emitting code for FF-CLOSESOCKET. ;;; Emitting code for SPLIT. ;;; Emitting code for IS-WS. ;;; Emitting code for #:G23. ;;; Emitting code for GET-HOST-BY-NAME. ;;; Emitting code for GET-HOST-BY-ADDRESS. ;;; Emitting code for #:G31. ;;; Emitting code for #:G32. ;;; Emitting code for #:G38. ;;; Emitting code for #:G39. ;;; Emitting code for SI::.PRINT-UNREADABLE-OBJECT-BODY.. ;;; Emitting code for #:G54. ;;; Emitting code for #:G67. ;;; Emitting code for #:G68. ;;; Emitting code for #:G75. ;;; Emitting code for #:G79. ;;; Emitting code for GET-PROTOCOL-BY-NAME. ;;; Emitting code for MAKE-INET-ADDRESS. ;;; Emitting code for #:G83. ;;; Emitting code for MAKE-INET-SOCKET. ;;; Emitting code for #:G96. ;;; Emitting code for #:G102. ;;; Emitting code for #:G103. ;;; Emitting code for #:G107. ;;; Emitting code for #:G108. ;;; Emitting code for #:G109. ;;; Emitting code for #:G110. ;;; Emitting code for #:G111. ;;; Emitting code for #:G132. ;;; Emitting code for #:G138. ;;; Emitting code for #:G139. ;;; Emitting code for #:G147. ;;; Emitting code for #:G148. ;;; Emitting code for #:G150. ;;; Emitting code for #:G167. ;;; Emitting code for #:G209. ;;; Emitting code for #:G232. ;;; Emitting code for #:G267. ;;; Emitting code for #:G294. ;;; Emitting code for #:G295. ;;; Emitting code for #:G296. ;;; Emitting code for #:G297. ;;; Emitting code for #:G302. ;;; Emitting code for #:G215. ;;; Emitting code for #:G216. ;;; Emitting code for #:G227. ;;; Emitting code for #:G273. ;;; Emitting code for #:G274. ;;; Emitting code for #:G285. ;;; Emitting code for #:G329. ;;; Emitting code for #:G347. ;;; Emitting code for #:G372. ;;; Emitting code for #:G390. ;;; Emitting code for #:G397. ;;; Emitting code for #:G401. ;;; Emitting code for #:G335. ;;; Emitting code for #:G336. ;;; Emitting code for #:G378. ;;; Emitting code for #:G379. ;;; Emitting code for #:G402. ;;; Emitting code for #:G409. ;;; Emitting code for MAKE-STREAM-FROM-FD. ;;; Emitting code for #:G419. ;;; Emitting code for #:G420. ;;; Emitting code for #:G435. ;;; Emitting code for #:G448. ;;; Note: Reusing keywords lists for (BUFFERING) ;;; Emitting code for GET-WIN32-ERROR-STRING. ;;; Emitting code for #:G453. ;;; Emitting code for DEFINE-SOCKET-CONDITION. ;;; Emitting code for CONDITION-FOR-ERRNO. ;;; Emitting code for SOCKET-ERROR. ;;; Emitting code for NAME-SERVICE-ERROR. ;;; Emitting code for #:G478. ;;; Emitting code for DEFINE-NAME-SERVICE-CONDITION. ;;; Emitting code for CONDITION-FOR-NAME-SERVICE-ERRNO. ;;; Emitting code for GET-NAME-SERVICE-ERRNO. ;;; Emitting code for GET-NAME-SERVICE-ERROR-MESSAGE. ;;; Emitting code for GET-SOCKOPT-INT. ;;; Emitting code for GET-SOCKOPT-BOOL. ;;; Emitting code for GET-SOCKOPT-TIMEVAL. ;;; Emitting code for SET-SOCKOPT-INT. ;;; Emitting code for SET-SOCKOPT-BOOL. ;;; Emitting code for SET-SOCKOPT-TIMEVAL. ;;; Emitting code for DEFINE-SOCKOPT. ;;; Emitting code for SOCKOPT-TYPE. ;;; Emitting code for SOCKOPT-RECEIVE-BUFFER. ;;; Emitting code for (SETF SOCKOPT-RECEIVE-BUFFER). ;;; Emitting code for SOCKOPT-RECEIVE-TIMEOUT. ;;; Emitting code for (SETF SOCKOPT-RECEIVE-TIMEOUT). ;;; Emitting code for SOCKOPT-SEND-TIMEOUT. ;;; Emitting code for (SETF SOCKOPT-SEND-TIMEOUT). ;;; Emitting code for SOCKOPT-REUSE-ADDRESS. ;;; Emitting code for (SETF SOCKOPT-REUSE-ADDRESS). ;;; Emitting code for SOCKOPT-KEEP-ALIVE. ;;; Emitting code for (SETF SOCKOPT-KEEP-ALIVE). ;;; Emitting code for SOCKET-DONT-ROUTE. ;;; Emitting code for (SETF SOCKET-DONT-ROUTE). ;;; Emitting code for SOCKET-LINGER. ;;; Emitting code for (SETF SOCKET-LINGER). ;;; Emitting code for SOCKOPT-TCP-NODELAY. ;;; Emitting code for (SETF SOCKOPT-TCP-NODELAY). ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/sockets.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/sockets.obj"sockets.c ;;; Finished compiling ext:sockets;sockets.lisp. ;;; Note: Scanning #P"build:ext;sockets.obj.NEWEST" ;;; Note: Found tag: "_ecl0eBfTSZ7_1yNnezy" for build:ext;sockets.obj.NEWEST ;;; Note: Scanning #P"build:ext;package.obj.NEWEST" ;;; Note: Found tag: "_eclFe6XAnb7_jNNnezy" for build:ext;package.obj.NEWEST ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF11.c" -Fo"C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF11.obj"EF11.c ;;; Note: Invoking external command: ;;; cl -Fe"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/sockets.fas" "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF11.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/package.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/sockets.obj" /LD /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib ecl.lib user32.lib ws2_32.lib shell32.lib /EXPORT:init_fas_CODE /LIBPATH:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ /IMPLIB:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/sockets.implib Creating library C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/sockets.implib and object C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/sockets.exp ;;; Note: Invoking external command: ;;; mt -nologo -manifest "sockets.fas.manifest" "-outputresource:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/sockets.fas;2"(#P"sockets.fas" #P"profile.fas" #P"asdf.fas" #P"defsystem.fas" #P"cmp.fas" "sysfun.lsp") > (compile-file "ext:sockets;sb-bsd-sockets.lisp" :output-file #P"build:ext;sb-bsd-sockets.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling ext:sockets;sb-bsd-sockets.lisp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; End of Pass 1. ;;; Note: Creating tag: "_ecl0529A6b7_CpOnezy" for #P"build:ext;sb-bsd-sockets.obj.NEWEST" ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/sb-bsd-sockets.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/sb-bsd-sockets.obj"sb-bsd-sockets.c ;;; Finished compiling ext:sockets;sb-bsd-sockets.lisp. ;;; Note: Scanning #P"build:ext;sb-bsd-sockets.obj.NEWEST" ;;; Note: Found tag: "_ecl0529A6b7_CpOnezy" for build:ext;sb-bsd-sockets.obj.NEWEST ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF14.c" -Fo"C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF14.obj"EF14.c ;;; Note: Invoking external command: ;;; cl -Fe"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/sb-bsd-sockets.fas" "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF14.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/sb-bsd-sockets.obj" /LD /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib ecl.lib user32.lib ws2_32.lib shell32.lib /EXPORT:init_fas_CODE /LIBPATH:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ /IMPLIB:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/sb-bsd-sockets.implib Creating library C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/sb-bsd-sockets.implib and object C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/sb-bsd-sockets.exp ;;; Note: Invoking external command: ;;; mt -nologo -manifest "sb-bsd-sockets.fas.manifest" "-outputresource:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/sb-bsd-sockets.fas;2"(#P"sb-bsd-sockets.fas" #P"sockets.fas" #P"profile.fas" #P"asdf.fas" #P"defsystem.fas" #P"cmp.fas" "sysfun.lsp") > (compile-file "ext:rt;rt.lisp" :output-file #P"build:ext;rt.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; Compiling ext:rt;rt.lisp. ;;; OPTIMIZE levels: Safety=2, Space=3, Speed=1, Debug=0 ;;; Compiling (DEFVAR *TEST* ...). ;;; Compiling (DEFVAR *DO-TESTS-WHEN-DEFINED* ...). ;;; Compiling (DEFVAR *ENTRIES* ...). ;;; Compiling (DEFVAR *IN-TEST* ...). ;;; Compiling (DEFVAR *DEBUG* ...). ;;; Compiling (DEFVAR *CATCH-ERRORS* ...). ;;; Compiling (DEFVAR *PRINT-CIRCLE-ON-FAILURE* ...). ;;; Compiling (DEFVAR *COMPILE-TESTS* ...). ;;; Compiling (DEFVAR *OPTIMIZATION-SETTINGS* ...). ;;; Compiling (DEFVAR *EXPECTED-FAILURES* ...). ;;; Compiling (DEFUN MAKE-ENTRY ...). ;;; Compiling (DEFMACRO VALS ...). ;;; Compiling (DEFMACRO DEFN ...). ;;; Compiling (DEFUN PENDING-TESTS ...). ;;; Compiling (DEFUN REM-ALL-TESTS ...). ;;; Compiling (DEFUN REM-TEST ...). ;;; Compiling (DEFUN GET-TEST ...). ;;; Compiling (DEFUN GET-ENTRY ...). ;;; Compiling (DEFMACRO DEFTEST ...). ;;; Compiling (DEFUN ADD-ENTRY ...). ;;; Compiling (DEFUN REPORT-ERROR ...). ;;; Compiling (DEFUN DO-TEST ...). ;;; Compiling (DEFUN EQUALP-WITH-CASE ...). ;;; Compiling (DEFUN DO-ENTRY ...). ;;; Compiling (DEFUN CONTINUE-TESTING ...). ;;; Compiling (DEFUN DO-TESTS ...). ;;; Compiling (DEFUN DO-ENTRIES ...). ;;; End of Pass 1. ;;; Note: Creating tag: "_eclsXxSJ2a7_FuOnezy" for #P"build:ext;rt.obj.NEWEST" ;;; Emitting code for MAKE-ENTRY. ;;; Emitting code for VALS. ;;; Emitting code for DEFN. ;;; Emitting code for PENDING-TESTS. ;;; Emitting code for REM-ALL-TESTS. ;;; Emitting code for REM-TEST. ;;; Emitting code for GET-TEST. ;;; Emitting code for GET-ENTRY. ;;; Emitting code for DEFTEST. ;;; Emitting code for ADD-ENTRY. ;;; Emitting code for REPORT-ERROR. ;;; Emitting code for DO-TEST. ;;; Emitting code for EQUALP-WITH-CASE. ;;; Note: Tail-recursive call of EQUALP-WITH-CASE was replaced by iteration. ;;; Note: Tail-recursive call of EQUALP-WITH-CASE was replaced by iteration. ;;; Emitting code for DO-ENTRY. ;;; Emitting code for %DO. ;;; Emitting code for #:G40. ;;; Emitting code for CONTINUE-TESTING. ;;; Emitting code for DO-TESTS. ;;; Emitting code for DO-ENTRIES. ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/rt.c" -Fo"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/rt.obj"rt.c ;;; Finished compiling ext:rt;rt.lisp. ;;; Note: Scanning #P"build:ext;rt.obj.NEWEST" ;;; Note: Found tag: "_eclsXxSJ2a7_FuOnezy" for build:ext;rt.obj.NEWEST ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF17.c" -Fo"C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF17.obj"EF17.c ;;; Note: Invoking external command: ;;; cl -Fe"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/rt.fas" "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF17.obj" "C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ext/rt.obj" /LD /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib ecl.lib user32.lib ws2_32.lib shell32.lib /EXPORT:init_fas_CODE /LIBPATH:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ /IMPLIB:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/rt.implib Creating library C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/rt.implib and object C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/rt.exp ;;; Note: Invoking external command: ;;; mt -nologo -manifest "rt.fas.manifest" "-outputresource:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/rt.fas;2"(#P"rt.fas" #P"sb-bsd-sockets.fas" #P"sockets.fas" #P"profile.fas" #P"asdf.fas" #P"defsystem.fas" #P"cmp.fas" "sysfun.lsp") > ;;; Copying ext:encodings;ATARIST.BIN to build:encodings;ATARIST.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-1.BIN to build:encodings;ISO-8859-1.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-2.BIN to build:encodings;ISO-8859-2.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-3.BIN to build:encodings;ISO-8859-3.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-4.BIN to build:encodings;ISO-8859-4.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-5.BIN to build:encodings;ISO-8859-5.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-6.BIN to build:encodings;ISO-8859-6.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-7.BIN to build:encodings;ISO-8859-7.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-8.BIN to build:encodings;ISO-8859-8.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-9.BIN to build:encodings;ISO-8859-9.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-10.BIN to build:encodings;ISO-8859-10.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-11.BIN to build:encodings;ISO-8859-11.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-13.BIN to build:encodings;ISO-8859-13.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-14.BIN to build:encodings;ISO-8859-14.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-15.BIN to build:encodings;ISO-8859-15.BIN.NEWEST ;;; Copying ext:encodings;ISO-8859-16.BIN to build:encodings;ISO-8859-16.BIN.NEWEST ;;; Copying ext:encodings;KOI8-R.BIN to build:encodings;KOI8-R.BIN.NEWEST ;;; Copying ext:encodings;KOI8-U.BIN to build:encodings;KOI8-U.BIN.NEWEST ;;; Copying ext:encodings;CP-856.BIN to build:encodings;CP-856.BIN.NEWEST ;;; Copying ext:encodings;CP-856.BIN to build:encodings;CP-856.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP437.BIN to build:encodings;DOS-CP437.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP737.BIN to build:encodings;DOS-CP737.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP775.BIN to build:encodings;DOS-CP775.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP850.BIN to build:encodings;DOS-CP850.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP852.BIN to build:encodings;DOS-CP852.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP855.BIN to build:encodings;DOS-CP855.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP857.BIN to build:encodings;DOS-CP857.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP860.BIN to build:encodings;DOS-CP860.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP861.BIN to build:encodings;DOS-CP861.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP862.BIN to build:encodings;DOS-CP862.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP863.BIN to build:encodings;DOS-CP863.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP864.BIN to build:encodings;DOS-CP864.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP865.BIN to build:encodings;DOS-CP865.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP866.BIN to build:encodings;DOS-CP866.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP869.BIN to build:encodings;DOS-CP869.BIN.NEWEST ;;; Copying ext:encodings;DOS-CP874.BIN to build:encodings;DOS-CP874.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP932.BIN to build:encodings;WINDOWS-CP932.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP936.BIN to build:encodings;WINDOWS-CP936.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP949.BIN to build:encodings;WINDOWS-CP949.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP950.BIN to build:encodings;WINDOWS-CP950.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP1250.BIN to build:encodings;WINDOWS-CP1250.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP1251.BIN to build:encodings;WINDOWS-CP1251.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP1252.BIN to build:encodings;WINDOWS-CP1252.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP1253.BIN to build:encodings;WINDOWS-CP1253.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP1254.BIN to build:encodings;WINDOWS-CP1254.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP1255.BIN to build:encodings;WINDOWS-CP1255.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP1256.BIN to build:encodings;WINDOWS-CP1256.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP1257.BIN to build:encodings;WINDOWS-CP1257.BIN.NEWEST ;;; Copying ext:encodings;WINDOWS-CP1258.BIN to build:encodings;WINDOWS-CP1258.BIN.NEWEST ;;; Copying ext:encodings;JISX0201.BIN to build:encodings;JISX0201.BIN.NEWEST ;;; Copying ext:encodings;JISX0208.BIN to build:encodings;JISX0208.BIN.NEWEST ;;; Copying ext:encodings;JISX0212.BIN to build:encodings;JISX0212.BIN.NEWEST ;;; Copying ext:encodings;SHIFT-JIS.BIN to build:encodings;SHIFT-JIS.BIN.NEWEST ;;; Creating alias ASCII -> US-ASCII, build:encodings;ASCII ;;; Creating alias UTF-8 -> UTF8, build:encodings;UTF-8 ;;; Creating alias UCS2 -> UCS-2, build:encodings;UCS2 ;;; Creating alias UTF-16 -> UCS-2, build:encodings;UTF-16 ;;; Creating alias UNICODE -> UCS-2, build:encodings;UNICODE ;;; Creating alias UCS2LE -> UCS-2LE, build:encodings;UCS2LE ;;; Creating alias UTF-16LE -> UCS-2LE, build:encodings;UTF-16LE ;;; Creating alias UCS2BE -> UCS-2BE, build:encodings;UCS2BE ;;; Creating alias UTF-16BE -> UCS-2BE, build:encodings;UTF-16BE ;;; Creating alias UCS4 -> UCS-4, build:encodings;UCS4 ;;; Creating alias UTF-32 -> UCS-4, build:encodings;UTF-32 ;;; Creating alias UCS4BE -> UCS-4BE, build:encodings;UCS4BE ;;; Creating alias UTF-32BE -> UCS-4BE, build:encodings;UTF-32BE ;;; Creating alias UCS4LE -> UCS-4LE, build:encodings;UCS4LE ;;; Creating alias UTF-32LE -> UCS-4LE, build:encodings;UTF-32LE ;;; Creating alias KOI8R -> KOI8-R, build:encodings;KOI8R ;;; Creating alias LATIN-1 -> ISO-8859-1, build:encodings;LATIN-1 ;;; Creating alias LATIN1 -> ISO-8859-1, build:encodings;LATIN1 ;;; Creating alias CP819 -> ISO-8859-1, build:encodings;CP819 ;;; Creating alias IBM819 -> ISO-8859-1, build:encodings;IBM819 ;;; Creating alias LATIN-2 -> ISO-8859-2, build:encodings;LATIN-2 ;;; Creating alias LATIN2 -> ISO-8859-2, build:encodings;LATIN2 ;;; Creating alias LATIN-3 -> ISO-8859-3, build:encodings;LATIN-3 ;;; Creating alias LATIN3 -> ISO-8859-3, build:encodings;LATIN3 ;;; Creating alias LATIN-4 -> ISO-8859-4, build:encodings;LATIN-4 ;;; Creating alias LATIN4 -> ISO-8859-4, build:encodings;LATIN4 ;;; Creating alias LATIN-5 -> ISO-8859-5, build:encodings;LATIN-5 ;;; Creating alias LATIN5 -> ISO-8859-5, build:encodings;LATIN5 ;;; Creating alias CYRILLIC -> ISO-8859-5, build:encodings;CYRILLIC ;;; Creating alias LATIN-6 -> ISO-8859-6, build:encodings;LATIN-6 ;;; Creating alias LATIN6 -> ISO-8859-6, build:encodings;LATIN6 ;;; Creating alias ARABIC -> ISO-8859-6, build:encodings;ARABIC ;;; Creating alias LATIN-7 -> ISO-8859-7, build:encodings;LATIN-7 ;;; Creating alias LATIN7 -> ISO-8859-7, build:encodings;LATIN7 ;;; Creating alias GREEK -> ISO-8859-7, build:encodings;GREEK ;;; Creating alias ECMA-118 -> ISO-8859-7, build:encodings;ECMA-118 ;;; Creating alias LATIN-8 -> ISO-8859-8, build:encodings;LATIN-8 ;;; Creating alias LATIN8 -> ISO-8859-8, build:encodings;LATIN8 ;;; Creating alias HEBREW -> ISO-8859-8, build:encodings;HEBREW ;;; Creating alias LATIN-9 -> ISO-8859-9, build:encodings;LATIN-9 ;;; Creating alias LATIN9 -> ISO-8859-9, build:encodings;LATIN9 ;;; Creating alias LATIN-10 -> ISO-8859-10, build:encodings;LATIN-10 ;;; Creating alias LATIN10 -> ISO-8859-10, build:encodings;LATIN10 ;;; Creating alias LATIN-11 -> ISO-8859-11, build:encodings;LATIN-11 ;;; Creating alias LATIN11 -> ISO-8859-11, build:encodings;LATIN11 ;;; Creating alias THAI -> ISO-8859-11, build:encodings;THAI ;;; Creating alias LATIN-0 -> ISO-8859-15, build:encodings;LATIN-0 ;;; Creating alias LATIN0 -> ISO-8859-15, build:encodings;LATIN0 ;;; Creating alias IBM437 -> DOS-CP437, build:encodings;IBM437 ;;; Creating alias IBM850 -> DOS-CP850, build:encodings;IBM850 ;;; Creating alias CP850 -> DOS-CP850, build:encodings;CP850 ;;; Creating alias IBM852 -> DOS-CP852, build:encodings;IBM852 ;;; Creating alias IBM855 -> DOS-CP855, build:encodings;IBM855 ;;; Creating alias IBM857 -> DOS-CP857, build:encodings;IBM857 ;;; Creating alias IBM860 -> DOS-CP860, build:encodings;IBM860 ;;; Creating alias IBM861 -> DOS-CP861, build:encodings;IBM861 ;;; Creating alias IBM862 -> DOS-CP862, build:encodings;IBM862 ;;; Creating alias CP862 -> DOS-CP862, build:encodings;CP862 ;;; Creating alias IBM863 -> DOS-CP863, build:encodings;IBM863 ;;; Creating alias IBM864 -> DOS-CP864, build:encodings;IBM864 ;;; Creating alias IBM865 -> DOS-CP865, build:encodings;IBM865 ;;; Creating alias IBM866 -> DOS-CP866, build:encodings;IBM866 ;;; Creating alias CP866 -> DOS-CP866, build:encodings;CP866 ;;; Creating alias IBM869 -> DOS-CP869, build:encodings;IBM869 ;;; Creating alias WINDOWS-932 -> WINDOWS-CP932, build:encodings;WINDOWS-932 ;;; Creating alias CP932 -> WINDOWS-CP932, build:encodings;CP932 ;;; Creating alias WINDOWS-936 -> WINDOWS-CP936, build:encodings;WINDOWS-936 ;;; Creating alias CP936 -> WINDOWS-CP936, build:encodings;CP936 ;;; Creating alias WINDOWS-949 -> WINDOWS-CP949, build:encodings;WINDOWS-949 ;;; Creating alias CP949 -> WINDOWS-CP949, build:encodings;CP949 ;;; Creating alias WINDOWS-950 -> WINDOWS-CP950, build:encodings;WINDOWS-950 ;;; Creating alias CP950 -> WINDOWS-CP950, build:encodings;CP950 ;;; Creating alias WINDOWS-1250 -> WINDOWS-CP1250, build:encodings;WINDOWS-1250 ;;; Creating alias MS-EE -> WINDOWS-CP1250, build:encodings;MS-EE ;;; Creating alias WINDOWS-1251 -> WINDOWS-CP1251, build:encodings;WINDOWS-1251 ;;; Creating alias MS-CYRL -> WINDOWS-CP1251, build:encodings;MS-CYRL ;;; Creating alias WINDOWS-1252 -> WINDOWS-CP1252, build:encodings;WINDOWS-1252 ;;; Creating alias MS-ANSI -> WINDOWS-CP1252, build:encodings;MS-ANSI ;;; Creating alias WINDOWS-1253 -> WINDOWS-CP1253, build:encodings;WINDOWS-1253 ;;; Creating alias MS-GREEK -> WINDOWS-CP1253, build:encodings;MS-GREEK ;;; Creating alias WINDOWS-1254 -> WINDOWS-CP1254, build:encodings;WINDOWS-1254 ;;; Creating alias MS-TURK -> WINDOWS-CP1254, build:encodings;MS-TURK ;;; Creating alias WINDOWS-1255 -> WINDOWS-CP1255, build:encodings;WINDOWS-1255 ;;; Creating alias MS-HEBR -> WINDOWS-CP1255, build:encodings;MS-HEBR ;;; Creating alias WINDOWS-1256 -> WINDOWS-CP1256, build:encodings;WINDOWS-1256 ;;; Creating alias MS-ARAB -> WINDOWS-CP1256, build:encodings;MS-ARAB ;;; Creating alias WINDOWS-1257 -> WINDOWS-CP1257, build:encodings;WINDOWS-1257 ;;; Creating alias WINBALTRIM -> WINDOWS-CP1257, build:encodings;WINBALTRIM ;;; Creating alias WINDOWS-1258 -> WINDOWS-CP1258, build:encodings;WINDOWS-1258 ;;; Copying ext:encodings;tools.lisp to build:encodings;tools.lisp ;;; Copying ext:encodings;ISO-2022-JP to build:encodings;ISO-2022-JP ;;; Copying ext:encodings;ISO-2022-JP-1 to build:encodings;ISO-2022-JP-1#P"C:/cygwin/home/Jjgarcia/src/ecl/contrib/encodings/generate.lisp" > NIL > ;;; Note: Invoking external command: ;;; cl -I"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/" /EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 -DGC_BUILD -w -c "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF1A.c" -Fo"C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF1A.obj"EF1A.c ;;; Note: Invoking external command: ;;; cl -Fe"C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ecl2.exe" "C:/DOCUME~1/Jjgarcia/LOCALS~1/Temp/EF1A.obj" /link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib ecl.lib user32.lib ws2_32.lib shell32.lib ;;; Note: Invoking external command: ;;; mt -nologo -manifest "ecl2.exe.manifest" "-outputresource:C:/cygwin/home/Jjgarcia/src/ecl/win32.ucd/ecl2.exe;1"#P"ecl2.exe" > NIL > c\cut "~A" "%CD%/package" "~*" "" "@ECL_CFLAGS@" "/EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2" "@LDFLAGS@" "/link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib" "@CLIBS@" "" "@libdir@" "%CD%/package" "@includedir@" "%CD%/package/ecl" < util\ecl-config.bat > ecl-config.bat c\cut "@ECL_CFLAGS@" "/EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2" "@LDFLAGS@" "/link /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib" "@CLIBS@" "" "@libdir@" "%CD%/package" "@includedir@" "%CD%/package/ecl" < util\ecl-cc.bat > ecl-cc.bat