[tools-dev] Re: HG changegroup.notify hook raised an exception

2011-01-12 Thread Michael Stahl
On 12/01/2011 09:12, Stephan Bergmann wrote: > $ hg push ssh://h...@hg.services.openoffice.org/cws/sb139 > pushing to ssh://h...@hg.services.openoffice.org/cws/sb139 > searching for changes > remote: adding changesets > remote: adding manifests > remote: adding file changes > remote: added 186 chan

[tools-dev] Re: modify idl files in offapi module and build

2010-07-27 Thread Michael Stahl
On 23/07/2010 09:11, eric b wrote: > Le 23 juil. 10 à 08:56, jiangchuang a écrit : > >> Hello,everyone! > > Hello, > > >> I'm an engineer from Beijing RedFlag 2000. And I met the following >> question: >> Modify idl files in offapi module, must be complied the entire >> OpenOffice.org from

[tools-dev] Re: Build problems

2010-06-29 Thread Michael Stahl
On 28/06/2010 23:16, Ben Engbers wrote: > I have a laptop running Fedora 12 and tred to build the latest version > of OpenOffice. > > The first problem I couldn't solve was a complaint about silgraphite > (see line 39 in the attached file). > > After running configure with other options, I manage

[tools-dev] Re: Error instsetoo_native: codes.txt not found

2010-06-24 Thread Michael Stahl
On 24/06/2010 13:51, Davide Dozza wrote: > Mathias Bauer ha scritto: > > [...] > >> That indicates that your frmmi.dll is either not there or misses some >> prerequisites. You can find out more using the dependency walker tool >> that you can download from the Internet (http://www.dependencywalke

[tools-dev] Re: Error on svl modules

2010-06-18 Thread Michael Stahl
On 18/06/2010 14:26, Davide Dozza wrote: > This is the call stack entries. > > tlmi.dll!ImplStringLen(const char * pStr=0x) Line 81 + 0x3 > bytes C++ > > tlmi.dll!String::String(const char * pByteStr=0x, unsigned short > eTextEncoding=11, unsigned long nCvtFlags=819) Line 95 + 0

[tools-dev] Re: Error on svl modules

2010-06-18 Thread Michael Stahl
On 18/06/2010 12:08, Davide Dozza wrote: > Michael Stahl ha scritto: >> On 18/06/2010 11:50, Davide Dozza wrote: >>> I did it. >> ok, >> >>> The problem happens on tstring.cxx >>> >>> xub_StrLen ImplStringLen( const sal_Char* pStr ) >

[tools-dev] Re: Error on svl modules

2010-06-18 Thread Michael Stahl
On 18/06/2010 11:50, Davide Dozza wrote: > I did it. ok, > The problem happens on tstring.cxx > > xub_StrLen ImplStringLen( const sal_Char* pStr ) > { > const sal_Char* pTempStr = pStr; > while( *pTempStr ) > ++pTempStr; > return (xub_StrLen)(pTempStr-pStr); > } >

[tools-dev] Re: Error on svl modules

2010-06-18 Thread Michael Stahl
On 18/06/2010 10:49, Davide Dozza wrote: > Michael Stahl ha scritto: > > [...] > >>> cd tools && rm -r wntmsci12* && build debug=t -P4 && DISABLE_STRIP=t deliver >>> cd transex && rm -r wntmsci12* && build debug=t -P4 &am

[tools-dev] Re: Error on svl modules

2010-06-17 Thread Michael Stahl
On 16/06/2010 18:01, Davide Dozza wrote: > Hans-Joachim Lankenau - Sun Germany - ham02 - Hamburg ha scritto: >> hi! >> >> On 06/16/10 11:25, Michael Stahl wrote: >>> On 15/06/2010 17:54, Davide Dozza wrote: >>>> Davide Dozza ha scritto: >>>>

[tools-dev] Re: Error on svl modules

2010-06-16 Thread Michael Stahl
On 15/06/2010 17:54, Davide Dozza wrote: > Davide Dozza ha scritto: > > [...] > >> Making:items.srs >> cpp: line 0, Error: Too many file arguments. Usage: cpp [input [output]] >> Error starting preprocessor >> dmake: Error code 1, while making '../../wntmsci12.pro/srs/items.srs' >> >> The d

[tools-dev] Re: Please cleanup project page

2010-06-08 Thread Michael Stahl
On 07/06/2010 22:43, Eike Rathke wrote: > Hi, > > Please cleanup http://tools.openoffice.org/ that still talks about SVN > for current development and makes people start working on old code. Yes, > it says "for current development heading 3.1 release", but ... > > Thanks > Eike ah, that's the

[tools-dev] Re: Creating a cws from EIS: Not possible to choose state "new"

2010-03-04 Thread Michael Stahl
On 03/03/2010 17:53, Bernd Eilers wrote: > If we would want to be able to directly set the CWS to 'new' in EIS for > HG based ChildWorkspaces for everyone we could probably add such a > feature, but it would eventually be some kind of tricky how to allow > that than for HG based CWS and disallow

[tools-dev] Re: Building OpenOffice.org with GNU make

2010-01-13 Thread Michael Stahl
On 13/01/2010 15:12, Martin Hollmichel wrote: > Mathias Bauer wrote: >> Jussi Pakkanen wrote: >> >> >>> On Mon, Jan 11, 2010 at 7:57 PM, Thorsten Behrens >>> wrote: >>> >>> > functionality? Even if CMake eventually turns out to be too slow, > would it not make more sense to write

[tools-dev] Re: Building OpenOffice.org with GNU make

2009-12-07 Thread Michael Stahl
On 04/12/2009 23:45, Rene Engelhard wrote: > Did anyone in this discussion propose libtool? I didn't see it. > (You can use automake without libtool) > > Grüße/Regards, > > Rene >> On 04/12/2009 18:41, Thorsten Behrens wrote: >>> Hi Bjoern, *, >>> >>> In line with that, why not using autotools?

[tools-dev] Re: Building OpenOffice.org with GNU make

2009-12-04 Thread Michael Stahl
On 04/12/2009 18:41, Thorsten Behrens wrote: > Hi Bjoern, *, > > In line with that, why not using autotools? It's ugly, it has many > drawbacks, but it's _the_ standard for FLOSS. Plus, it has excellent > cross-build capabilities, something I consider increasingly > important. well, we already u

[tools-dev] Re: OOo building error

2009-11-04 Thread Michael Stahl
On 03/11/2009 02:50, Kevin Fan wrote: > HI! I have some problem when I build OOo on WindowsXP with cygwin. > > Here are the error messages: > checking whether ant is >= 1.6.0... cygpath: can't convert empty path > ./configure: line 27670: test: tools: integer expression expected > configure: error

[tools-dev] Re: OOo 3.0.1 compilation error in Fedora Linux 10

2009-10-27 Thread Michael Stahl
Caolán McNamara wrote: > On Sat, 2009-10-24 at 15:27 +0530, jithesh vs wrote: >> rpmbuild: /home/test/Desktop/Ooo3.1.1/OOO310_m19/solver/310/ >> unxlngi6.pro/lib/libnss3.so: version `NSS_3.11.2' not found (required by >> /usr/lib/librpm-4.6.so) > > The problem here is that rpmbuild needs libnss3.s

[tools-dev] Re: problem building expat module

2009-10-16 Thread Michael Stahl
sree visakh wrote: > hi all >When building OOO310_m19 from tcsh under Windows XP, dmake > fails as showing the following messages. Im Using VB.NET 2003 > compiler. > > > Building module expat > /cygdrive/e/OOO310_m19/expat > - > if ( -e ./wntmsci10.pro/misc/bui

[tools-dev] Re: Comments on Mathias blog post about contributing

2009-09-23 Thread Michael Stahl
Caolán McNamara wrote: > On Mon, 2009-09-21 at 20:15 +0200, Sophie wrote: >> - Install sets by the bots are different from Sun builds that make some >> automated tests failing (why the quickstarter is available on linux >> builds? it took me some time to understand that I have to disable it first

[tools-dev] Re: Any way to query mercurial to "show me all changes on $tree since $date" without creating a local clone?

2009-08-24 Thread Michael Stahl
Christian Lohmaier wrote: > Hi *, > > To make tinderbox aware of mercurial based cws, there's one problem I > couldn't solve yet. > > It isn't possible to query a remote repository for a log/changes. > You'd have to create a local clone. > > This obviously is not an option for tinderbox, given t

[tools-dev] Re: DSCM - next step, start mercurial pilot

2009-04-06 Thread Michael Stahl
On 03/04/2009 20:42, Guido Ostkamp wrote: On Fri, 3 Apr 2009, Martin Hollmichel wrote: Since the release engineering team is in favor of mercurial I ask - as the tools project lead - the RE team to start the pilot for mercurial now so that we will be able to have the new DSCM available with the

[tools-dev] Re: tcsh-support in the build still needed?

2009-02-17 Thread Michael Stahl
On 17/02/2009 14:43, Stephan Bergmann wrote: On 02/16/09 15:26, Philipp Lohmann wrote: Rene Engelhard wrote: Or is it time to finally change the default to bash (and maybe even drop that configure switch altogether)? +1 for this :) Why is it that everybody wants EVERYTHING configurable from

[tools-dev] Re: Experimenting with CMake

2009-02-16 Thread Michael Stahl
On 16/02/2009 13:28, bjoern michaelsen - Sun Microsystems - Hamburg Germany wrote: Jussi Pakkanen wrote: Compared to dmake, CMake has the following advantages for OOo. - actively being developed - used widely and thus known by lots of people - native support for all major platforms and IDEs - c

[tools-dev] Re: OpenGrok, svn & bonsai-replacement

2008-11-21 Thread Michael Stahl
On 20/11/2008 18:54, Thorsten Behrens wrote: Hi, just been told today that svn.services.openoffice.org/opengrok/ is operational, which totally rocks. Played a bit with it, and apparently it does lack the functionality bonsai delivered for cvs (it's a much nicer replacement for lxr, though). "m