[dev] OO SDK GLIBCXX_3.4.9 not found in Linux Ubuntu

2010-01-08 Thread Fabio A. Miranda
Hello OO Developers: Regarding Ubuntu 64 OO SDK, I am interested in resolve the issue so we can provide "green light" to Ubuntu developer of OO addons. The problem is the process of "add-on" creation do not finish correctly, this is the error: r...@catullus:~# uname -a Linux catullus 2.6.31-17-g

RE: [dev] NB 6.8, OO SDK, Mac OS X snow leopard "debug in target openoffice.org" error

2010-01-08 Thread Fabio Miranda
Hello, Thanks is good news. Perhaps the problem is related to Ubuntu: creating UNO extension package ... Building zip: /home/fabio/NetBeansProjects/UniOffice/dist/UniOffice.oxt uno-package: debugging UNO extension package ... /opt/openoffice.org3/program/unopkg gui -f /home/fabio/NetBeansProjec

Re: [dev] NB 6.8, OO SDK, Mac OS X snow leopard "debug in target openoffice.org" error

2010-01-08 Thread Ariel Constenla-Haile
Hello Fabio, On Friday 08 January 2010, 20:03, Fabio Miranda wrote: > I believe that the problem is not related to building and running > complements in OS X with NB 6.8. The problem is related to debugging which > is broken in Mac, Linux and the only platform that supports OO SDK > debugging i

RE: [dev] NB 6.8, OO SDK, Mac OS X snow leopard "debug in target openoffice.org" error

2010-01-08 Thread Fabio Miranda
I believe that the problem is not related to building and running complements in OS X with NB 6.8. The problem is related to debugging which is broken in Mac, Linux and the only platform that supports OO SDK debugging is Windows. > Date: Fri, 8 Jan 2010 10:04:49 +0100 > From: juergen.schm...

[dev] Re: Stay-put buttons

2010-01-08 Thread Andreas Saeger
R. Georgeson wrote: Mind you I can't believe that wanting to stick a button on a spreadsheet which is always accessible as you scroll around is so ideosyncratic. Where have I seen this before? Oh, in OpenOffice.org. It's called "toolbar". ---

Re: [dev] DEV300_m69: canvas/source/cairo/cairo_canvashelper.cxx build breaker

2010-01-08 Thread Thorsten Behrens
Ariel Constenla-Haile wrote: > > Sounds good, let me checkout m69 & have a deeper look. Problem here > > is, Hamburg does not build that code, so code changes in other > > places may not be taken care of there. > > I was wondering how the * do they build without breaking the build! > so, do the L

Re: [dev] DEV300_m69: canvas/source/cairo/cairo_canvashelper.cxx build breaker

2010-01-08 Thread Ariel Constenla-Haile
Hello Thorsten, On Friday 08 January 2010, 10:38, Thorsten Behrens wrote: > Ariel Constenla-Haile wrote: > > besides the warning, the error is that the first parameter of > > doPolyPolygonImplementation() is of type ::basegfx::B2DPolyPolygon > > http://svn.services.openoffice.org/opengrok/xref/DEV

[dev] Re: Modifying OOo source: beginners help

2010-01-08 Thread Michael Stahl
On 08/01/2010 14:39, Richard Whitehead wrote: > Hello, > > Please can someone help with the basics of adding some code to the OOo > source. > > I am using a third-party static library that I want to call from the > existing code. I added my new source code (to an existing OOo source file > at

Re: [dev] DEV300_m69: canvas/source/cairo/cairo_canvashelper.cxx build breaker

2010-01-08 Thread Thorsten Behrens
Ariel Constenla-Haile wrote: > besides the warning, the error is that the first parameter of > doPolyPolygonImplementation() is of type ::basegfx::B2DPolyPolygon > http://svn.services.openoffice.org/opengrok/xref/DEV300_m69/canvas/source/cairo/cairo_canvashelper.cxx#848 > but in void cairocanvas::

[dev] Modifying OOo source: beginners help

2010-01-08 Thread Richard Whitehead
Hello, Please can someone help with the basics of adding some code to the OOo source. I am using a third-party static library that I want to call from the existing code. I added my new source code (to an existing OOo source file at present) and added a #include to the library's header. It

Re: [dev] Stay-put buttons

2010-01-08 Thread Jan Holst Jensen
R. Georgeson wrote: On Wed, 06 Jan 2010 14:15:23 +0100 Niklas Nebel wrote: On 01/06/10 12:52, R. Georgeson wrote: I looked at toolbars An add-on component can also specify images instead of text for its toolbar entries, see http://wiki.services.openoffice.org/wiki/Documentati

[dev] DEV300_m69: canvas/source/cairo/cairo_canvashelper.cxx build breaker

2010-01-08 Thread Ariel Constenla-Haile
Hi there, building DEV300_m69 I get the following error in canvas/source/cairo/cairo_canvashelper.cxx /mnt/build/openoffice/latest/canvas/source/cairo/cairo_canvashelper.cxx: In member function 'void cairocanvas::CanvasHelper::doPolyPolygonPath( const com::sun::star::uno::Reference&, cairoca

Re: [dev] NB 6.8, OO SDK, Mac OS X snow leopard "debug in target openoffice.org" error

2010-01-08 Thread Juergen Schmidt
Hi Fabio, i use NB 6.8 with the OOo plugin under Snow Leopard and i don't have any problems. Ok i work with dev builds or RC's for the 3.2 but that shouldn't be your problem. Which Java version do you use? Juergen On 1/8/10 12:27 AM, Fabio Miranda wrote: hello, anyone familiar with the abo

[dev] how to add a jmf.jar to linux package.and make it run

2010-01-08 Thread 641402697
currently ,i wan't jmf.jar store in openoffice package ,after install it can be run

Re: [dev] Stay-put buttons

2010-01-08 Thread R. Georgeson
On Wed, 06 Jan 2010 14:15:23 +0100 Niklas Nebel wrote: > On 01/06/10 12:52, R. Georgeson wrote: > > I looked at toolbars > > An add-on component can also specify images instead of text for its > toolbar entries, see > http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/