Licensing Statement for LibreOffice contributions

2012-05-10 Thread Steven Butler
Hi, All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. -- Regards, Steven Butler ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Re: [Libreoffice] building index at Win32 install time ...

2011-02-19 Thread Steven Butler
dat file found. I thought it may be possible to do a query on the MSI database and determine all the .dat files. Assuming this is a reasonable approach, what remains is to hook the custom action into the MSI installer process and then test it a bit. -- Regards, Steven Butler 0001-Add-MSI-custom

Re: [Libreoffice] building index at Win32 install time ...

2011-02-19 Thread Steven Butler
Hi Again, I forgot to add this change to have it build the custom action. All changes are MPL/LGPL as per standard libreoffice licensing terms. Regards Steven Butler 0001-MSI-ensure-thesaurus-indexer-custom-action-is-built.patch Description: Binary data

[Libreoffice] [PATCH] Some build breakage fixes for MSVC2008

2011-02-12 Thread Steven Butler
in the use of fill_n - my reference says it returns void but the original code was expecting an iterator returned. I imagine it must be an STLport extension, but it is broken with the built in STL and I believe the fix is correct. Regards Steven Butler sw_compile.patch Description: Binary data

[Libreoffice] [PUSHED] Re: [PATCH] Some build breakage fixes for MSVC2008

2011-02-12 Thread Steven Butler
Hi Fridrich, On Sat, 2011-02-12 at 20:54 +1000, Steven Butler wrote: unopkg_app_stl_fix.patch fixes apparent breakage in the use of fill_n Thanks for your precious work. BTW, do the smoketests run for you? Here they run, but there is a crash on exit :( I had to disable some unit tests

Re: [Libreoffice] win32 build errors in svtools modules

2011-02-06 Thread Steven Butler
On 6 February 2011 15:32, Steven Butler sebut...@gmail.com wrote: I will see how much further into the build I can get now svtools is building. I am now trying to build framework and it all compiles okay but I'm getting really strange undefined symbol errors that I can't figure out

Re: [Libreoffice] win32 build errors in svtools modules

2011-02-06 Thread Steven Butler
On 6 February 2011 21:28, Steven Butler sebut...@gmail.com wrote:   Creating library ../wntmsci12.pro/lib/ifwi.lib and object ../wntmsci12.pro/lib/ifwi.exp ifwi.exp : error LNK2001: unresolved external symbol _real@3f80 ifwi.exp : error LNK2001: unresolved external symbol _real

Re: [Libreoffice] Problems with windows build

2011-02-05 Thread Steven Butler
Hi Jesús 2011/2/5 Jesús Corrius je...@softcatala.org: The stack trace of the crash was the one Tor mentioned previously. So I guess it's just a matter of fixing this and we can announce support for this compiler. I ended up uninstalling VS2010 and it seems to have built now (but I have other

Re: [Libreoffice] win32 build errors in svtools modules

2011-02-05 Thread Steven Butler
On 5 February 2011 21:46, Steven Butler sebut...@gmail.com wrote: I am stuck on the following error when trying to build svtools.  My previous issue with saxparser and climaker seems to have disappeared after uninstalling VS2010 C# Express and pulling in latest git. _STL::listclass Link

Re: [Libreoffice] Problems with windows build

2011-02-04 Thread Steven Butler
. Regards Steven Butler ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Problems with windows build

2011-02-04 Thread Steven Butler
On 4 February 2011 22:25, Steven Butler sebut...@gmail.com wrote: I ended up reenabling graphite and setting the stdext to be std, and commenting out the namespace alias. I'm getting a lot further into the build now, but have encountered a problem with what looks like dotnet bindings? I keep

Re: [Libreoffice] Problems with windows build

2011-02-04 Thread Steven Butler
Hi, 2011/2/4 Jesús Corrius je...@softcatala.org: On Fri, Feb 4, 2011 at 2:18 PM, Steven Butler sebut...@gmail.com wrote: I keep getting climaker.exe has stopped working popups. If you are building it with Visual Studio 2010, it's a known and unfortunate issue. I just realised I have

[Libreoffice] Difficulty building VCL on win32

2011-02-03 Thread Steven Butler
I was unable to build VCL because of an error with Graphite. I couldn't see any way to disable graphite in the configure script so I ended up hard-coding an #undef ENABLE_GRAPHITE into the files that failed. Here's the errors I get (same error from winlayout.cxx too). Anyone know what's wrong

Re: [Libreoffice] Should the Thesaurus/mythes use a precomputed index (installer file size)

2011-02-02 Thread Steven Butler
version. It also appears that when using VCExpress that ATL and COM is out so some features will go missing, presumably. Regards Steven Butler ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Re: [Libreoffice] Should the Thesaurus/mythes use a precomputed index (installer file size)

2011-02-02 Thread Steven Butler
to resolve that, but a couple of other issues too. I will send an update tonight if all goes well. Regards, Steven Butler ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Should the Thesaurus/mythes use a precomputed index (installer file size)

2011-02-02 Thread Steven Butler
Sorry Tor - forgot to reply-all and sent only to you previously... resending to the list. On 3 February 2011 10:35, Steven Butler sebut...@gmail.com wrote: I will send an update tonight if all goes well. It seems to have failed building VCL - there is an error stating f268: Error: The image(s

Re: [Libreoffice] Should the Thesaurus/mythes use a precomputed index (installer file size)

2011-02-01 Thread Steven Butler
/MozillaBuildSetup-Latest.exe (very slow 2 hour download :( ) will install it in the morning if it's finished downloading... I'll keep adding to this list in case it helps someone else out. -- Regards, Steven Butler ___ LibreOffice mailing list LibreOffice

Re: [Libreoffice] Should the Thesaurus/mythes use a precomputed index (installer file size)

2011-02-01 Thread Steven Butler
? Regards Steven Butler ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] building index at Win32 install time ...

2011-01-31 Thread Steven Butler
(0x7f919f3c9000) Regards Steven Butler ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Should the Thesaurus/mythes use a precomputed index (installer file size)

2011-01-31 Thread Steven Butler
the word is found) :). Regards, Steven Butler ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Should the Thesaurus/mythes use a precomputed index (installer file size)

2011-01-31 Thread Steven Butler
exists, not its index which is kind of annoying. :) So at this point I think an STL rewrite would not result in a performance improvement, so would be an academic exercise. Regards, Steven Butler ___ LibreOffice mailing list LibreOffice

Re: [Libreoffice] Should the Thesaurus/mythes use a precomputed index (installer file size)

2011-01-31 Thread Steven Butler
chain from my path to stop things getting confusing? Time for work... will hopefully look into this tonight ... --tml -- Regards, Steven Butler ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Re: [Libreoffice] RC4 / Windows size analysis ...

2011-01-27 Thread Steven Butler
Wow - great work :-) I've just pushed this to dictionaries/source in master, and compiled it there. Still need some tweaks to get it called in the various dictionaries/ makefiles I suppose - but it is a great start thanks ! Licensing wise - I'd like to add the standard LGPLv3+/MPL

Re: [Libreoffice] RC4 / Windows size analysis ...

2011-01-25 Thread Steven Butler
One idea, can we generate thesaurus idx file during install? That may solve few megabytes. Oh - right; 4Mb of that - which we can (I assume easily) build at install time; I've added that to the spreadsheet, and re-up-loaded it. It should be quite fun in fact to re-write the somewhat