Issue 125712 - automation build is broken if debug=true and dbglevel=1
Summary: automation build is broken if debug=true and dbglevel=1
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 4.1.0
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-04 13:24 UTC by Alexander Pyhalov
Modified: 2014-10-04 13:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Fix incorrect guard (368 bytes, patch)
2014-10-04 13:24 UTC, Alexander Pyhalov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Alexander Pyhalov 2014-10-04 13:24:05 UTC
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.
Comment 1 Alexander Pyhalov 2014-10-04 13:24:42 UTC
Created attachment 84014 [details]
Fix incorrect guard