← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 625748] [NEW] MIngw compile error rev 2214

 

Public bug reported:

dwt\include/dwt/widgets/../aspects/AspectMouse.h: In member function 'void dwt::AspectMouse<WidgetTy
pe>::onXMouseDown(const typename dwt::AspectMouse<WidgetType>::XMouseDispatcher::F&)':
dwt\include/dwt/widgets/../aspects/AspectMouse.h:179:12: error: 'WM_XBUTTONDOWN' was not declared in
 this scope
dwt\include/dwt/widgets/../aspects/AspectMouse.h: In member function 'void dwt::AspectMouse<WidgetTy
pe>::onXMouseUp(const typename dwt::AspectMouse<WidgetType>::XMouseDispatcher::F&)':
dwt\include/dwt/widgets/../aspects/AspectMouse.h:190:12: error: 'WM_XBUTTONUP' was not declared in t
his scope
dwt\include/dwt/widgets/../aspects/AspectMouse.h: In member function 'void dwt::AspectMouse<WidgetTy
pe>::onXMouseDblClick(const typename dwt::AspectMouse<WidgetType>::XMouseDispatcher::F&)':
dwt\include/dwt/widgets/../aspects/AspectMouse.h:200:12: error: 'WM_XBUTTONDBLCLK' was not declared
in this scope
In file included from dwt\include/dwt/widgets/Menu.h:42:0,
                 from dwt\include/dwt/widgets/TextBox.h:44,
                 from dwt\include/dwt/widgets/RichTextBox.h:41,
                 from dwt\src\widgets\RichTextBox.cpp:37:
dwt\include/dwt/Theme.h: At global scope:
dwt\include/dwt/Theme.h:68:2: error: 'HTHEME' does not name a type
scons: *** [build\debug-mingw\dwt\src\widgets\RichTextBox.o] Error 1
scons: building terminated because of errors.

Cant compile it

** Affects: dcplusplus
     Importance: Undecided
     Assignee: Jacek Sieka (arnetheduck)
         Status: Confirmed

** Changed in: dcplusplus
     Assignee: (unassigned) => Jacek Sieka (arnetheduck)

** Changed in: dcplusplus
       Status: New => Confirmed

-- 
MIngw compile error rev 2214
https://bugs.launchpad.net/bugs/625748
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.

Status in DC++: Confirmed

Bug description:
dwt\include/dwt/widgets/../aspects/AspectMouse.h: In member function 'void dwt::AspectMouse<WidgetTy
pe>::onXMouseDown(const typename dwt::AspectMouse<WidgetType>::XMouseDispatcher::F&)':
dwt\include/dwt/widgets/../aspects/AspectMouse.h:179:12: error: 'WM_XBUTTONDOWN' was not declared in
 this scope
dwt\include/dwt/widgets/../aspects/AspectMouse.h: In member function 'void dwt::AspectMouse<WidgetTy
pe>::onXMouseUp(const typename dwt::AspectMouse<WidgetType>::XMouseDispatcher::F&)':
dwt\include/dwt/widgets/../aspects/AspectMouse.h:190:12: error: 'WM_XBUTTONUP' was not declared in t
his scope
dwt\include/dwt/widgets/../aspects/AspectMouse.h: In member function 'void dwt::AspectMouse<WidgetTy
pe>::onXMouseDblClick(const typename dwt::AspectMouse<WidgetType>::XMouseDispatcher::F&)':
dwt\include/dwt/widgets/../aspects/AspectMouse.h:200:12: error: 'WM_XBUTTONDBLCLK' was not declared
in this scope
In file included from dwt\include/dwt/widgets/Menu.h:42:0,
                 from dwt\include/dwt/widgets/TextBox.h:44,
                 from dwt\include/dwt/widgets/RichTextBox.h:41,
                 from dwt\src\widgets\RichTextBox.cpp:37:
dwt\include/dwt/Theme.h: At global scope:
dwt\include/dwt/Theme.h:68:2: error: 'HTHEME' does not name a type
scons: *** [build\debug-mingw\dwt\src\widgets\RichTextBox.o] Error 1
scons: building terminated because of errors.

Cant compile it





Follow ups

References