Re: epiphany won't build



On Tue, 2003-09-09 at 22:02, Christian Beermann wrote:
> Hi, 
> Im working with garnome for the first time now with 0.26.2 and I'm
> surprised how good it works ! Thank You great work !
> 
> But I can't build epiphany :-( 
> 
> Configure works fine. But when it start to make I get this error:
> 
> make[5]: Entering directory
> `/home/chbeer/garnome-0.26.2/gnome/epiphany/work/main.d/epiphany-0.9.3/src'
> if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../embed -I../lib -I../lib/egg
> -I../lib/widgets -I../src/bookmarks -Wall -Wmissing-prototypes
> -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror  -DORBIT2=1
> -pthread -I/opt/gnome2.4rc1/include/gtk-2.0
> -I/opt/gnome2.4rc1/lib/gtk-2.0/include
> -I/opt/gnome2.4rc1/include/atk-1.0 -I/opt/gnome2.4rc1/include/pango-1.0
> -I/opt/gnome2.4rc1/include -I/opt/gnome2.4rc1/include/freetype2
> -I/usr/X11R6/include -I/opt/gnome2.4rc1/include/glib-2.0
> -I/opt/gnome2.4rc1/lib/glib-2.0/include
> -I/opt/gnome2.4rc1/include/libxml2
> -I/opt/gnome2.4rc1/include/libgnomeui-2.0
> -I/opt/gnome2.4rc1/include/libgnome-2.0
> -I/opt/gnome2.4rc1/include/libgnomecanvas-2.0
> -I/opt/gnome2.4rc1/include/libart-2.0 -I/opt/gnome2.4rc1/include/gconf/2
> -I/opt/gnome2.4rc1/include/libbonoboui-2.0
> -I/opt/gnome2.4rc1/include/orbit-2.0
> -I/opt/gnome2.4rc1/include/libbonobo-2.0
> -I/opt/gnome2.4rc1/include/gnome-vfs-2.0
> -I/opt/gnome2.4rc1/lib/gnome-vfs-2.0/include
> -I/opt/gnome2.4rc1/include/bonobo-activation-2.0
> -I/opt/gnome2.4rc1/include/libglade-2.0
> -I/opt/gnome2.4rc1/include/gnome-vfs-module-2.0
> -I/opt/gnome2.4rc1/include/eel-2 -I/opt/gnome2.4rc1/include/gail-1.0  
> -DSHARE_DIR=\"/opt/gnome2.4rc1/share/epiphany\"
> -DPLUGINS_DIR=\""/opt/gnome2.4rc1/lib/epiphany/plugins"\"
> -DDATADIR=\""/opt/gnome2.4rc1/share"\"
> -DPIXMAP_DIR=\""/opt/gnome2.4rc1/share/pixmaps"\"
> -DGNOMELOCALEDIR=\""/opt/gnome2.4rc1/share/locale"\"
> -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
> -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED 
> -I/opt/gnome2.4rc1/include -I/usr/X11R6/include  -g
> -I/opt/gnome2.4rc1/include -I/usr/X11R6/include -L/opt/gnome2.4rc1/lib
> -L/usr/X11R6/lib -O2 -pipe -MT EphyAutomation-common.o -MD -MP -MF
> ".deps/EphyAutomation-common.Tpo" \
>   -c -o EphyAutomation-common.o `test -f 'EphyAutomation-common.c' ||
> echo './'`EphyAutomation-common.c; \
> then mv -f ".deps/EphyAutomation-common.Tpo"
> ".deps/EphyAutomation-common.Po"; \
> else rm -f ".deps/EphyAutomation-common.Tpo"; exit 1; \
> fi
> EphyAutomation-common.c:11: warning: `ORBit_zero_int' defined but not
> used
> make[5]: *** [EphyAutomation-common.o] Fehler 1
> make[5]: Leaving directory
> `/home/chbeer/garnome-0.26.2/gnome/epiphany/work/main.d/epiphany-0.9.3/src'
> make[4]: *** [all-recursive] Fehler 1
> make[4]: Leaving directory
> `/home/chbeer/garnome-0.26.2/gnome/epiphany/work/main.d/epiphany-0.9.3/src'
> make[3]: *** [all] Fehler 2
> make[3]: Leaving directory
> `/home/chbeer/garnome-0.26.2/gnome/epiphany/work/main.d/epiphany-0.9.3/src'
> make[2]: *** [all-recursive] Fehler 1
> make[2]: Leaving directory
> `/home/chbeer/garnome-0.26.2/gnome/epiphany/work/main.d/epiphany-0.9.3'
> make[1]: *** [all] Fehler 2
> make[1]: Leaving directory
> `/home/chbeer/garnome-0.26.2/gnome/epiphany/work/main.d/epiphany-0.9.3'
> make: *** [build-work/main.d/epiphany-0.9.3/Makefile] Fehler 2
> 
> Does anybody know what happens ? 

Not quite sure why you're seeing this while others don't. Anyway, the
problem is that it is compiling with -Werror turning all warnings into
errors. So, either remove the -Werror from the Makefile(s) or fix the
warnings from the source files.


Cheers,
Jens

> 
> Thank You in advance !
> Christian
> 
> P.S. I don't know if it's important but mozilla and galeon compiles
> fine.
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]