To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65230
Issue #:|65230
Summary:|automation: unknown platform. please request an ID
|for your platform on qa/dev
Component:|utilities
Version:|680m167
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|code
Assigned to:|hro
Reported by:|kendy
------- Additional comments from [EMAIL PROTECTED] Tue May 9 11:14:16 -0700
2006 -------
Compilation of automation on x86-64 gives the abovementioned error. Something
like:
--- automation/source/testtool/objtest.cxx 2006-05-09 18:31:32.000000000
+0200
+++ automation/source/testtool/objtest.cxx 2006-05-09 20:11:45.000000000
+0200
@@ -530,6 +530,8 @@ void TestToolObj::LoadIniFile()
// La
abGP.Append( "13" );
#elif defined NETBSD
abGP.Append( "14" );
+#elif defined LINUX && defined X86_64
+ abGP.Append( "15" ); // Linux x86-64
#else
#error ("unknown platform. please request an ID for your platform on qa/dev")
#endif
would fix that...
---------------------------------------------------------------------
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]