|
From: Elliott S. <ell...@gm...> - 2011-04-15 00:43:17
|
Hi, I'm trying to do a minimal CLISP 2.49 build (with libsigsegv and nothing else) on MinGW so I can test installer fixes. The build terminates with: gcc -I/c/Users/Elliott/Desktop/clisp-2.49/../clisp-libs/include -I/c/Users/Elliott/Desktop/clisp-2.49/build/gllib -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 -DENABLE_UNICODE -DNO_TERMCAP_NCURSES -DDYNAMIC_MODULES -I. -c spvw.c In file included from ../src/spvw.d:23:0: ../src/lispbibl.d:1986:21: fatal error: win32.c: No such file or directory Here is the unabridged build log: http://pastebin.com/MMkrsEjV I am running Windows 7 64-bit with a fairly recent fresh install of MinGW. $ gcc --version gcc.exe (GCC) 4.5.2 Let me know if you want me to try anything. -- Elliott Slaughter "Don't worry about what anybody else is going to do. The best way to predict the future is to invent it." - Alan Kay |