From: Sam S. <sd...@gn...> - 2011-08-19 19:55:58
|
> * Michael Kappert <zvp...@tz...> [2011-08-19 14:00:51 +0200]: > >> Von: Sam Steingold <sd...@gn...> >> > * Michael Kappert <zvp...@tz...> [2011-08-19 00:21:14 +0200]: >> > ddk/ntifs.h is the only place that defines FILE_ACCESS_INFORMATION on my >> > installation (current MinGW installed 5 days ago). >> > This version has >> > #include "ntddk.h" >> > which is correct. It does not include wdm.h. >> >> where is ntddk? is it in include or include/ddk? > > All these header (ntifs, ntstatus, ntddk, winddk) belong to the the > Device Driver Kit and are in include/ddk. Same on my old cygwin and > cygwin-1.7. so how does gcc find them if they are in include/ddk? >> I build native win32 executables using cygwin/mingw. >> it includes win32, not unix (unlike pure cygwin which includes unix) > > Ok. Are you using cygwin with the MinGW-w64 GCC? yes. btw, could you please try the current tip? what does (socket-connect 0) print for you? I get *** - OS-ERROR(10049) : Cannot assign requested address even though I should see EADDRNOTAVAIL instead of 10049. this is because find_name(NULL,"errno_to_symbol_a") fails even though $ nm base/lisp.exe |grep errno_to_symbol_ 00413078 T _errno_to_symbol_a 00412d38 T _errno_to_symbol_w $ any ideas why? -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031 http://camera.org http://www.memritv.org http://ffii.org http://mideasttruth.com http://jihadwatch.org http://thereligionofpeace.com Lisp is a language for doing what you've been told is impossible. - Kent Pitman |