Re: Intent to release 3.0.1
Hubert Figuière <[email protected]> Fri, 28 Nov 2014 17:30:10 -0500
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
On 23/11/14 12:06 AM, [email protected] wrote: > I am still working on a successful Windows build; the attached patch > was what I needed to apply to get a completed build, however I am > still tracking down what went wrong as the program fails to start due > to a manifest sxs issue. I have a problem with the ut_go_file.cpp patch. It reveals deeper problems. At no point we define WITH_GSF_INPUT_HTTP While this also protect the inclusion of the header (that doesn't happen), it seems that the header is included in another way. So we simply with that patch, strip the call to gsf_input_http_new() in any cas= e. The Windows build should really use the most recent version of libgsf. It fixes so many things that this is really the best approach. FWIW . So, I'm afraid I can't accept that patch either. Sorry it took that long to review this. Hub