You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/10/04 15:24:05 UTC

[Issue 125712] New: automation build is broken if debug=true and dbglevel=1

https://issues.apache.org/ooo/show_bug.cgi?id=125712

          Issue ID: 125712
        Issue Type: DEFECT
           Summary: automation build is broken if debug=true and
                    dbglevel=1
           Product: General
           Version: 4.1.0
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: alp@rsu.ru

Build breaks with 
Compiling: automation/source/server/server.cxx
/export/home/alp/srcs/oi-userland/components/openoffice/openoffice/build/i86/main/automation/source/server/server.cxx:
In member function 'sal_Bool ImplRemoteControl::QueCommands(sal_uLong,
SvStream*)':
/export/home/alp/srcs/oi-userland/components/openoffice/openoffice/build/i86/main/automation/source/server/server.cxx:835:9:
error: 'm_pDbgWin' was not declared in this scope
         m_pDbgWin->AddText( "Posting Event for CommandHdl.\n" );
         ^
dmake:  Error code 1, while making '../../unxsogi.pro/slo/server.obj'

1 module(s): 
        automation
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/export/home/alp/srcs/oi-userland/components/openoffice/openoffice/build/i86/main/automation/source/server

When you have fixed the errors in that module you can resume the build by
running:

        build --all:automation

if debuglevel=1 is set.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125712] automation build is broken if debug=true and dbglevel=1

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125712

--- Comment #1 from Alexander Pyhalov <al...@rsu.ru> ---
Created attachment 84014
  --> https://issues.apache.org/ooo/attachment.cgi?id=84014&action=edit
Fix incorrect guard

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.