To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90484
                 Issue #|90484
                 Summary|to-be-DEV300_m18/.Net2003: 
               Component|xml
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|mst
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sun Jun  8 06:25:47 +0000 
2008 -------
Build error:

f:/home\pavel\BuildDir\ooo_DEV300_m18_src\unoxml\source\xpath\xpathapi.cxx(277) 
: error C3861: 
'vsnprintf': identifier not found, even with argument-dependent lookup

This patch helped here:

--- ooo_DEV300_m18_src.orig/unoxml/source/xpath/xpathapi.cxx    2008-06-08 
08:20:50.000000000 +0200
+++ ooo_DEV300_m18_src/unoxml/source/xpath/xpathapi.cxx 2008-06-08 
08:21:46.000000000 
+0200
@@ -274,6 +274,9 @@
             va_list args;
 
             va_start(args, format);
+#ifdef _WIN32
+#define vsnprintf _vsnprintf
+#endif
             vsnprintf(str, sizeof(str), format, args);
             va_end(args);

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