To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67354
------- Additional comments from [EMAIL PROTECTED] Fri Jul 14 07:56:52 -0700
2006 -------
4 psprint: It seems Sun Hamburg does build with ENABLE_CUPS, yes. Please try
the following patch:
Index: source/printer/cupsmgr.cxx
===================================================================
RCS file: /cvs/gsl/psprint/source/printer/cupsmgr.cxx,v
retrieving revision 1.18
diff -u -r1.18 cupsmgr.cxx
--- source/printer/cupsmgr.cxx 10 Jul 2006 16:30:23 -0000 1.18
+++ source/printer/cupsmgr.cxx 14 Jul 2006 14:55:26 -0000
@@ -701,7 +701,12 @@
return pNewParser;
}
-void CUPSManager::setupJobContextData( JobData& rData )
+void CUPSManager::setupJobContextData(
+ JobData&
+#ifdef ENABLE_CUPS
+ rData
+#endif
+)
{
#ifdef ENABLE_CUPS
std::hash_map< OUString, int, OUStringHash >::iterator dest_it =
---------------------------------------------------------------------
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]