Hi,
I can't get the build to stop failing in i18npool. The only error message is
"Exception on createRegistryServiceFactory" and I can't get any more details.
I've followed the instructions in
http://wiki.documentfoundation.org/Development/How_to_debug
and set export DEBUGREGCOMP=true but this do
On Sat, Feb 5, 2011 at 2:09 AM, Caolán McNamara wrote:
> On Fri, 2011-02-04 at 09:44 +, Michael Meeks wrote:
> > Caolan - are you happy for this:
> > commit 6c01edfe66d6e350b20178d9ab367806d956cb46
> > Author: Caolán McNamara
> > Date: Thu Nov 11 13:31:33 2010 +
> > Resolves:
On Sat, Feb 05, 2011 at 07:49:26AM +0100, David Tardon wrote:
> On Fri, Feb 04, 2011 at 09:03:55PM +0100, Francois Tigeot wrote:
> >
> > LibreOffice does not build with a stock libtextcat.
> > [...]
> > Are these patches only maintained in LO ?
>
> libtextcat package in Fedora contains them.
I'
On Fri, Feb 04, 2011 at 09:03:55PM +0100, Francois Tigeot wrote:
> Hi,
>
> LibreOffice does not build with a stock libtextcat.
>
> The official version seems to be freezed in time (last update is dated
> from 2003) and I understand the need to patch it (and add e.g. utf8
> support), but the chang
I'm able to build master on Mac OS X again. Fredrich's patches caused some fall
out.
First off, Fredrich can on line tonight (my time) and uploaded the last of his
patches to upgrade Boost from 1.39.0 to 1.44.0. This my have fixed a few
issues. I've done the following fixes:
1. We had about 4
Hello again,
I'm getting first warnings about declarations that have been previously
defined.
"warning: this is the location of the previous definition"
and finally a number of errors about a operators missing. Following is the
complete output. Please let me know if this list prefers
On Fri Feb 04 2011 18:21:03 GMT-0800 (PST) ad...@unserv.net wrote:
Thats my question I am not sure where, but I could look at it and see.
First things first. When replying to messages here you need to hit
"Reply all" or reply to the mailing list. Hitting just "Reply" only
sends the messag
On Fri Feb 04 2011 18:03:59 GMT-0800 (PST) ad...@unserv.net wrote:
Libre and Open Office both have the document Length limit in Draw set at
118.11". Is there a way I can hack it to be as long as I want?
It is open source so you and do what every you wish. Where it gets
added back to the main
Libre and Open Office both have the document Length limit in Draw set at
118.11". Is there a way I can hack it to be as long as I want?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffic
On 2011-02-03, at 4:20 AM, Caolán McNamara wrote:
> On Wed, 2011-02-02 at 14:49 -0800, David Dumaresq wrote:
>> Hi,
>>
>> I'm getting a failure in hunspell
>>
>
>> hunspell.cxx:502: error: 'gettext' was not declared in this scope
>
> This is probably because gettext development headers/librari
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 and vs2008 Express C# ed
On Fri, Feb 04, 2011 at 07:13:30PM +, Caolán McNamara wrote:
> On Thu, 2011-02-03 at 17:56 +0100, Francois Tigeot wrote:
> > On Thu, Feb 03, 2011 at 01:19:13PM +, Caolán McNamara wrote:
> > >
> > > Hmm, I don't think it actually does build under OSF1. I seriously doubt
> > > it actually gi
Hi Tobias,
I've pushed your patch with only minor modifications (removed double
'and', changed the comment 'The ruler displays all values as pixel
values.' a little because I think the German original is a little
different. Hope this causes no problems when you "./g pull -r" the next
time.
Hi,
LibreOffice does not build with a stock libtextcat.
The official version seems to be freezed in time (last update is dated
from 2003) and I understand the need to patch it (and add e.g. utf8
support), but the changes are so numerous it feels like a brand new
library.
Since I'm banging my hea
Hi Christina,
I started to remove double includes. These could be identified by a
script (if you want to have that write me a mail). But there is one
problem within this task - called forward includes. I think removing
doubled includes and removing double line spacing within them will be
more than
On Fri, 2011-02-04 at 20:37 +0100, Guillaume Poussel wrote:
> Hello,
>
> I am unable to build i18npool on Ubuntu 10.10 for an unknown reason.
> You could see build log here:
> http://libreoffice.pastebin.com/raw.php?i=qfADMV51
>
> I have download again the full source and i got the same error. C
Hi,
if the ordering of several bf_svx/ includes is unimportant even more
blank lines can be removed (first reorder #includes and then group
similar #includes without spacing, hope it is clear what I mean...). Or
should I just try to build after reordering? I'll take this file from
the list if
On Fri, Feb 4, 2011 at 8:17 PM, Caolán McNamara wrote:
> On Fri, 2011-02-04 at 06:41 -0700, Tor Lillqvist wrote:
>> > And after a while of dismissing these, saxparser goes into an infinite
>> > loop.
>>
>> For me, saxparser crashes... I am debugging that but not really getting much
>> wiser.
>
>
Hello,
I am unable to build i18npool on Ubuntu 10.10 for an unknown reason.
You could see build log here: http://libreoffice.pastebin.com/raw.php?i=qfADMV51
I have download again the full source and i got the same error. Could
someone please help me?
Thanks, regards.
Guillaume Poussel
__
I think the problem is, that without resize the hash map could be
overfilled.
I did fix this like commit 6ecdae26517b89ee670.
Think problem is like in PspKernInfo::Initialize() [in
vcl/unx/source/gdi/salgdi3.cxx]:
maUnicodeKernPairs.insert( aKernPair );
maUnicodeKernPairs is boost::unordered_ma
On Fri, 2011-02-04 at 06:41 -0700, Tor Lillqvist wrote:
> > And after a while of dismissing these, saxparser goes into an infinite loop.
>
> For me, saxparser crashes... I am debugging that but not really getting much
> wiser.
does this patch, to revert a hash_map -> unordered_map make it "go aw
On Thu, 2011-02-03 at 17:56 +0100, Francois Tigeot wrote:
> On Thu, Feb 03, 2011 at 01:19:13PM +, Caolán McNamara wrote:
> > On Tue, 2011-02-01 at 22:09 +0100, Francois Tigeot wrote:
> >
> > > It would seem that Open/LibreOffice has not been able to be built on OSF1
> > > systems for more than
On Fri, 2011-02-04 at 09:44 +, Michael Meeks wrote:
> Caolan - are you happy for this:
>
> commit 6c01edfe66d6e350b20178d9ab367806d956cb46
> Author: Caolán McNamara
> Date: Thu Nov 11 13:31:33 2010 +
>
> Resolves: #i25247#, #i25561#, #i48064#, #i92341# CTL/Other Default
> Fon
This fix reverts a libreoffice specific change which introduced a
regression. please review for libreoffice-3.3 branch
fix ( on master ) is here
http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=6eb4e55b0a61f793f635a8038895cb2e452dc280
thanks,
Noel
__
On Fri, 2011-02-04 at 10:14 -0500, drew wrote:
> Howdy,
>
> There are two Linux festivals in
one in March and one in April (for accuracy :-/ )
> in the USA, one
> established, in Washington state{1] and the other a first time event in
> the state of Indiana[2]. In both cases the organizers woul
Hey everybody,
>From talking in IRC it looks like this email is probably not really going to
be needed, but just in case:
I pulled in all the latest changes from the git repository and ran into a
couple small problems in vcl (may be in other modules too, but they'll be
similar issues if so).
Fir
I would like to cherry-pick that to libreoffice-3-3. (Otherwise it can't be
built on Windows with a recent DirectX SDK.)
--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Howdy,
There are two Linux festivals in the month of March in the USA, one
established, in Washington state{1] and the other a first time event in
the state of Indiana[2]. In both cases the organizers would like to have
a presentation about TDF/LibreOffice and in both cases it appears there
is a p
On 04/02/11 08:13:42 +0100
Cedric Bosdonnat wrote:
Hello Joshua,
On Fri, 2011-02-04 at 00:58 -0600, Joshua Ismael wrote:
> I have to rotate an image
> but there's no way to do it,
> at least not an obvious way:
You probably mean you can't do it in Writer, right? In that case this is
a k
> And after a while of dismissing these, saxparser goes into an infinite loop.
For me, saxparser crashes... I am debugging that but not really getting much
wiser. The crash happens in typelib_typedescription_newMIInterface() in
cppu/source/typelib; it seems that the call to
typelib_typedescript
On Fri, Feb 4, 2011 at 2:18 PM, Steven Butler wrote:
> 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 w
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 keep getting climaker.e
On Fri, Feb 04, 2011 at 11:00:34AM +, Michael Meeks wrote:
>
> On Thu, 2011-02-03 at 23:27 +0200, Khaled Hosny wrote:
> > Indeed. A real long term "fix" is to drop ICU layout engine altogether
> > and switch to HarfBuzz, however HarfBuzz lacks Indic shaper right now
> > (promised to be there b
Hi Peter, Michael,
On 2011-02-04 at 12:33 +, Michael Meeks wrote:
> > attached you find the missing changes to the wordml/excelml filter
> > configurations to make them use the JAXT transformer service (as long as
> > the OLE extracting extenstion functions haven't been ported to
> > libxslt)
Hi Peter,
On Thu, 2011-02-03 at 22:11 +0100, Peter Jentsch wrote:
> attached you find the missing changes to the wordml/excelml filter
> configurations to make them use the JAXT transformer service (as long as
> the OLE extracting extenstion functions haven't been ported to
> libxslt).
G
On Thu, 2011-02-03 at 22:41 +0100, Thomas Arnhold wrote:
> as I understand this, it would be nice to have this method in OString,
> too. I've attached the patch.
Yep :-) thanks !
Michael.
--
michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot
> Hi Steven,
>
> Have you tried "--enable-graphite=no"? That ought to work.
>
I ended up reenabling graphite and setting the stdext to be std, and
commenting out the namespace alias.
That made it work for that. I have a couple of modules that are still
failing to build. I'll re-fetch and try ag
Hi Thorsten,
On Thu, 2011-02-03 at 23:57 +0100, Thorsten Behrens wrote:
> please find a set of patches to bring the new mimetype icons into
> LibO-3-3 here:
How much value there is in trying to review large binary diffs I don't
know ;-) But the risk is really low here anyway - at worst we
Hi Jan,
On Thu, 2011-02-03 at 13:03 +0100, Jan Darmochwal wrote:
> I have attached another patch. It makes get_all_items_from_script
> run about twice as fast. According to
Oh - that's really nice :-) thank you ! I diffed two linux installs,
and they're identical. Nice to see cleaner, mor
Hi Chris,
On Thu, 2011-02-03 at 12:14 -0600, Chris Carpenter wrote:
> I was waiting to edit the wiki pages until I heard back that the
> patches look good, so I just now went and edited them before sending
> this.
Great :-) incidentally, I had to fix the binfilter piece - that is not
On Thu, 2011-02-03 at 23:27 +0200, Khaled Hosny wrote:
> Indeed. A real long term "fix" is to drop ICU layout engine altogether
> and switch to HarfBuzz, however HarfBuzz lacks Indic shaper right now
> (promised to be there by March), once it have one we should consider
> doing so (I'd try to give
Hi guys,
On Thu, 2011-02-03 at 23:03 +0100, Rene Engelhard wrote:
> I don't know what you count as authorized, but this is at least worth
> pointing people to:
> http://lists.debian.org/debian-openoffice/2011/01/msg00287.html
Quite; and I will blog this as well (when I get on-line):
Hi Drew,
On Thu, 2011-02-03 at 17:29 -0500, drew wrote:
> Thought some might find this interesting.
Right :-)
> The CoApp project [1] is scheduled to release first CLI binary for folks
> to play with tomorrow. In a nutshell this is a community developed
> shared package manager for MS Wi
On Thu, Feb 03, 2011 at 08:35:36PM +1000, Ron House wrote:
> Summary so far: I have been trying to update a download from head (not
> sure what it is called) to version 3.3.0. I have done, with thanks to
> Norbert for his assistance:
[...]
> make 2>&1 | tee build.log
>
> All goes well until 3866
On 04/02/11 10:04, Cedric Bosdonnat wrote:
Hi all,
Could anyone review the fix for this quite annoying bug?
https://bugs.freedesktop.org/show_bug.cgi?id=32872
The fix has been pushed to master as commit:
http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=05ef821abdff1ec4712cd4b054a21e
fix for https://bugzilla.novell.com/show_bug.cgi?id=659361
fix here
http://cgit.freedesktop.org/libreoffice/writer/commit/?id=da0006a1b5d7be8411d6fbb0190c1c4d44809458
Caolan, any thoughts?
be nice for 3.3.1 too !
___
LibreOffice mailing list
LibreOffi
Hi all,
Could anyone review the fix for this quite annoying bug?
https://bugs.freedesktop.org/show_bug.cgi?id=32872
The fix has been pushed to master as commit:
http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=05ef821abdff1ec4712cd4b054a21e4180b2298f
It would be nice to have that in
Joel Björkman wrote:
> I read on www.libreoffice.org that it's best to file bugs to this
> mailinglist. So here's one.
>
Hi Joel,
um, where did you read that on libreoffice.org - we'd need to fix it
there, because it's not really accurate - in fact, please file a bug
report here:
bugs.freedeskto
Hi Samphan,
On Fri, 2011-02-04 at 15:38 +0700, Samphan Raruenrom wrote:
> I found that the patch to fix this bug
> https://bugs.freedesktop.org/show_bug.cgi?id=33044
> was submitted in master. However, I still see the bug in LibO 3.3 so
> the patch must landed somewhere outside the libreoffice-3-3
> For patches to make it into the now stable 3.3.0 branch it would need
> approval of 3 developers.
Well, LibreOffice 3.3.0 has already been released, so that branch is
effectively "stopped dead" now, there will be nothing more released (source
tarballs. or TDF builds) from it. Committing anyth
There were some glitches in building master on Windows as a fallout of
experimentation by Fridrich and me with using the MSVC STL implementation
instead of stlport. They should be fixed by now, or will be soonish, just keep
pulling and trying again. Sorry.
--tml
__
For patches to make it into the now stable 3.3.0 branch it would need
approval of 3 developers. Once that is done the patch is pushed to the
stable branch
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailm
I found that the patch to fix this bug
https://bugs.freedesktop.org/show_bug.cgi?id=33044
was submitted in master. However, I still see the bug in LibO 3.3 so the
patch must landed somewhere outside the libreoffice-3-3 branch.
I don't understand much about LibreOffice git branches. However, the bu
Hi Steven,
On ၂၀၁၁ ဖေ ၀၄ သောကြာ နံနက် 02:54, Steven Butler wrote:
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.
Have you tried "--e
54 matches
Mail list logo