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/list

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

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

2011-02-19 Thread Steven Butler
generate all the idx files for any 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. -- Re

Re: [Libreoffice] Problems with windows build

2011-02-14 Thread Steven Butler
Hi, On 14 February 2011 21:05, Michael Meeks wrote: >        I wonder if the stlport iterators were simply more robust against > changes in the underlying structures. Is this a list it is iterating or > a hash ? If the latter then changes in the 'hash' had undefined (but > non-crashy) behaviour

[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

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

2011-02-12 Thread Steven Butler
n 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

Re: [Libreoffice] win32 build errors in svtools modules

2011-02-06 Thread Steven Butler
On 6 February 2011 21:28, Steven Butler 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@41ef

Re: [Libreoffice] win32 build errors in svtools modules

2011-02-06 Thread Steven Butler
On 6 February 2011 15:32, Steven Butler 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-05 Thread Steven Butler
On 5 February 2011 21:46, Steven Butler 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::list >>:

[Libreoffice] win32 build errors in svtools modules

2011-02-05 Thread Steven Butler
ry ../wntmsci12.pro/lib/_svt.lib and object ../wntmsci12.pro/lib/_svt.exp ../wntmsci12.pro/bin/svtmi.dll : fatal error LNK1169: one or more multiply defined symbols found dmake: Error code 145, while making '../wntmsci12.pro/bin/svtmi.dll' -- 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-05 Thread Steven Butler
Hi Jesús 2011/2/5 Jesús Corrius : > 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 issues now). Than

Re: [Libreoffice] Problems with windows build

2011-02-04 Thread Steven Butler
Hi, 2011/2/4 Jesús Corrius : > On Fri, Feb 4, 2011 at 2:18 PM, Steven Butler 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 VS2010 Express

Re: [Libreoffice] Problems with windows build

2011-02-04 Thread Steven Butler
On 4 February 2011 22:25, Steven Butler 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 k

Re: [Libreoffice] Problems with windows build

2011-02-04 Thread Steven Butler
I'll re-fetch and try again. Regards Steven Butler ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[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 wi

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

2011-02-03 Thread Steven Butler
On 3 February 2011 13:13, Steven Butler wrote: > It seems to have failed building VCL - there is an error stating > f268: Error: The image(s) could not be found. (my elision > as different PC) For some reason git fetch from my linux machine's repository didn't fetch any of

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 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) could not

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

2011-02-02 Thread Steven Butler
seemed 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
otNet 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/lis

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

2011-02-01 Thread Steven Butler
but I'm not sure what to do with them... Where should I put these to make it all go? 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-01 Thread Steven Butler
Download http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/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. --

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

2011-01-31 Thread Steven Butler
e. So do I simply type "make" at the command line under windows? Hmmm. seems I already have gnu make in my path on windows from the mingw Ruby build dev build framework as well. I wonder if that would work okay or if I'd need to remove that tool chain from my path to stop thin

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

2011-01-31 Thread Steven Butler
ry_search only tells you if an item 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 mail

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

2011-01-31 Thread Steven Butler
saurus dictionary for subsequent lookups. If you look in your right-click menu, you'll notice a thesaurus list of synonyms shows up (assuming the word is found) :). 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
linux-x86-64.so.2 (0x00007f919f3c9000) 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
ange to use two arguments and open its own input file if need be. Would it be simpler to ship the idxdict utility in the installer and run it from a cmd window (visually unappealing but I've seen similar on windows) :) Hope that helps. R

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+

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 som

Re: [Libreoffice] [PATCH] installer::archivefiles - remove external find and chmod forks

2011-01-08 Thread Steven Butler
Hi, The patch is LGPLv2+/MPL. Note that the permissions in the patch I sent were not the same as the original so they should be adjusted from 0755 to 0775. Note also that it isn't just done for Windows. There is one branch for the windows build that patches the DLL files, and another branch for