From: Yaroslav K. <kav...@gm...> - 2011-07-22 07:01:48
|
Sam Steingold wrote: > so, edit spvwtab*.d and add "#undef ..." after "#include lispbibl" to > avoid these errors. > let us see if we can get any farther. #undef listen or some other? result: In file included from ../src/spvwtabs.d:42:0: ../src/constsym.d:660:1: error: 'struct symbol_tab_' has no member named 'S_close_used_without_requesting_gnulib_module_close' and many warnings > what are the "unixy" paths in your universe, e.g., > $ cd 'c:\windows\' > $ pwd > /cygdrive/c/windows > is it > /C/windows? yes $ cd "c:/windows" $ pwd /c/windows > do you have the "cygpath" command in your PATH? no: $ which cygpath which: cygpath: unknown command > is there some other command to convert between windows paths > "c:\windows" and unixy paths "/C/windows"? No, as far as I know. All mingw programs (including gcc, ld, dlltool...) use windows paths. All msys programs (bash & Co) use unixy paths with that: http://www.mingw.org/wiki/Posix_path_conversion -- WBR, Yaroslav Kavenchuk |