Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Last night build stopped

0 views
Skip to first unread message

William L. Hartzell

unread,
Sep 19, 2007, 9:16:58 AM9/19/07
to
Sir:

It seems that The powers that are have a new requirement that OS/2 fails
in the clipboard support code. I look in there and see several todo
notes. I am wondering if we should be including the GBM module code
with OS/2 version? It would fix many of the conversion problems in the
todo lists. It is currently available as a plugin.

Oh yes, the error report:
nsClipboard.cpp
g++ -o nsClipboard.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 -DMOZ_PNG_READ -DPNG_NO_MMX_CODE
-DMOZ_PNG_WRITE -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/nsClipboard.pp
X:/mozilla/widget/src/os2/nsClipboard.cpp
X:/mozilla/widget/src/os2/nsClipboard.cpp: In member function `PRBool
nsClipboard::GetClipboardDataByID(long unsigned int, const char*)':
X:/mozilla/widget/src/os2/nsClipboard.cpp:160: error: `get' undeclared
(first
use this function)
X:/mozilla/widget/src/os2/nsClipboard.cpp:160: error: (Each undeclared
identifier is reported only once for each function it appears in.)
X:/mozilla/widget/src/os2/nsClipboard.cpp: In member function `void
nsClipboard::SetClipboardData(const char*)':
X:/mozilla/widget/src/os2/nsClipboard.cpp:324: error: `get' undeclared
(first
use this function)
make.exe[6]: *** [nsClipboard.o] Error 1
make.exe[6]: Leaving directory `F:/SEAMONKEY/widget/src/os2'


--
Bill
Thanks a Million!

Walter Meinl

unread,
Sep 19, 2007, 1:00:19 PM9/19/07
to
On Sep 19, 3:16 pm, "William L. Hartzell" <wlhartz...@tx.rr.com>
wrote:
> Sir:
>
> nsClipboard.cpp

> X:/mozilla/widget/src/os2/nsClipboard.cpp
> X:/mozilla/widget/src/os2/nsClipboard.cpp: In member function `PRBool
> nsClipboard::GetClipboardDataByID(long unsigned int, const char*)':
> X:/mozilla/widget/src/os2/nsClipboard.cpp:160: error: `get' undeclared
> (first
> use this function)
> X:/mozilla/widget/src/os2/nsClipboard.cpp:160: error: (Each undeclared
> identifier is reported only once for each function it appears in.)
> X:/mozilla/widget/src/os2/nsClipboard.cpp: In member function `void
> nsClipboard::SetClipboardData(const char*)':
> X:/mozilla/widget/src/os2/nsClipboard.cpp:324: error: `get' undeclared
> (first
> use this function)
> make.exe[6]: *** [nsClipboard.o] Error 1
> Bill
> Thanks a Million!
That's probably a fallout from the checkin for
https://bugzilla.mozilla.org/show_bug.cgi?id=394691. I'm having an
idea to overcome, building at the moment. If it works I'll file a
follow up bug in mozillla bugzilla. Cheers Walter

Walter Meinl

unread,
Sep 19, 2007, 4:19:23 PM9/19/07
to
filed https://bugzilla.mozilla.org/show_bug.cgi?id=396767 with patch,
was more difficult than expected, build broke in several files in
widget/src/os2

0 new messages