[porting-issues] [Issue 75485] --enable-dbgutil for Mac O S X

2007-06-10 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75485


User pjanik changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Jun 10 12:15:10 + 
2007 ---
Closing.


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



[porting-issues] [Issue 75485] --enable-dbgutil for Mac O S X

2007-03-24 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75485


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 24 17:22:21 + 
2007 ---
Shaun verified the fix on his machine.


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



[porting-issues] [Issue 75485] --enable-dbgutil for Mac O S X

2007-03-18 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75485


User pjanik changed the following:

What|Old value |New value

  CC|'tbe' |'thb'

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 16:14:33 + 
2007 ---
Too many Thorstens :-) Sorry again.

I compiled pj76 and libuno_sal.dylib.3:

paveljanik:~/Applications/TEST/OpenOffice.org 2.3.app/Contents/MacOS/program 
pavel$ otool -L 
libuno_sal.dylib.3 
libuno_sal.dylib.3:
@executable_path/libuno_sal.dylib.3 (compatibility version 0.0.0, 
current version 0.0.0)
@executable_path/libstlport_gcc_stldebug.dylib (compatibility version 
0.0.0, current version 0.0.0)
@executable_path/libstlport_gcc.dylib (compatibility version 0.0.0, 
current version 0.0.0)

- libuno_sal links to both debug and nondebug versions of stlport 8).

The problem comes from sal/util/makefile.mk:

#The irony that using the system STL instead of
#stlport requires that we link libsal with the
#LIBSTLPORT alias which is not required when using
#stlport is not lost on me
.IF $(USE_SYSTEM_STL)==YES
SHL1STDLIBS+=$(LIBSTLPORT)
.ELSE
.IF $(OS)==MACOSX
SHL1STDLIBS+=-lstlport_gcc
.ENDIF
.ENDIF

The question is, if we need to link to stlport in sal all the time or only when 
dbgutil is enabled. Will have 
to verify.


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



[porting-issues] [Issue 75485] --enable-dbgutil for Mac O S X

2007-03-18 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75485


User pjanik changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 16:50:40 + 
2007 ---
I removed wrong stlport_gcc linking in pj76.

Please verify that full instset build from pj76 with --enable-dbgutil is usable.


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



[porting-issues] [Issue 75485] --enable-dbgutil for Mac O S X

2007-03-18 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75485


User pjanik changed the following:

What|Old value |New value

  CC|'thb' |'smsm1,thb'





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 05:59:58 + 
2007 ---
I verified the build with --enable-dbgutil/pj76 on my machine.

Shaun: can you please create instset from pj76 with --enable-dbgutil and try to 
run it on your system?


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



[porting-issues] [Issue 75485] --enable-dbgutil for Mac O S X

2007-03-17 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75485
 Issue #|75485
 Summary|--enable-dbgutil for Mac OS X
   Component|porting
 Version|680m205
Platform|All
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|MacOSX
 Assigned to|pjanik
 Reported by|pjanik





--- Additional comments from [EMAIL PROTECTED] Sat Mar 17 14:33:36 + 
2007 ---
Add stldebug for unxmacx.

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



[porting-issues] [Issue 75485] --enable-dbgutil for Mac O S X

2007-03-17 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75485


User pjanik changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Sat Mar 17 14:34:15 + 
2007 ---
.

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



[porting-issues] [Issue 75485] --enable-dbgutil for Mac O S X

2007-03-17 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75485


User pjanik changed the following:

What|Old value |New value

  CC|''|'tbe'

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 17 14:42:06 + 
2007 ---
Patch from Thorsten Behrens applied to pj76.


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