To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82658
                 Issue #|82658
                 Summary| building ooo failed with sun studio 12
               Component|utilities
                 Version|OOo 2.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|hr
             Reported by|laurentgodard





------- Additional comments from [EMAIL PROTECTED] Tue Oct 16 11:13:31 +0000 
2007 -------
HI Reiner

as requested

Here is a possible way to fix the problem.

--- _stdio_file.h    Fri Sep  7 13:33:27 2007
+++ _stdio_file.h       Mon Sep 10 17:55:16 2007
@@ -92,7 +92,7 @@
 typedef  unsigned char* _File_ptr_type;
 #endif

-inline int   _FILE_fd(const FILE& __f) { return __f._file; }
+inline int   _FILE_fd(const FILE& __f) { return
fileno(__CONST_CAST(FILE*,&__f)); }
 inline char* _FILE_I_begin(const FILE& __f) { return (char*) __f._base; }
 inline char* _FILE_I_next(const FILE& __f) { return (char*) __f._ptr; }
 inline char* _FILE_I_end(const FILE& __f)

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