Closed Bug 119638 Opened 24 years ago Closed 24 years ago

Can't build Mozilla 0.9.7 on Mandrake 8.0 (X11 headers)

Categories

(SeaMonkey :: Build Config, defect)

x86
Linux
defect
Not set
blocker

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: xeonium, Assigned: netscape)

Details

(Whiteboard: [cls-wuz-here])

while compiling there is a message: gmake[3]: Leaving directory `/tmp/mozilla/uriloader/base' gmake[3]: Entering directory `/tmp/mozilla/uriloader/exthandler' nsExternalHelperAppService.cpp c++ -o nsExternalHelperAppService.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -I../../dist/include/xpcom -I../../dist/include/string -I../../dist/include/unicharutil -I../../dist/include/mimetype -I../../dist/include/uriloader -I../../dist/include/dom -I../../dist/include/necko -I../../dist/include/rdf -I../../dist/include/webshell -I../../dist/include/helperAppDlg -I../../dist/include/plugin -I../../dist/include/pref -I../../dist/include/exthandler -I../../dist/include -I/tmp/mozilla/dist/include/nspr -fPIC -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -pedantic -Wno-long-long -fshort-wchar -pthread -pipe -DDEBUG -D_DEBUG -DDEBUG_root -DTRACING -g -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,.deps/nsExternalHelperAppService.pp nsExternalHelperAppService.cpp In file included from ../../dist/include/plugin/nsIPluginHost.h:42, from nsExternalHelperAppService.cpp:73: ../../dist/include/plugin/nsplugindefs.h:74:25: X11/Xlib.h: No such file or directory ../../dist/include/plugin/nsplugindefs.h:75:26: X11/Xutil.h: No such file or directory In file included from ../../dist/include/plugin/nsIPluginHost.h:42, from nsExternalHelperAppService.cpp:73: ../../dist/include/plugin/nsplugindefs.h:177: syntax error before `*' ../../dist/include/plugin/nsplugindefs.h:178: syntax error before `*' ../../dist/include/plugin/nsplugindefs.h:179: syntax error before `;' ../../dist/include/plugin/nsplugindefs.h:267: syntax error before `;' ../../dist/include/plugin/nsplugindefs.h:268: syntax error before `;' ../../dist/include/plugin/nsplugindefs.h:333: syntax error before `;' In file included from ../../dist/include/plugin/nsplugin.h:182, from ../../dist/include/plugin/nsIPluginInstanceOwner.h:42, from ../../dist/include/plugin/nsIPluginHost.h:45, from nsExternalHelperAppService.cpp:73: ../../dist/include/plugin/nsIWindowlessPlugInstPeer.h:71: `nsPluginRegion' was not declared in this scope ../../dist/include/plugin/nsIWindowlessPlugInstPeer.h:71: parse error before `)' In file included from ../../dist/include/plugin/nsplugin.h:201, from ../../dist/include/plugin/nsIPluginInstanceOwner.h:42, from ../../dist/include/plugin/nsIPluginHost.h:45, from nsExternalHelperAppService.cpp:73: ../../dist/include/plugin/nsIPluginManager2.h:141: type specifier omitted for parameter ../../dist/include/plugin/nsIPluginManager2.h:141: parse error before `)' ../../dist/include/plugin/nsIPluginManager2.h:152: type specifier omitted for parameter ../../dist/include/plugin/nsIPluginManager2.h:152: parse error before `)' In file included from ../../dist/include/plugin/nsIPluginHost.h:45, from nsExternalHelperAppService.cpp:73: ../../dist/include/plugin/nsIPluginInstanceOwner.h:130: `nsPluginRegion' was not declared in this scope ../../dist/include/plugin/nsIPluginInstanceOwner.h:130: parse error before `)' nsExternalHelperAppService.cpp:93: warning: multi-character character constant nsExternalHelperAppService.cpp:93: warning: multi-character character constant nsExternalHelperAppService.cpp:94: warning: multi-character character constant nsExternalHelperAppService.cpp:94: warning: multi-character character constant nsExternalHelperAppService.cpp:95: warning: multi-character character constant nsExternalHelperAppService.cpp:95: warning: multi-character character constant nsExternalHelperAppService.cpp:96: warning: multi-character character constant nsExternalHelperAppService.cpp:96: warning: multi-character character constant nsExternalHelperAppService.cpp:97: warning: multi-character character constant nsExternalHelperAppService.cpp:97: warning: multi-character character constant nsExternalHelperAppService.cpp:98: warning: multi-character character constant nsExternalHelperAppService.cpp:98: warning: multi-character character constant nsExternalHelperAppService.cpp:102: warning: multi-character character constant nsExternalHelperAppService.cpp:102: warning: multi-character character constant nsExternalHelperAppService.cpp:103: warning: multi-character character constant nsExternalHelperAppService.cpp:103: warning: multi-character character constant nsExternalHelperAppService.cpp:104: warning: multi-character character constant nsExternalHelperAppService.cpp:104: warning: multi-character character constant nsExternalHelperAppService.cpp:110: warning: multi-character character constant nsExternalHelperAppService.cpp:110: warning: multi-character character constant nsExternalHelperAppService.cpp: In method `nsresult nsExternalHelperAppService::ExpungeTemporaryFiles ()': nsExternalHelperAppService.cpp:611: warning: unused variable `nsresult rv' nsExternalHelperAppService.cpp: In method `nsresult nsExternalAppHandler::SetUpTempFile (nsIChannel *)': nsExternalHelperAppService.cpp:930: warning: passing negative value `-1' for argument 2 of `nsITransport::OpenOutputStream (unsigned int, unsigned int, unsigned int, nsIOutputStream **)' gmake[3]: *** [nsExternalHelperAppService.o] Error 1 gmake[3]: Leaving directory `/tmp/mozilla/uriloader/exthandler' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/tmp/mozilla/uriloader' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/tmp/mozilla' gmake: *** [default] Error 2 distro is Mdk 8.0 gcc is 2.96 kernel is 2.4.17
is it current sources you are trying to build? (CVS pulled when?)
How do you expect to build Mozilla without X11 headers?
Doesn't configure check for this?
Grom: what flags are you attempting to build with? Please attach config.status, config.log & the output of the configure run. bbaetz: yes, we do. Since I don't see the usual -I/usr/X11R6/include on the cmdline, I have to wonder how X_CFLAGS is being set on Mandrake.
Whiteboard: [cls-wuz-here]
Summary: Can't build Mozilla 0.9.7 → Can't build Mozilla 0.9.7 on Mandrake 8.0 (X11 headers)
Marking invalid for lack of info.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
verified invalid.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.