[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-07-04 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Sun Jul  4 13:37:54 + 
2010 ---
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-06-21 Thread vg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958


User vg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from v...@openoffice.org Mon Jun 21 10:35:30 + 
2010 ---
verified in the CWS mingwport30.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-06-19 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958





--- Additional comments from t...@openoffice.org Sat Jun 19 14:15:48 + 
2010 ---
@vg: I have found out the modification in cppunit/makefile.mk is not enough
because the MACRO's will not be defined in mingw case.


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-06-14 Thread vg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958





--- Additional comments from v...@openoffice.org Mon Jun 14 15:29:36 + 
2010 ---
@tono: in my opinion, in cppunit/makefile.mk

Blocks:

.IF $(OS) == WNT  $(COM) == MSC
...
.ELSE
.IF $(OS) == WNT
EXTRA_CFLAGS += -mthreads
LDFLAGS += -Wl,--enable-runtime-pseudo-reloc-v2
.ENDIF


would be better to enclose like:

.IF $(OS) == WNT
.IF $(COM) == MSC
...
.ELSE
.IF $(COM) == GCC
EXTRA_CFLAGS += -mthreads
LDFLAGS += -Wl,--enable-runtime-pseudo-reloc-v2
.ENDIF # $(COM) == GCC
.ENDIF # $(COM) == MSC
.ELSE


Maybe, even without .IF $(COM) == GCC

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-06-14 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958





--- Additional comments from t...@openoffice.org Mon Jun 14 22:38:59 + 
2010 ---
@vg: I have no objection to do so. Please commit the change.
I usually enclosing the mingw port related block within $(COM)==GCC and I 
merely see $(COM)==MSC nearby.


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-06-13 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958


User tono changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from t...@openoffice.org Sun Jun 13 15:44:55 + 
2010 ---
Fixed in cws mingwport30.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-06-13 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958


User tono changed the following:

What|Old value |New value

 Assigned to|tono  |vg





--- Additional comments from t...@openoffice.org Sun Jun 13 15:47:01 + 
2010 ---
@vg: Please 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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

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


User tono changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.3





-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-06-02 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958


User tono changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from t...@openoffice.org Wed Jun  2 12:52:00 + 
2010 ---
Started in cws mingwport30.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-05-31 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958
 Issue #|111958
 Summary|MinGW port enhancement: runtime-pseude-reloc-v2
   Component|porting
 Version|DEV300m77
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|tono
 Reported by|tono





--- Additional comments from t...@openoffice.org Mon May 31 12:46:29 + 
2010 ---
Recent release of MinGW runtime and GNU binutils include support of
runtime-pseudo-reloc version 2.

It will provide better performance and remove necessity of MinGW specific C++
code fix - relocation symbol in constant structures.

On the other hand, the latest MinGW runtime needs two modifications in sal
project and some changes in makefiles.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-05-31 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69728)
Patch to use MinGW 
|  |runtime 3.18






--- Additional comments from t...@openoffice.org Mon May 31 12:47:20 + 
2010 ---
Created an attachment (id=69728)
Patch to use MinGW runtime 3.18


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org