eric.bachard wrote:
Hi,
James McKenzie a �crit :
Greetings:
I'm having difficulties building OO 1.1.4 after applying the registry/source/regimpl.cxx patch in udkapi and receive the following
This patch is no more necessary, IMHO. Can you please try without ?
=============
Building project udkapi
=============
/Users/jamesmckenzie/NeoOfficeBuild/neojava/build/udkapi/com/sun/star/util/logging
Hmmm...you're not building OpenOFfice.org, but NeoOffice, and I don't know the differences in udkapi module between
OOo and Neo.
mkout -- version: 1.3
idlc @/tmp/mkW9Appp
*** malloc[29742]: Deallocation of a pointer not malloced: 0x357b; This could be a double free(), or free() called with the middle of an allocated block;
You probably can search in this direction, looking if an alone free without corresponding malloc is somewhere in the code, using, e.g. grep/egrep and/or wc.
Can you try (after have correctly sourced environment) :
First, try to rebuild udkapi after deleted unxmacxp.pro (if I'm not wrong, the name doesn't change in Neo) :
If this does not work :
cd udkapi build -v
...just to know what exactly cannot be build ?
Try setting environment variable MallocHelp to see
tools to help debug Segmentation fault
OOops...
dmake: Error code 139, while making '../../../../../unxmacxp.pro/misc/urd_cssulog.don'
---* TG_SLO.MK *---
ERROR: Error 65280 occurred while making /Users/jamesmckenzie/NeoOfficeBuild/neojava/build/udkapi/com/sun/star/util/logging
I'm on 10.3.9, Java 1_4_05, and using Xcode 1.5 (but not building within it.) gcc 3.3 (gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666))
If this is the first gcc-3.3 (without update), registry patch is needed, else, it's not. This is because inlining possibilities have changed between these two Apple-gcc versions.
Just for grins, I grabbed the OpenOffice 1.1.4 tarball and built it. Same error. I'm wondering if there is something missing like Ant that could be causing this error. Is Ant still needed/desired?
James McKenzie
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
