Re: [dev] Re: m29_LinuxIntel snapshot has no RPMs

2008-08-15 Thread Sigrid Kronenberger
Hi Joe, Am Thu, 14 Aug 2008 23:06:09 -0400 schrieb Joe Smith [EMAIL PROTECTED]: Joe Smith wrote: ... Works now. Well, /starts/ now, but doesn't work: crashes if I try to load a document. that's interesting. I have a similar problem with OOO300m2. The snapshots crashes, when I try to

[dev] how to search non-ascii string

2008-08-15 Thread Vern Sun
Hi ~ ... Reference XTextDocument xTextDoc ( xComponent, UNO_QUERY ); Reference XSearchable xSearchable ( xTextDoc, UNO_QUERY ); Reference XSearchDescriptor xSearchDesc = xSearchable-createSearchDescriptor(); // xSearchDesc-setSearchString(

Re: [dev] how to search non-ascii string

2008-08-15 Thread Stephan Bergmann
On 08/15/08 11:03, Vern Sun wrote: Hi ~ ... Reference XTextDocument xTextDoc ( xComponent, UNO_QUERY ); Reference XSearchable xSearchable ( xTextDoc, UNO_QUERY ); Reference XSearchDescriptor xSearchDesc = xSearchable-createSearchDescriptor();

Re: [dev] m29_LinuxIntel snapshot has no RPMs

2008-08-15 Thread Jean-Baptiste Faure
Le Vendredi 15 Août 2008 00:11, Joe Smith a écrit : I'm trying to install the latest snapshot on a Fedora Linux system. Normally, I can use rpm to install the packages in the LinuxIntel tarball. However the latest snapshot has no RPMs: $ tar tzf

[dev] Re: Debugging OOo

2008-08-15 Thread Michael Stahl
On 13/08/2008 02:26, Hubert Figuiere wrote: Michael Strobel wrote: Hi All, Which way do you debug OOo? I currently wanted to perform a full build of OOo 2.4 with debug=true, but ran into multiple problems e.g. during packing of the install set under .../instset_native, while there are no

[dev] Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Hung Nguyen Vu
Hi all, I've tried to compile DEV300_m29 from source. The OS is CentOS, up to date default RPM installed, gcc 4.1.2 tar xjvf OOo-Dev_DEV300_m29_src_core.tar.bz2 cd DEV300_m29/config_office/ ./configure --prefix=$HOME --disable-cups --disable-pam --with-jdk-home=/usr/local/jdk1.6.0_07/

[dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Hung Nguyen Vu
I've tried: tar xjvf OOo-Dev_DEV300_m29_src_core.tar.bz2 cd DEV300_m29/config_office/ ./configure --prefix=$HOME --disable-cups --disable-pam --with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla --disable-qadevooo --without-system-stdlibs cat warn # it is empty. source LinuxX86Env.Set.sh

Re: [dev] Debugging OOo

2008-08-15 Thread Jan Holesovsky
Hi Michael, On Wednesday 13 August 2008 12:43, Michael Strobel wrote: Thanks! That simplyfies the debugging alot. There's even a tool that does the linking for you automagically, called 'linkoo' - it's in solenv/bin. Unfortunately, it is broken with up-stream OOo; in ooo-build

[dev] Re: m29_LinuxIntel snapshot has no RPMs

2008-08-15 Thread Joe Smith
Jean-Baptiste Faure wrote: ... There is a workaround in http://qa.openoffice.org/issues/show_bug.cgi?id=92405 Merci! It works fine unpacked run under my home directory. Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[dev] SDK on Mac OS X 10.4

2008-08-15 Thread Pierre Doyon
Hi all, I tried to generate a UNO Component on PPC Mac OS X 10.4 with the SDK of OpenOffice.org 3.0 and I had somes problems during the link of the objects files. I got a list Undefined symbols like this one: _osl_acquireMutex referenced from

[dev] SDK on Mac OS X 10.5

2008-08-15 Thread Pierre Doyon
Hi all, With the DEV300_m29 source files, I build the example SimpleBootstrap_cpp on Mac OS X 10.5 and I execute it. I got the following log report during execution. Process: _SimpleBootstrap_cpp [9283] Path:/Users/test/OpenOffice.org3.0_SDK/MACOSXexample.out/

Re: [dev] build or packaging problem

2008-08-15 Thread michael . strobel
Hi Christian, Either you did not use a correct version of epm, or your rpm ignores the no-automatic requirements setting. Which one is the correct version of epm? I got 4.1 from epmhome.org for the build. correct=patched as needed by OOo. At least the older versions of epm needed a

Re: [dev] NetBeans setup for sdk

2008-08-15 Thread Terrence Enger
Ariel, Short version: everything cool until configuration. Details in-line. On Thu, 2008-08-14 at 03:28 -0300, Ariel Constenla-Haile wrote: Hi Terrence, Terrence Enger escribió: Hi, I see OpenOffice.org API plugin for Netbeans 1.1.3 available

Re: [dev] build problem on winXP

2008-08-15 Thread Jens Herden
Hi Ariel, I'm not sure if this may help, but I used to get similar errors on extensions due to issue http://www.openoffice.org/issues/show_bug.cgi?id=50885 IIRC[1] there was someone on this list who had the same problem building on Windows. thanks for for reply. Interesting links indeed.

Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Jens Herden
Hi On Freitag 15 August 2008, Hung Nguyen Vu wrote: I've tried: tar xjvf OOo-Dev_DEV300_m29_src_core.tar.bz2 cd DEV300_m29/config_office/ ./configure --prefix=$HOME --disable-cups --disable-pam --with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla --disable-qadevooo

Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Rene Engelhard
Hi, Jens Herden wrote: You may want to check if these folders have been in the OOo-Dev_DEV300_m29_src_core.tar.bz2 He needs the _system tarball, too. Regards, Rene - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [dev] how to search non-ascii string

2008-08-15 Thread Vern Sun
on 五, 2008-08-15 at 17:45 +0800, Stephan Bergmann wrote: If your C++ source file is UTF-8 encoded, and your C++ compiler does not spoil this, it *might* work to do OUString(分区, 6, RTL_TEXTENCODING_UTF8); or equivalent OUString(RTL_CONSTASCII_STRINGPARAM(分区), RTL_TEXTENCODING_UTF8);

Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Hung Nguyen Vu
On Sat, Aug 16, 2008 at 11:19 AM, Rene Engelhard [EMAIL PROTECTED] wrote: He needs the _system tarball, too. I've unpacked all the tarballs: *sdk*tar.bz2 is 42 bytes big which seems weird. Here is the list[1][2] of the tar.bz2 files that I have and unpacked. I also checkout the missing