To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74807


User pjanik changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'msicotte,smsm1,tra'      |'hjs,msicotte,smsm1,tra'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Mar 10 20:24:37 +0000 
2007 -------
ause: looks like I need your expertise ;-)

On Mac OS X, we have to process the Linux map file to expand symbols using 
regular expressions. We 
use the binary objects t get all symbols and then manually match the regexps 
from Linux map file to 
them and finally create Mac OS X mapfile and use it.

But when doing parallel builds:

tr -d "\015" < gcc3_linux_intel.map | awk -f /Users/pavel/BUILD/X11/BuildDir/
ooo_SRC680_m205_src/solenv/bin/addsym.awk > ../unxmacxi.pro/misc/
gcc3_linux_intel_uno_salhelpergcc3.map
cat ../unxmacxi.pro/misc/gcc3_linux_intel_uno_salhelpergcc3.map | awk -f 
/Users/pavel/BUILD/X11/
BuildDir/ooo_SRC680_m205_src/solenv/bin/unxmap-to-macosx-explist.awk | grep -v 
"\*\|?" > ../
unxmacxi.pro/misc/gcc3_linux_intel_uno_salhelpergcc3.map.exported-symbols
cat ../unxmacxi.pro/misc/gcc3_linux_intel_uno_salhelpergcc3.map | awk -f 
/Users/pavel/BUILD/X11/
BuildDir/ooo_SRC680_m205_src/solenv/bin/unxmap-to-macosx-explist.awk | grep 
"\*\|?" > ../
unxmacxi.pro/misc/gcc3_linux_intel_uno_salhelpergcc3.map.symbols-regexp
cat ../unxmacxi.pro/slb/salhelper.lib | sed s\#unxmacxi.pro\#../unxmacxi.pro\#g 
| xargs -n1 nm -gx 
| 
/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m205_src/solenv/bin/addsym-macosx.sh 
../
unxmacxi.pro/misc/gcc3_linux_intel_uno_salhelpergcc3.map.symbols-regexp 
../unxmacxi.pro/misc/
symbols-regexp.tmp >> 
../unxmacxi.pro/misc/gcc3_linux_intel_uno_salhelpergcc3.map.exported-
symbols
cat: ../unxmacxi.pro/slb/salhelper.lib: No such file or directory
cp ../unxmacxi.pro/misc/gcc3_linux_intel_uno_salhelpergcc3.map.exported-symbols 
../unxmacxi.pro/
misc/gcc3_linux_intel_uno_salhelpergcc3.map 
-------------
xml2cmp -func ../unxmacxi.pro/misc/uno_salhelpergcc3_description.cxx 
../unxmacxi.pro/misc/
uno_salhelpergcc3.xml
------------------------------
File ../unxmacxi.pro/misc/uno_salhelpergcc3_description.cxx with 
component_getDescriptionFunc() is 
created now.
Making: ../unxmacxi.pro/slb/salhelper.lib

Thus it happened to us that we want to process salhelper.lib which should 
contain:

unxmacxi.pro/slo/condition.o
unxmacxi.pro/slo/dynload.o
unxmacxi.pro/slo/simplereferenceobject.o

But it doesn't exist at that time. We have to add a dependency somewhere, but I 
don't see where...


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to