To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66162
                  Issue #:|66162
                  Summary:|Incorrect UNOPKG_PLATFORM in SDK settings/settings.mk
                Component:|porting
                  Version:|680m167
                 Platform:|Opteron/x86_64
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|hatapitk





------- Additional comments from [EMAIL PROTECTED] Tue Jun  6 05:10:38 -0700 
2006 -------
On Linux x86_64 UNOPKG_PLATFORM is not set correctly in file 
settings/settings.mk of the SDK. For my own use I fixed this by doing

--- settings/settings.mk.orig   2006-06-04 22:30:22.000000000 +0300
+++ settings/settings.mk        2006-06-04 22:33:31.000000000 +0300
@@ -229,6 +229,10 @@
 JAVA_PROC_TYPE=ppc
 endif

+ifeq "$(PROCTYPE)" "x86_64"
+UNOPKG_PLATFORM=Linux_x86_64
+endif
+
 OS=LINUX
 PS=/
 CC=gcc

but there seem to be a few other variables that should be corrected as well.

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