![]() |
|
|
Mozilla on Irix Wants You!We need help getting Mozilla up and running on Irix!There are two initial goals for getting Irix up to the level of Linux: getting the autoconf build working, and getting the window to display on an SGI visual. I have created a mailing list, mozilla-irix@netscape.com, for discussing Irix issues . Note that this is not an official Mozilla.org list at this point. To subscribe, send mail to mozilla-irix-request@netscape.com with "subscribe" in the body of the message. If that doesn't work, mail akkana@netscape.com and I'll add you manually.
The Autoconf BuildUpdate: we're almost there getting the autoconf build to work! I just checked in some changes which make the build work, if you change one thing: edit mozilla/configure.in and insert a "dns " in front of the AC_C_INLINE line (i.e. comment it out). The inline problem is that CC on Irix supports inline, but cc doesn't; the autoconf system can only check one compiler, and for some reason it checks the C rather than C++ compiler. I think this is wrong (it should use the C++ compiler, since that's where inline is used!) so maybe there's a straightforward way to fix it.Autoconf/Gtk build requirements1. autoconfYou will need autoconf, GNU m4, and texinfo (these links courtesy of Victor Riley of SGI):
Automake, ftp://ftp.uu.net/archive/systems/gnu/automake-1.3.tar.gz, was another package that was up there that might help. Also the documentation on autoconfig will be useful - http://www.lns.cornell.edu/public/COMP/info/autoconf/autoconf_toc.html. 2. gtk
To use gtk, you will need to download and build version 1.1.5 of the gtk and glib packages from gtk.org. 3. Compiler
So you have to tell configure to use the native compilers: setenv CC cc
but client.mk overrides that for nspr for some silly reason, so if you're using client.mk you have to over-override that: setenv NSPR_OPTIONS NS_USE_NATIVE=1 With these, you should be able to build.
Getting the Window to Display on an SGI VisualOnce we get these build problems ironed out, the work isn't over; neither the viewer nor the xpviewer display on Irix, apparently because they can't handle the unusual SGI visual. Help is needed to track down the rendering problems and get the nglayout engine rendering properly on Irix!Tue Nov 24 13:44:24 PST 1998 akkana@netscape.com
|
|||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||