Hi Gonzalo, *Important* : I suppose you are building OpenOffice.org for X11. Else, I cannot help you, and this is not the good list.
Let's go :-) First, for the record, some explanations : 1.1.x aka SRX645 is actually at milestone m57 (or close), while macxjoin1153 is a cws created with m53 milestone. If I remember correctly, you're building on Tiger, and some new problems can occur. Up to you, but *I strongly invite you to first build m57*, with only the *necessary** patches I adviced you some days ago. It's not wasted time to verify you are using gcc-3.3 (gcc-4.0 is default with XCode2.x ) with " gcc -v " To change : " sudo gcc_select 3.3 " ( " " are not in the command line... ) The absolutly needed patches for Tiger """""""""""""""""""""""""""""" stlport patches for Tiger """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Location : <http://www.openoffice.org/nonav/issues/showattachment.cgi/27654/STLport-4.5-macxp-panther.patch> <http://www.openoffice.org/nonav/issues/showattachment.cgi/25799/makefile.patch> Everything is located here : <http://www.openoffice.org/issues/show_bug.cgi?id=48737> Build : 1) place makefile.patch in stlport 2) apply it patch -p0<makefile.patch (makefile.mk will be patched) 3) Just place STLport-4.5-macxp-panther.patch in stlport (don't forget to rename the one with the same name as STLport-4.5-macxp-panther.patch.old ) Located in this directory, it will be automagically used in the build FYI, you can see this file will be called if $(OS) is MACOSX (this is the case here). To build stlport : cd $SRC_DIR # the directory containing your sources ./bootstrap source Macosxenv.Set.sh cd stlport build deliver """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Another important change is the next one (libobjc linking looks no more necessary) : <http://www.openoffice.org/issues/show_bug.cgi?id=48736> After, if, and only if you encounter a breakage in berkeleydb, please use this one : <http://www.openoffice.org/issues/show_bug.cgi?id=37733> Maybe the following issues will help you too (up to you), but changes are optionnal for you: <http://www.openoffice.org/issues/show_bug.cgi?id=38031> <http://www.openoffice.org/issues/show_bug.cgi?id=46633> <http://www.openoffice.org/issues/show_bug.cgi?id=46635> I guess I forgot nothing important. Please let us know if the build can be ended. We'll help you in case of... When you'll be done, then, you'll be able to try with macxjoin1153. FYI, macxjoin1153 has some code that I'm not sure it's interessant (IMHO) to integrate, and some changes will probably occurs asap resync will be done. Again, I'm sorry about the resync problem, but I'm very busy these days, and asap, I'll try to use the workaround ause proposed me. Last but not least : don't give up, we'll help you :-) Regards, eric bachard -- <[EMAIL PROTECTED]> Francophone OpenOffice.org Community developer ( Linux PPC and Mac OS X / X11) See : <http://fr.openoffice.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
