Re: Building OpenOffice on illumos with gcc

2014-08-07 Thread Paul Gress

On 08/ 7/14 07:30 AM, Keith N. McKenna wrote:


Paul;
Most spell check problems can be solved by resetting the profile. See
the tutorial on the forum at
https://forum.openoffice.org/en/forum/viewtopic.php?f=74t=12426#p58403 .





Solved, thanks very much


Re: Building OpenOffice on illumos with gcc

2014-08-05 Thread Paul Gress

On 08/ 5/14 02:45 AM, Alexander Pyhalov wrote:

On 08/01/2014 19:27, Alexander Pyhalov wrote:

Hello.
I've just integrated OpenOffice component into OpenIndiana /hipster
illumos distribution. I'd like to share some patches and to ask if they
could be converted to bug reports, feature requests and which of them
can be integrated.


Could someone comment this?




Hi Alexander,

I use Solaris 11.2.  Is there a way to package this to install on 11.2?  Maybe 
tarred?

Thanks,

Paul


Re: loadComponentFromURL - Solaris 11 OO 3.3

2014-01-19 Thread Paul Gress

Hi,

I did point to the 3.4 build, but I'm using a self built 3.4.  I did it myself 
to add CUPS support.  I've tried to build 4.0 without success.

Paul




On 01/17/14 05:26 AM, James Lee wrote:

On 17/01/2014 00:29, Paul Gress wrote:

 There is one person (Apostols Syropoulos) trying to compile the latest 
version 4.0, but having trouble.

Then there are at least 2.  I've tried and so far failed to compile 4.0. [I'm 
using self built 3.4.1]


James.


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






Re: loadComponentFromURL - Solaris 11 OO 3.3

2014-01-16 Thread Paul Gress

  
  
Hi Raymond,
  
  I'm not sure what all those error messages mean, but I can make
  some suggestions to try. It has been noted that AOO 3.3 and 3.4
  will not run on version 1.7 of Java, at least for Solaris. I have
  in my 3.4 and running Java 1.6. See below snapshot (may not come
  through).
  
  
  
  
  Basically it has something to do with labeling as "Oracle" or "Sun
  Microsystems". My next suggestion is to try and install 3.4. I
  can be downloaded here:
  
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+Unofficial+Developer+Snapshots
  
  There is one person (Apostols Syropoulos) trying to compile the
  latest version 4.0, but having trouble. I haven't seen any posts
  the past two weeks.
  
  
  
  Thanks,
  
  Paul
  
  
  
  
  On 01/15/14 07:00 PM, Steele, Raymond wrote:


  Hello,

I have OpenOffice 3.3 installed and running on my Solaris x86 system. Things run under normal user experience, but if I run a custom application it fails on

loadComponentFromURL("private:factory/scalc", "_blank, 0, loadProps).

This code works fine on a Solaris 10 system running OO 3.3.  Here is some of the stack trace that java produces.

Register to memory mapping:

EAX=0x090bbe40 is an unknown value
EBX=0xfe762000: _GLOBAL_OFFSET_TABLE_+0 in /libc.so.1 at 0xfe60

Stack [oxddc51, 0xddd4f000], sp=0xddd4c520, free space=1005k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libc.so.1]  t_delete+0x41
C [libc.so.1] realfree+0x5e
C [libc.so.1]   _malloc_unlocked+0x1d2
C [libc.so.1]   malloc+0x38
C [libxml2.so.2]   xmlXPathNewParserContext+0x28
C [libxml2.so.2]   xmlXPathEval+0x92
C [libunoxml.so+0x81131]


Any help would be greatly appreciated. Also, I had to type this stack trace so I only provided what I thought was pertinent. Please let me know if you need more.

Thanks,
Raymond Steele





  



Re: can the openoffice run in the unix?

2013-03-06 Thread Paul Gress

On 03/ 6/13 09:14 AM, James Lee wrote:

On 05/03/2013 18:24, Paul Gress wrote:

The only true Unix it runs on is Solaris, and only a pre-development version at 
that.

I'm running the current 3.4.1 release on regular Solaris 10 u11. [No 
pre-development version of AOO nor Solaris.]





Did you compile it yourself, the only version pre-compiled I can find is 3.4.0. 
 I'd be happy to install a later version.


I compiled my own for Solaris 11 with CUPS, so all my printers show up.  I 
haven't yet tried to compile a later version, my compiled version is 3.4.0 m1.  
I'd really like to see what v4.0 has in store.

Paul


Re: can the openoffice run in the unix?

2013-03-05 Thread Paul Gress

On 03/ 5/13 03:47 AM, bin0725 wrote:

Hello,

I want to use the java to change the html (word,excel,image and so on) to pdf 
with the openoffice ,but it will run in the unix.

How can I do it ?

Thank you




Hi there,



I have a question and possibly an answer.

I don't understand why java to change the html, can you explain?


Openoffice runs on Linux (most people consider it Unix).  The only true Unix it 
runs on is Solaris, and only a pre-development version at that.  Openoffice can 
convert any document to pdf that it can successfully open, the OS doesn't 
matter.

The Solaris version is available at:

https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+Unofficial+Developer+Snapshots

or:

http://www.openfoundry.org/of/projects/1201/download


The Linux versions are available from the main download page:

http://www.openoffice.org/download/other.html


Paul