Tinderbox failure, Linux-x86-64 at 8-SLED11, libreoffice-3-5, last success: 2012-08-29 21:47:46
lionel at mamane.lu
lionel at mamane.lu
Wed Sep 5 08:28:55 PDT 2012
On Wed, Sep 05, 2012 at 09:14:10AM +0000, kendy at suse.cz wrote:
> Commits since the last success:
> ==== core ====
> 8806e6e fdo#53872: reportdesign: fix section drawpage crash:
> ==== binfilter ====
> ==== dictionaries ====
> ==== help ====
> In file included from /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfx.hrc:389,
> from /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/fltfnc.src:29:
> /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfxsids.hrc:27:1: error: unterminated #ifndef
> In file included from /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfx.hrc:389,
> from /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/bastyp.hrc:28,
> from /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/bastyp.src:27:
> /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfxsids.hrc:27:1: error: unterminated #ifndef
Hmm... I don't my commit could have caused that. Kendy, could you just
"try again"? (AFAIK, the tinderbox won't try again until next commit
which could be days away.)
OTOH, that file is a bit weird in that there is stuff *after* the
"#endif" that corresponds to the standard double-include protection
"#ifndef _SFXSIDS_HRC". Most of it looks safe, having its own #ifndef,
but there is also unconditional stuff at the very end.
#ifndef _SFXSIDS_HRC
#define _SFXSIDS_HRC
(lots of stuff)
#endif // #ifndef _SFXSIDS_HRC
//-----------------------------------------------------------------------
// SfxSecurityPage related stuff
#define FN_EDIT2 (SID_SW_START + 1800)
#define FN_REDLINE_PROTECT (FN_EDIT2 + 23)
#define FN_REDLINE_ON (FN_EDIT2 + 25)
#define SID_HTML_MODE (SID_SVX_START + 414)
// Calc-Id's used for SfxSecurityPage
#ifndef SC_FUNCTION_START
#define SC_FUNCTION_START (SID_SC_START + 200)
#endif
#ifndef FILE_MENU_END
#define FILE_MENU_END (SC_FUNCTION_START + 20)
#endif
#ifndef EDIT_MENU_START
#define EDIT_MENU_START (FILE_MENU_END)
#endif
#ifndef SC_VIEW_START
#define SC_VIEW_START (SID_SC_START)
#endif
#define FID_CHG_RECORD (EDIT_MENU_START + 18)
#define SID_CHG_PROTECT (SC_VIEW_START + 84)
// eof
------------------------------------------------------------------------
--
Lionel
More information about the LibreOffice
mailing list