Re: [dev] error in instsetoo_native while creating preregistered services.rdb

2006-10-15 Thread Andreas Hartmann
transtab: dumped 0 (0 -> ??) --587-- transtab: discarded 11 (254 -> ??) --587-- scheduler: 18,623 jumps (bb entries). --587-- scheduler: 0/829 major/minor sched events. --587--sanity: 1 cheap, 1 expensive checks. --587--exectx: 30,011 lists, 2 contexts (avg 0 per list) --587--exect

[dev] error in instsetoo_native while creating preregistered services.rdb

2006-10-14 Thread Andreas Hartmann
gcomp.bin: free(): invalid pointer: 0xb6774080 *** Has anybody an idea how to build instsetoo_native? Kind regards, Andreas Hartmann *** glibc detected *** /opt/cd/OOD680_m5/solver/680/unxlngi6.pro/bin/regcomp.bin: free(): invalid pointer: 0xb6724080 *** === Backtrace: = /lib/libc.

Re: [dev] Error building OO 2.0.4 in sc - excel filter

2006-10-14 Thread Andreas Hartmann
Hello, I found the patch myself there: http://www.openoffice.org/issues/show_bug.cgi?id=64968 http://www.openoffice.org/issues/show_bug.cgi?id=67251 Kind regards, Andreas Hartmann - To unsubscribe, e-mail: [EMAIL PROTECTED

[dev] Error building OO 2.0.4 in sc - excel filter

2006-10-14 Thread Andreas Hartmann
hile making /opt/cd/OOD680_m5/sc/source/filter/excel dmake: Error code 1, while making 'build_instsetoo_native' I'm using gcc 4.1.1. Does anybody know about a fix? Kind regards, Andreas Hartmann - To unsub

Re: [dev] Error building OO 2.0.4 in svx

2006-10-14 Thread Andreas Hartmann
Hello Hanno, this patch fixed the problem! Kind regards, Andreas Hartmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] Error building OO 2.0.4 in svx

2006-10-13 Thread Andreas Hartmann
IMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DOOD680=OOD680 -DSVX_DLLIMPLEMENTATION -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o ../../unxlngi6.pro/slo/unolingu.o /opt/cd/OOD680_m5/svx/source/editeng/unolingu.cxx Where do I get these missing includes from? Kind regards, Andreas Har

Re: [dev] [OO 2.0.2] Problem compiling cppu

2006-03-14 Thread Andreas Hartmann
Stephan Bergmann wrote: > Andreas Hartmann wrote: >> Andreas Hartmann wrote: >> >>>Hello! >>> >>> >>>I'm trying to compile OO on Linux (gcc 3.4.5, glibc 2.3.5, binutils >>>2.16.91.0.5 or 2.15.94.0.2), but I'm getting a strange

Re: [dev] [OO 2.0.2] Problem compiling cppu

2006-03-13 Thread Andreas Hartmann
Andreas Hartmann wrote: > Hello! > > > I'm trying to compile OO on Linux (gcc 3.4.5, glibc 2.3.5, binutils > 2.16.91.0.5 or 2.15.94.0.2), but I'm getting a strange error during > linking of libuno_cppu.so.3. I never saw an error like this before :-). I detecte

[dev] [OO 2.0.2] Problem compiling cppu

2006-03-10 Thread Andreas Hartmann
got a similar error during linking of stlport, which I omitted with the configure option --without-stlport4. All of the configure options: ./configure --with-lang=de --with-ant-home=/usr/local/ant --with-java --enable-libart --disable-mozilla --without-stlport4 Does anybody know, how to fix this pr

Re: [dev] [OOo_2.0bc_src] `__jmp_buf' does not name a type

2005-04-24 Thread Andreas Hartmann
cxx:89: /usr/include/../include/pthread.h:450: error: `__jmp_buf' does not name a type dmake: Error code 1, while making '../../../../unxlngi4.pro/slo/sc_subtotal.obj' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /opt/cd/OOo_2.0bc_src/binfilter/bf

[dev] [OOo_2.0bc_src] `__jmp_buf' does not name a type

2005-04-24 Thread Andreas Hartmann
ce/core/data dmake: Error code 1, while making 'build_all' '---* tg_merge.mk *---' I added temporarly typedef int __jmp_buf[6]; in /usr/include/pthread.h:445 which I derived from bits/setjump.h: #ifndef _ASM typedef int __jmp_buf[6]

[dev] [OOo_2.0bc_src] pthread_kill_other_threads_np with libc 2.3.5 / nptl

2005-04-23 Thread Andreas Hartmann
ily is called */ /* this np function has this purpose ... */ /*pthread_kill_other_threads_np(); #endif */ Well, I tried it ... Another thing is the following warning, which occures all the way :-) `-mcpu=' is deprecated. Use `-mtune=' or '-march='