[dev] Re: Problems building DEV300_m105

2011-04-11 Thread Takashi Ono
Hi Kristjan, In message "[dev] Problems building DEV300_m105", Kristj疣_Bjarni_Gu〓undsson wrote... >I don't get what the error is because the file "glib/glibconfig.h.win32" >does exist. The build target is wrongly specified as glibconfig.h, not glib/glibconfig.h and the build command is in pos

[dev] Re: How to find out whether the installed OOo is 32- or 64-bit

2011-04-11 Thread Stephan Bergmann
On 04/11/11 12:24, rony wrote: What I would be after would be to get this information at installation time without any user-interaction (most won't know what would be asked) in a platform independent manner. Something equivalent to a hyptohetic "uninfo bitness" returning either "32", "64" or "32

[dev] Re: How to find out whether the installed OOo is 32- or 64-bit

2011-04-11 Thread rony
Dear Stephan and Thomas, thank you for your pointers! On 11.04.2011 09:54, Stephan Bergmann wrote: > On 04/09/11 11:27, Rony G. Flatscher wrote: >> for an installation routine it is necessary to determine whether the >> installed version of OOo is 32- or 64-bit, as this determines which >> librar

[dev] Re: openOffice-3.3.0 ?

2011-04-11 Thread Simona Pasca
And if I try to install OOo 2.4 on Sparc-solaris2.8 machine , which is the way to change the way to the installation path , not to use the default one ? Thank you. - On 11/04/2011 12:14, Michael Stahl wrote: On 11/04/2011 08:16, Simona Pasca wro

[dev] Re: openOffice-3.3.0 ?

2011-04-11 Thread Michael Stahl
On 11/04/2011 08:16, Simona Pasca wrote: > I need to install openOffice-3.3.0 on Sparc-solaris2.8 machine; please note that since OOo 3.0 only Solaris 10 or newer are supported. on older Solaris versions you should expect problems. please either use OOo 2.4, or upgrade to Solaris 10. -- "The me

[dev] Re: How to find out whether the installed OOo is 32- or 64-bit

2011-04-11 Thread Stephan Bergmann
On 04/09/11 11:27, Rony G. Flatscher wrote: for an installation routine it is necessary to determine whether the installed version of OOo is 32- or 64-bit, as this determines which libraries and configuration should be installed. Is there a way to find that out (currently on Linux, but once MacO

[dev] Re: How to find out whether the installed OOo is 32- or 64-bit

2011-04-10 Thread Thomas Lange
Hi, > Hi there, > > for an installation routine it is necessary to determine whether the > installed version of OOo is 32- or 64-bit, as this determines which > libraries and configuration should be installed. > > Is there a way to find that out (currently on Linux, but once MacOSX > and/or Wind

[dev] Re: does anybody still use tcsh to build OOo?

2011-04-10 Thread Mathias Bauer
On 08.04.2011 14:22, Christian Lohmaier wrote: On Thu, Apr 7, 2011 at 9:47 AM, Mathias Bauer wrote: Hi, AFAIK tcsh doesn't work anymore anyway - using tcsh as the shell used *by* the build: yes. But the environment files are for the user's shell, and there it would still work. Months ago

[dev] Re: gnu make .LOW_RESOLUTION_TIME

2011-04-10 Thread tora - Takamichi Akiyama
Hi, Eventually, we are... http://openoffice.org/bugzilla/show_bug.cgi?id=117800 Patch gnumake-for-DEV300_m106-2011-04-10.tar.gz |-- DEV300_m106 | `-- gnumake | |-- make-3.81.patch | |-- make-3.82.patch | |-- makefile.mk | `-- prj | |-- build.ls

[dev] Re: gnu make .LOW_RESOLUTION_TIME

2011-04-10 Thread tora - Takamichi Akiyama
Hello Michael, On 2011/04/08 18:48, Michael Stahl wrote: i've just checked on Solaris 11 express: both /usr/gnu/bin/cp [cp (GNU coreutils) 8.5] and /usr/bin/touch -r seem to support nano-second timestamps. Thanks to your inputs, everything has become clear. Source code of the combined "mv/cp

[dev] Re: MacOSX+OOo3.3: loading a library via Java' System.loadLibrary(...)

2011-04-09 Thread rony
Hi there, further debugging reveals, that indeed the error is in java.lang.System.loadLibrary("BSF4ooRexx") java.lang.System.getProperty() at the point of exeption shows that among other things "java.library.path" is *not* set (returns "null"), hence the rexx dylib cannot be loaded! Here a

[dev] Re: gnu make .LOW_RESOLUTION_TIME

2011-04-08 Thread tora - Takamichi Akiyama
Hi Michael, Thank you for your valuable inputs. On 2011/04/08 18:48, Michael Stahl wrote: On 07/04/2011 05:03, tora - Takamichi Akiyama wrote: I have just come up with a quick solution for the file systems using nanosecond time stamps. Problem: make: *** Warning: .LOW_RESOLUTION_TIME file `

[dev] Re: does anybody still use tcsh to build OOo?

2011-04-08 Thread Christian Lohmaier
On Thu, Apr 7, 2011 at 9:47 AM, Mathias Bauer wrote: > Hi, > > AFAIK tcsh doesn't work anymore anyway - using tcsh as the shell used *by* the build: yes. But the environment files are for the user's shell, and there it would still work. > Months ago I worked on that but then got in serious merg

[dev] Re: gnu make .LOW_RESOLUTION_TIME

2011-04-08 Thread Michael Stahl
On 07/04/2011 05:03, tora - Takamichi Akiyama wrote: > Sorry again, > > I have just come up with a quick solution for the file systems using > nanosecond time stamps. > > Problem: > make: *** Warning: .LOW_RESOLUTION_TIME file > `/x/solver/300/unxsoli4/inc/svx/sxsoitm.hxx' has a high resolu

[dev] Re: build.pl debug=1 for sw and svx

2011-04-08 Thread Michael Stahl
On 07/04/2011 10:05, Mathias Bauer wrote: > On 06.04.2011 19:47, Michael Stahl wrote: >> On 06/04/2011 18:45, tora - Takamichi Akiyama wrote: >>> Hello Christian, >>> >>> On 2011/04/06 20:55, Christian Lippka wrote: While Niklas and Daniel are absolutely right, make clean may not always b

[dev] Re: build.pl debug=1 for sw and svx

2011-04-07 Thread Mathias Bauer
On 06.04.2011 19:47, Michael Stahl wrote: On 06/04/2011 18:45, tora - Takamichi Akiyama wrote: Hello Christian, On 2011/04/06 20:55, Christian Lippka wrote: While Niklas and Daniel are absolutely right, make clean may not always be what you want. For example, if you just want to rebuild svx w

[dev] Re: does anybody still use tcsh to build OOo?

2011-04-07 Thread Mathias Bauer
Hi, AFAIK tcsh doesn't work anymore anyway - at least it's not supported anymore. I think that the only reason that we still create two scripts is that nobody was annoyed enough to remove the code doing this. :-) Months ago I worked on that but then got in serious merge conflicts as somebody

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hi, What I have learned: To compile an individual module including debug information, do like this: cd svx make -sr clean make -srj9 debug=t or cd svx rm -fr $WORKDIR/CxxObject/svx make -srj9 debug=t A warning message about .LOW_RESOLUTION_TIME on OpenSolaris with ZFS or NFS seems not h

[dev] Re: i20878: Where is stored information about paragraph

2011-04-06 Thread Michael Stahl
On 05/04/2011 20:33, Bartosz wrote: > I'm working on feature to display/edit nonprintable characters at the end of > line (http://openoffice.org/bugzilla/show_bug.cgi?id=20878). > > I have almost finished my work, and I think the results are promising. > I created screenshot to show how it is wor

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hi Michael, On 2011/04/07 2:47, Michael Stahl wrote: make -r deliverlog running on OpenSolaris x86 prints same type of warning messages and then eventually create the log file. $ make -r deliverlog ... make: *** Warning: .LOW_RESOLUTION_TIME file `/x/solver/300/unxsoli4/inc/svx/sxsoitm.hx

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Michael Stahl
On 06/04/2011 18:45, tora - Takamichi Akiyama wrote: > Hello Christian, > > On 2011/04/06 20:55, Christian Lippka wrote: >> While Niklas and Daniel are absolutely right, make clean may not always >> be what you want. >> >> For example, if you just want to rebuild svx with debug and do a >> make -s

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hello Niklas, On 2011/04/07 2:04, Niklas Nebel wrote: On 06.04.2011 18:45, tora - Takamichi Akiyama wrote: make -r deliverlog running on OpenSolaris x86 prints same type of warning messages and then eventually create the log file. $ make -r deliverlog ... make: *** Warning: .LOW_RESOLUTION_TIM

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Niklas Nebel
On 06.04.2011 18:45, tora - Takamichi Akiyama wrote: make -r deliverlog running on OpenSolaris x86 prints same type of warning messages and then eventually create the log file. $ make -r deliverlog ... make: *** Warning: .LOW_RESOLUTION_TIME file `/x/solver/300/unxsoli4/inc/svx/sxsoitm.hxx'

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hello Christian, On 2011/04/06 20:55, Christian Lippka wrote: While Niklas and Daniel are absolutely right, make clean may not always be what you want. For example, if you just want to rebuild svx with debug and do a make -sr clean, your next make in sw module would rebuild a lot of stuff, sinc

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Christian Lippka
Hi Tora, Am 06.04.2011 11:31, schrieb tora - Takamichi Akiyama: Hi Niklas, Daniel, and everybody interested in, On 2011/04/06 17:22, Daniel Rentz wrote: > cd sw > make clean > make -srj9 debug=t > > The first call of make removes all output files of sw from /workdir. The second call of mak

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hi Niklas, Daniel, and everybody interested in, On 2011/04/06 17:22, Daniel Rentz wrote: > cd sw > make clean > make -srj9 debug=t > > The first call of make removes all output files of sw from /workdir. The second call of make builds sw with debug, libraries go into /workdir/LinkTarget/Library.

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Niklas Nebel
On 06.04.2011 08:54, tora - Takamichi Akiyama wrote: Could you tell me how to easily do "build.pl debug=1" or similar actions in a specific, renovated module such as sw and svx after fully building the entire source code tree with normal options? The way I used to do was like this: (full build)

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Daniel Rentz
Hi, Am 06.04.2011 08:54, schrieb tora - Takamichi Akiyama: Could you tell me how to easily do "build.pl debug=1" or similar actions in a specific, renovated module such as sw and svx after fully building the entire source code tree with normal options? The way I used to do was like this: (ful

[dev] Re: does anybody still use tcsh to build OOo?

2011-04-05 Thread Malte Timmermann
I guess it shouldn't make a big difference for anyone whether he uses bash or tcsh for building OOo, so killing tcsh support is fine, IMO. Malte. Michael Stahl wrote, On 05.04.2011 13:04: > > hi all, > > currently configure generates 2 shell scripts for the environment, > one for Bourne shell a

[dev] Re: Unknown Publisher

2011-04-05 Thread Eike Rathke
Hi Lester, As you're not subscribed to the mailing list you were posting to you will miss replies that are directed to the list only. I'm forwarding one reply herewith. When answering, please reply only to the list (Reply-To header is set), not to my personal account. Thanks. Eike On Monday,

[dev] Re: Unknown Publisher

2011-04-04 Thread Mathias Bauer
On 02.04.2011 00:58, Lester Pastuszyn wrote: Windows Security pops up a box and asks me if I want to allow this unknown pubisher access to modifiy my computer. In the bos is openoffice's soffice.exe link to the desktop. Is there a way to tell windows that this program is safe with out having th

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-04 Thread Christian Lohmaier
Hi Pavel, *, 2011/4/4 Pavel Laštovička : > > I think that using 10.4 SDK is required to build a working OO.o. Yes, but that is because it is enforced by the configure and buildscripts, not because of the actual sourcefiles. Those would surely work with a 10.6 SDK as well (well, maybe you get some

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-04 Thread Pavel Laštovička
Hi, I think that using 10.4 SDK is required to build a working OO.o. I cannot remember now, it has been a few months since I built on Mac (it was 3.2.1). I tried to build OO.o with 10.6 SDK and gcc 4.2.1 and OO.o then crashed during smoketest. Pavel Dne 1.4.2011 18:56, Pavel Janík napsal(a):

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-02 Thread Michael Sicotte
Hi, On Apr 1, 2011, at 11:56 AM, Pavel Janík wrote: > > I'd like the build to be extended with: > > - autodetecting the lowest available SDK. It is nonsense to hardcode 10.4u > for people, who: > > a. have default Xcode install (ie. no 10.4u) > b. want to build for themself only > c. want t

[dev] Re: Dev. tools

2011-04-02 Thread Joost Andrae
Hi, there's some documentation available. Please have a look at the following pages: http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide http://wiki.services.openoffice.org/wiki/Us

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-01 Thread Pavel Janík
Hi, On 1.4.2011, at 15:02, Christian Lohmaier wrote: Building 32bit version, but not targeting 10.4 is a waste of ressources IMHO. Why would you want to create builds that won't run on the baseline system? I'd like the build to be extended with: - autodetecting the lowest available SDK. It i

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-01 Thread Christian Lohmaier
Hi Pavel, 2011/4/1 Pavel Janík : > > do we have a plan to support building OOo on Mac OS X Snow Leopard? It is suppoerted to build /on/ Snow Leopard. > It has 64bit kernel, ie. platform is x86_64, by default doesn't come with > 10.4u SDK (you have to install it, it is optional in Xcode optional

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-01 Thread eric b
Le 1 avr. 11 à 09:21, Pavel Janík a écrit : Hi, Hi Pavel, do we have a plan to support building OOo on Mac OS X Snow Leopard? Unfortunaly, not me : I have no machine running it (nor 10.5 either), and I'll stick to Tiger as long as possible. Just a wild guess, but if things cont

[dev] Re: oo 3.3: merging registry values different from oo 32 ?

2011-03-31 Thread Stephan Bergmann
On 03/31/11 11:51, Oliver Brinzing wrote: If a value is set multiple times in a single configuration layer (and all the extensions that are installed, say, per user are in one configuration layer) it has never been specified which setting wins. so it was pure luck that it worked till oo 3.2 ?

[dev] Re: oo 3.3: merging registry values different from oo 32 ?

2011-03-31 Thread Oliver Brinzing
Hi Stephan, > If a value is set multiple times in a single configuration layer (and > all the extensions that are installed, say, per user are in one > configuration layer) it has never been specified which setting wins. so it was pure luck that it worked till oo 3.2 ? Regards Oliver -- NEU:

[dev] Re: oo 3.3: merging registry values different from oo 32 ?

2011-03-31 Thread Stephan Bergmann
On 03/30/11 18:57, Oliver Brinzing wrote: if extension A sets this value to "false" and extension B sets same value to "true", extension B will win, if B is installed after A. If a value is set multiple times in a single configuration layer (and all the extensions that are installed, say, per

[dev] Re: Including font's in build

2011-03-29 Thread Mathias Bauer
On 23.03.2011 07:50, Mathias Bauer wrote: Hi Knut, On 18.03.2011 01:10, Knut Olav Bøhmer wrote: Could this be related to my issue? (or is this just for unix?) http://openoffice.org/bugzilla/show_bug.cgi?id=105784 This is unix only. ATM I don't know which patchset fixed the bug. I will ask th

[dev] Re: Help: Build on Linux

2011-03-26 Thread Michael Stahl
On 25/03/2011 06:56, Rohit Kulkarni wrote: > Systemcall: unopkg add --shared --suppress-license --verbose > ../share/extension/install/dict-en.oxt > -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/unxlngi6.pro/OpenOffice/installed/uno/en-US >

[dev] Re: OUString

2011-03-26 Thread Michael Stahl
On 26/03/2011 06:49, Rohit Kulkarni wrote: > How can I see the value of an OUString variable in gdb? > > Regards, > Rohit you can add some functions to the gdb configuration that allow printing the various string types used in OOo: http://wiki.services.openoffice.org/wiki/Debugging -- "If rasc

[dev] Re: Help: Build on Linux

2011-03-24 Thread Rohit Kulkarni
Hello Sir, Sorry for the late reply , I am busy with my college schedule. I checked the log file. It tells me that -- Created directory: /tmp/ooopackaging/i_231461300204492/ unxlngi6.pro/OpenOffice/installed/uno/en-US/ Systemcall: unopkg add --shared --suppress-license --verbose ../share/extensio

[dev] Re: Digest for list dev

2011-03-24 Thread Karen Hogoboom
Since I can't seem to get your listserv to unsubscribe me, could you please tell me how much of the Green Party's activity in Germany fell to the red light district in Holland? K 2011/3/11 > Table of contents: > > 1. [dev] OOo with extra patches - Knut Olav Bøhmer >

[dev] Re: [marketing-dev] Re: [native-lang-com] Japan Earthquake: Kazunari Hirano needs our help

2011-03-24 Thread Katsuya Kobayashi
Hi "sustainable" is important for me as a community. Thanks all, Katsuya 2011/3/23, Louis Suarez-Potts : > All, > > On 2011-03-23, at 01:08 , Peter Junge wrote: > >> OpenOffice.org Community, >> >> our long term friend and OOo contributer Kazunari Hirano from Japan >> lives in Ichinoseki >> (ht

[dev] Re: OOo with extra patches

2011-03-24 Thread Michael Stahl
On 10/03/2011 22:57, Knut Olav Bøhmer wrote: > Hi, > > I now have an OpenOffice.org compiled with some extra patches. I want to > inform the user by giveing it it's own productname in > OOO320/instsetoo_native/util/openoffice.lst > What do I need to do in order to make the build process choose my

[dev] Re: [native-lang-com] Japan Earthquake: Kazunari Hirano needs our help

2011-03-23 Thread Louis Suarez-Potts
All, On 2011-03-23, at 01:08 , Peter Junge wrote: > OpenOffice.org Community, > > our long term friend and OOo contributer Kazunari Hirano from Japan > lives in Ichinoseki > (http://pds.exblog.jp/pds/1/201103/18/84/a0005484_21312387.jpg), which > has been heavily shaken by the earthquake on Marc

[dev] Re: After building and installing Norwegian OOo still in EN

2011-03-23 Thread Knut Olav Bøhmer
2011/3/23 Knut Olav Bøhmer : <-- cut --> >> >> Does that mean that your build didn't work as expected because this variable >> was set by you? Or does it mean that it didn't work because it was not set? > > It did not work as expected because SPECIAL_BUILD was set. > > By the way, what is SPECIAL_B

[dev] Re: After building and installing Norwegian OOo still in EN

2011-03-23 Thread Knut Olav Bøhmer
On 17 March 2011 09:36, Mathias Bauer wrote: > On 09.03.2011 13:42, Knut Olav Bøhmer wrote: >> >> 2011/3/8 Knut Olav Bøhmer mailto:boh...@gmail.com>> >> >>    Hi, >> >>    I've just buildt norwegian version of OpenOffice.org, and installed >>    /OOO320/instsetoo_native/wntmsci12.pro/OpenOffice/ms

[dev] Re: Including font's in build

2011-03-22 Thread Mathias Bauer
Hi Knut, On 18.03.2011 01:10, Knut Olav Bøhmer wrote: Could this be related to my issue? (or is this just for unix?) http://openoffice.org/bugzilla/show_bug.cgi?id=105784 This is unix only. ATM I don't know which patchset fixed the bug. I will ask the developer who usually fixes bugs in the

[dev] Re: Including font's in build

2011-03-22 Thread Mathias Bauer
Hi Knut, On 17.03.2011 13:56, Knut Olav Bøhmer wrote: I think it might be this bug: http://openoffice.org/bugzilla/show_bug.cgi?id=111402 I'll try to install the same version on the computer that did it right, and see if the problem is still there. this is a bug in the Word 6 filter, not in

[dev] Re: After building and installing Norwegian OOo still in EN

2011-03-22 Thread Mathias Bauer
On 09.03.2011 13:42, Knut Olav Bøhmer wrote: 2011/3/8 Knut Olav Bøhmer mailto:boh...@gmail.com>> Hi, I've just buildt norwegian version of OpenOffice.org, and installed /OOO320/instsetoo_native/wntmsci12.pro/OpenOffice/msi/install/no

[dev] Re: Help: Build on Linux

2011-03-22 Thread Mathias Bauer
Hi Rohit, On 15.03.2011 16:05, Rohit Kulkarni wrote: Hello, When I build OOO, I have to run the installation step as cd instsetoo_native/util && dmake openoffice_en-US PKGFORMAT=installed to install the ooo build. While installing the ooo I am getting following error (snip) ... unopkg add -

[dev] Re: how to get access to the User data through API?

2011-03-22 Thread Mathias Bauer
On 10.03.2011 09:03, Zongbo Zhang wrote: Hi All, Writiing a java app, needs to change the user name, I know it can be manually done through Tools->option->user data. Which part of the API has some to do with this? Will appreciate your help, Look forward to hearing from you! You need to crea

[dev] Re: SPECIAL_BUILD

2011-03-22 Thread Mathias Bauer
On 08.03.2011 20:41, Knut Olav Bøhmer wrote: Hi, What does the SPECIAL_BUILD environment variable do? I found it on a web-page http://www.mail-archive.com/dev@tools.openoffice.org/msg01826.html when I search for help with a bug. -- Knut Olav Bøhmer IIRC this is a kind of wild card variable f

[dev] Re: Framework development

2011-03-22 Thread Carsten Driesner
On 21.03.2011 16:47, Jean-Sébastien Mandeville wrote: Hi, I would like to participate in open office but I have only basis knowledge in c++, java and .net. I wonder if you could give me few book reference that could help me to go to lower level in progammation. I'm interested in helping in frame

[dev] Re: Willing to contribute to open office

2011-03-21 Thread Alexandro Colorado
hi we could welcome you on education.openoffice.org for developers that want to get to know OOo internals and specific efforts to extend OOo. I recomend you to subscribe to d...@education.openoffice.org. You can learn to build OOo and other tasks that are helpful to understand your way around th

[dev] Re: About OpenOffice.org

2011-03-18 Thread Konstantin Tokarev
18.03.2011, 08:24, "Mapper720.Ru Admin" : > Hello! > > I like OpenOffice, but it has one rather serious weak point - it works > (especially OO.o Calc) more slowly, then ms excel. It would be very good > to make it more fast, if you can. Out of curiosity, have you tried Gnumeric? -- Regards, Ko

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
Could this be related to my issue? (or is this just for unix?) http://openoffice.org/bugzilla/show_bug.cgi?id=105784 2011/3/17 Knut Olav Bøhmer > 2011/3/17 Knut Olav Bøhmer > >> Hi, >> >> Is this: c2911f0fa819 the right patch? >> http://hg.services.openoffice.org/OOO330/rev/c2911f0fa819 >> >>

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
2011/3/17 Knut Olav Bøhmer > Hi, > > Is this: c2911f0fa819 the right patch? > http://hg.services.openoffice.org/OOO330/rev/c2911f0fa819 > > And would it be possible to add it to 3.2.1? > Does not look like it. The file writerfilter/inc/resourcemodel/Protocol.hxx does not exist in my 3.2.1 source

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
Hi, Is this: c2911f0fa819 the right patch? http://hg.services.openoffice.org/OOO330/rev/c2911f0fa819 And would it be possible to add it to 3.2.1? Ref this one: http://openoffice.org/bugzilla/show_bug.cgi?id=61927 2011/3/17 Knut Olav Bøhmer > > It works on my computer in OpenOffice.org 3.3 bu

[dev] Re: Cannot subscribe to a mailing list

2011-03-17 Thread Stefan Taxhet
Hi, On 17.03.2011 12:06, jsk_p...@gmx.de wrote: Hi Pavel, you are lucky, i've been trying to umsubscribe for weeks now... Please note that Pavel tried to subscribe whereas you want to unsubscribe. Bernd explained that the problems with unsubscribing addresses with the matching requesting ad

[dev] Re: Cannot subscribe to a mailing list

2011-03-17 Thread Bernd Eilers
Hi there! On 17.03.2011 13:19, Eike Rathke wrote: Hi jsk_priv, On Thursday, 2011-03-17 12:06:09 +0100, jsk_p...@gmx.de wrote: you are lucky, i've been trying to umsubscribe for weeks now... - To unsubscribe send email to dev-uns

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
It works on my computer in OpenOffice.org 3.3 but not OpenOffice.org 3.2.1 It would be great if I could get some help to identify any patch that could fix this in 3.2.1 2011/3/17 Knut Olav Bøhmer > > I think it might be this bug: > http://openoffice.org/bugzilla/show_bug.cgi?id=111402 > > I'll

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
I think it might be this bug: http://openoffice.org/bugzilla/show_bug.cgi?id=111402 I'll try to install the same version on the computer that did it right, and see if the problem is still there. Regards On 17 March 2011 12:22, Eike Rathke wrote: > Hi Knut, > > On Thursday, 2011-03-17 12:53:34

[dev] Re: Including font's in build

2011-03-17 Thread Eike Rathke
Hi Knut, On Thursday, 2011-03-17 12:53:34 +0100, Knut Olav Bøhmer wrote: > Another relevant peace of information is that this document is a .doc file. Maybe the most important information.. it may be that character encoding is involved there and a "code page" is taken from the system because the

[dev] Re: Cannot subscribe to a mailing list

2011-03-17 Thread Eike Rathke
Hi jsk_priv, On Thursday, 2011-03-17 12:06:09 +0100, jsk_p...@gmx.de wrote: > you are lucky, i've been trying to umsubscribe for weeks now... > - > To unsubscribe send email to dev-unsubscr...@openoffice.org I think the footer is wr

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
Another relevant peace of information is that this document is a .doc file. 2011/3/17 Knut Olav Bøhmer > Hi again, > > Maybe it's not so obviously a font problem? Shouldn't it be enough to mark > the text and select another font, and the æøå should be OK again? > > It still only shows up as some

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
Hi again, Maybe it's not so obviously a font problem? Shouldn't it be enough to mark the text and select another font, and the æøå should be OK again? It still only shows up as something like: * リ* (I don't know if it would show up in your email client as it does in mine) Best regards Knut Olav

[dev] Re: Cannot subscribe to a mailing list

2011-03-17 Thread jsk_priv
Hi Pavel, you are lucky, i've been trying to umsubscribe for weeks now... SkottiStefan Taxhet hat geschrieben:>Hi Pavel, > >On 17.03.2011 11:07, Pavel Laštovička wrote: > >> I am sorry this is a bit off-topic. I tried to subscribe to the "users" >> mailing list and I have not got any response. I

[dev] Re: Chart titles

2011-03-16 Thread Niklas Nebel
On 16.03.2011 18:20, Jan wrote: I successfully inserted a Chart into a Text Document, set an XYDiagram and set the data values (via the API). However, I am at a total loss on how to add a Title to the diagram and to the X- and Y-Axis. Can anyone give me a pointer? There's an example in Basic a

[dev] Re: [www-dev] Re: building svl failed

2011-03-16 Thread Yan Wu
You're welcome. Indeed, either ' export TEMP="C:/cygwin/tmp" ' or ' export TMP="C:/cygwin/tmp" ' is OK. I tried it on my machine. On 3/16/11, 胡其图 wrote: > It's works! thank you very much! you so lovely... > > > > > > At 2011-03-15 17:49:27,"Yan Wu" wrote: > >>On 3/15/11, huq...@163.com wrote:

[dev] Re: [www-dev] Re: building svl failed

2011-03-16 Thread 胡其图
It's works! thank you very much! you so lovely... At 2011-03-15 17:49:27,"Yan Wu" wrote: >On 3/15/11, huq...@163.com wrote: >> I set the environment viable TEMP and TMP to "C:/cygwin/tmp", but I got >> the same error! >> and where can i find rsc_tempfiles.patch file and how to apply it!

[dev] Re: OOo Build on Win: unopkg prints debug info

2011-03-15 Thread Andor E
I didn't use debug=t and setting or not setting the DEBUG variable made no differenceA as far as I can tell. This message (http://markmail.org/message/eqk2lwr6ut4c3msb) from a SUN employee suggests, that OSL_DEBUG_LEVEL will always be greate than 1 for non-pro builds. Does this by any chance mean,

[dev] Re: Build breaks in setup-native

2011-03-15 Thread Hans-Joachim Lankenau
hi! i found that http://hg.services.openoffice.org/cws/ause130/rev/b4abd2828ea5 fixed this problem for me. seems to be connected with the special treatment of the INCLUDE variable and the length of it. tschau... ause Regina Henschel wrote: Hi, I want to build CWS aw080 for Windows, but it

[dev] Re: OOo Build on Win: unopkg prints debug info

2011-03-15 Thread Stephan Bergmann
On 03/15/11 09:24, Andor E wrote: I'm building OOo 3.2.1 on Windows. For some reason unopkg and other command line tools print trace info ("inserting new mapping") to the console. I'm quite certain, that I didn't create a debug build. I've even defined an envionment variable DEBUG=false. But it's

[dev] Re: OOo Build on Win: unopkg prints debug info

2011-03-15 Thread Joachim Lingner
This output comes probably from the bridges module. Did you build it by any chance with debug=t? Joachim On 03/15/11 09:24, Andor E wrote: Hi, I'm building OOo 3.2.1 on Windows. For some reason unopkg and other command line tools print trace info ("inserting new mapping") to the console. I'm q

[dev] Re: Relative URL

2011-03-15 Thread Stephan Bergmann
On 03/14/11 20:05, Jan wrote: Writing file://./theDocument.odt gives me the error: URL seems to be an unsupported one The above is not a relative file URL, it is a file URL with authority "." and absolute path "/theDocument.odt". A file URL with such an authority is not supported by OOo.

[dev] Re: [www-dev] Re: building svl failed

2011-03-15 Thread Yan Wu
On 3/15/11, huq...@163.com wrote: > I set the environment viable TEMP and TMP to "C:/cygwin/tmp", but I got > the same error! > and where can i find rsc_tempfiles.patch file and how to apply it! > thank you ! > -- I did it in this way to solve this problem: $cd svl $make clean $export TEMP="C:/cyg

[dev] Re: [www-dev] Re: building svl failed

2011-03-15 Thread huqitu
I set the environment viable TEMP and TMP to "C:/cygwin/tmp", but I got the same error! and where can i find rsc_tempfiles.patch file and how to apply it! thank you ! -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For

[dev] Re: [www-dev] Re: building svl failed

2011-03-15 Thread 胡其图
I set the environment viable TEMP and TMP to "C:/cygwin/tmp", but I got the same error!-- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help

[dev] Re: Relative URL

2011-03-14 Thread Frank Schönheit
Hello Jan, > how can I specify a relative URL for loadComponentFromURL() ? To my best knowledge, you cannot. In a possibly multi-threaded environment, "relative" would be completely meaningless, unless you explicitly pass the location to which your URL shall be relative to together with the URL -

[dev] Re: OO 3.3 is installing JRE 1.6.22 (already have 1.6.24)

2011-03-14 Thread Alexander Thurgood
Le 13/03/11 21:22, Joost Andrae a écrit : Hi Joost, >> >> If I remove JRE 1.6.22, will OpenOffice still work? > > yes. If you completely remove Java from your system then only some parts > will not work eg. the database is Java based and some wizards or some of > the document (XSLT based) filter

[dev] Re: EIS login

2011-03-14 Thread Bernd Eilers
On 13.03.2011 10:11, Takashi Ono wrote: Hi Bernd, In message "[dev] Re: EIS login", Bernd Eilers wrote... >On 10.03.2011 14:02, Takashi Ono wrote: >> EIS Web interface is now rejecting my login with OOo address and password. Are there >> any change? &g

[dev] Re: OO 3.3 is installing JRE 1.6.22 (already have 1.6.24)

2011-03-14 Thread Joost Andrae
Hi Stuart, I just updated to OpenOffice 3.3.0 (OOO330m20 (Build:9567)). The update installed JRE 1.6.22. If I remove JRE 1.6.22, will OpenOffice still work? yes. If you completely remove Java from your system then only some parts will not work eg. the database is Java based and some wizards

[dev] Re: EIS login

2011-03-13 Thread Takashi Ono
Hi Bernd, In message "[dev] Re: EIS login", Bernd Eilers wrote... >On 10.03.2011 14:02, Takashi Ono wrote: >> EIS Web interface is now rejecting my login with OOo address and password. >> Are there >> any change? >> > >We moved to a new infras

[dev] Re: Configuring Open Office

2011-03-11 Thread Knut Olav Bøhmer
On 10 March 2011 21:26, wrote: > I am trying to configure the openoffice development environment, using > cygwin. It claims that either /usr/bin/gawk, awk, tar, or gunzip is a > cygwin symlink. Do you have a solution to this problem? > http://wiki.services.openoffice.org/wiki/Documentation/Build

[dev] Re: EIS login

2011-03-10 Thread Bernd Eilers
On 10.03.2011 14:02, Takashi Ono wrote: Hi all, Hi Takashi Ono! EIS Web interface is now rejecting my login with OOo address and password. Are there any change? We moved to a new infrastructure recently. You should have got an email with a new password for OpenOffice.org We only migrate

[dev] Re: ERROR: File not found: msvcp80.dll

2011-03-10 Thread Knut Olav Bøhmer
On 9 March 2011 12:05, Michael Stahl wrote: > On 09/03/2011 03:43, tora - Takamichi Akiyama wrote: > > Hi, > > > >> On 8 March 2011 15:11, tora - Takamichi Akiyama > >> t...@openoffice.org>> wrote: > >>> cd $SRC_ROOT > >>> dmake > > >> and wait for a minutes, not hours. > > > > On

[dev] Re: XTextSection set background image API Changes ?

2011-03-10 Thread Jürgen Schmidt
On 3/10/11 9:04 AM, underscore wrote: > 2011/3/10 Jürgen Schmidt : >>> Indeed It was the URL -- odd thing is I have been using such >>> (file:/home/user ) URIs since OOo 2.4 -- >> it worked by luck and it seems that somebody have correct the code or >> used some other underlying stuff that is less

[dev] Re: XTextSection set background image API Changes ?

2011-03-10 Thread underscore
2011/3/10 Jürgen Schmidt : >> Indeed It was the URL -- odd thing is I have been using such >> (file:/home/user ) URIs since OOo 2.4 -- > it worked by luck and it seems that somebody have correct the code or > used some other underlying stuff that is less tolerant. > > The url syntax was and is wron

[dev] Re: XTextSection set background image API Changes ?

2011-03-09 Thread Jürgen Schmidt
On 3/9/11 4:11 PM, underscore wrote: > On Wed, Mar 9, 2011 at 5:47 PM, Michael Stahl > wrote: >>> (xSectionProps is the XPropertySet of a XTextSection ) >>> >>> Object bitmapTable = >>> createInstance("com.sun.star.drawing.BitmapTable"); >>> XNameContainer nameContainer = ooQueryInterfac

[dev] Re: Importing Filter fixes from Symphony

2011-03-09 Thread Camillem
On 09/03/2011 19:38, Niklas Nebel wrote: > On 30.11.2010 16:44, MOULIN Camille wrote: >> During random tests with IBM's Symphony, I realized that three of the >> most >> annoying bugs in Calc's filters were actually fixed there. >> Issue 89232 Fill operations should not touch filtered rows. >> >>

[dev] Re: Importing Filter fixes from Symphony

2011-03-09 Thread Niklas Nebel
On 30.11.2010 16:44, MOULIN Camille wrote: During random tests with IBM's Symphony, I realized that three of the most annoying bugs in Calc's filters were actually fixed there. Issue 89232 Fill operations should not touch filtered rows. Issue 12666 autofilter works just on one sheet (only on

[dev] Re: Help Required In Writing a New SDBC Driver For LDAP

2011-03-09 Thread Chirag Mahapatra
-- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help

[dev] Re: XTextSection set background image API Changes ?

2011-03-09 Thread underscore
On Wed, Mar 9, 2011 at 5:47 PM, Michael Stahl wrote: >> (xSectionProps is the XPropertySet of a XTextSection ) >> >> Object         bitmapTable   = >> createInstance("com.sun.star.drawing.BitmapTable"); >> XNameContainer nameContainer = ooQueryInterface.XNameContainer(bitmapTable); >> String      

[dev] Re: XTextSection set background image API Changes ?

2011-03-09 Thread Michael Stahl
On 09/03/2011 15:10, underscore wrote: > I was setting the background image as follows : > > (xSectionProps is the XPropertySet of a XTextSection ) > > Object bitmapTable = > createInstance("com.sun.star.drawing.BitmapTable"); > XNameContainer nameContainer = ooQueryInterface.XNameConta

[dev] Re: XTextSection set background image API Changes ?

2011-03-09 Thread Peter Eberlein
Am 09.03.2011 15:10, schrieb underscore: I was setting the background image as follows : (xSectionProps is the XPropertySet of a XTextSection ) Object bitmapTable = createInstance("com.sun.star.drawing.BitmapTable"); XNameContainer nameContainer = ooQueryInterface.XNameContainer(bitma

<    1   2   3   4   5   6   7   8   9   10   >