Closed
Bug 228358
Opened 22 years ago
Closed 22 years ago
make -f client.mk build_all crashes at /modules/libpr0n/decoders/icon
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: frank, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
it seams that there is no 'nsIconChannel.h' for linux environment (only subdirs
for Mac/OS2/win)
the build output is:
nsIconProtocolHandler.cpp
c++ -o nsIconProtocolHandler.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\"
-DHAVE_DEPENDENT_LIBS -I./ -I../../../../dist/include/xpcom
-I../../../../dist/include/string -I../../../../dist/include/gfx
-I../../../../dist/include/imglib2 -I../../../../dist/include/necko
-I../../../../dist/include/imgicon -I../../../../dist/include
-I/home/frankb/Documents/mozilla-cvs/mozilla/dist/include/nspr -I.
-I/usr/X11R6/include -fPIC -I/usr/X11R6/include -fno-rtti -fno-exceptions
-Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-long-long -pedantic -fshort-wchar -pthread -pipe
-DNDEBUG -DTRIMMED -O -I/usr/X11R6/include -DMOZILLA_CLIENT -include
../../../../mozilla-config.h -Wp,-MD,.deps/nsIconProtocolHandler.pp
nsIconProtocolHandler.cpp
nsIconProtocolHandler.cpp:23:27: nsIconChannel.h: Datei oder Verzeichnis nicht
gefunden
nsIconProtocolHandler.cpp: In member function `virtual nsresult
nsIconProtocolHandler::NewChannel(nsIURI*, nsIChannel**)':
nsIconProtocolHandler.cpp:93: error: parse error before `(' token
nsIconProtocolHandler.cpp:96: error: parse error before `*' token
nsIconProtocolHandler.cpp: At global scope:
nsIconProtocolHandler.cpp: In instantiation of `nsDerivedSafe<nsIChannel>':
nsIconProtocolHandler.cpp:98: instantiated from here
nsIconProtocolHandler.cpp:98: error: base class `nsIChannel' has incomplete
type
nsIconProtocolHandler.cpp: In member function `virtual nsresult
nsIconProtocolHandler::NewChannel(nsIURI*, nsIChannel**)':
nsIconProtocolHandler.cpp:98: error: cannot convert `nsCOMPtr<nsIChannel>' to `
nsIChannel*' in assignment
../../../../dist/include/xpcom/nsISupportsUtils.h: In function `nsrefcnt
ns_if_addref(T) [with T = nsIChannel*]':
nsIconProtocolHandler.cpp:99: instantiated from here
../../../../dist/include/xpcom/nsISupportsUtils.h:114: error: `AddRef'
undeclared (first use this function)
../../../../dist/include/xpcom/nsISupportsUtils.h:114: error: (Each undeclared
identifier is reported only once for each function it appears in.)
gmake[1]: *** [nsIconProtocolHandler.o] Fehler 1
gmake[1]: Leaving directory
`/home/frankb/Documents/mozilla-cvs/mozilla/modules/libpr0n/decoders/icon'
make: *** [all] Fehler 2
Reproducible: Always
Steps to Reproduce:
1.download actual source from cvs on linux system (kernel 2.4.21)
2.make -f client.mk build_all
3.
Comment 1•22 years ago
|
||
What is the mozconfig file you are using? On my box,
/modules/libpr0n/decoders/icon isn't build.
| Reporter | ||
Updated•22 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•22 years ago
|
||
Thx, it was the .mozconfig file, i got one for windows use
Comment 3•22 years ago
|
||
reopening. FIXED is reserved for bugs fixed by patches
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 4•22 years ago
|
||
this is INVALID -- it is not a Mozilla bug.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•