Re: [dev] checking whether the C compiler works... configure: error: cannot run C compiled programs.

2008-08-05 Thread Caolan McNamara
On Tue, 2008-08-05 at 11:57 +0800, JiangChuang wrote:
> Dear everyone,
> I'm building OpenOffice.org(OOH680_m12) for the platform of ARM on
> the ScratchBox environment. I've got the following error message:
> 
> /home/arm/ooo_OOH680_m12_src/libxml2
> -

> See `config.log' for more details.
> dmake:  Error code 1, while making
> 'unxlngr.pro/misc/build/so_configured_so_libxml2'
> ---* tg_merge.mk *---
> 
> sb_gcc_wrapper (sb_gcc_wrapper): sb_gcc_wrapper cannot be recognized
> Maybe you are trying to run a compiler of a wrong architecture?
> [sbox-DIABLO_ARMEL: ~] >

I'm not really familiar with the scratchbox environment nor with your
own environment to know what *should* happen, but these all look like
generic errors, and not specific to OOo at all. You need to check the
config.log in libxml2/unxlngr.pro/... and see the invocation of gcc used
there, and see exactly why it failed to create a a.out that ran. And
"Maybe you are trying to run a compiler of a wrong architecture?" looks
like something to check out. Does even hello world work in this env ?

With scratchbox (though, I don't know if anyone has even built OOo with
scratchbox before, so this may be an ambitious build) if I understand
correctly, the x86 hosted cross-compiler (as "gcc") should create arm
output, but any arm binaries executed from the scratchbox environment
should get run magically by qemu so that executing them works fine. 

C.


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



Re: [dev] Properties, methods and actions in event procedures in forms? In OpenOffice.org Base.

2008-08-05 Thread Cor Nouws

Hi Svend,

Svend Larsen wrote (3-8-2008 23:47)

I have several years of programming experience and some 10 years of
expirience with Microsoft Access databases. I recently began studying Open
Office, but I miss *documentation* about *properties, methods and actions*in
[...]


I can advice you the mail list [EMAIL PROTECTED]
If you subscribe ([EMAIL PROTECTED]), you are sure to 
receive all answers as well.


Pls see also http://dba.openoffice.org/

Regards,
Cor

--
"The Year of 3" -2008- "Het jaar van 3"

Cor Nouws - Arnhem - Netherlands
  > marketing contact - http://nl.OpenOffice.org
  > Zeker van OpenOffice.org - www.nouenoff.nl


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



Re: [dev] checking whether the C compiler works... configure: error: cannot run C compiled programs.

2008-08-05 Thread Martin Hollmichel

JiangChuang wrote:

Dear everyone,
I'm building OpenOffice.org(OOH680_m12) for the platform of ARM on
the ScratchBox environment. I've got the following error message:

/home/arm/ooo_OOH680_m12_src/libxml2
-
mkdir ./unxlngr.pro/misc/build/libxml2-2.6.17/
  
It might also help just to use an up to date version of libxml2, we are 
using 2.6.17 from January 2005, current version is 2.6.36 from April 
this year. The current version might offer better support for your platform.


Martin


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



[dev] openoffice hangs in writer appln

2008-08-05 Thread Dinesh Chothe
Hello,
  I have developed one oxt  using java and it works with OO writer.
  This oxt processes reads data from .doc files and converts its to
other form.
  Now when I uses upto 50-60 pages doc file it works fine but when I
use 100 pages
  doc file, openoffice hangs.My CPU using 2 GB Ram.


-- 
Thanks and Regards,



Dinesh


[dev] Multiply defined recipe for target../../unxlngi6.pro/misc/all_codemaker.dpobj

2008-08-05 Thread JiangChuang
Hi, everyone,
I'm compiling the OpenOffice.org (OOF680_m16) on GNU/Linux, in every
module, I always get the following error message.

cat /tmp/mkt7TzLU >> ../../unxlngi6.pro/misc/all_codemaker.dpobj
dmake: ../../unxlngi6.pro/misc/all_codemaker.dpobj: line 104: Error:
-- Multiply defined recipe for
target../../unxlngi6.pro/misc/all_codemaker.dpobj
'---* TG_OBJ.MK *---'

There is an blank line on the front of and at the end of the
“all_codemaker.dpobj” file. And if the two blank lines are removed , the
compilation is OK.

I'm awfully sorry and it makes me crazy. Could you give me any advice?
Thank you so much.

Best Regards,
Chuangjiang

-- 
Chuangjiang/¿¿
Beijing RedFlag Chinese 2000 Software CO., LTD.



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