在 2018/3/2 2:23, Sukhbir Singh 写道: > Hi, > > I am trying to build Thunderbird for Windows on Linux using mingw-w64. (For > the specifics, I am building comm-esr52 THUNDERBIRD_52_6_0_RELEASE tag.) There > seems to be a missing header in mingw-w64, SearchAPI.h > > mail/components/search/nsMailWinSearchHelper.cpp:17:23: fatal error: > SearchAPI.h: No such file or directory > > Is there any documentation on adding or requesting headers to be included in > mingw-w64 (like for example, where to get the headers from) since there are > multiple headers missing for the Thunderbird build and I would like to add > them following the proper steps. >
This is a header generated from 'SearchAPI.idl', so you get one from WinSDK, read it, rewrite it in GCC dialect, then generate a '.h' one using `widl`. The majority of our headers are contributed by the community. Please feel welcome to contribute by sending patches to this mailing list. -- Best regards, LH_Mouse ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
