Re: [dev] program message: general input/output error

2010-12-08 Thread Terrence Enger
On Wed, 2010-12-08 at 09:24 +0100, Stephan Bergmann wrote: This might be broken in DEV300_m94 and fixed in DEV300_m95. (At least, an unxlngi6.pro DEV300_m95 build I inspected contained openoffice.org/basis3.4/program/libmswordli.so.)

[dev] program message: general input/output error

2010-12-07 Thread Terrence Enger
Greetings, When I try to open a MSWord document that I have received, my non-product build of m94 presents a dialog box saying General Error. General input/output error. and it does not open the document. Hacking around with gdb, I see the program trying to open

[dev] Save as MS Word 2006, but program lacks filter

2010-12-02 Thread Terrence Enger
Greetings, My local build of DEV300_m94 offer Save As MS Word 2006, but the program displays message Filter not found. My configure options do not say --disable-binfilter. Is there anything else I could have done to provoke this behaviour? Is it a bug? My configure command follows. Thanks,

Re: [dev] Re: Save as MS Word 2006, but program lacks filter

2010-12-02 Thread Terrence Enger
Thank you, Michael. On Thu, 2010-12-02 at 18:53 +0100, Michael Stahl wrote: On 02/12/2010 18:32, Terrence Enger wrote: Greetings, My local build of DEV300_m94 offer Save As MS Word 2006, but the program displays message Filter not found. the writer DOC/RTF filters broke due to some

Re: [dev] Crash on PDF export with m92

2010-11-19 Thread Terrence Enger
On Fri, 2010-11-19 at 13:10 +0100, Pavel Laštovička wrote: Hello, I am experiencing crashes or malloc memory corruption when I do export to PDF. The logs I am attaching were created in daemon mode with jodconverter library as a client. I tried to export the same .ods document to .xls

Re: [dev] importing a .docx, assertions raised

2010-10-20 Thread Terrence Enger
On Wed, 2010-10-20 at 13:15 +0200, Stephan Bergmann wrote: On 10/15/10 17:08, Terrence Enger wrote: Now, I understand that each raised assertion should be filed as an issue, but nine distinct assertions (some repeated lotsa times) seems like a bit of a muchness. Will someone here please

[dev] importing a .docx, assertions raised

2010-10-15 Thread Terrence Enger
Purely as procrastination, I downloaded a .docx file and tried to open it in my non-product build of OOo. Now, I understand that each raised assertion should be filed as an issue, but nine distinct assertions (some repeated lotsa times) seems like a bit of a muchness. Will someone here please

[dev] build problem, DEV300_m88

2010-09-23 Thread Terrence Enger
Greetings, I am unable to build DEV300_m88. The relevant (I think) part of the output reads ... = Building module redland = Entering /home/terry/OOo_hacking/DEV300_m88/redland/raptor Entering

Re: [dev] Re: build problem, DEV300_m88

2010-09-23 Thread Terrence Enger
On Thu, 2010-09-23 at 12:21 +0200, Michael Stahl wrote: On 23/09/2010 09:30, Terrence Enger wrote: Greetings, I am unable to build DEV300_m88. The relevant (I think) part of the output reads ... [...] redland deliver deliver -- version: 275594 deliver: /home/terry

Re: [dev] Re: FASTBOOL macro vs bool - decrease memory usage

2010-06-27 Thread Terrence Enger
On Fri, 2010-06-25 at 10:03 +0200, Michael Stahl wrote: On 25/06/2010 08:53, Stephan Bergmann wrote: On 06/24/10 22:51, Terrence Enger wrote: This is about a sal_Bool rather than a bool, but I shall raise the question anyway. It just happens that I was running OO under gdb

Re: [dev] How to run quickstarter?

2010-06-27 Thread Terrence Enger
On Tue, 2010-05-25 at 10:44 +0200, Stephan Bergmann wrote: On 05/23/10 19:56, Ariel Constenla-Haile wrote: On Sunday 23 May 2010, 14:15, Terrence Enger wrote: Uh oh. This time my attempt to install only for me displays a message box, give or take my retyping, ... loading component

Re: [dev] How to run quickstarter?

2010-06-27 Thread Terrence Enger
On Sun, 2010-06-27 at 15:12 -0400, Terrence Enger wrote: The assertions I reported earlier are in abeyance. I shall go off now to resolve issue 111452. Uh oh. I mean I am going off to resolve issue 110623 as a duplicate of 111452, which is fixed Cheers, Terry

Re: [dev] FASTBOOL macro vs bool - decrease memory usage

2010-06-24 Thread Terrence Enger
On Thu, 2010-06-24 at 11:32 +0200, Stephan Bergmann wrote: On 06/24/10 11:17, Bartosz wrote: Maybe we should change it to (or remove this macro): typedef bool FASTBOOL; Yes, best would certainly be to remove the typedef and change occurrences of FASTBOOL to plain

Re: [dev] How to run quickstarter?

2010-05-23 Thread Terrence Enger
On Sat, 2010-05-22 at 12:25 -0300, Ariel Constenla-Haile wrote: Hello Terrence, On Saturday 22 May 2010, 11:37, Terrence Enger wrote: I am running 32-bit mode. I expect the effect is the same. `diff` reports that the download is the same. sure it was cached in your browser. Right

Re: [dev] How to run quickstarter?

2010-05-22 Thread Terrence Enger
On Fri, 2010-05-21 at 18:47 -0300, Ariel Constenla-Haile wrote: On Friday 21 May 2010, 18:13, Terrence Enger wrote: I would like to run the quickstarter. see if this extensions helps: http://arielch.fedorapeople.org/devel/ooo

Re: [dev] How to run quickstarter?

2010-05-22 Thread Terrence Enger
On Sat, 2010-05-22 at 10:50 -0300, Ariel Constenla-Haile wrote: Hello Terrence, On Saturday 22 May 2010, 09:29, Terrence Enger wrote: On Fri, 2010-05-21 at 18:47 -0300, Ariel Constenla-Haile wrote: On Friday 21 May 2010, 18:13, Terrence Enger wrote

[dev] How to run quickstarter?

2010-05-21 Thread Terrence Enger
Greetings, I am running a somewhat hacked non-product build of DEV300_m76 without desktop integration (i.e., built with PKGFORMAT=installed) on ubuntu 8.04 (hardy). In aid of issue 110623 framework: AS/400 ... Error: ASSERT: TransactionManager... Owner instance already closed.

Re: [dev] Re: operator delete mismatch

2010-04-10 Thread Terrence Enger
On Fri, 2010-04-09 at 21:19 +0200, Björn Michaelsen wrote: Am Fri, 09 Apr 2010 15:12:00 -0400 schrieb Terrence Enger ten...@iseries-guru.com: Is there anything that will capture a record of what I did to get into an interesting situation? It has happened more than once that I have been

Re: [dev] operator delete mismatch

2010-04-10 Thread Terrence Enger
On Tue, 2010-03-30 at 13:51 +0200, Frank Schoenheit, Sun Microsystems Germany wrote: Hi Terrence, A website page about building OOo says that non-product builds are used almost exclusively within Sun. For a long time, I incorrectly took that to be a warning that they are hard to

Re: [dev] Re: operator delete mismatch

2010-04-09 Thread Terrence Enger
On Tue, 2010-03-30 at 15:11 +0200, Michael Stahl wrote: On 30/03/2010 13:31, Terrence Enger wrote: ( I think, though, that I am giving up on trying to use a non-product build when I actually want to get work done grin /. ) before resorting to such extreme measures as not using non-product

Re: [dev] How to use DBG_foo?

2010-04-02 Thread Terrence Enger
On Thu, 2010-04-01 at 23:29 +0200, bjoern michaelsen - Sun Microsystems - Hamburg Germany wrote: On Thu, 01 Apr 2010 16:40:11 -0400 Terrence Enger ten...@iseries-guru.com wrote: What does it take to use, for example, the DBG_ASSERT function defined in debug.hxx? I have poked around

[dev] How to use DBG_foo?

2010-04-01 Thread Terrence Enger
Greetings, What does it take to use, for example, the DBG_ASSERT function defined in debug.hxx? I have poked around on the wiki without success. I have added enough #include lines to get the file to compile, but now the link step is failing with undefined references to DbgFunc() and DbgOut().

Re: [dev] operator delete mismatch

2010-03-30 Thread Terrence Enger
My thanks go to Stephan Bergmann, who also responded to my question. On Mon, 2010-03-29 at 15:00 +0200, Eike Rathke wrote: Hi Terrence, On Friday, 2010-03-26 13:42:28 -0400, Terrence Enger wrote: However, I have not found what library holds the object code for operators_new_delete.cxx

Re: [dev] How best to use {OpenGrok?

2010-03-26 Thread Terrence Enger
On Thu, 2010-03-25 at 21:27 +0100, Cédric Bosdonnat wrote: Hi Terry, On Thu, 2010-03-25 at 13:33 -0400, Terrence Enger wrote: Greetings, It seems that the {OpenGrok search hosted at svn.services.openoffice.org does not cover files created during the build process. This has caused

Re: [dev] ID-utils and ctags (was: [dev] How best to use {OpenGrok?)

2010-03-26 Thread Terrence Enger
On Thu, 2010-03-25 at 22:19 +0100, Eike Rathke wrote: Hi Terrence, On Thursday, 2010-03-25 13:33:41 -0400, Terrence Enger wrote: It seems that the {OpenGrok search hosted at svn.services.openoffice.org does not cover files created during the build process. Of course not, by nature

Re: [dev] operator delete mismatch

2010-03-26 Thread Terrence Enger
On Fri, 2010-03-19 at 15:15 +0100, Frank Schoenheit, Sun Microsystems Germany wrote: Hi Terrence, Since I created issue 110236 http://www.openoffice.org/issues/show_bug.cgi?id=110236 yesterday, I have encountered many occurrences. I have some time available. Do you have any

[dev] How best to use {OpenGrok?

2010-03-25 Thread Terrence Enger
Greetings, It seems that the {OpenGrok search hosted at svn.services.openoffice.org does not cover files created during the build process. This has caused me some confusion: differences between search results there and output from gdb made me think that my eyes were going funny. In particular,

[dev] Re: [dba-dev] solved: DateTime construction from a TIMESTAMP_STRUCT

2010-03-24 Thread Terrence Enger
On Tue, 2010-03-23 at 14:44 -0400, Terrence Enger wrote: This silly question  Yes, it was silly. I was confusing two different variables. Please accept my apology for the noise on the list. New morning, fresh pot of coffee. I hope for better results. arises because I am looking at issue

Re: [dev] Re: [dba-dev] solved: DateTime construction from a TIMESTAMP_STRUCT

2010-03-24 Thread Terrence Enger
On Wed, 2010-03-24 at 06:10 -0400, Terrence Enger wrote: [ lots of stuff which he has now sent to dba-dev, where he should have sent it in the first place ] Sorry for the noise. - To unsubscribe, e-mail: dev-unsubscr

Re: [dev] creating issues, looking for better practice

2010-03-21 Thread Terrence Enger
On Sun, 2010-03-21 at 18:06 +0100, Eike Rathke wrote: Hi Terrence, On Saturday, 2010-03-20 15:05:09 -0400, Terrence Enger wrote: A couple of times lately [...] I have chosen a component arbitrarily when creating an issue. What should I do to avoid wasting people's time? You may use

[dev] bogus bug number 120310

2010-03-20 Thread Terrence Enger
Greetings, Back on DEV300_m71 (hey, it's Saturday morning, and I was nostalgic for the sight of the top of my real-world desk), I managed to provoke an assertion--actually, macro LOG_ERROR() ... Debug Output Error: ASSERT: CloseDispatcher::impl_asyncCallback “Congratulation! You

[dev] creating issues, looking for better practice

2010-03-20 Thread Terrence Enger
Greetings, A couple of times lately ( http://www.openoffice.org/issues/show_bug.cgi?id=110234 and http://www.openoffice.org/issues/show_bug.cgi?id=110281 ) I have chosen a component arbitrarily when creating an issue. What should I do to avoid wasting people's time? Cheers, Terry.

[dev] operator delete mismatch

2010-03-19 Thread Terrence Enger
Greetings, Since I created issue 110236 http://www.openoffice.org/issues/show_bug.cgi?id=110236 yesterday, I have encountered many occurrences. I have some time available. Do you have any suggestions about what this means or where I should start looking for an explanation or a solution?

Re: [dev] Should assertions abort?

2010-03-19 Thread Terrence Enger
On Fri, 2010-03-19 at 10:16 +0100, Niklas Nebel wrote: On 03/18/10 19:16, Terrence Enger wrote: Long version: I just managed to provoke ... Error: Invalid MediaDescriptor detected: Found no URL. From File /home/terry/OOo_hacking/DEV300_m75

Re: [dev] Should assertions abort?

2010-03-18 Thread Terrence Enger
On Fri, 2010-02-12 at 09:11 +0100, Frank Schoenheit, Sun Microsystems Germany wrote: Hi, issue 109142 (http://www.openoffice.org/issues/show_bug.cgi?id=109142) requests to change the behavior of assertions (OSL_ASSERT/DBG_ASSERT and friends) to abort if their condition is not met. The

[dev] testing fix of issue 109146

2010-03-16 Thread Terrence Enger
Greetings, In a comment to his change fixing issue 109146 http://www.openoffice.org/issues/show_bug.cgi?id=109146, Stephan Bergmann commented (but I must confess I have no idea how to trigger the code in a running OOo, to verify that the assertion no longer wrongly fires) As it

Re: [dev] testing fix of issue 109146

2010-03-16 Thread Terrence Enger
On Tue, 2010-03-16 at 15:23 +0100, Stephan Bergmann wrote: If you like, you can add the information (or a link to it at http://www.openoffice.org/servlets/ReadMsg?list=devmsgNo=26782) to that issue and set it to verified. That would help a lot. I have added a comment with a link to the

[dev] inettype.cxx: suspected problem

2010-03-15 Thread Terrence Enger
Greetings, File svl/source/misc/inettype.cxx defines function seekEntry, which does a binary search on an array of MediaTypeEntry passed as its second argument. In a non-production build, it verifies that the passed array is in sequence by (since cws sb121) value of m_pTypeName. I take this

Re: [dev] assertion failure

2010-03-01 Thread Terrence Enger
On Mon, 2010-03-01 at 17:28 +0100, Stephan Bergmann wrote: On 02/26/10 14:32, Terrence Enger wrote: I am looking at issue 109146 Assertion: Error: seekEntry() Bad map ... http://www.openoffice.org/issues/show_bug.cgi?id=109146. It just happens to be the first assertion that I saw

Re: [dev] assertion failure

2010-02-26 Thread Terrence Enger
Thank you, Stephan, for your thoughtful response. On Wed, 2010-02-24 at 09:31 +0100, Stephan Bergmann wrote: - All directories containing test code are added to the modules' prj/build.lst files. I'll take that as my first reading assignment. Reading: For how to write tests, I would

Re: [dev] assertion failure

2010-02-23 Thread Terrence Enger
On Thu, 2010-02-11 at 10:16 +0100, Stephan Bergmann wrote: On 02/11/10 03:11, Terrence Enger wrote: Let me pick on the first assertion which failed, and one which is failing quite regularly. It is ... Error: seekEntry(): Bad map From File /home/terry/OOo_hacking/DEV300_m71/svl

Re: [dev] OT: web site and issue tracker

2010-02-13 Thread Terrence Enger
On Fri, 2010-02-12 at 23:57 +0100, Cor Nouws wrote: Hi Terrence, Terrence Enger wrote (12-02-10 23:45) Where should I go for help with the web site for openoffice.org? (*) I already have two userids, and neither one lets me log in. (*) I apologize to rainerbielefeld for wasting his

Re: [dev] Should assertions abort?

2010-02-13 Thread Terrence Enger
On Fri, 2010-02-12 at 17:18 +0100, Christian Lippka wrote: If this is still not understandable, I will draw you a flow chart on monday at your office :-) If you send me pictures of the whiteboard or scans of the paper, I will try to key them in. Or course, before there is any benefit, we shall

Re: [dev] Should assertions abort?

2010-02-12 Thread Terrence Enger
On Fri, 2010-02-12 at 15:53 +0100, Frank Schoenheit, Sun Microsystems Germany wrote: finding consensus ... (and finally, perhaps it's good for something) So, in my opinion we would need 3 levels, at least, not 2: (1) traces (today: OSL_TRACE, DBG_TRACE) (2) error reports (today: DBG_ERROR,

[dev] OT: web site and issue tracker

2010-02-12 Thread Terrence Enger
Greetings, I am sorry to contributing noise on this list. Where should I go for help with the web site for openoffice.org? (*) I already have two userids, and neither one lets me log in. (*) I apologize to rainerbielefeld for wasting his time with a duplicate issue. If I can track down the

Re: [dev] assertion failure

2010-02-11 Thread Terrence Enger
Thank you for your help. I shall be able to continue hacking with more confidence. On Thu, 2010-02-11 at 10:16 +0100, Stephan Bergmann wrote: Unfortunately running a non-pro OOo results in many assertions popping up. I was just recently frustrated by that once again, and decided (for

[dev] assertion failure

2010-02-10 Thread Terrence Enger
Greetings, I have just completed a non-product build of DEV300_m71, my first ever non-product build. http://wiki.services.openoffice.org/wiki/Non_Product_Build tells me that an assertion failure is considered to be a bug and should be reported. However, I had three different assertion failures

[dev] DEV300_m60 build question

2009-09-29 Thread Terrence Enger
Greetings, I have successfully (at first glance, anyway) built DEV300_m60, including in my script ... export LOCALINSTALLDIR=/home/terry/OOo_hacking/localbuild export PKGFORMAT=installed mkdir --parents --verbose $LOCALINSTALLDIR After I damage localbuild/, how should I repeat the

Re: [dev] NetBeans setup for sdk

2008-08-15 Thread Terrence Enger
Ariel, Short version: everything cool until configuration. Details in-line. On Thu, 2008-08-14 at 03:28 -0300, Ariel Constenla-Haile wrote: Hi Terrence, Terrence Enger escribió: Hi, I see OpenOffice.org API plugin for Netbeans 1.1.3 available http://blogs.sun.com/GullFOSS/entry

Re: [dev] NetBeans setup for sdk

2008-08-12 Thread Terrence Enger
On Thu, 2008-07-03 at 10:07 +0200, Juergen Schmidt wrote: Hi Terrence, the NB plugin as well the SDK are currently not working with the new OO.org 3.0. Because of a completely new structure both the plugin and the SDK have to changed or adapted. We are currently working on it and you can

Re: [dev] Where to find debuggable versions of OpenOffice.org

2008-07-09 Thread Terrence Enger
Please let me second Joerg's request for a debuggable download. My interest arises not from any mystery or suspicion of a problem in the OOo code but simply from a taste for using an interactive debugger as a tool for understanding the code. I think this habit is somewhat common. Is it possible

Re: [dev] lxr.go-oo.org

2008-07-08 Thread Terrence Enger
On Sun, 2008-07-06 at 11:00 +0200, Charles-H. Schulz wrote: Terrence, go-oo.org does not depend from openoffice.org . Please ask Michael Meeks from Novell about your issue.  Alas, the problem is back, and my emails to [EMAIL PROTECTED] are rejected 553 sorry, relaying denied from your

Re: [dev] lxr.go-oo.org

2008-07-06 Thread Terrence Enger
: Terrence, go-oo.org does not depend from openoffice.org . Please ask Michael Meeks from Novell about your issue. Best Regards, Charles-H. Schulz Le 5 juil. 08 à 15:48, Terrence Enger a écrit : Greetings, Not strictly on topic here, so I apologize in advance. For the last

[dev] BEB300_m2 rpms: I can't find them

2008-07-06 Thread Terrence Enger
Greetings, I have built, with small local fudges, BEB300_m2, using configure option --with-package-format=rpm, but I have not figured out how to install it. In previous versions, the rpms were in instsetoo_native/unxlngi6.pro/OpenOffice/rpm/install/en-US/RPMS/. Now there is see

[dev] lxr.go-oo.org

2008-07-05 Thread Terrence Enger
Greetings, Not strictly on topic here, so I apologize in advance. For the last several days, every identifier search at lxr.go-oo.org has returned ... zero definitions, zero references. I do not see a contact listed on the search page (and the existence of class `contact` makes code results

Re: [dev] NetBeans setup for sdk

2008-07-03 Thread Terrence Enger
with the new OO.org 3.0. Because of a completely new structure both the plugin and the SDK have to changed or adapted. We are currently working on it and you can expect it next week. Juergen Terrence Enger wrote: Greetings. I am trying to use NetBeans 6.0.1 and the OpenOffice API Plugin

[dev] NetBeans setup for sdk

2008-07-02 Thread Terrence Enger
Greetings. I am trying to use NetBeans 6.0.1 and the OpenOffice API Plugin version 1.1.1 with locally compiled DEV300_m19. I have installed from locally-created .rpm's and applied minimal hacks into /home/terry/OOo_hacking/DEV300_m19_localbuild/, and I have moved the unpacked sdk to

Re: [dev] build failed: GetOldStyleDics undefined.

2008-05-22 Thread Terrence Enger
On Thu, 2008-05-22 at 20:19 +0100, Caolan McNamara wrote: On Thu, 2008-05-22 at 15:02 -0400, Terrence Enger wrote: Greetings. I am trying to build BEA300_m2 on Ubuntu 8.04 (hardy). Creation of libhyphenli.so fails with messages ... ../../../../unxlngi6.pro/slo/hyphenimp.o

[dev] difficult access debugging symbols

2008-04-08 Thread Terrence Enger
Greetings, I have built OOH680_m10 on ubuntu-Gutsy (7.10). Somewhere between creation of libraries in the solver and installing from the rpm's, I lose debugging symbols. I configured with --enable-symbols and built with dmake debug=true The build process produces lines ...