To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62337
                  Issue #:|62337
                  Summary:|Nonproduct build fails at project autodoc
                Component:|porting
                  Version:|OOo 2.0.2
                 Platform:|Macintosh
                      URL:|
               OS/Version:|Mac OS X
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P4
             Subcomponent:|MacOSX
              Assigned to:|pjanik
              Reported by:|dridgway





------- Additional comments from [EMAIL PROTECTED] Mon Feb 20 06:50:44 -0800 
2006 -------
Clean checkout of OOB680_m1, OS X 10.4.4, Xcode 2.1, gcc 4.0. Configure line

 $ ./configure --with-x --with-lang=en-US --with-jdk-home=/System/Library/Frame
works/JavaVM.framework/Home/ --with-epm=internal --enable-pasf --disable-gtk --d
isable-mozilla --without-nas --with-gnu-cp=/sw/bin/cp --enable-fontconfig --with
out-gpc --disable-crashdump --enab
le-dbgutil

Build fails in autodoc with

/usr/bin/ld: Undefined symbols:
_STLD::ios_base::Init::Init()
_STLD::ios_base::Init::~Init()

Pavel suggested the following patch

diff -ur ooo_SRC680_m157_src.orig/solenv/inc/unxmacxp.mk
ooo_SRC680_m157_src/solenv/inc/unxmacxp.mk
--- ooo_SRC680_m157_src.orig/solenv/inc/unxmacxp.mk     2006-02-18
21:05:26.000000000 +0100
+++ ooo_SRC680_m157_src/solenv/inc/unxmacxp.mk  2006-02-18 21:06:08.000000000 
+0100
@@ -136,8 +136,14 @@
 # ---------------------------------
 #  STLport library names
 # ---------------------------------
+.IF "$(USE_STLP_DEBUG)" != ""
+LIBSTLPORT=-lstlport_gcc_stldebug
+LIBSTLPORTST=$(SOLARVERSION)$/$(INPATH)$/lib/libstlport_gcc_stldebug.a
+.ELSE # "$(USE_STLP_DEBUG)" != ""
 LIBSTLPORT=-lstlport_gcc
 LIBSTLPORTST=$(SOLARVERSION)$/$(INPATH)$/lib/libstlport_gcc.a
+.ENDIF # "$(USE_STLP_DEBUG)" != ""
+

 # ---------------------------------
 #  Link stage flags

With this patch, build progresses beyond autodoc.

---------------------------------------------------------------------
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