[porting-issues] [Issue 61137] New - pyuno.so must be a b undle

2006-01-25 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61137
  Issue #:|61137
  Summary:|pyuno.so must be a bundle
Component:|porting
  Version:|680m151
 Platform:|Macintosh
  URL:|
   OS/Version:|Mac OS X
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|PATCH
 Priority:|P3
 Subcomponent:|code
  Assigned to:|mh
  Reported by:|shinra





--- Additional comments from [EMAIL PROTECTED] Wed Jan 25 00:13:23 -0800 
2006 ---
I got the following error on MacOS X 10.3 for m151+configure14:

Systemcall:  
/sw/src/fink.build/openoffice.org-2.0.1+m151-100shinra1/solver/680/unxmacxp.pro/bin/regcomp
 -register -br 
/sw/src/fink.build/openoffice.org-2.0.1+m151-100shinra1/solver/680/unxmacxp.pro/bin/types.rdb
 -br 
/sw/src/fink.build/openoffice.org-2.0.1+m151-100shinra1/solver/680/unxmacxp.pro/bin/pyuno_services.rdb
 -r 
/sw/src/fink.build/openoffice.org-2.0.1+m151-100shinra1/instsetoo_native/util/OpenOffice//services.rdb/en-US_inprogress_1/services.rdb
 -c vnd.openoffice.pymodule:pythonscript -l com.sun.star.loader.Python 21 |
register component 'vnd.openoffice.pymodule:pythonscript' in registry 
'/sw/src/fink.build/openoffice.org-2.0.1+m151-100shinra1/instsetoo_native/util/OpenOffice//services.rdb/en-US_inprogress_1/services.rdb'
 failed!
error (RuntimeException): python object raised an unknown exception 
('Inappropriate file type for dynamic loading', traceback follows
traceback object at 0x2177440
ERROR:  
/sw/src/fink.build/openoffice.org-2.0.1+m151-100shinra1/solver/680/unxmacxp.pro/bin/regcomp
 -register -br 
/sw/src/fink.build/openoffice.org-2.0.1+m151-100shinra1/solver/680/unxmacxp.pro/bin/types.rdb
 -br 
/sw/src/fink.build/openoffice.org-2.0.1+m151-100shinra1/solver/680/unxmacxp.pro/bin/pyuno_services.rdb
 -r 
/sw/src/fink.build/openoffice.org-2.0.1+m151-100shinra1/instsetoo_native/util/OpenOffice//services.rdb/en-US_inprogress_1/services.rdb
 -c vnd.openoffice.pymodule:pythonscript -l com.sun.star.loader.Python 21 |

The -bundle option is mandatory on MacOS X = 10.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: [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 61137] pyuno.so must be a bundle

2006-01-25 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61137


User shinra changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=33538) change -
  |  |dynamiclib to -bundle





--- Additional comments from [EMAIL PROTECTED] Wed Jan 25 00:14:12 -0800 
2006 ---
Created an attachment (id=33538)
change -dynamiclib to -bundle


-
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 60943] New - gcc3.3: parse error in svx/source/dialog/opengrf.cxx

2006-01-21 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60943
  Issue #:|60943
  Summary:|gcc3.3: parse error in svx/source/dialog/opengrf.cxx
Component:|porting
  Version:|OOo 2.0.1
 Platform:|Macintosh
  URL:|
   OS/Version:|Mac OS X
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|mh
  Reported by:|shinra





--- Additional comments from [EMAIL PROTECTED] Sat Jan 21 08:47:49 -0800 
2006 ---
Due to gcc's bug a parse error happens:

/sw/src/fink.build/openoffice.org-2.0.1+m150-0shinra1/svx/source/dialog/opengrf.cxx:
 In member function `short int SvxOpenGraphicDialog::Execute()':
/sw/src/fink.build/openoffice.org-2.0.1+m150-0shinra1/svx/source/dialog/opengrf.cxx:237:
 error: parse error before `,' token

% gcc -v
gcc version 3.3 20030304 (Apple Computer, Inc. build 1671)

-
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 60943] gcc3.3: parse error in sv x/source/dialog/opengrf.cxx

2006-01-21 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60943


User shinra changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=33433) Help gcc's
  |  |parser (also fixes
  |  |#i60088)





--- Additional comments from [EMAIL PROTECTED] Sat Jan 21 08:50:57 -0800 
2006 ---
Created an attachment (id=33433)
Help gcc's parser (also fixes #i60088)


-
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 60943] gcc3.3: parse error in sv x/source/dialog/opengrf.cxx

2006-01-21 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60943





--- Additional comments from [EMAIL PROTECTED] Sat Jan 21 12:36:28 -0800 
2006 ---
You are right. First, I changed dialmgr.hxx locally like this:
#define SVX_RES(i) (ResId(i,DIALOG_MGR()))
#define SVX_RESSTR(i) (UniString(ResId(i,DIALOG_MGR(
#define SVX_RESSSTR(i) (String(ResId(i,DIALOG_MGR(
This seems to be the reason for my parse error.


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



[sw-issues] [Issue 60776] sw_thints.cxx and -fno-ac cess-control

2006-01-21 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60776





--- Additional comments from [EMAIL PROTECTED] Sat Jan 21 12:55:36 -0800 
2006 ---
There is also -fno-access-control at sw/source/core/txtnode/makefile.mk.
We can simply remove it without any compilation errors.


-
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 60580] build broken at pyuno pro ject

2006-01-18 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60580


User shinra changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=5) --with-python-
  |  |libs in addition to auto
  |  |detection





--- Additional comments from [EMAIL PROTECTED] Wed Jan 18 06:44:23 -0800 
2006 ---
Created an attachment (id=5)
--with-python-libs in addition to auto detection


-
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 60580] build broken at pyuno pro ject

2006-01-18 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60580





--- Additional comments from [EMAIL PROTECTED] Wed Jan 18 09:20:33 -0800 
2006 ---
pjanik: To make it possible to use Fink's (not Mac OS's) python.


-
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 60776] New - sw_thints.cxx and -f no-access-control

2006-01-18 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60776
  Issue #:|60776
  Summary:|sw_thints.cxx and -fno-access-control
Component:|porting
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|code
  Assigned to:|mh
  Reported by:|shinra





--- Additional comments from [EMAIL PROTECTED] Wed Jan 18 09:54:10 -0800 
2006 ---
For now, binfilter/bf_sw/source/core/txtnode/sw_thints.cxx is compiled with
-fno-access-control (gcc = 3) to elimnate the following error:

ROOT/binfilter/bf_sw/source/core/txtnode/sw_thints.cxx: In member function 
`void binfilter::SwpHints::Insert(binfilter::SwTxtAttr*, binfilter::SwTxtNode, 
USHORT)':
../../../../inc/bf_sw/ndhints.hxx:69: error: 'class binfilter::SwpHtStart_SAR' 
is inaccessible
ROOT/binfilter/bf_sw/source/core/txtnode/sw_thints.cxx:1859: error: within this 
context
../../../../inc/bf_sw/ndhints.hxx:69: error: 'class binfilter::SwpHtStart_SAR' 
is inaccessible
ROOT/binfilter/bf_sw/source/core/txtnode/sw_thints.cxx:2040: error: within this 
context
../../../../inc/bf_sw/ndhints.hxx:69: error: 'class binfilter::SwpHtStart_SAR' 
is inaccessible
ROOT/binfilter/bf_sw/source/core/txtnode/sw_thints.cxx:2093: error: within this 
context

This is not a gcc's bug. We must add ::binfilter here for portability.
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#175

-
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 60776] sw_thints.cxx and -fno-ac cess-control

2006-01-18 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60776


User shinra changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=33347) patch to add
  |  |::binfilter:: and remove -
  |  |fno-access-control





--- Additional comments from [EMAIL PROTECTED] Wed Jan 18 09:55:44 -0800 
2006 ---
Created an attachment (id=33347)
patch to add ::binfilter:: and remove -fno-access-control


-
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 17902] IRIX: sw - type is inacce ssable

2006-01-18 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17902


User shinra changed the following:

  What|Old value |New value

OtherIssuesDependingOnThis|809   |809,60776





-
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 60580] build broken at pyuno pro ject

2006-01-18 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60580





--- Additional comments from [EMAIL PROTECTED] Wed Jan 18 10:38:40 -0800 
2006 ---
mox: Not very important. I understood that it is important to keep configure 
simple.


-
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 60580] build broken at pyuno pro ject

2006-01-17 Thread shinra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60580


User shinra changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=33308) another -
  |  |framework patch





--- Additional comments from [EMAIL PROTECTED] Tue Jan 17 11:35:16 -0800 
2006 ---
Created an attachment (id=33308)
another -framework patch


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