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

2011-04-01 Thread Pavel Janík

Hi,

do we have a plan to support building OOo on Mac OS X 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 install ;-), has 32bit and 64bit producing gccs (gcc 4.0 is  
producing 32bit and gcc 4.2.1 is producing 64bit binaries. The  
default one is 4.2.1, but OOo is not ready for 64bit on Mac OS X yet)  
etc.


I put a rough hacks which I use to build 32bit OOo on Snow Leopard to

http://tmp.janik.cz/OOo/snowleopard/snowleopard.diff

In addition to this, I build with:

export CC=ccache /usr/bin/gcc-4.0
export CXX=ccache /usr/bin/g++-4.0
--
Pavel Janík


--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[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 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 to save diskspace and do not install 10.4u ;-)

- 64bit build

Both are interesting I think.
--
Pavel Janík


--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] ODT packaging, mimetype file

2011-01-03 Thread Pavel Janík

Hi,

ODF 1.2 spec says, that mimetype file SHALL be the first one in the ODT.

Why signed ODT documents do not have mimetype as the first file in  
the ZIP? ;-)


correct file:

  50 4b 03 04 14 00 00 08  00 00 ed 49 23 3e 5e c6  | 
PK.I#^.|
0010  32 0c 27 00 00 00 27 00  00 00 08 00 00 00 6d 69  | 
2.'...'...mi|
0020  6d 65 74 79 70 65 61 70  70 6c 69 63 61 74 69 6f  | 
metypeapplicatio|
0030  6e 2f 76 6e 64 2e 6f 61  73 69 73 2e 6f 70 65 6e  |n/ 
vnd.oasis.open|
0040  64 6f 63 75 6d 65 6e 74  2e 74 65 78 74 50 4b 03  | 
document.textPK.|


wrong ODT file:

  50 4b 03 04 14 00 00 08  00 00 31 3b 9d 3d 00 00  | 
PK1;.=..|
0010  00 00 00 00 00 00 00 00  00 00 1a 00 00 00 43 6f   
|..Co|
0020  6e 66 69 67 75 72 61 74  69 6f 6e 73 32 2f 73 74  | 
nfigurations2/st|
0030  61 74 75 73 62 61 72 2f  50 4b 03 04 14 00 00 08  |atusbar/ 
PK..|


Do we create illegal ODT files?

Why do we open such files when they are not correct ODT files?
--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] External dependencies and their parallel builds...

2010-07-08 Thread Pavel Janík

Hi,

I'm now spending many CPU cycles on quite large machine (thanks  
Dave!) to beat 20 minutes of build time (in an already prepared  
build tree, starting with configure, bootstrap, build --all in  
instsetoo_native, one language, one packaging format, prebuilt  
mozilla, disabled binfilter).


I'm working on some optimalizations together with others on #dev  
(football is not interesting anymore ;-).


Building our external pre-requirements from the source is an issue.  
It is very ineffective :-( Caolan already reported issue #i107097#  
(http://qa.openoffice.org/issues/show_bug.cgi?id=107097).


E.g. I was investigating why the build on 48 core machine spends 2  
full minutes (120 seconds!) in the module curl to realize that the  
authors of curl are simply genial. They are looking for the  
prototype of recvfrom with the code like this:


for tryreturntype in 'type1' 'type2' 'type3' 'type4'
for tryarg1 in 'type1' 'type2' 'type3' 'type4'
for tryarg2 in 'type1' 'type2' 'type3' 'type4'
...
   compile, run the code

well, recvfrom has 6 arguments and one return type... It takes AGES  
to test this. And they do so for recv, recvfrom, getnameinfo etc.  
Patching this out I was able to get down to 47 seconds there which is  
also very lng on such machine...


This is simply terrible. I'm now walking over all modules to get this  
sorted out a bit.


In many cases, we do not propagate -P value down to the source even  
when it is supported. I'll create patches for these cases.


But there are harded cases like nss, openssl and python which are  
worth deeper investigation.


Anyone interested to help with it?
--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Working with OOO330 and DEV300

2010-06-18 Thread Pavel Janík

Hi,

On 18.6.2010, at 19:41, Jens-Heiner Rechtien wrote:

Lastly: RE will do always complete builds on DEV300 milestones from  
now on.


yay! Thanks for this decision.

/me waiting for GSI-cs.url file containing the link to http:// 
ftp.linux.cz/pub/localization/OpenOffice.org/devel/build/Files/DEV300/ 
GSI_cs.sdf.bz2 :-) and build wgetting it all the time. After this /me  
retires :-)

--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Large source file

2010-05-01 Thread Pavel Janík

Hi,

On 26.4.2010, at 13:00, Jens-Heiner Rechtien wrote:

The hg storage is already compressed. This buys nothing for the  
cloning operations, in fact it goes a long way to make it even  
worse. Please don't do this. I would rather live with a 75 MB Blob  
in the working directory.


I don't ;-) Having this file on everybody's disk is nonsense. I'd  
prefer to have it in compresed form in the sources if at all.

--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Large source file

2010-04-24 Thread Pavel Janík

Hi,

does this file make sense in the source code?

-rw-r--r--1 pavelpavel75159156 Apr 21 18:35 sdext/source/ 
pdfimport/xpdftest/binary_1_out.def


--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Spanish NL Community requests for funding help on acquiring a local build box

2010-03-15 Thread Pavel Janík

Hi,

On 15.3.2010, at 7:56, Martin Hollmichel wrote:

I think it's an good plan  to verify localization (and terminology)  
as a early as possible.Are there any technical hurdles to import  
incremental localization updates from pootle and do frequent  
builds. Can this also easily be done for more languages than  
Spanish ? What would be your preferred platform for doing this ?


I'd like to see platform that allows:

- to merge all available strings from all tools (Pootle, static  
URL, ...) to every milestone

- build in all languages for all platforms, every milestone
- publish all of them

It is much easier to let computers work then let people think if they  
need or want a build and remember and change their decision everytime  
they decise to change their mind.

--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Call for Nominations for Community Council Seats

2010-03-08 Thread Pavel Janík
I nominate Eike Rathke as my successor for the code contributor  
representative position.


Big +1 for Eike.

It was a quite interesting time for past 6 years in the council but  
I think the time has come to step back for some fresh, new  
people. I'm looking forward to support the work of the council as a  
regular member of the project.


Martin, you are not regular. You are extraordinary in thinking both  
as a manager and as a developer...

--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] DEV300_m72: Module goodies removed

2010-02-05 Thread Pavel Janík
I moved all the filters into the module filter, the b3dtrans.cxx  
into
tools and the GraphicObject code into svtools. The module goodies  
then

could be removed.

This change will be effective starting with DEV300_m72.


StarInvaders gone?
--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Re: [l10n-dev] Re: [releases] Re: [l10n-dev] changed strings in 310_m1

2009-02-13 Thread Pavel Janík

Hi,

On 13.2.2009, at 22:15, Frank Schönheit - Sun Microsystems Germany  
wrote:



We might have a communication problem. In my understanding, changing
resources so that the effective strings stay the same, but maybe
identifiers change, or strings are moved within files, or such, is an
alloed change.


string is and ordered set of: { actual string, identifier }.

If you change identifier, the string is changed. The old string  
doesn't exist anymore and the new string is no longer translated for  
all languages.


If you change the actual string, the string is changed.

If you change identifier, this can be solved in two ways:

1. you'll pay Vladimir a beer or two and he will run sed on  
localize.sdf files after he merges GSI files


2. all translators will hate you because they will need to update to  
the latest POT files, merge in the changes, generate GSI files,  
attach them to some issue and bother Vladimir to do the merge again.


Both are BAD and cause a lot of work!

If you change a string, it can be better and worse:

- if you fix a typo in original English string which doesn't change  
the meaning of the actual string, translators will love you because  
this change doesn't affect them at all!


- if you change the meaning of the actual string, the number 2.  
above applies.

--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] changing the patch mechanism for external sources

2009-01-23 Thread Pavel Janík

Hi,

On 23.1.2009, at 16:10, Hans-Joachim Lankenau wrote:

with the changes done in the cws ause099, each change now will  
reside in
 its own patch. for the local module makefiles, the only visible  
change
is PATCH_FILE_NAME - PATCH_FILES. this variable now hold the list  
(and

apply prder) of the existing patches.


brilliant news! Thanks for it.

Do we need to define some naming scheme for patches or should we keep  
the work of generating correct/random names to patchers?

--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] to-be-DEV300_m40: cygwin mess

2009-01-23 Thread Pavel Janík

Hi,

it is very late now, so pre-warning: to-be-m40 is not buildable on  
cygwin, because at least:


- oowintool is in ./ and not in ./solenv/bin (configure)

- guw directory is completely messed up:

paveljanik:~/.ooo/ooo_DEV300_m40_src/guw pavel$ grep ALTER guw.cc
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
paveljanik:~/.ooo/ooo_DEV300_m40_src/guw pavel$

I'll file issues tomorrow.
--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Proposal: new modules

2008-06-28 Thread Pavel Janík

Hi,

new modules are very often problematic (I do not want to summarize  
the causes of problems here though).


But here is the proposal:

- make cwses with new modules tinderboxable (the work is already in  
progress)


- announce new module (e.g. in cws-announce list) much earlier then  
integrating it in the milestone or via issue to add alias or add it  
to the OpenOffice* alias. This could be also automated via EIS - see  
above.


- peer review of new module by someone who at least knows there is  
also configure based environment or that you can use different shells  
etc. before the integration of the cws


With (at least) these things, there could be less problems with new  
modules.

--
Pavel Janík



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] deliver's verbosity

2008-06-11 Thread Pavel Janík

Hi,


On 11.6.2008, at 20:49, Frank Schönheit - Sun Microsystems Germany  
wrote:



just noticed that in m18, deliver isn't as gossipy as before: doing a
deliver in a module just prints
  deliver -- version 1.127
  Module 'module' delivered successfully. x files copied, y files
unchanged.

...
Is there an option I missed? If not, is there a possibility to  
introduce

one?


VERBOSE=TRUE
--
Pavel Janík



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-09 Thread Pavel Janík

Hi,

On 9.6.2008, at 9:27, Stephan Bergmann wrote:

I still fail to understand your reasons to oppose to the proposed  
change when the status quo is apparently OK for you.  Sun Hamburg  
builds with GCC X and includes in install sets libstdc++.so version  
Y.  What changes over time (through the proposed change or  
otherwise) are the specific values of X and Y.


looks like you understand it very well ;-)

The process of producing binary install sets is non-standard even  
now. It is far away from building from source. The term release  
engineering got a very new content for me - every install set coming  
from Sun is engineered. And you want to change it even more to  
release magic - you'll build something with some compiler and then  
you'll pick some other library and put it into final install set. I  
do not agree with such process for OpenOffice.org and I do not care  
how this is done for commercial products based on OOo or even for OOo  
in Linux distributions.


Maybe it is time to rethink the whole process of producing binary  
installation sets available for download at OpenOffice.org.

--
Pavel Janík



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-09 Thread Pavel Janík

Hi,

It's not magic at all. It comes from the used compiler. Always been  
so. And the compiler version is documented here:
http://wiki.services.openoffice.org/wiki/ 
Compiler_versions_used_by_port_maintainers_and_release_engineers


Heiner, yes. This is the current status quo. And sb wants to change  
it... I do not agree with the change.

--
Pavel Janík



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-09 Thread Pavel Janík
Maybe using magic was a poor choice to begin with.  We could  
extend the above wiki page to list exactly which GCC/libstdc++  
combination is used in each case.


Is used while compiling and is used for the final instsets, right?  
Two columns...

--
Pavel Janík



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-06 Thread Pavel Janík

Hi,



Another line of attack I had in mind is to ship a recent version  
of libstdc++.so.6 (from GCC 4.2, say), even if we continue to  
build with GCC 3.4.1.  The advantages are that it is simple, we do  
not need to change any code, and OOo keeps running on machines  
that do not already have a listdc++.so.6 installed (see above);  
the disadvantage is that it only cures the current symptoms and is  
no general fix (as in the future system libraries can again have  
dependencies on then more current versions of libstdc++.so.6).


Any objections against solving issue 86389 this way?  (Heiner told  
me that Sun Hamburg might switch to some GCC 4 for the final OOo  
3.0 on Linux, anyway).  If there are no objections, we could cancel  
any further meetings on this...


I have an objection. The solution is nonsense. We do not want binary  
libstdc++.so.6 in the CVS. If this solution sounds appropriate for  
commercial software, it is no go fo OpenOffice.org.

--
Pavel Janík



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Problems with system vs. OOo libstdc++.so.6 mismatch on Linux

2008-06-06 Thread Pavel Janík

Hi,


You misunderstand me; I guess I was not clear enough.


you was perfectly clear.

1  Sun Hamburg Linux builds include a libstdc++.so.6 that comes  
from somewhere by magic; it is not checked into CVS.  That is  
already how it works for a long time, and probably will not  
change.  Traditionally, the included libstdc++.so.6 is the one  
corresponding to the compiler with which Sun Hamburg creates the  
builds (but it should be OK to use a later one, due to libstdc++.so. 
6's compatibility nature).  It is the Sun Hamburg builds that are  
offered for download on the OOo web site.


And this magic is something I do not agree with at all. Either it  
comes from the compiler (and we know what version is used) or from  
the CVS. There is no other way. I really do not feel comfortable by  
randomly adding libraries from somewhere to the install sets.


Hmm, how it is licensewise? Is the current approach (and your  
proposed one) OK?

--
Pavel Janík



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] GoOOoCon2008 / Prague ...

2008-03-07 Thread Pavel Janík

Hi,

Besides, the scheduling -roughly at the same time than the OOoCON  
if I understood things well- is also counterproductive.


no Charles, you haven't even looked at the Wiki to see when it is...  
But you have to say your wors anyway.


:-(
--
Pavel Janík



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Butler Office Pro - really a violation ?

2008-02-08 Thread Pavel Janík
Sorry, but this is a really dangerous attitude.  Please don't feel  
offended,

but it very much reminds me what we used to have in our country in the
communist era.  You don't like it here?  Emigrate.  And don't be  
surprised

if you get shot during that.


Please emigrate to [EMAIL PROTECTED] or [EMAIL PROTECTED] or ..., not  
outside of our country ^H^H^Hproject. Got it?

--
Pavel Janík



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Butler Office Pro - really a violation ?

2008-02-07 Thread Pavel Janík


On 7.2.2008, at 23:47, Allen Pulsifer wrote:


i am speaking as a community member and not as Sun employee ;-)



Three month ago or so we had more or less the same
discussion. I thought
the current situation was clarified and no further discussion is
necessary until Sun brings it up or if Sun would misuse the  
copyright.


Thank you for that clarification, Juergen.Schmidt of Sun.com


I also thank Juergen for the clarification. And (unlike you)  
understand how he meant it. And I agree with him.


I see that Allen wants to continue in developing the project and  
product, so please everyone lets Allen do it...

--
Pavel Janík



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] libmawt.so not found - how to proceed

2007-12-02 Thread Pavel Janík

On x68_64 I'm getting the following error message:


/tmp/nix-5516-2/OOG680_m5/bean/native/unix
--
[...]
Checking DLL ../../unxlngx6.pro/lib/check_libofficebean.so ...:  
ERROR: libmawt.so: cannot open shared object file: No such file or  
directory
dmake:  Error code 1, while making '../../unxlngx6.pro/lib/ 
libofficebean.so'

---* tg_merge.mk *---


See #i74751#: http://www.openoffice.org/issues/show_bug.cgi?id=74751
--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Re: [council-esc] Is someone still building OOo with tcsh?

2007-10-08 Thread Pavel Janík

Is that still needed? I would like to remove the support for tcsh
builds if possible. Opinions?


FWIW: I have moved to using bash this weekend...
--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Can not build OO.org 2.3 (G680_m2) on win32

2007-08-26 Thread Pavel Janík

Hi,

On 26.8.2007, at 16:08, An Drouizig wrote:


--with-use-shell=4nt


your main problem is this. Use bash instead. using 4NT is not  
supported at all by configure.

--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Can not build OO.org 2.3 (G680_m2) on win32

2007-08-26 Thread Pavel Janík
I was still using 4NT because of some config issues with bash...  
here is the first of them... any hint ?


$ ./bootstrap
: No such file or directoryive/c/ooo_OOG680_m2_src/winenv.set.sh


Interesting - where is /cygr? I think this have to wait for Volker.
--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Re: Thunderbird - Integration

2007-07-31 Thread Pavel Janík

groupware.openoffice.org IS NOT THE NEW HOME FOR THUNDERBIRD.


It is unbelievable what a mess can be created by simply continuing in  
the discussion that is nonsense directly from the beginning 8)

--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Deprecated license SISSL in the source code again!

2007-07-15 Thread Pavel Janík

Hi,

do you remember my previous SISSL mails? The license still comes  
back to our sources... Which is unbelievable for me.


In to-be-SRC680_m221, there are:

accessibility/util/makefile.mk

comphelper/inc/comphelper/containermultiplexer.hxx
comphelper/source/container/containermultiplexer.cxx

officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs
officecfg/registry/schema/org/openoffice/Office/UI/ 
DbReportWindowState.xcs


svtools/inc/svtools/accessiblefactory.hxx
svtools/inc/svtools/textwindowpeer.hxx
svtools/source/edit/textwindowpeer.cxx
svtools/source/inc/svtaccessiblefactory.hxx
svtools/source/misc/svtaccessiblefactory.cxx

toolkit/inc/toolkit/helper/accessibilityclient.hxx
toolkit/inc/toolkit/helper/accessiblefactory.hxx
toolkit/source/helper/accessibilityclient.cxx

sw/source/filter/rtf/swparrtf.cxx

Can we do better and have 2.3 finally without this license after two  
years from SISSL deprecation?


http://www.openoffice.org/FAQs/license-change.html

Two years!

I have created cws finalsisslremoval, and will fix them all there.  
But we should not allow any new files with this license to be  
integrated!

--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Re[dev] Release Engineering IRC chat

2007-07-13 Thread Pavel Janík
I think we should go to the channel #oootalk,or it will be very  
disorderly


What about #re.openoffice.org? ;-)
--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] proposal for change of cws policies

2007-07-09 Thread Pavel Janík
With the help of Nikolai we are now able to provide a proposal for  
a modified version of the child workspace policies on http:// 
wiki.services.openoffice.org/wiki/CWS_Policies


Several points:

- I'll fix typos in the wiki directly.

- I do not understand There will be no minor versions in a CWS.  
What it means?


- The paragraph starting with Using the Environment Information...  
is a bit strange. Shouldn't the first part of it be bold/headline?


- huge controversy: The CWS has to be consistent (code and  
helpcontent/documentation) vs. The Scope: how to group tasks. If  
the CWS contains both new feature and its respective documentation  
(online help), it can't be easily grouped into 1. High-impact  
features and 6. Documentation. Or will we allow both categorizations  
at once?


Other than that, +1.
--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] To OOo Builders ...

2007-06-29 Thread Pavel Janík

Actually I think, the output should per default look like:

compiling module/source/bla.cxx
compiling module/source/foo.cxx
linking module/unxlngi6.pro/lib/libgr.so


Looks good. I'd like to see an option to do build this way at least.  
But sometimes both methods are good.


I upload full build logs along my builds and they were used a lot of  
times in the past...

--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Google Summer of Code 2007

2007-03-15 Thread Pavel Janík
But why I did not find optimizations of the memory usage or other  
simmiliar

target ?


You forgot to propose such project and haven't offered to mentor it.
--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] VCL performance , feature improvements for Sommer of Code?

2007-02-21 Thread Pavel Janík

Hi,


What do you think about writing out a summer-of-code slot this year
for enhancing VCL.


good idea - can you please write it to [EMAIL PROTECTED]
--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Extending the binfilter Module

2007-02-02 Thread Pavel Janík


On 2.2.2007, at 14:11, Rüdiger Timm wrote:


Kay Ramme - Sun Germany - Hamburg wrote:

FYI
Matthias Huetsch, Malte Timmermann, Michael Brauer and I recently  
had a discussions regarding how to deal with binfilter in case of  
incompatible changes of modules used by binfilter.
We came up with the following recipe: For every request of an  
additional module for / change of binfilter the following steps  
are to be tried in the following order:
   1. Check if the dependency could not be removed / avoided  
completely. - For the above change this means, to verify that  
basctl is indeed needed for loading / storing documents.
   2. Copy the code which is needed only. - For the above change  
this means, that the serializers (import / export) may just be  
copied out of basctl to binfilter (respectively they may be just  
reimplemented if this is easier :-) .
   3. Copy the whole module. - If the target module is reasonable  
small, the whole module may be copied to binfilter. For the above  
change this would mean to copy basctl to binfilter.
   4. Adapt binfilter to the incompatible changes done in the  
dependent module. - For the above change this would mean, to adapt  
binfilter to the changes done in basctl.
   5. Do not change the dependent module incompatible. - For the  
above change this would mean, not to change basctl incompatible.
I created a module page for the binfilter module in the OOo wiki  
and copied the receipt to this page as well:

 http://wiki.services.openoffice.org/wiki/Framework/Modules/binfilter
Hope that helps
  Kay


That's a joke, isn't it?
From my point of view of course it has to be (according to your  
numeration)

1.
4.
5.
2.
3.


What about making binfilter SO only module? ;-)
--
Pavel Janík


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] root?.dat files

2007-01-25 Thread Pavel Janík
What are those program/root3.dat root4.dat  root5.dat files for in  
the

installsets ?


See http://www.openoffice.org/issues/show_bug.cgi?id=73345
--
Pavel Janík
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] SISSL is *really* deprecated

2007-01-21 Thread Pavel Janík

Hi,

the following files still reference the license SISSL (files from  
helpcontent2 are not included on purpose):


basegfx/inc/basegfx/tools/debugplotter.hxx
basegfx/source/tools/debugplotter.cxx

binfilter/bf_sw/source/filter/excel/exlpar.hxx

cppu/source/uno/IdentityMapping.cxx
cppu/source/uno/IdentityMapping.hxx
cppu/test/Environment.test.cxx
cppu/test/IdentityMapping.test.cxx
cppu/test/Mapping.test.cxx

jurt/com/sun/star/lib/uno/environments/remote/Message.java
jurt/com/sun/star/lib/uno/protocols/urp/PendingRequests.java
jurt/com/sun/star/lib/uno/protocols/urp/UrpMessage.java

offapi/com/sun/star/awt/XSimpleTabController.idl
offapi/com/sun/star/awt/XTabListener.idl
offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl
offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl

scp2/source/ooo/module_java.scp
scp2/source/ooo/module_java.ulf

so3/inc/so3/so3dllapi.h

svtools/inc/dialogclosedlistener.hxx
svtools/source/misc/dialogclosedlistener.cxx

svx/inc/svx/sdr/contact/viewcontactofunocontrol.hxx
svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx

sw/inc/IDocumentSettingAccess.hxx
sw/inc/IDocumentTimerAccess.hxx

vcl/unx/source/gdi/xrender_peer.cxx
vcl/unx/source/gdi/xrender_peer.hxx

SISSL is really deprecated, so please remove this license from your  
files.

--
Pavel Janík
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Renaming #openoffice.org into #dev.openoffice.org?

2007-01-20 Thread Pavel Janík
So: do you want to rename the channel? +1 means yes, -1 means no,  
+0 means What is a channel?


+1: 18
-1: 0
0: 0

So we will move the channel.

.
.
.

The channel is already moved - please join #dev.openoffice.org!

I'll spend some time during weekend to announce the change, change  
wiki pages, setup #openoffice.org's topic etc.

--
Pavel Janík
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] inline funtions: control may reach end of non-void function (compiler bug on Mac OS X)

2007-01-09 Thread Pavel Janík

- adding return FALSE; at the end of the inline function


This might lead to warning unreachable code with other compilers, so


Yes, I was simply searching for this argument! Thanks. Will remove  
else and reindent ;-)

--
Pavel Janík
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Build error in my build system with OOE680_m6

2006-12-14 Thread Pavel Janík

Hi,

/ooo2/nas/unxlngi6.pro/misc/build/nas-1.6/lib/audio/ConnSvr.c:1981:  
undefined reference to `XauDisposeAuth'
/ooo2/nas/unxlngi6.pro/misc/build/nas-1.6/lib/audio/ConnSvr.c:1832:  
undefined reference to `XauGetBestAuthByAddr'


please enter on or the other string in quotes into IssueZilla search.
--
Pavel Janík
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Error 65280

2006-10-29 Thread Pavel Janík
   From: Mikaël De Bie [EMAIL PROTECTED]
   Date: Sun, 29 Oct 2006 10:23:26 +0100

Hi,

This error seems to be dued to a
zip warning: name in zip file repeated: acor1028.dat

where you got this file from? It is not in OOo source.

As you do not use OOo source, we can't help you without more info.

Run

find /docs/extras/ -name acor1028.dat

and tell us the result.
-- 
Pavel Janík

MS: a debilitating and surprisingly widespread affliction that renders
the sufferer barely able to perform the simplest task.
  -- Mel White in private e-mail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] gcc-4.x.y and python's readline

2006-10-20 Thread Pavel Janík
Hi,

just a heads up: if you compile *internal* python using newer gcc's, please
verify that your python supports readline.

The problem is described at

http://mail.python.org/pipermail/python-checkins/2004-November/044048.html

http://qa.openoffice.org/issues/show_bug.cgi?id=65994
-- 
Pavel Janík

Choose variable names that won't be confused.
  -- The Elements of Programming Style (Kernighan  Plaugher)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Re: [discuss] Spellchecker development

2006-10-19 Thread Pavel Janík
   From: Jan Breuer [EMAIL PROTECTED]
   Date: Thu, 19 Oct 2006 08:48:16 +0200

Hello Jan,

I partially stripped CC: list to relevant lists only.

Could you provide me some detailed documents(info) about above
mentioned points and other interesting materials (desings etc.) about
spellchecker?

Please have a look at http://lingucomponent.openoffice.org/dictionary.html
-- 
Pavel Janík

Be conservative in what you generate, and liberal in what you accept.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Getting into contact with Online Help authoring community

2006-09-22 Thread Pavel Janík
   From: Charles Schulz [EMAIL PROTECTED]
   Date: Fri, 22 Sep 2006 00:16:32 +0200

Sorry to jump in: I really like this blog. Mine did not get included in
OOo planet because I've been told it was for developers only :-( ...
Did the rules change? :-)

Maybe Uwe's blog contains info important for developers and your blog does
not? I do not know and can't judge.
-- 
Pavel Janík

Make input easy to proofread.
  -- The Elements of Programming Style (Kernighan  Plaugher)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Getting into contact with Online Help authoring community

2006-09-22 Thread Pavel Janík
   From: Uwe Fischer [EMAIL PROTECTED]
   Date: Fri, 22 Sep 2006 11:07:01 +0200

Hi,

I had a look at http://planet.go-ooo.org/ - is this the Planet you
mean?  It does not look to be the right place to mirror the OOo
Tips'n'Tricks blog, which is more aimed to the normal user than to the
developer.

you'd be surprised how developers need to learn the OOo usage :-)

(btw, your ximian link to Planet in your blog doesn't work for me)

I fixed it, thanks.
-- 
Pavel Janík

Idiots in patent offices allowing trivial patents are a depressing fact of
life
  -- Ian Lynch in [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Getting into contact with Online Help authoring community

2006-09-21 Thread Pavel Janík
   From: Uwe Fischer [EMAIL PROTECTED]
   Date: Wed, 20 Sep 2006 16:10:10 +0200

Hi Uwe,

- Blog http://blogs.sun.com/oootnt for browsing tips and tricks, just in 
case you have some spare time

what about adding this blog to OOoPlanet? :-)
-- 
Pavel Janík

printk(Cool stuff's happening!\n)
  -- 2.4.3 /jffs/intrep.c

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Mac OS X leaks: string 'MUTX'

2006-08-27 Thread Pavel Janík
Hi there,

one of typical leaks I found when learning the tool leaks on Mac OS
X/SRC680_m182 was string MUTX. An example:

Leak: 0x13c05690  size=64   string 'MUTX'
Call stack: [thread 2907 ]: ...
TransferableDataHelper::CreateFromSystemClipboard(Window*) 
TransferableDataHelper::TransferableDataHelper[in-charge]() | osl_createMutex 

I was not able to find the reference to MUTX on my Mac, but I found it
here:

http://darwinsource.opendarwin.org/Current/Libc-391.2.5/pthreads/pthread_internals.h

#define _PTHREAD_MUTEX_SIG  0x4D555458  /* 'MUTX' */

My headers contain:

pthread_impl.h:#define _PTHREAD_MUTEX_SIG_init  0x32AAABA7

though, but no _PTHREAD_MUTEX_SIG

E.g. When we have main Writer window opened, I see six leaked strings:

Leak: 0x1271d620  size=64   string 'MUTX'
Leak: 0x13c05690  size=64   string 'MUTX'
Leak: 0x0321f2c0  size=48   string 'MUTX'
Leak: 0x0321f190  size=48   string 'MUTX'
Leak: 0x0321f060  size=48   string 'MUTX'
Leak: 0x0321ef30  size=48   string 'MUTX'

I was not able to create code that does the same. I even created sample C++
code that allocate new pthread_mutex_t and I forget to delete them, it
leaked them but the string MUTX was not in the leak...

Very similar problem was identified by one man when he was working with
libxml2 and threads on Mac OS X:

http://mail.gnome.org/archives/xml/2005-February/msg00090.html

Do you have any idea what is going on? Can you reproduce similar problem on
other systems?
-- 
Pavel Janík

That's the problem: pretesters aren't finding many more bugs nowadays,
so it'll probably take until 2005 to find and fix enough bugs that we
can comfortably announce the code stable.
  -- Stefan Monnier in comp.emacs

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] 2.0.4: top list of issue owners

2006-08-11 Thread Pavel Janík
Hi,

this is the current list of issue owners with target 2.0.4 with more than
two issues:

  8 iano
  6 hro
  5 mh
  3 khong
  3 berit_bonde
  3 abi
  2 zoomtext
  2 mmeeks
  2 kz
  2 ihi

-- 
Pavel Janík

Failure is not an option. It comes bundled with your Microsoft product.
  -- Peter Surda in [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Re-opening a milestone that has been announced as ready for CWS usage?

2006-08-09 Thread Pavel Janík
   From: Martin Hollmichel [EMAIL PROTECTED]
   Date: Wed, 02 Aug 2006 15:51:44 +0200

Issues should always be fixed on the next milestones,

I agree with this.

But an idea: in the past we have seen several step milestones as well. So
if the issue is critical enough, can't we just make *new* (next) step
milestone with only the critical fix added and make it available faster
than usual?

This can fix the We have to wait a week for fixed milestone reply.
-- 
Pavel Janík

Keep it right when you make it faster.
  -- The Elements of Programming Style (Kernighan  Plaugher)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] 2.0.4: many PATCH issues!

2006-08-02 Thread Pavel Janík
Hi,

right now, we have more than 20 open issues of type PATCH with target
2.0.4. Are you sure your patch can go into 2.0.4? Some issues can go there
(mainly simple l10n/translation issues) but some are simply unrealistic...

Please spend three minutes of your time today on cleaning your issues with
2.0.4 target (we have 141 of them as of now)...

Thank you.
-- 
Pavel Janík

Replace repetitive expressions by calls to a common function.
  -- The Elements of Programming Style (Kernighan  Plaugher)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Re-opening a milestone that has been announced as ready for CWS usage?

2006-08-02 Thread Pavel Janík
   From: Jörg Jahnke [EMAIL PROTECTED]
   Date: Wed, 02 Aug 2006 10:46:07 +0200

Hi,

I'll try to read this long e-mail completely in the evening again. But here
is my first idea:

_B) Wait with the ready for CWS usage announcement until QA approval_

Minor modification of this: after integration of all CWSes is done and the
tree is tagged but still not yet announced as ready (as is the case with
SRC680_m180 right now), inform people about this fact. And you can even
sent buildbots (the latest work from our Intel friends) on it to get early
feedback about the buildability thus preventing build related P1 issues.
-- 
Pavel Janík

It's an editor, a programming environment, a mail and news reader, a
shrink, and a way of life.
  -- Eli Zaretskii in gnu.emacs.help about Emacs

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] OOoConf2006

2006-07-25 Thread Pavel Janík
   From: David Wilson [EMAIL PROTECTED]
   Date: Fri, 21 Jul 2006 08:43:56 +1000

David,

thanks for information.

I feel we need to do this for several reasons, and particularly in regards 
to 
raising funds  for development work. We need some assurance that such work 
would, in fact, be accepted into the OpenOffice application.

Please remember that the project and also the application we all work
together is OpenOffice.org.
-- 
Pavel Janík

VI really is perfect, and *very* intuitive! First time I used it (some 9 years
ago, on a notebook running Coherent without X), I eventually had to
*literally* pull the plug to get out of it.
  -- Hrvoje Blazevic in alt.religion.emacs

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] OOo 2.0.4 status meeting

2006-07-12 Thread Pavel Janík
   From: Martin Hollmichel [EMAIL PROTECTED]
   Date: Mon, 10 Jul 2006 18:18:46 +0200

Hi Martin,

* RE this week: Oliver, m176 to start Monday 10th, m177 Friday 14th.

thanks for valuable information!

BTW - can we make this info available on EIS on regular basis, so you do
not have to take action on it?

Do you have minutes available from the meeting?
-- 
Pavel Janík

So the solution is not build ACPI as a module, because it shouldn't have
allowed you to do so in the first place :)
  -- Jeff Garzik in linux-kernel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] locale data initialization

2006-06-20 Thread Pavel Janík
   From: Alan Yaniger [EMAIL PROTECTED]
   Date: Tue, 20 Jun 2006 17:17:22 +0200

Hi,

that variable's length (rSep.Len()), OOo crashes.

what is the rSep value at that time? What does

fprintf(stderr, rSep is %p\n., rSep);

print?
-- 
Pavel Janík

The crawl of today is a rather rapid one by 6502 standards ;)
  -- Linus Torvalds in LKML

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] OpenOffice building failed

2006-06-14 Thread Pavel Janík
   From: Xu, Shenshen [EMAIL PROTECTED]
   Date: Wed, 14 Jun 2006 16:08:39 +0800

Now I are trying to build OpenOffice trunk on Fedora Core 5, by now, I

Trunk? You mean HEAD? This doesn't make sense in OOo's CVS usage.

/root/OpenOffice/trunk/instsetoo/util

There is no instsetoo directory in current OpenOffice.org. Please read

http://www.openoffice.org/dev_docs/source/get_source.html
-- 
Pavel Janík

But for the user this does not matter, he just sees a frozen
machine. Even if it would recover in some hours ;)
  -- Hubert Mantel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Mirroring OpenOffice.org Premium

2006-05-16 Thread Pavel Janík
   From: KAMI [EMAIL PROTECTED]
   Date: Mon, 15 May 2006 21:48:52 +0200

The license issues under eliminating :o) The templates that seem
problematic is undel LGPL or PDL... I will check files from
OpenOffice.org EXTRAS CD (that downloadable from Openoffice.org) but
they use ooextras, openoffice.org stuffs so the are free. Fonts are
free, Clip arts are free, Cisco clip arts free but aganist for
alteration.

Hmmm. You seem to not distinguish between free and free. I personally do
not care about things that are free (as in free beer) and their license
prohibits me to change them. Such work is useless for me and also for OOo.

I do not like many things on your XXX Premium. I even consider it as unfair
to name something as SomethingElse Premium (which in fact is my primary
reason I won't look at it at all).

For very similar example, have a look at

http://www.openoffice.org/issues/show_bug.cgi?id=63805

This issue is about including some kind of fonts into OOo. It is
impossible, because these fonts are non-free. But what we could include is
a generic framework for new font sets inclusion. And we can even include
some free (and license compatible!) fontsets into our (I'm working on
OpenOffice.org) product.

This is what I expect from your work on your OOo distribution. Are you
going this way or you simply bundle everything you have/downloaded from all
around the world into it? Such project is useless in my opinion. Providing
framework to include all these extras file into the running product and/or
into the instset is worth the effort. Simple/manual bundling of everything
into it is not.
-- 
Pavel Janík

This doesn't mean you should mix false(1) and true(1) editors.
  -- Ole Aamot in alt.religion.emacs

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Mirroring OpenOffice.org Premium

2006-05-15 Thread Pavel Janík
   From: KAMI [EMAIL PROTECTED]
   Date: Thu, 11 May 2006 22:23:59 +0200

Hi,

Are there any way to mirror our Premium builds on OpenOffice.org site?
Or can someone mirror it to other sites?

have you already cleared the license issues? IIRC several people notified
you that it contains non-free stuff and as such ...
-- 
Pavel Janík

Test input for validity and plausibility.
  -- The Elements of Programming Style (Kernighan  Plaugher)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Error 65280 during compilation...

2006-03-14 Thread Pavel Janík
   From: marekjs [EMAIL PROTECTED]
   Date: Tue, 14 Mar 2006 15:03:17 +0100

ERROR: Error 65280 occurred while making
/my_path_to_OOo/OOo/OOB680_m5/filter/source/config/fragments
dmake:  Error code 1, while making 'build_instsetoo_native'

I've the above mentioned error during compilation.

Can you please provide lines above your error message? There is the info
where it actually broke.
-- 
Pavel Janík

die_if_kernel(Whee... Hello Mr. Penguin, current-tss.kregs);
  -- 2.2.16 arch/sparc/kernel/traps.c

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] language.tar needed for a build?

2006-03-04 Thread Pavel Janík
   From: Chris H [EMAIL PROTECTED]
   Date: Fri, 03 Mar 2006 21:35:46 -0500

I am trying to build OOb-oob680_m5 on Windows 2003 / Cygwin. Is the
language.tar file needed or do I just need the core.tar? The build
failed saying it could not find localize.sdf.

Processing File shlxthdl.ulf ...
ERROR : Can't open localize.sdf

You are using ooo-build. Please ask ooo-build related questions in
ooo-build mailing lists.

Yes, you need so called -lang package, see http://go-oo.org/packages/OOB680/.
-- 
Pavel Janík

/*
 * For moronic filesystems that do not allow holes in file.
 * We may have to extend the file.
 */
  -- 2.4.0-test2 fs/buffer.c

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] correct form of 'with-lang' and 'with-dict' configure options

2006-01-27 Thread Pavel Janík
   From: Jan Uhlir [EMAIL PROTECTED]
   Date: Fri, 27 Jan 2006 01:01:07 +0100

To speedup the build time I want to limit language support to only 3 
languages.
What is the correct form of 'with-lang' and 'with-dict' configure options?

configure --help
-- 
Pavel Janík

Have you considered defenestrating your computer and replacing Windows with
GNU/Linux?  It is a shame for you to be in bondage to Microsoft.
  -- Richard Stallman [EMAIL PROTECTED] in emacs-devel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Koders - code search for OOo

2005-12-09 Thread Pavel Janík
[ Please reply to the list only. ]

   From: Jorn K Teutloff [EMAIL PROTECTED]
   Date: Thu, 8 Dec 2005 11:54:05 -0800

Hi,

OpenOffice Developers:

please use the term OpenOffice.org when referring to our project. Use it
also inside your web service.

Koders has provided a free, searchable index of OpenOffice code for

Is there a statement like this will be free forever or we will release the
source code for the tooling or something like that? Can we implement the
service on our servers for free?

But otherwise, your site could be very useful. Unfortunately not clean
usage conditions prevent me from using it.
-- 
Pavel Janík

You know, there are several things any hotblooded man (or woman) should
have done in his life: skydive, climb mt. everest, and build
OOo from scratch ;-)
  -- Martijn Dekkers [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Koders - code search for OOo

2005-12-09 Thread Pavel Janík
   From: Jorn K Teutloff [EMAIL PROTECTED]
   Date: Fri, 9 Dec 2005 12:17:36 -0800

Thanks Jim - great input. We never meant to limit the use of code
found on Koders.com

Of course you can't limit the use of code found there, but you can limit
the use of your tool. And in fact, you do. You limit its usage for
commercial purposes. Thus you limit the freedom of your users. As Jim said,
I have chosen to ignore your service because there already are many things
that limit my freedom. I do not want to add another one.

I'll continue to use remote http://ooo.ximian.com/lxr/ and local grep -r
instead.
-- 
Pavel Janík

... he would have a
better chance to make money by investing his savings in lottery tickets
than in his ventures ...
  -- Andrea Arcangeli about someone from LKML

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Error in sal

2005-11-27 Thread Pavel Janík
   From: Rajith Ravi [EMAIL PROTECTED]
   Date: 22 Nov 2005 08:01:06 -

Hi,

  I am now trying to build OOo1.1.4 under tcsh. 

Why do you use old version?
-- 
Pavel Janík

I may have invented it, but Bill made it famous.
  -- David Bradley, inventor of Ctrl+Alt+Del

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Error building windows installation set

2005-11-08 Thread Pavel Janík
   From: Oldfield So [EMAIL PROTECTED]
   Date: Tue, 08 Nov 2005 11:12:55 +0800

ERROR: Saved logfile: 
d:/OOo_2.0.0rc3_src/instsetoo_native/wntmsci10.pro/OpenOff
ice/logging/en-US/log_OOO680__en-US.log

What is in this file?
-- 
Pavel Janík

Most mangled diffs I get are caused by pine. Fixing pine would do more
wonders than any magical patchbot.
  -- Alan Cox [EMAIL PROTECTED] in LKML

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] cannot make CWS?

2005-11-05 Thread Pavel Janík
   From: NAKATA Maho [EMAIL PROTECTED]
   Date: Sat, 05 Nov 2005 07:15:16 +0900 (JST)

Hi,

I'd like to fix an issue, and try to make CWS, but error occurred: 

the crucial point is that you can't create it via EIS. The same applies to
me.

The workaround is to create it by command line cwscreate first.

But report it to bei@ as an issue, please.
-- 
Pavel Janík

panic(Attempted to kill the idle task!);
  -- 2.2.16 kernel/exit.c

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Please make an installer for OOo 2.0

2005-11-03 Thread Pavel Janík
   From: Feve Feve [EMAIL PROTECTED]
   Date: Thu, 03 Nov 2005 09:56:39 +0100

The linux rpm:s or Solaris pkg:s will not do.
At my office i'm allowed to install on our application server but i'm not 
allowd to have root access.
The consequence... i cannot install OOo 2.0

No. This is wrong logic. Also non-root users can use RPM packages. You even
can have your own RPM database.

Please do not distribute such false information. Just ask first if your
presumption is valid.
-- 
Pavel Janík

Wow, you are crazy like hell. Of course it fixed the problem ;)
  -- Hubert Mantel in private e-mail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] new incubator : Call for Name

2005-10-26 Thread Pavel Janík
   From: Laurent Godard [EMAIL PROTECTED]
   Date: Wed, 26 Oct 2005 16:14:36 +0200

Hi,

- addon.openoffice.org (already 1 vote)

I'd prefer addons...
-- 
Pavel Janík

In theory, practice and theory are the same, but in practice they are
different.
  -- Larry McVoy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Re: [native-lang] Re: [dev] new incubator : Call for Name

2005-10-26 Thread Pavel Janík
   From: Joerg Barfurth [EMAIL PROTECTED]
   Date: Wed, 26 Oct 2005 17:45:05 +0200

-1,

We already have a cvs module named 'extensions' in the 'util' project.

Another example is external, which is even worst.
-- 
Pavel Janík

In case you're wondering what's the reason for this spate of activity
-- I've taken a week off work to do Gnus stuff and read comic books.  :-)
  -- Lars Magne Ingebrigtsen [EMAIL PROTECTED] in Gnus dev 
list

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Re: [cws-announce] mmeeks11: created

2005-10-23 Thread Pavel Janík
   From: michael meeks [EMAIL PROTECTED]
   Date: Fri, 21 Oct 2005 21:04:00 +0100

On Fri, 2005-10-21 at 21:09 +0200, Pavel Janík wrote:

 
|---+-|
 |Description|Fixes some broken icons in ooo_custom_images - 
not used  |
 |   |by stock OpenOffice.org = no QA required. 
  |
 
|---+-|
 
 Then lets remove them completely?

   You'll notice that stock OO.o also doesn't use the system-mysql stuff -
or the Mac/OS port, or ...

Ah, I misread the description. Does this mean that someone (some distro
or ?) is using them? If so, it is OK, of course. But I still wonder why
icons were broken...
-- 
Pavel Janík

It works...sorta.  It will compile the kernel.  But in my development
using lots of STL and C++, I've become an expert at generating Internal
compiler error with it.  YMMV.
  -- Bob McElrath in linux-kernel about RH GCC 2.96

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Re: [cws-announce] mmeeks11: created

2005-10-21 Thread Pavel Janík
   From: [EMAIL PROTECTED]
   Date: Fri, 21 Oct 2005 13:47:26 +0200 (CEST)


|---+-|
|Description|Fixes some broken icons in ooo_custom_images - not 
used  |
|   |by stock OpenOffice.org = no QA required.
   |

|---+-|

Then lets remove them completely?
-- 
Pavel Janík

My stealth error corrector already did that ;)
  -- Andrew Morton in LKML about space after 'while'

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Applying individual patches

2005-09-03 Thread Pavel Janík
   From: Pema Geyleg [EMAIL PROTECTED]
   Date: Sat, 03 Sep 2005 19:14:56 +0600

Hi,

 For Instance I have a patch called VCL_xcu_patch.diff 
for the file 
officecfg/registry/data/org/openoffice/VCL.xcu having 
Dzongkha font support.

 How do I apply it to the source...
Is it something like this...

patch -p1 oosource2.0beta VCL_xcu_patch.diff

Patches were created using patch -ur old new  
any_patch_name.diff

use the patch command to apply the patch. Use proper -pn. n depends on how
the patch was created. If your patch was created with

diff -u VCL.xcu.orig VCL.xcu

than use -p0. Please read manual/info page of patch.
-- 
Pavel Janík

I personally don't believe a patch tracking system makes life any easier.
  -- Russell King in LKML

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Re: Compilation error with gcc 3.3.5

2005-09-01 Thread Pavel Janík
   From: Takashi Nakamoto [EMAIL PROTECTED]
   Date: Fri, 2 Sep 2005 01:53:44 +0900

Hi,

Yes, I use the prebuilded mozilla libraries.
Does it cause this problem? We have to compile mozilla libraries with gcc
3.3.5, don't we?

yes. Prebuild libs are compiled with other gcc. Just build from source.
-- 
Pavel Janík

#ifdef STUPIDLY_TRUST_BROKEN_PCMD_ENA_BIT
  -- 2.4.0-test2 drivers/ide/cmd640.c

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Warning-Free Code

2005-08-29 Thread Pavel Janík
   From: Stephan Bergmann [EMAIL PROTECTED]
   Date: Mon, 29 Aug 2005 17:59:29 +0200

Hi,

Here at Sun Hamburg, we are eager to get OOo's C/C++ code base warning
free.

great. Can you do all of your work on 64bit operating systems? ;-)

The team members should also have a look at the 64-bit CWS
(ooo64bit02) to see what data sizes they already changed.

Yes!
-- 
Pavel Janík

It's known to be very buggy (it comes directly from the hardware
manufacturer).
  -- Hubert Mantel about some driver for eth. card

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Warning-Free Code

2005-08-29 Thread Pavel Janík
   From: Stephan Bergmann [EMAIL PROTECTED]
   Date: Mon, 29 Aug 2005 17:59:29 +0200

free.  We plan to do this massive (in number of files affected) change 
for post--OOo-2.0.

I forgot to ask in first e-mail. Post-2.0. You think of 2.1 or 3.0? Or?
-- 
Pavel Janík

Let your compiler do the simple optimisations.
Don't strain to re-use code; reorganise instead.
  -- The Elements of Programming Style (Kernighan  Plaugher)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Re: [cws-announce] SRC680_m126 ready for use.

2005-08-28 Thread Pavel Janík
   From: NAKATA Maho [EMAIL PROTECTED]
   Date: Sun, 28 Aug 2005 08:37:19 +0900 (JST)

have you already raised #IZ#? and do you think RE can do master fix?

No. Surely early tomorrow.
-- 
Pavel Janík

The name of the command, woman, is an acronym for w/o (without) man,
since it doesn't use the man program.
  -- An unknown author in GNU Emacs manual

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Top-level makefile.mk change

2005-07-29 Thread Pavel Janík
Hi,

Volker implemented change in the top-level makefile.mk file.

dmake in the top-level directory will first check the
directories/modules. If any module is missing the build stops *immediately*
and ask you to checkout the new module.

In the past, the result was:

Fetching dependencies for module ure from solver... failed...
Fetching from CVS... 
 failed

and the build continued. The worst case was failure in instsetoo_native
after all modules built successfully ;-)

In the following example, I removed module ure and issued dmake:

[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m122_src dmake
dmake:  Error -- `ure' not found, and can't be made
'---* tg_merge.mk *---'
[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m122_src 

The fix is in pj32 child workspace.
-- 
Pavel Janík

Choose variable names that won't be confused.
  -- The Elements of Programming Style (Kernighan  Plaugher)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] scp12 problem

2005-06-02 Thread Pavel Janík
   From: Ken Foskey [EMAIL PROTECTED]
   Date: Thu, 02 Jun 2005 23:01:14 +1000

/data/office/scp2/util
--
Making: ../unxlngi6.pro/bin/osl/setup_osl.ins
/usr/bin/perl /data/office/solenv/bin/par2script.pl
-i ../unxlngi6.pro/par,/data/office/solver/680/unxlngi6.pro/par
@@/tmp/mksrEWop -o ../unxlngi6.pro/bin/osl/setup_osl.ins

par2script
-i ../unxlngi6.pro/par,/data/office/solver/680/unxlngi6.pro/par
@@/tmp/mksrEWop -o ../unxlngi6.pro/bin/osl/setup_osl.ins
ERROR: Could not include definition block. Found no definition of
gid_File_Lib_LibXMLSec_xmlseccore!
dmake:  Error code 255, while making
'../unxlngi6.pro/bin/osl/setup_osl.ins'
'---* tg_merge.mk *---'

I do not see it, but someone else had seen it in the past:

http://www.openoffice.org/servlets/ReadMsg?listName=usersmsgNo=93751
-- 
Pavel Jank

Now I understand why Linux comes with the who am I command ;)
  -- Hubert Mantel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] ./configure before compiling problem with cups

2005-05-17 Thread Pavel Janík
   From: Vizion [EMAIL PROTECTED]
   Date: Tue, 17 May 2005 07:44:41 -0700

 You do not have cups.h.

please read original email carefully:
You will see that I do have cups.h

Reading your mails is very hard. You do not have cups in the location OOo
is looking for it, just disable it for now (see configure --help).
-- 
Pavel Jank

In the beginning was the word, and the word was content-type: text/plain.
  -- Kilian A. Foth in comp.emacs.xemacs

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] building 3.4 and failing...

2005-03-01 Thread Pavel Janík
   From: Ken Foskey [EMAIL PROTECTED]
   Date: Tue, 01 Mar 2005 22:22:12 +1100

ccache gcc-3.4 -z combreloc -Wl,-z,defs -Wl,-rpath,'$ORIGIN' -shared
[...]
../unxlngi6.pro/slo/bytarray.o(.gnu.linkonce.d._ZTIN3vos10OByteArrayE
+0x0): undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'

Shouldn't you link with g++?
-- 
Pavel Jank

This message doesn't contain viruses, because I do not use Windows.
  -- Pavel Just in [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] HEAD: break and patch for basctl - gcc33 problem

2005-02-28 Thread Pavel Janík
   From: Ken Foskey [EMAIL PROTECTED]
   Date: Mon, 28 Feb 2005 23:29:47 +1100

Ken,

Compiling with gcc 3.3 gave me this error, patch follows.

/data2/office/basctl/source/dlged/dlged.cxx:641: error: parse error
before `|' token

is this already filed in IZ? I can't find it.
-- 
Pavel Jank

The relieblility of floppies makes me hope you're going
for raid-1 and not raid-0...
  -- Helge Hafting to someone trying to use RAID on floppies

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Amd64 build problems

2005-02-25 Thread Pavel Janík
   From: Lorenzo Milesi [EMAIL PROTECTED]
   Date: Fri, 25 Feb 2005 10:30:53 +0100

Hi,

I'm trying to build from source OOo_1.9.m79 but I have some problems.

m79 doesn't contain latest 64bit changes. You have to use ooo64bit02 and
even with that child workspace, it is not complete.
-- 
Pavel Jank

This doesn't mean you should mix false(1) and true(1) editors.
  -- Ole Aamot in alt.religion.emacs

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]