From: Sam S. <sd...@gn...> - 2011-07-21 22:44:09
|
> * Yaroslav Kavenchuk <xni...@tz...> [2011-07-21 09:12:02 +0300]: > > Sam Steingold wrote: >>> In file included from ../src/spvwtabs.d:42:0: >>> ../src/constsym.d:403:1: error: 'struct symbol_tab_' has no member named >>> 'S_rpl_listen' >> >> please figure out which gnulib header defines listen to rpl_listen and >> move its inclusion so that spvwtabs is not affected. >> > > from gllib/sys/socket.h:769: > > spvwtabs.c: > #include "lispbibl.c" > > lispbibl.c: > #include <unistd.h> > #include <sys/socket.h> /* declares select, used in stream.d */ > > > unistd.h: > so, edit spvwtab*.d and add "#undef ..." after "#include lispbibl" to avoid these errors. let us see if we can get any farther. >> also, please remind me what your setup is. > msys/mingw what are the "unixy" paths in your universe, e.g., $ cd 'c:\windows\' $ pwd /cygdrive/c/windows is it /C/windows? do you have the "cygpath" command in your PATH? is there some other command to convert between windows paths "c:\windows" and unixy paths "/C/windows"? thanks. -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031 http://jihadwatch.org http://dhimmi.com http://ffii.org http://memri.org http://openvotingconsortium.org http://mideasttruth.com http://www.memritv.org Lisp: Serious empowerment. |