Issue 86835 - to-be-DEV300_m2: chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
Summary: to-be-DEV300_m2: chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
Status: CLOSED DUPLICATE of issue 86812
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.0
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 3.0
Assignee: rt
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-09 12:37 UTC by moxfox
Modified: 2008-03-11 14:12 UTC (History)
5 users (show)

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


Attachments
Fix build issue with chart2 module (1.14 KB, patch)
2008-03-09 12:39 UTC, moxfox
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description moxfox 2008-03-09 12:37:04 UTC
Making: ../../../unxmacxi.pro/slo/dlg_ChartType_UNO.obj
g++  -fsigned-char -fmessage-length=0 -malign-natural -c  -O2
-fno-strict-aliasing   -ftemplate-depth-128 -I. 
-I../../../unxmacxi.pro/inc/chcdialogs -I../inc -I../../../source/inc
-I../../../inc/pch -I../../../inc -I../../../aqua/inc -I../../../unx/inc
-I../../../unxmacxi.pro/inc -I.
-I/Coding/buildoo/build/solver/300/unxmacxi.pro/inc/stl
-I/Coding/buildoo/build/solver/300/unxmacxi.pro/inc/external
-I/Coding/buildoo/build/solver/300/unxmacxi.pro/inc
-I/Coding/buildoo/build/solenv/unxmacxi/inc -I/Coding/buildoo/build/solenv/inc
-I/Coding/buildoo/build/res
-I/Coding/buildoo/build/solver/300/unxmacxi.pro/inc/stl
-I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers
-I/System/Library/Frameworks/JavaVM.framework/Headers    
-I/Coding/buildoo/build/solver/300/unxmacxi.pro/inc/offuh -I. -I../../../res -I.
-pipe -malign-natural -fsigned-char -Wno-long-double  -Wno-ctor-dtor-privacy
-Wall -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy     -Wno-non-virtual-dtor 
 -fPIC -fno-common -DMACOSX -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=C341
-DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DX86
-DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1 -DHAVE_GCC_VISIBILITY_FEATURE 
-D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/include/c++/4.0.0
-DSUPD=300 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE
-DCUI -DSOLAR_JAVA -DDEV300=DEV300  -DBUILD_OS_APPLEOSX -DBUILD_OS_MAJOR=10
-DBUILD_OS_MINOR=5 -DBUILD_OS_REV=2 -DQUARTZ -DSHAREDLIB -D_DLL_   -fexceptions
-fno-enforce-eh-specs -DEXCEPTIONS_ON  -o
../../../unxmacxi.pro/slo/dlg_ChartType_UNO.o
/Coding/buildoo/build/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx 
/Coding/buildoo/build/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx: In
member function 'virtual Dialog* chart::ChartTypeUnoDlg::createDialog(Window*)':
/Coding/buildoo/build/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx:125:
error: 'm_xContext' was not declared in this scope
dmake:  Error code 1, while making '../../../unxmacxi.pro/slo/dlg_ChartType_UNO.obj'

ERROR: Error 65280 occurred while making
/Coding/buildoo/build/chart2/source/controller/dialogs



Build fails due to missing variable declaration.
Comment 1 moxfox 2008-03-09 12:39:52 UTC
Created attachment 51985 [details]
Fix build issue with chart2 module
Comment 2 moxfox 2008-03-09 12:45:18 UTC
The patch above fixes the build for me.
Comment 3 pavel 2008-03-09 12:50:46 UTC
Works here as well.

Comment 4 rt 2008-03-11 11:35:10 UTC
mox,

The error you reported looks similar to issue 86836. As for that issue I cannot
reproduce this one: freshly checked out module 'chart2' builds fine on
unxmacxi.pro, unxlngi6.pro and unxsoli4.pro do not give anny error, too. For me
it really seems as if it has been changed by some other fix related to 'm_xContext'.
Setting to WORKSFORME. Feel free to reopen if the problem still occurs on your
system.
Comment 5 rt 2008-03-11 11:49:33 UTC
Missing declaration apparently got fixed in
svtools/inc/svtools/genericunodialog.hxx revison 1.3. See issue 86812.
(Re-opening to mark as DUPLICATE instead of just WORKSFORME.)
Comment 6 rt 2008-03-11 11:52:14 UTC
Duplicate.

*** This issue has been marked as a duplicate of 86812 ***
Comment 7 rt 2008-03-11 11:53:18 UTC
closing
Comment 8 moxfox 2008-03-11 14:12:12 UTC
ok, thanks for figuring it out!