[Libreoffice] Problems with Windows build

2011-04-04 Thread Jeremy Brown
I'm trying to build on Windows Vista, following the directions at: http://wiki.documentfoundation.org/Development/Native_Build#Partial_build and http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies When I run make for the first time, I get to a point where it tells me there

Re: [Libreoffice] Problems with Windows build

2011-04-04 Thread Tor Lillqvist
$ source *Env.Set.sh bash: *Env.Set.sh: No such file or directory For some reason lost in history (or just a random choice made by somebody without much thinking), the corresponding file for Windows is called winenv.set.sh , in lowercase. Yeah, we probably should rename it to WinEnv.Set.sh

Re: [Libreoffice] Problems with windows build

2011-02-14 Thread Michael Meeks
Hi there, 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 .. iterator i is iterating so that i points to some bogus data and

Re: [Libreoffice] Problems with windows build

2011-02-14 Thread Fridrich Strba
Hello, On Mon, 2011-02-14 at 11:05 +, Michael Meeks wrote: For me, saxparser crashes... I am debugging that but not really getting much 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 ?

Re: [Libreoffice] Problems with windows build

2011-02-05 Thread Jesús Corrius
I only have VS2008 Express C++ edition installed.  How much effort is likely required to get it working with 2010, or should I just work on getting it to use 2008? The only thing that didn't work for me using VS2010 was a crash in climaker.exe, everything else works perfectly fine. The LibO

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] Problems with windows build

2011-02-04 Thread Steven Butler
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 again.

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 Jesús Corrius
On Fri, Feb 4, 2011 at 2:18 PM, Steven Butler sebut...@gmail.com wrote: 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

Re: [Libreoffice] Problems with windows build

2011-02-04 Thread Tor Lillqvist
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

Re: [Libreoffice] Problems with windows build

2011-02-04 Thread Caolán McNamara
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 away C.

Re: [Libreoffice] Problems with windows build

2011-02-04 Thread Thomas Arnhold
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

Re: [Libreoffice] Problems with windows build

2011-02-04 Thread Jesús Corrius
On Fri, Feb 4, 2011 at 8:17 PM, Caolán McNamara caol...@redhat.com 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

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