To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71959
                 Issue #|71959
                 Summary|SRC680_m195: vcl fails, Undefined symbols
               Component|porting
                 Version|680m193
                Platform|Macintosh
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P2
            Subcomponent|MacOSX
             Assigned to|pjanik
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sat Nov 25 02:41:22 -0800 
2006 -------
SRC680_m195 fails with

ld: Undefined symbols:
_CFRunLoopAddSource
_CFRunLoopGetCurrent
_CFRunLoopIsWaiting
_CFRunLoopRun
_CFRunLoopSourceCreate
_kCFRunLoopCommonModes
/usr/bin/libtool: internal link edit command failed
dmake:  Error code 1, while making '../unxmacxi.pro/lib/libvcl680mxi.dylib'
'---* tg_merge.mk *---'

This fixes it. It is a result of vcl/util/makefile.mk cleanup. We will have 
minor issues with aquavcl01 cws 
here as well.

--- ooo_SRC680_m195_src.orig/solenv/inc/unxmacx.mk      2006-11-25 
11:36:23.000000000 +0100
+++ ooo_SRC680_m195_src/solenv/inc/unxmacx.mk   2006-11-25 11:39:15.000000000 
+0100
@@ -237,7 +237,7 @@
 STDLIBCUIST=-lX11 -lpthread CPPRUNTIME -lm
 STDLIBGUIMT=-lpthread CPPRUNTIME -lm
 STDLIBCUIMT=-lX11 CPPRUNTIME -lm
-STDSHLGUIMT=-lX11 -lXext -lpthread CPPRUNTIME -lm
+STDSHLGUIMT=-lX11 -lXext -lpthread CPPRUNTIME -lm -framework CoreFoundation
 STDSHLCUIMT=-lpthread CPPRUNTIME -lm
 
 LIBMGR=ar

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