Unix Technical Forum

Firefox 1.5rc3 for solaris available on mozilla.org

This is a discussion on Firefox 1.5rc3 for solaris available on mozilla.org within the comp.unix.solaris forums, part of the Solaris Operating System category; --> Hi, Firefox 1.5rc3 for solaris available on mozilla.org. You can get them here. ftp://ftp.mozilla.org/pub/mozilla.or....5rc3/contrib/ Please read the readme file ...


Go Back   Unix Technical Forum > Unix Operating Systems > Solaris Operating System > comp.unix.solaris

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-09-2008, 06:58 AM
leon
 
Posts: n/a
Default Firefox 1.5rc3 for solaris available on mozilla.org

Hi,

Firefox 1.5rc3 for solaris available on mozilla.org.
You can get them here.
ftp://ftp.mozilla.org/pub/mozilla.or....5rc3/contrib/
Please read the readme file before you use it.

Regards,
Leon Sha

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-09-2008, 06:58 AM
Matthias Ernst
 
Posts: n/a
Default Re: Firefox 1.5rc3 for solaris available on mozilla.org

"leon" <leon.sha@gmail.com> writes:

>Hi,


>Firefox 1.5rc3 for solaris available on mozilla.org.
>You can get them here.
>ftp://ftp.mozilla.org/pub/mozilla.or....5rc3/contrib/
>Please read the readme file before you use it.


>Regards,
>Leon Sha


I tried to compile 1.5rc3 on Solaris 9 using GTK2 and there seems to be a
problem with the xft library. If I enable xft, the config script complains
that the libpango version is lower than 1.1.0 (it is 1.0.5) and stops. If I
disable xft, the confifuration runs through but the compilation stops with
an error complaining about "nsIFontEnumerator is not defined.":

/opt/SUNWspro/bin/CC -o nsGfxFactoryGTK.o -c -DNATIVE_THEME_SUPPORT
-DMOZILLA_INTERNAL_API -DOSTYPE=\"SunOS5\" -DOSARCH=\"SunOS\"
-DBUILD_ID=2005112309 -D_TIME_H=1 -DUSE_POSTSCRIPT -I../.. -I./.
-I./.. -I./../shared -I./../x11shared -I../../../dist/include/xpcom
-I../../../dist/include/string -I../../../dist/include/widget
-I../../../dist/include/view -I../../../dist/include/util
-I../../../dist/include/pref -I../../../dist/include/uconv
-I../../../dist/include/unicharutil -I../../../dist/include/locale
-I../../../dist/include/necko -I../../../dist/include/content
-I../../../dist/include/layout -I../../../dist/include/gfx
-I../../../dist/include -I../../../dist/include/nspr
-I../../../dist/sdk/include -I/usr/openwin/include -KPIC
-I/usr/openwin/include -xlibmil -features=tmplife -xlibmopt -norunpath
-xbuiltin=%all -features=tmplife -mt -DNDEBUG -DTRIMMED -xO3
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/openwin/include -DMOZILLA_CLIENT -D_MOZILLA_CONFIG_H_
-DMOZILLA_VERSION=\"1.8\" -DMOZILLA_VERSION_U=1.8 -DSOLARIS=1
-DNSCAP_DISABLE_DEBUG_PTR_TYPES=1 -DD_INO=d_ino -DSTDC_HEADERS=1
-DHAVE_ST_BLKSIZE=1 -DHAVE_SIGINFO_T=1 -DHAVE_INT16_T=1
-DHAVE_INT32_T=1 -DHAVE_INT64_T=1 -DHAVE_UINT=1 -DHAVE_UINT_T=1
-DHAVE_UINT16_T=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_BYTEORDER_H=1
-DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NL_TYPES_H=1
-DHAVE_MALLOC_H=1 -DHAVE_X11_XKBLIB_H=1 -DHAVE_SYS_STATVFS_H=1
-DHAVE_SYS_STATFS_H=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1 -DHAVE_LIBSOCKET=1
-DFUNCPROTO=15 -DHAVE_XSHM=1 -D_REENTRANT=1 -DHAVE_RANDOM=1
-DHAVE_STRERROR=1 -DHAVE_LCHOWN=1 -DHAVE_FCHMOD=1 -DHAVE_SNPRINTF=1
-DHAVE_MEMMOVE=1 -DHAVE_RINT=1 -DHAVE_STAT64=1 -DHAVE_LSTAT64=1
-DHAVE_FLOCKFILE=1 -DHAVE_LOCALTIME_R=1 -DHAVE_STRTOK_R=1
-DHAVE_LANGINFO_CODESET=1 -DVA_COPY=va_copy -DHAVE_VA_COPY=1
-DHAVE_I18N_LC_MESSAGES=1 -DMOZ_DEFAULT_TOOLKIT=\"gtk2\"
-DMOZ_WIDGET_GTK2=1 -DMOZ_ENABLE_XREMOTE=1 -DMOZ_X11=1 -DMOZ_PHOENIX=1
-DMOZ_BUILD_APP=browser -DMOZ_XUL_APP=1
-DMOZ_DISTRIBUTION_ID=\"org.mozilla\" -DOJI=1 -DIBMBIDI=1
-DMOZ_VIEW_SOURCE=1 -DACCESSIBILITY=1 -DMOZ_XPINSTALL=1
-DMOZ_JSLOADER=1 -DMOZ_XTF=1 -DMOZ_MATHML=1
-DMOZ_UPDATE_CHANNEL=default -DMOZ_LOGGING=1
-DMOZ_USER_DIR=\".mozilla\" -DMOZ_XUL=1 -DMOZ_PROFILELOCKING=1
-DMOZ_DLL_SUFFIX=\".so\" -DXP_UNIX=1 -DUNIX_ASYNC_DNS=1
-DJS_THREADSAFE=1 -DNS_PRINT_PREVIEW=1 -DNS_PRINTING=1
-DMOZ_ACCESSIBILITY_ATK=1 -DMOZILLA_LOCALE_VERSION=\"1.8b5\"
-DMOZILLA_REGION_VERSION=\"1.8b5\" -DMOZILLA_SKIN_VERSION=\"1.8\"
nsGfxFactoryGTK.cpp

"nsGfxFactoryGTK.cpp", line 155: Error: nsIFontEnumerator is not defined.
"nsGfxFactoryGTK.cpp", line 155: Error: result is not defined.
"nsGfxFactoryGTK.cpp", line 191: Error: result is not defined.
"nsGfxFactoryGTK.cpp", line 192: Error: result is not defined.
"nsGfxFactoryGTK.cpp", line 193: Error: result is not defined.
"nsGfxFactoryGTK.cpp", line 193: Error: result is not defined.
6 Error(s) detected.
gmake[5]: *** [nsGfxFactoryGTK.o] Error 6
gmake[5]: Leaving directory `/nmrnet/src/mozilla/firefox-1.5rc3/mozilla/gfx/src/gtk'
gmake[4]: *** [libs] Error 2
gmake[4]: Leaving directory `/nmrnet/src/mozilla/firefox-1.5rc3/mozilla/gfx/src'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/nmrnet/src/mozilla/firefox-1.5rc3/mozilla/gfx'
gmake[2]: *** [tier_9] Error 2
gmake[2]: Leaving directory `/nmrnet/src/mozilla/firefox-1.5rc3/mozilla'
gmake[1]: *** [default] Error 2
gmake[1]: Leaving directory `/nmrnet/src/mozilla/firefox-1.5rc3/mozilla'
gmake: *** [build] Error 2

There is a bug filed in bugzilla.mozilla.org (BugID 297028) but it is from
June 2005 and there are no responses to it.

Does anybody know how to resolve this problem so one can use gtk2 on Solaris 9?

The 1.0.x versions of Firefox compiled without this problem using gtk2 and
disable-xft and disable-freetype2.

Regards,

Matthias Ernst

--
+----------------------------------------+-----------------------------------+
| Matthias Ernst | Phone: +41-1-632-4366 |
| ETH Zürich | Fax: +41-1-632-1621 |
| Laboratorium für Physikalische Chemie | |
| ETH-Hönggerberg - HCI D 227 | Email: maer@nmr.phys.chem.ethz.ch |
| CH-8093 Zürich, Switzerland | maer@scientist.com |
+----------------------------------------+-----------------------------------+
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-09-2008, 06:58 AM
Mats Larsson
 
Posts: n/a
Default Re: Firefox 1.5rc3 for solaris available on mozilla.org

On 2005-11-23 10:15, Matthias Ernst wrote:

> I tried to compile 1.5rc3 on Solaris 9 using GTK2 and there seems to be a
> problem with the xft library. If I enable xft, the config script complains
> that the libpango version is lower than 1.1.0 (it is 1.0.5) and stops. If I
> disable xft, the confifuration runs through but the compilation stops with
> an error complaining about "nsIFontEnumerator is not defined.":


[ snip ]

> There is a bug filed in bugzilla.mozilla.org (BugID 297028) but it is from
> June 2005 and there are no responses to it.
>
> Does anybody know how to resolve this problem so one can use gtk2 on Solaris 9?


GTK2 from www.blastwave.org is the solution for me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:40 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com