|
From: Sam S. <sd...@gn...> - 2011-07-25 22:21:41
|
> * Yaroslav Kavenchuk <xni...@tz...> [2011-07-25 13:27:52 +0300]:
>
> ok. spvwtab*.d:
>
> #include "lispbibl.c"
> #undef listen
> #undef close
> #undef select
is "undef select" really necessary?!
>
> win32aux.d:
>
> #include "lispbibl.c"
> #undef select
> #undef listen
>
>
> stream.d:
>
> #include "lispbibl.c"
> #undef listen
> #undef select
>
are these two really necessary?
>
> clisp.c:412:
>
> W32ERR(WaitForSingleObject);
> not
> w32err(WaitForSingleObject);
>
>
>
> clisp.c:419:
>
> int status = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
> not
> int status = FormatMessage(FeORMAT_MESSAGE_ALLOCATE_BUFFER |
>
oops. thanks, fixed.
>
> Now:
>
> ;; MODPREP: "g:/gnu/home/src/clisp/clisp/modules/regexp/regexi.c" -->
> #P"G:regexi.m.c"
> ;; MODPREP: reading
> "g:/gnu/home/src/clisp/clisp/modules/regexp/regexi.c": 5,332 bytes, 141
> lines
> ;; MODPREP: 11 objects, 3 DEFUNs
> ;; packages: ("REGEXP")
> MODPREP: wrote G:regexi.m.c (9,732 bytes)
> gcc -I/usr/local/include -I/home/src/clisp/clisp/build-full-debug/gllib
> -I/home/src/clisp/clisp/build-full-debug -g -O2 -W -Wswitch -Wcomment
> -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations
> -Wno-sign-compare -Wno-format-nonliteral -falign-functions=4 -D_WIN32 -g
> -O0 -DDEBUG_OS_ERROR -DDEBUG_SPVW -DDEBUG_BYTECODE -DSAFETY=3
> -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -I.
> -IG:\\gnu\\home\\src\\clisp\\clisp\\build-full-debug\\linkkit \
> -c regexi.m.c -o regexi.o
> g:/gnu/home/src/clisp/clisp/modules/regexp/regexi.c:12:19: fatal error:
> regex.h: No such file or directory
> compilation terminated.
> make[1]: *** [regexi.o] Error 1
> make[1]: Leaving directory `/home/src/clisp/clisp/build-full-debug/regexp'
> make: *** [regexp] Error 2
does it work if you add -I/home/src/clisp/clisp/src/gllib to CPPFLAGS in
build-full-debug/regexp/Makefile?
> Next:
>
> configure: ** Readline (Headers, Variables & Functions)
> checking for library containing tgetent... -ltermcap
> checking readline/readline.h usability... no
> checking readline/readline.h presence... no
> checking for readline/readline.h... no
> configure: error: in `/home/src/clisp/clisp/build-full-debug/readline':
> configure: error: despite --with-readline, GNU readline was not found
> (try --with-libreadline-prefix)
>
> but --with-libreadline-prefix present in './configure...'
did the top-level configure find readline?
what findings did it report?
grep READLINE config.h
grep readline config.cache
--
Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031
http://ffii.org http://camera.org http://palestinefacts.org http://memri.org
http://iris.org.il http://dhimmi.com http://www.PetitionOnline.com/tap12009/
I'd give my right arm to be ambidextrous.
|