Issue 33462 - 64bit: sfx2 and rsc
Summary: 64bit: sfx2 and rsc
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC (x86_64) Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0.2
Assignee: pb
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-26 21:54 UTC by pavel
Modified: 2007-02-05 15:55 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2004-08-26 21:54:31 UTC
Martin,

this is old known issue (even Jianhua Jiao reported it in
http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14199):

Making: ../unxlngx4.pro/lib/isfx.lib
no ImportLibs on Mac and *ix
Making: ../unxlngx4.pro/bin/sfx68049.res
Making: ../unxlngx4.pro/bin/sfx68001.res
Making: ../unxlngx4.pro/bin/sfx68042.res
using rsc multi-res feature
rsc -presponse @/tmp/mkFpUath > /dev/null

        _FloatingPosY = 4294967226;
^
f513: "../unxlngx4.pro/srs/appl.srs", line 4998: Error in the object (Type: short):
The used value is not in the expected domain.

        FloatingMode = TRUE;
^
f513: "../unxlngx4.pro/srs/appl.srs", line 4999: Error in the object (Type: short):
The used value is not in the expected domain.
f256: Error: !! 2 Error found!!
dmake:  Error code 1, while making '../unxlngx4.pro/misc/rsc_sfx'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making
/home/janik/BuildDir/ooo_cws_src680_ooo64bit02_src/sfx2/util
[janik@orca sfx2]$
Comment 1 pavel 2004-08-26 21:55:59 UTC
I use this INVALID change to get further:

diff -urN ooo_1.1.0_src.orig/sfx2/source/appl/app.src
ooo_1.1.0_src/sfx2/source/appl/app.src
--- ooo_1.1.0_src.orig/sfx2/source/appl/app.src	Sat Nov 15 22:59:06 2003
+++ ooo_1.1.0_src/sfx2/source/appl/app.src	Mon Nov 17 18:45:53 2003
@@ -2471,8 +2471,9 @@
 	FloatingMode = TRUE ;
 	Hide = TRUE ;
 	_FloatingPosMapMode = MAP_APPFONT ;
-	_FloatingPosX = -50 ;
-	_FloatingPosY = -70 ;
+	// PJ: FIX THIS! Temporary, invalid. Only to get further!
+	_FloatingPosX = 50 ;
+	_FloatingPosY = 70 ;
 	FloatingLines = 1 ;
 	HideWhenDeactivate = TRUE ;
 	Align = BOXALIGN_TOP ;
Comment 2 Martin Hollmichel 2004-08-31 16:19:58 UTC
reassigned to pb for review/comment.
Comment 3 pb 2004-09-07 13:51:26 UTC
Fixed in ooo64bit02. File: /sfx2/source/appl/app.src 1.94.42.1
Comment 4 Mathias_Bauer 2005-11-18 08:14:41 UTC
CWS now has target OOo2.0.2 -> target of issue adjusted
Comment 5 Mathias_Bauer 2007-02-05 15:47:26 UTC
going to close ancient issues
Comment 6 Mathias_Bauer 2007-02-05 15:52:02 UTC
closing
Comment 7 Mathias_Bauer 2007-02-05 15:55:05 UTC
closing