This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFU] mingw64


Hi Jon,

I just found that there's a packaging bug in
mingw64-x86_64-headers-1.0b_svn4214-1.tar.bz2:

  $ tar tjf mingw64-x86_64-headers-1.0b_svn4075-1.tar.bz2 | egrep '(wdm|mce).h'
  usr/x86_64-w64-mingw32/sys-root/mingw/include/ddk/mce.h
  usr/x86_64-w64-mingw32/sys-root/mingw/include/ddk/wdm.h

but:

  $ tar tjf mingw64-x86_64-headers-1.0b_svn4214-1.tar.bz2 | egrep '(wdm|mce).h'
  $ 

However:

  $ cd /usr/x86_64-w64-mingw32/sys-root/mingw/include/ddk
  $ egrep '(wdm|mce).h' ntddk.h
  #include <wdm.h>
  #include <mce.h>

Could you please update mingw64-x86_64-headers?


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]