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


User pjanik changed the following:

                  What    |Old value                 |New value
================================================================================
          Target milestone|---                       |DevTools
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Feb 25 13:30:01 -0800 
2006 -------
Then the other problem comes up:

xml2cmp -func ../../../unxmacxp/misc/salextra_x11osx_mxp_description.cxx
../../../unxmacxp/misc/salextra_x11osx_mxp.xml
dyld: Symbol not found: __ZTIN5_STLD15basic_streambufIcNS_11char_traitsIcEEEE
Referenced from: /Users/ridgway/OO/OOB680_m1/solver/680/unxmacxp/bin/xml2cmp
Expected in:
/Users/ridgway/OO/OOB680_m1/solver/680/unxmacxp/lib/libstlport_gcc.dylib

The problem is probably that both stlport libs (libstlport_gcc and
libstlport_gcc_stldebug) have the same id:

macmini:~/BuildDir/ooo_SRC680_m157_src/solver/680/unxmacxp/lib oo$ otool -L 
*dylib
libstlport_gcc.dylib:
        @executable_path/libstlport_gcc.dylib (compatibility version 0.0.0,
current version 0.0.0)
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version
7.3.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1.0.0)
        /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version 
93.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
88.1.5)
libstlport_gcc_stldebug.dylib:
        @executable_path/libstlport_gcc.dylib (compatibility version 0.0.0,
current version 0.0.0)
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version
7.3.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1.0.0)
        /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version 
93.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
88.1.5)
macmini:~/BuildDir/ooo_SRC680_m157_src/solver/680/unxmacxp/lib oo$ 

You can change it via:

macmini:~/BuildDir/ooo_SRC680_m157_src/solver/680/unxmacxp/lib oo$
install_name_tool -id @executable_path/libstlport_gcc_stldebug.dylib
libstlport_gcc_stldebug.dylib

and then re-link and re-deliver xml2cmp module.

We have to either implement this solution to stlport module itself or solve it
properly in stlport's makefiles.

I'll work on it next month or so.


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