Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge Mozilla 1.2 -- Mozilla doesn't load
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
[iQ]
n00b
n00b


Joined: 12 Nov 2002
Posts: 5
Location: ogden utah - usa

PostPosted: Sat Nov 23, 2002 8:06 am    Post subject: Emerge Mozilla 1.2 -- Mozilla doesn't load Reply with quote

Here's what I did.
Code:

emerge -p mozilla-1.2_beta.ebuild // From /usr/portage/net-www/mozilla/
emerge -C mozilla
emerge -e mozilla-1.2_beta.ebuild // From /usr/portage/net-www/mozilla/


Everything "Built" fine. When I go to run mozilla, it acts like it's going to run & doesn't do anything.
(yes I did source /etc/profile) after running it.
I can't find anything which addresses this problem, maybe I'm just naive to how to further troubleshoot it.
Same problem happens when I use the tar file from Mozilla...

Any help woudl be greatly appreciated.... Even if it's just tellhing me how to troubleshoot it
_________________
-- iQ --
Freshman Computer Science Major -
Weber State University
Running AMD Athlon XP2000+ @ 1.87GHz
IWill XP333 Mainboard with 512MB PC2700 Ram @ 333DDR
19" KDS XFlat powered by NVidia GeForce Ti4200
Back to top
View user's profile Send private message
morck
n00b
n00b


Joined: 25 Sep 2002
Posts: 60
Location: Moers, Germany

PostPosted: Sat Nov 23, 2002 8:17 am    Post subject: Reply with quote

If you are using gtk2.1 and xft2 then try this patch:
Code:

Index: Makefile.in
===================================================================
RCS file: Makefile.in,v
retrieving revision 1.78
diff -u -r1.78 Makefile.in
--- Makefile.in   7 May 2002 12:02:50 -0000   1.78
+++ Makefile.in   23 May 2002 19:19:59 -0000
@@ -151,7 +151,7 @@
      $(NULL)
 endif

-EXTRA_DSO_LDOPTS += $(MOZ_GTK_LDFLAGS) $(MOZ_XFT_LIBS) $(MOZ_GTK2_LIBS)
+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(MOZ_GTK_LDFLAGS) $(MOZ_XFT_LIBS) $(MOZ_GTK2_LIBS)
 CXXFLAGS   += $(MOZ_XFT_CFLAGS) $(MOZ_GTK_CFLAGS) $(MOZ_GTK2_CFLAGS)
 CFLAGS      += $(MOZ_XFT_CFLAGS) $(MOZ_GTK_CFLAGS) $(MOZ_GTK2_CFLAGS)


I had the same problem with phoenix and i think this patch solved it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum