Re: Some more strange files in the OOo code

2011-06-22 Thread Yuri Dario
Hi all, >> I opt for dropping OS/2 support completely. please don't do this. The OS/2 version of OOo is currently at release 3.2, and plans are to update it to a more recent version. os2port08 cws has been created for this task. Unfortunately, other jobs are keeping me too busy :-( > The file

Re: Some more strange files in the OOo code

2011-06-22 Thread Yuri Dario
se/owner in it. thanks! -- Bye,        Yuri Dario /*  * OS/2 open source software  * http://web.os2power.com/yuri  * http://www.netlabs.org */

os/2 startup crash on extension sync

2012-02-09 Thread Yuri Dario
er::synchronize dp_misc::syncRepositories desktop::Desktop::SynchronizeExtensionsRepositories it stops because a uno::RuntimeException is catched at line 1399. The only big difference compared to OOo 3.2 (I skipped 3.3) is that now I'm not usint STLPORT. Any ideas? Thanks! -- Bye,

Re: os/2 startup crash on extension sync

2012-02-09 Thread Yuri Dario
g in archives showed that removing STLport is not a so bad idea, since gnu stdc++ is supposed to be better. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: New Committer: Yuri Dario

2012-02-09 Thread Yuri Dario
Hi all, > The Apache OOo PPMC announces the addition of committer > Yuri Dario, ydario@ apache.org thanks for getting me in the project :-)) as you probably already know, I'm working on the OS/2 port of OpenOffice. Unfortunately this takes a lot of time, so probably I will not

Re: New Committer: Yuri Dario

2012-02-12 Thread Yuri Dario
Hi, > congratulations! thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

STLport or not?

2012-02-13 Thread Yuri Dario
Hi all, what do you think about building OOo with or without STLport? In my case, OS/2 port, I don't care about loosing ABI compatibility with older builds. thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: STLport or not?

2012-02-13 Thread Yuri Dario
Hi > To me (FreeBSD porter) > I build without STLport (to prevent build error) for > next svn revision let me know how it works without stlport. thanks -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: STLport or not?

2012-02-13 Thread Yuri Dario
Hi, > adding --without-stlport configure flag > (I might be wrong...) sorry, I know this, I mean how does your OOo build work after removing stlport: does it run correctly, do you see somwthing strange, ... thanks, -- Bye, Yuri Dario /* * OS/2 open source software

Re: STLport or not?

2012-02-13 Thread Yuri Dario
r problems, I was asking if compiler STL is known to give problems. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

extras not building *_en-US.zip files

2012-02-14 Thread Yuri Dario
ent, maybe some expansion is not working as supposed. Could you help? thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: SOLVED os/2 startup crash on extension sync

2012-02-14 Thread Yuri Dario
Hi, I fixed it, now AOOo/2 is up and running :-)) An old hack added to code while working on initial 3.4 code was badly written, and removed one call on cppu exception throwing :-( -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http

scp2 big update for 8.3 naming - scp2.diff [1/1]

2012-02-14 Thread Yuri Dario
UFFIX)); #elif defined OS2 Name = "basprov.dll"; #else Name = STRING(CONCAT4(basprov,DLLPOSTFIX,.uno,.dll)); #endif End not every dll has this problem. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs

Re: extras not building *_en-US.zip files

2012-02-15 Thread Yuri Dario
Hi Andre, > Have you tried to call configure with "--with-lang=en-US" ? Does that > lead to a different result? no, I will try; but in all other projects, the en-US files have been built. thanks -- Bye, Yuri Dario /* * OS/2 open source software * http://web.o

Re: build break on comphelper module with error message "No target registered" on Windows cygwin

2012-02-16 Thread Yuri Dario
onth ago). I checked and make 3.81 is installed here. I can't figure what's wrong... I need help. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: How to give proper attributions to patches?

2012-02-16 Thread Yuri Dario
l+D, Ctlr+T -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Removal of solenv/bin/*.BTM files

2012-02-16 Thread Yuri Dario
Hi, these files are related to 4NT builds, so I think they are no longer needed. Maybe they were used also in OS/2 builds in StarOffice era. Is it ok to remove them? -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

gbuild removes z library in os2 port

2012-02-16 Thread Yuri Dario
help? TIA, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

[HEADS UP] scp2 and solenv large commit

2012-02-16 Thread Yuri Dario
nges are a lot, but each one is simple, so I don't expect problems with them. In case I'll break the build on other platforms, please mail me, I will be around for fixing errors. thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: svn commit: r1290841 - /incubator/ooo/trunk/main/solenv/inc/_tg_app.mk

2012-02-21 Thread Yuri Dario
latforms (at least for link stage), so I cleaned it. > Did I overlook something that there is another mechanism now that makes > the build more verbose? you are right, there isn't. but I prefer to run dmake -n to check for effective commands. -- Bye, Yuri Dario /* * O

OS/2 black background for VCL windows

2012-02-21 Thread Yuri Dario
a lot. thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: OS/2 black background for VCL windows

2012-02-22 Thread Yuri Dario
thing to be aware of is that COL_WHITE being 0x00FF and > COL_TRANSPARENT being 0x are somewhat similar in that their RGB > components are somewhat identical on the first look. The semantics of > these two items differs a lot of course. thanks, I'll look at them first

building with system zlib: shell requires unzip.h

2012-02-29 Thread Yuri Dario
missed something else? TIA -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: building with system zlib: shell requires unzip.h

2012-02-29 Thread Yuri Dario
Hi Pedro, > We use system-zlib in FreeBSD and it works. I can't find any > unzip.h though. can you check if your solver tree has inc/external/zlib/*.h? here 4 files are listed. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/y

Re: building with system zlib: shell requires unzip.h

2012-02-29 Thread Yuri Dario
Hi Pedro, > No, I don't have that: so I need to check why zipfile.hxx is included in my build. thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: svn commit: r1295065 - in /incubator/ooo/trunk/main: configure.cmd configure.in

2012-03-01 Thread Yuri Dario
Hi Andre, > I assume that you checked in main/configure.cmd accidentally? > You can use svn propset svn:ignore ... to avoid that in the future. this file is in the svn tree since a few years. It has been added in earlier os2port0x CWSs. -- Bye, Yuri Dario /* * OS/2 open

Re: svn commit: r1295065 - in /incubator/ooo/trunk/main: configure.cmd configure.in

2012-03-01 Thread Yuri Dario
g configure stuffs, I do not understand why they have been moved to root directory from their old config_office subdirectory. I'm for keeping projects root dir as much clean as possible. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Building with system ICU

2012-03-03 Thread Yuri Dario
Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: Building with system ICU

2012-03-05 Thread Yuri Dario
Hi Pedro, > ICU was the first real hairy monster I found when I started > looking at the OpenOffice code here the same :-( can you check if vcl builds for you with --system-icu? thanks -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri

Re: Building with system ICU

2012-03-05 Thread Yuri Dario
Hi Pedro, > When I last tried there would be linking errors. here I can't even reach that point, because gbuild wants icule.lib inside solver tree... (instead of using system library...) -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri

Re: AOO timeline of accomplishments

2012-03-08 Thread Yuri Dario
Hi, > dates for milestones with the freeBSD and OS/2 ports no date for OS/2 because AOO is working but there are still crashes not present in 3.2 build. I will provide weekly dev builds. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/y

Re: Is any one here familiar with OpenOffice?

2012-03-13 Thread Yuri Dario
Hi, I started working on OpenOffice source code in 2005, and I did the porting to the OS/2 platform since then. My knowledge is mostly related to low level os interfacing. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: OpenOffice Credits?

2012-03-14 Thread Yuri Dario
> The "about" box in the dev snapshots says: press Ctrl+S+D+T, you will get the list of contributors. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

OS/2 r1303653 build missing extension blobs

2012-03-27 Thread Yuri Dario
/ext_sources/dict-en.oxt to M:\OOo\bot\main\instsetoo_native\util\..\os2gcci.pro/OpenOffice/archiv e/install/en-US_inprogress/OOo_3.4.0_os2gcci_install-arc_en-US/OpenOff ice.org 3/share/extensions/install/dict-en.oxt and I miss them. Where are these files built from? thanks! -- Bye, Yuri

Re: OS/2 r1303653 build missing extension blobs

2012-03-27 Thread Yuri Dario
parts. I will add the download extension script too. thanks -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: [VOTE] Release Apache OpenOffice 3.4 (incubating) RC1

2012-04-23 Thread Yuri Dario
+1 -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: [patch} removal of OS2Bitmap.cxx

2011-10-10 Thread Yuri Dario
Hi, > Committed as revision 1179380, along with the odma header removal. please revert this change, I'm going to work again on OOo OS/2 port and I will change the license for OS2Bitmap.cxx I hope to not be too late... -- Bye, Yuri Dario /* * OS/2 open source software

Apply as committer

2011-10-10 Thread Yuri Dario
Hi all, my name is Yuri Dario and in the past years I worked on the os2 port of OpenOffice.org; that work started with OOo 2.0 until version 3.2 released last year. Now it is time to get back to OOo and update the code base to the most current level, so I'd like to be invited (is

Re: Apply as committer

2011-10-11 Thread Yuri Dario
ble to everyone, nobody tried to compile it (it is not a trivial task). -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: [patch} removal of OS2Bitmap.cxx

2011-10-11 Thread Yuri Dario
7;t have now an AOOo svn tree here, so I'm unable to prepare a patch; but OS2Clipboard.cxx has a correct license header, you can grab it as is. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: [patch} removal of OS2Bitmap.cxx

2011-10-11 Thread Yuri Dario
has been done with gcc 4.3.2, now I'm using gcc 4.4 (moving to 4.5) > I would welcome a binary OS/2 port for Dmake: > http://code.google.com/p/ooo-dmake/ I have it, at OOo 3.2 level, and it says to be a 4.12 version, so seems quite recent :-) -- Bye, Yuri Dario /* *

Re: [patch} removal of OS2Bitmap.cxx

2011-10-11 Thread Yuri Dario
said hi ;). I remember this name, but I never saw him on irc. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: [patch} removal of OS2Bitmap.cxx - OS2Bitmap.diff [1/1]

2011-10-19 Thread Yuri Dario
Hi Pedro, attached the patch to OS2Bitmap.cxx, now aligned to the other os/2 specific source code portions. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: [VOTE] Trademark and Brand

2011-11-10 Thread Yuri Dario
> a) Apache OpenOffice.org +1 -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: Announce: OS/2 Port mostly in the tree!

2011-11-11 Thread Yuri Dario
#x27;m unable to start vcldemo.exe because of new registries. > Thanks for your work. :-)) -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Component XML passive registration

2011-11-12 Thread Yuri Dario
xml files does not work. Where should I look to enable xml also here? xmlreader is build, and also the other xml tools. TIA -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: Component XML passive registration

2011-11-14 Thread Yuri Dario
> But in os2 port it seems that reading xml files does not work. fixed, it was not a problem with registry. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

OS/2 port: saxparser Exception on createRegistryServiceFactory - 0sax.txt [1/1]

2011-11-15 Thread Yuri Dario
oblem? This code used to work until OOo 3.2. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */ begin 666 0sax.txt M+BY<+BY<+BY<;W,R9V-C:2YP'!A"`@("`@("`@(&9I;&4Z+R]&.B]R9"]/<&am

[OS2] startup crash loading extension manager

2011-12-29 Thread Yuri Dario
| soffice.bin:1:13 1| 0x1EB9BEA6 | | libc064.dll:1:179878 -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: 3.4 Plan: For which platforms will we officially release binary packages?

2012-01-05 Thread Yuri Dario
2, and now it still does not start, the extension manager is throwing exceptions... -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

OS/2 Java VM not working

2012-06-01 Thread Yuri Dario
menu selections (I see some disk activity related to vm start but nothing more). Is there around some test code to check the VM? thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: OS/2 Java VM not working

2012-06-01 Thread Yuri Dario
Hi Jurgen, > you can try to instantiate the Java loader via Basic > > Sub Main > o = createUnoService("com.sun.star.loader.Java2") > msgbox o.dbg_supportedinterfaces > End Sub do you know which modules are required to get VM working? TIA! -- Bye, Yuri D

Re: OS/2 Java VM not working

2012-06-04 Thread Yuri Dario
t can I check now? it will be usefull for me to be able to start a VM without running the whole AOO code, just to make debugging easier. thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

OS/2 clipboard implementation not loaded

2012-06-15 Thread Yuri Dario
anged. Can you help? Thanks! BTW my java issue is still open... -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: OS/2 clipboard implementation not loaded

2012-06-18 Thread Yuri Dario
fine OS2_CLIPBOARD_IMPL_NAME > "com.sun.star.datatransfer.clipboard.ClipboardW32" this had been already done, but it is not enough. other ideas? thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: OS/2 clipboard implementation not loaded

2012-06-19 Thread Yuri Dario
I think the DLL must be loaded to be able to create the real service. thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: OS/2 clipboard implementation not loaded

2012-06-19 Thread Yuri Dario
VCL was registering a X11ClipboardManager, so it was hiding the registration of SYSDTRANS. Now VCL component behaves like windows and clipboard started working magically :-)) thanks again for your help, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2

Re: Support of system libraries for apr,apr-util,serf,coinmp

2012-06-26 Thread Yuri Dario
Hi Andre, > There may be minor problems with the OS/2 port. I don't have that > platform available for testing but am, of course, willing to help fix > any regression. updating my tree, I will let you know. thanks -- Bye, Yuri Dario /* * OS/2 open source so

OS/2 missing strings id 3005 and 17500

2012-06-26 Thread Yuri Dario
Hi, at first startup of AOO, in the splash screen I see a message about a 'missing resource id 3005'. String resource 17500 is missing in the OO file dialog. Where are these strings built? thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2powe

Re: Support of system libraries for apr,apr-util,serf,coinmp

2012-06-26 Thread Yuri Dario
rectories, so aprutil_version.mk is not copied to solver tree. >From instsetoo_native directory, build --all --show does not list apr/aprutil/serf builds. Manually running build&deliver inside apr_util directory correctly delivers the .mk file. -- Bye, Yuri Dario /* * OS/2 open sou

Re: Support of system libraries for apr,apr-util,serf,coinmp

2012-06-27 Thread Yuri Dario
Hi Andre, > Fixed. still buggy: scp2\source\ooo\makefile.mk uses SYSTEM_APR_UTIL while setsoenv.in uses SYSTEM_APRUTIL. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: OS/2 missing strings id 3005 and 17500

2012-06-27 Thread Yuri Dario
tring for id==3005, here I get the string as > expected: "Synchronizing repository for %NAME extensions" I'll check it tomorrow thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: OS/2 missing strings id 3005 and 17500

2012-06-28 Thread Yuri Dario
es() in RC.CXX crashes because of null pointer. Is this a feature or a bug? -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: OS/2 missing strings id 3005 and 17500

2012-06-28 Thread Yuri Dario
I'm going to shorten dll name changing SH1TARGET macro instead of TARGET. And I will revert scp2 changes. > Crashing is never a feature ;) at least not in a product build. ok, I will open a specific bug for it. -- Bye, Yuri Dario /* * OS/2 open source software * http://w

Re: [RELEASE][3.4.1][DEV-BUILD]: propose next dev snapshot for 3.4.1 based on revision 1354891

2012-06-28 Thread Yuri Dario
Hi Jurgen, > I would like to propose that we prepare the next dev snapshots > for AOO 3.4.1 based on the revision r1354891. is it possible to move to 1355048? so it will include latest fixes for os2 build too. thanks, -- Bye, Yuri Dario /* * OS/2 open source software

Re: [RELEASE][3.4.1][DEV-BUILD]: propose next dev snapshot for 3.4.1 based on revision 1354891

2012-06-28 Thread Yuri Dario
er problems. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: [RELEASE][3.4.1][DEV-BUILD]: propose next dev snapshot for 3.4.1 based on revision 1354891

2012-06-28 Thread Yuri Dario
later? -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

OS/2 bridgetest crashes on polymorphic struct types

2012-06-29 Thread Yuri Dario
eToProxy( pThis); returns a bad pointer to a strange address, thus the code fails to work. Any ideas? thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

scp2 adding quickstart binary for OS/2

2012-07-05 Thread Yuri Dario
#endif I see references to windows quickstart.exe, but it seems to be added in some other way I don't understand. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: scp2 adding quickstart binary for OS/2

2012-07-07 Thread Yuri Dario
Hi Andre, > main/scp2/source/quickstart/file_quickstart.scp > main/scp2/source/quickstart/makefile.mk for OS/2. not enough, probably the installer scripts does something more to add them. thanks -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.co

vcl field.cxx issue 150733 invalid float operation

2012-07-12 Thread Yuri Dario
= 0xLL; as initializer in void NumericFormatter::ImplInit() thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: vcl field.cxx issue 150733 invalid float operation

2012-07-13 Thread Yuri Dario
s! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

PCX/TIF import filters not loaded

2012-07-18 Thread Yuri Dario
: AOO opens a dialog box telling 'Graphic filter not found' ideas? thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */

Re: more 3.4.1 questions...supported OSes

2012-07-19 Thread Yuri Dario
Hi Kay, > Will ee providing an official FreeBSD and OS/2 release for 3.4.1? OS/2 builds are currently done on trunk, since 3.4.x branch does not have the required fixes. I'm posting dev builds on Apache cwiki page. -- Bye, Yuri Dario /* * OS/2 open source software

Re: more 3.4.1 questions...supported OSes

2012-07-20 Thread Yuri Dario
Hi Jurgen, > That means from my perspective no official 3.4.1 for OS/2 and Solaris. even not an unofficial, since all fixes are in the trunk, and I'm not going to side-port them to the branch. -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.

Re: What to say in AOO 3.4.1 release announcement about the ports? (BSD, Solaris, OS/2)?

2012-08-18 Thread Yuri Dario
-- Messaggio inoltrato -- Da: "Yuri Dario" Data: 18/ago/2012 19:30 Oggetto: Re: What to say in AOO 3.4.1 release announcement about the ports? (BSD, Solaris, OS/2)? A: > - OS/2 by Yuri Dario > Is this OK for you? Ok for me, apache address is fine :-) Yuri