Re: [Epiphany] problem compiling 0.5.0
- From: Marco Pesenti Gritti <marco it gnome org>
- To: Thomas O'Dowd <tom nooper com>
- Cc: epiphany mozdev org
- Subject: Re: [Epiphany] problem compiling 0.5.0
- Date: 14 Apr 2003 10:26:51 +0200
On Mon, 2003-04-14 at 10:16, Thomas O'Dowd wrote:
> On Mon, 2003-04-14 at 16:55, Marco Pesenti Gritti wrote:
> > On Mon, 2003-04-14 at 09:07, Thomas O'Dowd wrote:
> > > Using RH 8.0, garnome 0.22.0. I installed mozilla 1.3 from source using
> > > the options recommended on the web page.
> > >
> > > ./configure --prefix=/home/tom/garnome --enable-default-toolkit=gtk2
> > > --disable-mailnews --disable-ldap --disable-debug --enable-optimize
> > > --disable-tests --enable-crypto --enable-xft --with-system-zlib
> > > make
> > > make install
> > >
> > > I set CC and CXX to gcc296 so that my Java plugin would work. It doesn't
> > > seem to work with gcc 3.2.
> >
> > I'm not sure if I understand. It compiles with 3.2 and not with 296 ?
> > (I'm assuming you use same compiler for both epiphany and mozilla)
>
> Sorry for being unclear Marco... Yes, I'm using the same compiler to
> compile both mozilla and epiphany. When I compile Mozilla with 3.2, I
> can't get mozilla to work with Java, so I'm compiling both moz and
> epiphany with 2.96.
>
> Just looked at the Mozilla release docs again and they point out that
> blackdown java should work so maybe I'll give 3.2 a go again.
>
> Tom.
Can you try attached patch ? They put that in galeon, it looks a bit on
hack though :/
Marco
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/epiphany/embed/mozilla/Makefile.am,v
retrieving revision 1.8
diff -u -r1.8 Makefile.am
--- Makefile.am 4 Apr 2003 20:33:39 -0000 1.8
+++ Makefile.am 14 Apr 2003 08:26:12 -0000
@@ -45,6 +45,7 @@
-DGTK_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED \
+ -D_GNU_SOURCE=1 \
-DSHARE_DIR=\"$(pkgdatadir)\" \
-include $(MOZILLA_INCLUDE_ROOT)/mozilla-config.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]