To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103763
------- Additional comments from [email protected] Mon Dec 14 20:37:33 +0000 2009 ------- @cloph: I think you partially misunderstood me. Points 1--3 were meant to just state facts. Facts that impact the failure described in point 4. Anyway, replacing the line MOZ_CROSSCOMPILE=CROSS_COMPILE=1 CC="gcc -arch $(MOZ_ARCH)" CXX="g++ -arch $(MOZ_ARCH)" AR=ar with MOZ_CROSSCOMPILE=CROSS_COMPILE=1 CC="$(CC) -arch $(MOZ_ARCH)" CXX="$(CXX) -arch $(MOZ_ARCH)" AR=ar in moz/makefile.mk indeed also works for me. --------------------------------------------------------------------- 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]
