Closed
Bug 406956
Opened 17 years ago
Closed 17 years ago
Build break in os2/nsWindow.cpp (WM_LBUTTONDOWN undeclared)
Categories
(Core Graveyard :: Widget: OS/2, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mkaply)
References
Details
As Bill Hartzell reported on the newsgroup just now we have an OS/2 build break in os2/nsWindow.cpp. I haven't had time to reproduce it yet, but I think this is because on OS/2 we don't have WM_LBUTTONDOWN. I think our equivalent is WM_BUTTON1DOWN. So the cause would be bug 401627.
From the newsgroup posting (http://groups.google.com/groups?as_umsgid=6Y2dne5AWbv258vanZ2dnUVZ_uGknZ2d@mozilla.org):
g++ -o nsWindow.o -c -DMOZILLA_INTERNAL_API -DOSTYPE=\"OS22.45\"
-DOSARCH=OS2 -D_IMPL_NS_WIDGET -DUSE_OS2_TOOLKIT_HEADERS -I.
-IX:/mozilla/widget/src/os2/../xpwidgets -IX:/mozilla/widget/src/os2
-I../../../dist/include/gfx -I../../../dist/include/xpcom
-I../../../dist/include/string -I../../../dist/include/dom
-I../../../dist/include/necko -I../../../dist/include/uconv
-I../../../dist/include/intl -I../../../dist/include/pref
-I../../../dist/include/plugin -I../../../dist/include/docshell
-I../../../dist/include/webbrowserpersist
-I../../../dist/include/content -I../../../dist/include/imglib2
-I../../../dist/include/unicharutil -I../../../dist/include/layout
-I../../../dist/include/cairo -I../../../dist/include/thebes
-I../../../dist/include -I../../../dist/include/widget
-I../../../dist/include/nspr -I../../../dist/sdk/include
-fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith
-Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor -Wno-long-long -pedantic -Zomf -pipe -DNDEBUG
-DTRIMMED -O2 -s -DMOZILLA_CLIENT -include ../../../mozilla-config.h
-Uunix -U__unix -U__unix__ -Wp,-MD,.deps/nsWindow.pp
X:/mozilla/widget/src/os2/nsWindow.cpp
X:/mozilla/widget/src/os2/nsWindow.cpp: In static member function `static BOOL
nsWindow::DealWithPopups(long unsigned int, void**)':
X:/mozilla/widget/src/os2/nsWindow.cpp:668: error: `WM_LBUTTONDOWN' undeclared
(first use this function)
X:/mozilla/widget/src/os2/nsWindow.cpp:668: error: (Each undeclared identifier
is reported only once for each function it appears in.)
make.exe[6]: *** [nsWindow.o] Error 1
make.exe[6]: Leaving directory `F:/SEAMONKEY/widget/src/os2'
make.exe[5]: *** [libs] Error 2
Assignee | ||
Comment 1•17 years ago
|
||
fix checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•