Re: [code] build on Linux 64 bits (Fedora 15)

2011-09-02 Thread Ariel Constenla-Haile
On Thursday 01 September 2011, 18:25, Ariel Constenla-Haile wrote: --enable-opengl \ ... * enabling the OpenGL transitions: Compiling: slideshow/source/engine/OGLTrans/OGLTrans_TransitionerImpl.cxx slideshow/source/engine/OGLTrans/OGLTrans_TransitionerImpl.cxx: In member function 'bool

Re: autoconf... same warnings?

2011-09-21 Thread Ariel Constenla-Haile
: the top level this due to changes in recent autoconf. In acinclude.m4, the call to AC_LANG_PROGRAM must be quoted. Try the attached patch, for me it removed the warning. Regards, -- Ariel Constenla-Haile La Plata, Argentina configure.in:2077: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected

Re: [LINUX-BUILD] mingw32 error

2011-09-21 Thread Ariel Constenla-Haile
-c 'yum install mingw32-gcc-c++' and add to the configure options: ./configure --with-mingwin=i686-pc-mingw32-g++ [some other options...] Regards -- Ariel Constenla-Haile La Plata, Argentina pgpXYP4Eb4GX7.pgp Description: PGP signature

Re: [LINUX-BUILD] problem with unoxml

2011-09-23 Thread Ariel Constenla-Haile
what cp command is generated. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpJ0B45NLd0f.pgp Description: PGP signature

Re: [LINUX-BUILD] problem with unoxml

2011-09-23 Thread Ariel Constenla-Haile
not the root cause of the error. It looks libsax.so should be named libsaxlx.so and delivered to the solver with that name. IMO we should investigate why the name has changed. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpLIFRFhPwId.pgp Description: PGP signature

Re: [LINUX-BUILD] problem with unoxml

2011-09-23 Thread Ariel Constenla-Haile
On Sat, Sep 24, 2011 at 01:12:18AM -0300, Ariel Constenla-Haile wrote: I can see that error too. This is the problem: * the sax module is a dependency of unoxml, see unoxml/prj/build.lst * solver/340/unxlngx6.pro/lib/libsaxlx.so does not exist, though it should have been built in sax

[CODE] DLLPOSTFIX issue in vcl unx desktop detection

2011-10-04 Thread Ariel Constenla-Haile
aModule = aModName.makeStringAndClear(); Loading worked by luck because SAL_DLLPOSTFIX was defined as .so The attached patch solves the issue defining SAL_DLLPOSTFIX as an empty string, and adding the extension to the vcl plugin module name. Regards -- Ariel Constenla-Haile La Plata, Argentina

[CODE] fix Qt4/Kde4 detection in configure (was: [code] build on Linux 64 bits (Fedora 15))

2011-10-04 Thread Ariel Constenla-Haile
Hi there, On Thu, Sep 01, 2011 at 06:25:04PM -0300, Ariel Constenla-Haile wrote: * enabling KDE 4, moc can't be found: checking for Qt4 headers... /usr/include checking for Qt4 libraries... /usr/lib64 checking for moc... no configure: error: Qt Meta Object Compiler not found. Please

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Ariel Constenla-Haile
Hello Mathias, On Tue, Oct 04, 2011 at 11:28:06PM +0200, Mathias Bauer wrote: Am 04.10.2011 17:27, schrieb Ariel Constenla-Haile: Hi there, The GStreamer avmedia plugin is disabled when copyleft is disabled (the default in AOOo). http://svn.apache.org/viewvc/incubator/ooo/trunk

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Ariel Constenla-Haile
this argument, it should also ship the GStreamer integration (here going back to the Java Media Framework is a no-go!). Regards -- Ariel Constenla-Haile La Plata, Argentina pgpnsGTlx32ST.pgp Description: PGP signature

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Ariel Constenla-Haile
an AOOo that looks like: ~]$ export SAL_USE_VCLPLUGIN=gen;export OOO_FORCE_DESKTOP=none ~]$ /opt/openoffice.org3/program/soffice a no-go, IMHO. Regards -- Ariel Constenla-Haile La Plata, Argentina pgp7tBSGZj2vU.pgp Description: PGP signature

[CODE] gtk system tray icon and libegg

2011-10-06 Thread Ariel Constenla-Haile
it. Attached patch solves (1) and (2) but is useless until knowing the status of (5) and then fixing (4). Regards -- Ariel Constenla-Haile La Plata, Argentina diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 8c397b2..30460a5 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk

[CODE] Linux build break: GPERF unset (rev. 1179044)

2011-10-06 Thread Ariel Constenla-Haile
to the platform test to keep build if ($platform =~ m/solaris|darwin|freebsd|linux/) but I guess this will break on other platforms too. I don't get why it was moved inside the if. Regards -- Ariel Constenla-Haile La Plata, Argentina pgp0i6kUvmDhW.pgp Description: PGP signature

[PATCH] Patches for i118505 and i118504

2011-10-13 Thread Ariel Constenla-Haile
implementation. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpNYZGWEDRYg.pgp Description: PGP signature

Re: [PATCH] Patches for i118505 and i118504

2011-10-13 Thread Ariel Constenla-Haile
as FIXED. In the OOo times one had to ask for CANCONFIRM privileges in OOo QA mailing list, like: http://openoffice.org/projects/qa/lists/dev/archive/2007-11/message/16 If you had those privileges, you should have no issue. Regards -- Ariel Constenla-Haile La Plata, Argentina pgp8kWqE1IqYa.pgp

Re: How start to build AOOo on WinXP

2011-10-14 Thread Ariel Constenla-Haile
autoconf autoconf is available in cygwin, use the setup tool to install it. Once generated the configure script, proceed as usual. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpaA5rsHVOWT.pgp Description: PGP signature

Re: How start to build AOOo on WinXP

2011-10-15 Thread Ariel Constenla-Haile
: http://mail-archives.apache.org/mod_mbox/incubator-ooo-dev/201109.mbox/%3c4e770880.2040...@gmx.ch%3E Regards -- Ariel Constenla-Haile La Plata, Argentina pgp0bmNx6A2R1.pgp Description: PGP signature

Re: [DISCUSS] OpenOffice.org NetBeans plugin - grant of source code

2011-10-17 Thread Ariel Constenla-Haile
(publickey,keyboard-interactive). when creating the tunnel, so I couldn't test if the sources are still there. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpA93yU2JNkg.pgp Description: PGP signature

Re: How start to build AOOo on WinXP

2011-10-17 Thread Ariel Constenla-Haile
: [4] /lib64/libc.so.6: __libc_start_main+0xf4 Backtrace: [5] /home/ariel/OOo/AOOo/openoffice.org3/program/soffice.bin: ???+0x10f9 Regards -- Ariel Constenla-Haile La Plata, Argentina pgpGKneZYivvG.pgp Description: PGP signature

Re: [PATCH] Fix for #118485#, #108221#, #67705#

2011-10-17 Thread Ariel Constenla-Haile
VerbId! From File y:/apache/trunk/main/sfx2/source/control/shell.cxx at Line 1201 Sometimes this kind of errors indicate a real error, sometimes not; but it's worth looking at it. Regards -- Ariel Constenla-Haile La Plata, Argentina pgp3AQg5B0TxG.pgp Description: PGP signature

Re: [PATCH] Fix for #118485#, #108221#, #67705#

2011-10-18 Thread Ariel Constenla-Haile
MSVisualStudio (AFAIK donated by MS). Regards -- Ariel Constenla-Haile La Plata, Argentina pgplEgeAXGGar.pgp Description: PGP signature

Re: [PATCH] Fix for #118485#, #108221#, #67705#

2011-10-18 Thread Ariel Constenla-Haile
Hi Regina, On Wed, Oct 19, 2011 at 01:10:10AM +0200, Regina Henschel wrote: Hi Ariel, Ariel Constenla-Haile schrieb: Hi Regina, On Tue, Oct 18, 2011 at 12:22:39PM +0200, Regina Henschel wrote: Do you have got a full MSVC or do you use a trick, that you does not need --disable atl? I

Re: Extensions Integration into Installation Set

2011-10-19 Thread Ariel Constenla-Haile
the extensions in sdext or swext you should modify the prj/d.lst file to copy the oxt's in the bin dir. Regards -- Ariel Constenla-Haile La Plata, Argentina From fb86be9528b98643b414e84ccac07a9973b8ea98 Mon Sep 17 00:00:00 2001 From: Ariel Constenla-Haile ariel.constenla.ha...@gmail.com Date: Wed, 19

Re: Extensions Integration into Installation Set

2011-10-20 Thread Ariel Constenla-Haile
Hi jianlizhao On Thu, Oct 20, 2011 at 04:38:55PM +0800, jianlizhao wrote: Hello Ariel Constenla-Haile With your help, I solved the Extensions Integration into Installation Set problem, I would like to ask some questions about build.lst file build.lst file myext myextensions: solenv

[CODE] tools/solar.h DLLPOSTFIX clean-up

2011-10-21 Thread Ariel Constenla-Haile
/incubator/ooo/trunk/main/solenv/inc/wntgcci.mk?view=markup#l185 Regards -- Ariel Constenla-Haile La Plata, Argentina diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index 0449bc8..50916a7 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -246,67 +246,22

Re: License implications of build-time or test-time dependencies?

2011-10-21 Thread Ariel Constenla-Haile
for a discussion on AOOo's GStreamer plug-in http://www.mail-archive.com/ooo-dev@incubator.apache.org/msg06562.html Regards -- Ariel Constenla-Haile La Plata, Argentina pgpG03OuVMbCG.pgp Description: PGP signature

Re: Build breaks in module canvas

2011-10-24 Thread Ariel Constenla-Haile
a severe issue loading libraries, that made crash OOo in simple tasks like Tools - Macro - Organize Macros - OpenOffice.org - so if you planned to use OOo Basic, better rebase to latest commit). Regards -- Ariel Constenla-Haile La Plata, Argentina pgpkzasYmrLER.pgp Description: PGP signature

Re: [CODE] tools/solar.h DLLPOSTFIX clean-up

2011-10-24 Thread Ariel Constenla-Haile
Hi Herbert, On Mon, Oct 24, 2011 at 02:25:13PM +0200, Herbert Duerr wrote: On 21.10.2011 16:36, Ariel Constenla-Haile wrote: loading libraries is broken in code that uses the macro SVLIBRARY [...] attached patch removes all DLLPOSTFIXes Good catch! Thanks for the patch. Applied as http

agg broken in configure.in [was Re: Build breaks in module canvas]

2011-10-24 Thread Ariel Constenla-Haile
whether to enable agg... no checking which AGG to use... external checking for AGG... yes checking agg version... configure: error: only agg 2.3 and 2.4 are supported Regards -- Ariel Constenla-Haile La Plata, Argentina pgpIDxFrIVTdA.pgp Description: PGP signature

[CODE] Review i104788 - framework::DropdownToolbarController: dispatch does not get selected item text

2011-10-25 Thread Ariel Constenla-Haile
Hi there, can someone in the know of framework/API stuff review i104788? https://issues.apache.org/ooo/show_bug.cgi?id=104788 The issue is 2 years old, and the fix is rather simple. Regards -- Ariel Constenla-Haile La Plata, Argentina pgp9kZqQHiSQY.pgp Description: PGP signature

[CODE] Review i118519 and i118520 - gtk quickstarter and libegg

2011-10-25 Thread Ariel Constenla-Haile
Hi there, can someone in the know of framework/gtk stuff please review patches attached to https://issues.apache.org/ooo/show_bug.cgi?id=118519 and https://issues.apache.org/ooo/show_bug.cgi?id=118520 Regards -- Ariel Constenla-Haile La Plata, Argentina pgpuGZjVreNys.pgp Description: PGP

Re: odt2braille on the Mac

2011-10-28 Thread Ariel Constenla-Haile
-- Ariel Constenla-Haile La Plata, Argentina /* * PrintDemo.java * * Created on 2011.10.28 - 11:36:35 * */ package org.openoffice.sdk.awt; import com.sun.star.awt.XDevice; import com.sun.star.awt.XGraphics; import com.sun.star.awt.XPrinter; import com.sun.star.awt.XPrinterServer; import

Re: [code] [issue 118517] Twain header update for testing

2011-11-01 Thread Ariel Constenla-Haile
little feedback, so please don't panic and let me know if something related with scanners changes. I didn't test scanning, but building breaks: ifdef defined(TWH_CMP_MING32) #pragma pack (push, 2) #elif TWH_CMP_MSC see attached patch. Regards -- Ariel Constenla-Haile La Plata, Argentina

Re: request

2011-11-03 Thread Ariel Constenla-Haile
with the same content only. It makes things much easier. +1 as you said before, NL project will be better o the wiki, and let the $LANG.openoffice.org be just a translation of www.openoffice.org, with the same look and feel as the main site. Regards -- Ariel Constenla-Haile La Plata, Argentina

Re: Issuew building with prepackaged stuff (was Re: Problem building main/sal/cppunittester)

2011-11-04 Thread Ariel Constenla-Haile
On Thu, Nov 03, 2011 at 06:41:18PM -0700, Pedro Giffuni wrote: --- On Thu, 11/3/11, Ariel Constenla-Haile wrote: ... Gbuild does not find libsaxfx.so, so it tries to build. http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/gbuild/platform/freebsd.mk?view=markup#l264

Re: Report Builder extension (was Re: [proposal] development for the first AOO release)

2011-11-05 Thread Ariel Constenla-Haile
/com/sun/star/report/pentaho/ jfreereport_version.mk was a copy of jfreereport/version.mk that no longer exists http://svn.services.openoffice.org/opengrok/xref/OOO340_m0/jfreereport/prj/d.lst#2 Regards -- Ariel Constenla-Haile La Plata, Argentina pgpi9fsuFLoiX.pgp Description: PGP signature

Re: Problem when showing a dialog of a deployed extension

2011-11-06 Thread Ariel Constenla-Haile
at UploadDialog.java:181 and see why you are sending the message setText to a null object? Regards -- Ariel Constenla-Haile La Plata, Argentina pgpnyECdULWb3.pgp Description: PGP signature

Re: Problem when showing a dialog of a deployed extension

2011-11-06 Thread Ariel Constenla-Haile
what's hapening. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpZUUYFc5tRn.pgp Description: PGP signature

Re: Module VCL doesn't link external ICU

2011-11-07 Thread Ariel Constenla-Haile
://hg.services.openoffice.org/cws/gnumake4/rev/e86f5a26e982 http://hg.services.openoffice.org/cws/gnumake4/file/b3086537b169/RepositoryExternal.mk#l286 it introduces a function gb_Library_use_externals and a RepositoryExternal.mk But AFAIK this cws was not ready for QA. Regards -- Ariel Constenla

Re: Module VCL doesn't link external ICU

2011-11-07 Thread Ariel Constenla-Haile
is not enough. By the way, why do have icu in /usr/local/lib? Is this the default path? Do you have another icu version in another directory? however it's not clear where the iculibs are added in the SYSTEM_ICU case, nowhere, AFAIK. Regards -- Ariel Constenla-Haile La Plata, Argentina

Re: Module VCL doesn't link external ICU

2011-11-07 Thread Ariel Constenla-Haile
On Mon, Nov 07, 2011 at 10:50:21AM -0800, Pedro Giffuni wrote: --- On Mon, 11/7/11, Ariel Constenla-Haile ariel.constenla.ha...@gmail.com wrote: Thanks for the analysis. We have some patches concerning -rpath in the OOo port for icu but this shouldn't be needed for the external ICU

Re: Problem when showing a dialog of a deployed extension

2011-11-07 Thread Ariel Constenla-Haile
-- Ariel Constenla-Haile La Plata, Argentina pgpDIZj71K0Hw.pgp Description: PGP signature

Re: GPL'd dictionaries (was Re: ftp.services.openoffice.org?)

2011-11-07 Thread Ariel Constenla-Haile
the power user. The situation is almost the same as before. Regards -- Ariel Constenla-Haile La Plata, Argentina pgp2XWqvTBkoa.pgp Description: PGP signature

Re: GPL'd dictionaries (was Re: ftp.services.openoffice.org?)

2011-11-07 Thread Ariel Constenla-Haile
site not working properly). Of course, this could be made more user-friendly, prompting the user, on application first run, if she or he wants to install a dictionary extension for his language, etc. Regards -- Ariel Constenla-Haile La Plata, Argentina pgp44CrDIXDvl.pgp Description: PGP signature

Re: Issuew building with prepackaged stuff (was Re: Problem building main/sal/cppunittester)

2011-11-08 Thread Ariel Constenla-Haile
system's libxml configured with LIBXML_ICONV_ENABLED? Regards -- Ariel Constenla-Haile La Plata, Argentina pgpyjFOoxjqt3.pgp Description: PGP signature

Re: Issuew building with prepackaged stuff (was Re: Problem building main/sal/cppunittester)

2011-11-08 Thread Ariel Constenla-Haile
Constenla-Haile La Plata, Argentina pgpVr0ipyAEzA.pgp Description: PGP signature

Re: agg and epm are still in svn repo.

2011-11-09 Thread Ariel Constenla-Haile
that copy-left is disabled by default, I'm building with --with-epm=/home/ariel/bin/epm --with-package-format=installed rpm and I find it nicer than building epm for every clean build. IMO it can be removed and made a build dependency. Regards -- Ariel Constenla-Haile La Plata, Argentina

Re: Report Builder extension (was Re: [proposal] development for the first AOO release)

2011-11-10 Thread Ariel Constenla-Haile
from Oracle, so no issue at all), nor the 3rd parties libraries (the code that relies on them can be built as an extension by anyone who wants), but the lack of man power with the knowledge to maintain and further develop it. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpUlEJCprh6G.pgp

Re: Report Builder extension (was Re: [proposal] development for the first AOO release)

2011-11-10 Thread Ariel Constenla-Haile
of maintenance. it actually does. It's not simply an extension. This and the other module, reportdesign, require a maintainer with a deep knowledge of OOo core. Regards Ariel Constenla-Haile

Re: Module VCL doesn't link external ICU

2011-11-10 Thread Ariel Constenla-Haile
icu (like the one in OOo)... Do you have another icu version in the linker search path? I can't imagine other root cause :/ Regards -- Ariel Constenla-Haile La Plata, Argentina pgpoHZ3PsA6fF.pgp Description: PGP signature

[API] Re: X button (the default close botton) on non modal dialogs of UNO-AWT doesn't close the dialog

2011-11-12 Thread Ariel Constenla-Haile
invoked you can call css.awt.XWindow.setVisible( false ) and then dispose. This should work (== I didn't test it). Regards -- Ariel Constenla-Haile La Plata, Argentina pgpwab3nPFTzu.pgp Description: PGP signature

Re: GPL'd dictionaries (was Re: ftp.services.openoffice.org?)

2011-11-13 Thread Ariel Constenla-Haile
. was distributed (no hyph. nor thes.). A rough analysis http://people.apache.org/~arielch/dictionaries.ods shows that more than half language packs didn't distribute the three DICT, HYPHEN and THES dics. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpk5g4rMTtgh.pgp Description: PGP signature

Re: [VOTE] Trademark and Brand

2011-11-14 Thread Ariel Constenla-Haile
On Wed, Nov 09, 2011 at 07:47:22PM -0800, Donald Harbison wrote: As promised, here's the ballot. Choose one, cast your vote. If none of them get more than 50% of the binding votes, we will start a ballot for the top two contenders. a) Apache OpenOffice.org +1 -- Ariel Constenla-Haile La

[API] Re: No addRow method in XGridDataModel interface in Oo 3.4 beta

2011-11-14 Thread Ariel Constenla-Haile
css.awt.grid.XMutableGridDataModel, it should be document on the SDK you downloaded with OOo 3.4 beta Regards -- Ariel Constenla-Haile La Plata, Argentina pgpdxCvOzPEKV.pgp Description: PGP signature

Re: [API] Re: No addRow method in XGridDataModel interface in Oo 3.4 beta

2011-11-15 Thread Ariel Constenla-Haile
Constenla-Haile La Plata, Argentina pgpSbjLh3VnIG.pgp Description: PGP signature

Re: agg and epm are still in svn repo.

2011-11-15 Thread Ariel Constenla-Haile
Hi Jürgen, On Tue, Nov 15, 2011 at 05:03:37PM +0100, Jürgen Schmidt wrote: On 11/10/11 6:03 AM, Ariel Constenla-Haile wrote: Hello Maho, On Thu, Nov 10, 2011 at 09:47:23AM +0900, Maho NAKATA wrote: Hi, while porting AOOo to FreeBSD, pgf@ noticed that agg and epm are still in svn repo

Re: [API] Re: No addRow method in XGridDataModel interface in Oo 3.4 beta

2011-11-16 Thread Ariel Constenla-Haile
* optional DataAccessDescriptor::Selection * optional DataAccessDescriptor::BookmarkSelection * optional DataAccessDescriptor::ResultSet notice that the DataSourceName is not optional, and no ActiveConnection (== you have to give the name of a registered data source). Regards -- Ariel Constenla-Haile La

Re: [Patch]submit a patch to fix the issue - 115580.

2011-11-17 Thread Ariel Constenla-Haile
, the date and the author name to every block of code. Just imagine everyone starts to do the same, the source would be a mess. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpRwlHcPpZrX.pgp Description: PGP signature

Re: Heads up: KDE Crystal Icon set going away.

2011-11-17 Thread Ariel Constenla-Haile
? Regards -- Ariel Constenla-Haile La Plata, Argentina pgpswb9mvqC9v.pgp Description: PGP signature

Re: Heads up: KDE Crystal Icon set going away.

2011-11-17 Thread Ariel Constenla-Haile
the functionality in the OOo side, that is fine as it is code now under the AL. So it seems that the approach with the images should be to add some configure switches to enable them providing some --with-system-crystal-icons or --with-system-icons etc. Regards -- Ariel Constenla-Haile La Plata, Argentina

Re: Draft IP Review Plan for OpenOffice

2011-11-17 Thread Ariel Constenla-Haile
http://extensions.services.openoffice.org and http://templates.services.openoffice.org are hosted by the Oregon State University Open Source Labs, and have been working bad all year long. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpgyYgL3zGeF.pgp Description: PGP signature

Re: CodeCoverage

2011-11-18 Thread Ariel Constenla-Haile
into issues with the build failing at some module. post your issues here, and we will try to help as we can in getting your build finished. The first build is always the harder. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpVDrVwntgxI.pgp Description: PGP signature

Re: Source Code Sponsor of OOo

2011-11-22 Thread Ariel Constenla-Haile
on svn? (I've read there is some kind of web tool for this). Regards -- Ariel Constenla-Haile La Plata, Argentina pgpvji7mVkj3r.pgp Description: PGP signature

Re: Source Code Sponsor of OOo

2011-11-22 Thread Ariel Constenla-Haile
for content there, I ended up vim and grep ;) Regards -- Ariel Constenla-Haile La Plata, Argentina pgpv1ZDg7kzoW.pgp Description: PGP signature

Re: System broken at mythes

2011-11-22 Thread Ariel Constenla-Haile
? It worked fine on Linux and Windows7/XP, where I tested. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpqzR0SYQrdd.pgp Description: PGP signature

Re: [CODE]: 118605 remove epm?

2011-11-22 Thread Ariel Constenla-Haile
SPECS SRPMS and packages are built inside ~/rpmbuild/BUILD, that's why rpmbuild tries to cd there and clean. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpWyV8SIjqJb.pgp Description: PGP signature

Re: System broken at mythes

2011-11-22 Thread Ariel Constenla-Haile
Hi Pedro, On Tue, Nov 22, 2011 at 02:00:40PM -0800, Pedro Giffuni wrote: --- On Tue, 11/22/11, Ariel Constenla-Haile arie...@apache.org wrote: From: Ariel Constenla-Haile arie...@apache.org Subject: Re: System broken at mythes To: ooo-dev@incubator.apache.org Date: Tuesday

Re: [CODE] issue 118604 - IP clearance: Remove dmake source

2011-11-22 Thread Ariel Constenla-Haile
dmake in ~/bin Any idea how to make it work? Regards -- Ariel Constenla-Haile La Plata, Argentina pgpu0ev9oqzAI.pgp Description: PGP signature

Re: System broken at mythes

2011-11-22 Thread Ariel Constenla-Haile
because it asked for hunspell, just for compiling the example; so I thought that approach was ... nicer ;) Please try the attached patch (just replace the one in trunk/main/mythes/ with this new one) Regards -- Ariel Constenla-Haile La Plata, Argentina diff -uNrp misc/build/mythes-1.2.0/configure

Re: System broken at mythes

2011-11-22 Thread Ariel Constenla-Haile
the BUILD_ACTION to make, but to $(GNUMAKE) Can you try this in when $(GUI)==UNX ? This should solve the problem :) Regards -- Ariel Constenla-Haile La Plata, Argentina pgpUvmCDiBm5k.pgp Description: PGP signature

Re: [CODE]: 118605 remove epm?

2011-11-23 Thread Ariel Constenla-Haile
/ooobasis3.4-ogltrans-3.4.0-1-linux-3.1-x86_64.deb) in function: determine_new_packagename (packagepool) *** Regards -- Ariel Constenla-Haile La Plata, Argentina pgpVSy7QDaq9c.pgp Description: PGP signature

Re: [Code] strategy for child works spaces

2011-11-23 Thread Ariel Constenla-Haile
but was very error prone). They are ca. 180 commits, may be I'll finish by next Monday dedicating 2 hrs per day. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpsMvEpO9rSz.pgp Description: PGP signature

Re: [Code] strategy for child works spaces

2011-11-23 Thread Ariel Constenla-Haile
: dbaccess oox reportdesign writerfilter Regards -- Ariel Constenla-Haile La Plata, Argentina pgpmg36Qf43ay.pgp Description: PGP signature

Re: [CODE] issue 118604 - IP clearance: Remove dmake source

2011-11-23 Thread Ariel Constenla-Haile
have to ask for somebody else to do that. done, committed as r1205544. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpGSXaMhsajg.pgp Description: PGP signature

Re: GPL'd dictionaries (was Re: ftp.services.openoffice.org?)

2011-11-24 Thread Ariel Constenla-Haile
are not included * Using system/building Category B libraries is off by default Regards -- Ariel Constenla-Haile La Plata, Argentina pgpe1JzOj65Sf.pgp Description: PGP signature

Re: GPL'd dictionaries (was Re: ftp.services.openoffice.org?)

2011-11-24 Thread Ariel Constenla-Haile
-thesfix.patch hunspell/hunspell-mingw.patch hunspell/hunspell-solaris.patch hunspell/hunspell-stacksmash.patch hunspell/hunspell-wntconfig.patch hyphen/hyphen-2.7.1.patch hyphen/hyphen-2.7.1-read-charset.patch [...] they can be included in a source release. Regards -- Ariel Constenla-Haile La Plata

Re: GPL'd dictionaries (was Re: ftp.services.openoffice.org?)

2011-11-24 Thread Ariel Constenla-Haile
is a NO-GO (IMO). A binary official release without dictionaries may be annoying for the end users, but there are alternatives (like (miss-)using the first start wizard to invite the user to download dictionary-extensions for his/her language, etc.). Regards -- Ariel Constenla-Haile La Plata

Re: [Code] strategy for child works spaces

2011-11-24 Thread Ariel Constenla-Haile
Hi Michael, * On Fri, Nov 25, 2011 at 12:04:24AM +0100, Michael Stahl wrote: hi Ariel, On 23.11.2011 17:16, Ariel Constenla-Haile wrote: On Wed, Nov 23, 2011 at 08:08:21AM -0800, Pedro Giffuni wrote: FWIW, Michael Stahl had these CWSs in the pipeline, I hope he or someone else finds

Re: [CODE]: spellchecker, hunspell, MacOS

2011-11-25 Thread Ariel Constenla-Haile
because of a copy-and-paste error from the hunspell spell checker; the same is valid for the makefile.mk). Regards -- Ariel Constenla-Haile La Plata, Argentina pgp5H7k6y1F3K.pgp Description: PGP signature

Re: [CODE]: spellchecker, hunspell, MacOS

2011-11-25 Thread Ariel Constenla-Haile
On Fri, Nov 25, 2011 at 05:32:39PM +0100, Jürgen Schmidt wrote: On 11/25/11 3:54 PM, Ariel Constenla-Haile wrote: Hi Jürgen, On Fri, Nov 25, 2011 at 02:47:45PM +0100, Jürgen Schmidt wrote: Hi, do anybody know if Hunspell is also used and necessary on MacOS? I noticed some build

gnumake4 integration (was: Re: [Code] strategy for child works spaces)

2011-11-25 Thread Ariel Constenla-Haile
removal, which by the way would have been more simple and clean with the gnumake4 changes). What do you guys think? Regards -- Ariel Constenla-Haile La Plata, Argentina pgpl2RLWibkJS.pgp Description: PGP signature

Re: gnumake4 integration (was: Re: [Code] strategy for child works spaces)

2011-11-25 Thread Ariel Constenla-Haile
works, IIRC Andre added support for the latest one Instructions about Getting the Source are outdated http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Getting_the_source Apache OpenOffice works with SVN (though I guess most of us use git-svn). Regards -- Ariel Constenla

Re: Linux Build breaks in comphelper (Ubuntu 11.10, gcc 4.6.1

2011-11-26 Thread Ariel Constenla-Haile
without any problems. Ive read others were building in Ubuntu without troubles. So no idea what can be your problem, may be you can post the log with the errors Regards -- Ariel Constenla-Haile La Plata, Argentina pgp8aFXeEjE6f.pgp Description: PGP signature

Re: Is it time for a build machine?

2011-12-01 Thread Ariel Constenla-Haile
happening. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpp4ENDN1T3Q.pgp Description: PGP signature

Re: Is it time for a build machine?

2011-12-01 Thread Ariel Constenla-Haile
On Thu, Dec 01, 2011 at 05:57:16PM -0800, Andrew Rist wrote: On 12/1/2011 5:43 PM, Ariel Constenla-Haile wrote: Hi Andrew, On Thu, Dec 01, 2011 at 05:10:15PM -0800, Andrew Rist wrote: Quick update on the Apache OpenOffice nightly build. We now have our own nightly build (yay) and you

Re: Is it time for a build machine?

2011-12-01 Thread Ariel Constenla-Haile
language (en-US the default) that does not exist. Instead of broffice_en-US you get en-US. You should remove the whole target. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpKipoCrY6FU.pgp Description: PGP signature

Re: OpenOffice nightly

2011-12-03 Thread Ariel Constenla-Haile
(where makedepend is built). Try the attached patch. Regards -- Ariel Constenla-Haile La Plata, Argentina diff --git a/ucpp/prj/build.lst b/ucpp/prj/build.lst index b58208b..4eb6c24 100644 --- a/ucpp/prj/build.lst +++ b/ucpp/prj/build.lst @@ -1,3 +1,3 @@ -ucpp ucpp : NULL +ucpp ucpp

Re: Native support of the SVG graphic format in Apache OpenOffice.org

2011-12-04 Thread Ariel Constenla-Haile
hand, I've experienced some random crashes with cygwin's make, again unrelated to source code changes. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpjNTIg6vfW0.pgp Description: PGP signature

Re: OpenOffice nightly

2011-12-04 Thread Ariel Constenla-Haile
On Sun, Dec 04, 2011 at 12:28:59AM -0300, Ariel Constenla-Haile wrote: Hi Andrew, On Sat, Dec 03, 2011 at 06:55:19PM -0800, Andrew Rist wrote: The nightly[1] has been updated and we have both RAT[2] and logs[3] now. Any help fixing the build would be great. Andrew [1] http

Re: Native support of the SVG graphic format in Apache OpenOffice.org

2011-12-04 Thread Ariel Constenla-Haile
/incubator/ooo/trunk/main/toolkit/JunitTest_toolkit_unoapi.mk?revision=1162288view=markup#l28 it looks like a merging issue. By the way, what switches are you using to configure? AFAIK those API tests are not built in a default build (though I might be wrong). Regards -- Ariel Constenla-Haile La Plata

Re: Native support of the SVG graphic format in Apache OpenOffice.org

2011-12-04 Thread Ariel Constenla-Haile
;-) dummy me ;) you are not building the tests! The error above is just make parsing the Makefiles, not building the api test target. Regards -- Ariel Constenla-Haile La Plata, Argentina pgplxDaeN9SnB.pgp Description: PGP signature

Re: OpenOffice nightly

2011-12-06 Thread Ariel Constenla-Haile
On Tue, Dec 06, 2011 at 08:40:26PM +0100, Mathias Bauer wrote: Am 04.12.2011 21:50, schrieb Ariel Constenla-Haile: On Sun, Dec 04, 2011 at 12:28:59AM -0300, Ariel Constenla-Haile wrote: Hi Andrew, On Sat, Dec 03, 2011 at 06:55:19PM -0800, Andrew Rist wrote: The nightly[1] has

Re: The guide to produce AOO help pages

2011-12-12 Thread Ariel Constenla-Haile
AFAIK the extension is not built, so you have to zip that folder's content into an .oxt file and install it with the extension manager. I'm not sure if it will work because I didn't try it. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpyObqEi77Tc.pgp Description: PGP signature

ucpp sal dependency (was Re: OpenOffice nightly)

2011-12-12 Thread Ariel Constenla-Haile
On Tue, Dec 06, 2011 at 05:35:54PM -0300, Ariel Constenla-Haile wrote: On Tue, Dec 06, 2011 at 08:40:26PM +0100, Mathias Bauer wrote: Am 04.12.2011 21:50, schrieb Ariel Constenla-Haile: On Sun, Dec 04, 2011 at 12:28:59AM -0300, Ariel Constenla-Haile wrote: Hi Andrew, On Sat

Re: Buildbot

2011-12-12 Thread Ariel Constenla-Haile
header change. Please try if it works (it does on Linux/Fedora 16). Regards -- Ariel Constenla-Haile La Plata, Argentina diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx index 9886a35..847c4ec 100644 --- a/sfx2/source/dialog/splitwin.cxx +++ b/sfx2/source/dialog

Re: Buildbot

2011-12-12 Thread Ariel Constenla-Haile
Hi Eric, On Tue, Dec 13, 2011 at 07:24:32AM +0100, eric b wrote: Hi, Le 13 déc. 11 à 03:24, Ariel Constenla-Haile a écrit : To people building AOO: The attached patch reverts all changes, it only keeps the license header change. Please try if it works (it does on Linux/Fedora 16

Re: [BUILD] I miss epm

2011-12-12 Thread Ariel Constenla-Haile
with --with-epm=/home/ariel/src/devel/epm/epm-3.7/INST/bin/epm On Fedora only the EPM 3.7 with the OOo patch worked. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpNY2YJMh0xJ.pgp Description: PGP signature

Re: Native support of the SVG graphic format in Apache OpenOffice.org

2011-12-12 Thread Ariel Constenla-Haile
the one mentioned by Michael Stahl. Regards -- Ariel Constenla-Haile La Plata, Argentina pgpDhyHA9eM2G.pgp Description: PGP signature

Re: svn commit: r1214064 - /incubator/ooo/trunk/ext_sources/7740a8ec23878a2f50120e1faa2730f2-libxml2-2.7.6.tar.gz

2011-12-14 Thread Ariel Constenla-Haile
-- Ariel Constenla-Haile La Plata, Argentina pgp4e1HKE39aL.pgp Description: PGP signature

Re: svn commit: r1214064 - /incubator/ooo/trunk/ext_sources/7740a8ec23878a2f50120e1faa2730f2-libxml2-2.7.6.tar.gz

2011-12-14 Thread Ariel Constenla-Haile
Hi Zhe Liu, On Wed, Dec 14, 2011 at 02:55:33PM +0800, Zhe Liu wrote: Yes. I got workaround. can you please try the attached patch, with the reverted libxml2 tar? Regards -- Ariel Constenla-Haile La Plata, Argentina diff --git a/libxml2/libxml2-testapi.patch b/libxml2/libxml2-testapi.patch

  1   2   3   4   5   6   >