Build error for Epiphany ('need a GTK2 mozilla build'). Caused by newly installed compiler ?



Hello to all GARNOMErs,

I recently installed a shiny new gcc-3.4.3/binutils-2.15 to be more up to date and solve potential C++ problems (see my posts concerning libsigc++).

Installation and 'make test' went fine. Symlinks for all these utilities sit in my ~/bin directory and are wired to their respective installation paths. gcc found that it caused too many levels of symlinks so I simply added its bin/ path into my PATH.

One more thing I had to do was to hardlink ~/bin/cc as it seems 3.4.3 does not come with cc as a binary ('which' tells me it's a symlink to gcc) and as I have my RH compiler still here (3.2.3), this caused problems, particularly because many GNOME programs use cc to compile and not gcc.

So all went fine with GARNOME compilation except the attached error with Epiphany ('Epiphany needs a gtk 2 mozilla build'). GARNOME just built Firefox before so I am still puzzled about the error here. I also had a look at the configure macro : the test looks for the value of the MOZ_DEFAULT_TOOLKIT found in the <mozilla-config.h> header (which is correctly set to 'gtk2').

That's where I am. Thanks for your help as I don't really know where to go here (maybe an include path problem?).

Vincent

--
Reclaim Your Inbox!
http://www.mozilla.org/products/thunderbird
make[1]: Entering directory `/folk/vrubiolo/Archives/GARNOME/garnome-2.10.0.1/desktop/epiphany'
[===== NOW BUILDING:    epiphany-1.6.0  =====]
        [fetch] complete for epiphany.
        [checksum] complete for epiphany.
        [extract] complete for epiphany.
        [patch] complete for epiphany.
        [fixup] complete for epiphany.
 ==> Running configure in work/main.d/epiphany-1.6.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for intltool >= 0.29... 0.33 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking dependency style of cc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by cc... /folk/vrubiolo/bin/ld
checking if the linker (/folk/vrubiolo/bin/ld) is GNU ld... yes
checking for /folk/vrubiolo/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /folk/vrubiolo/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /folk/vrubiolo/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/folk/vrubiolo/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /folk/vrubiolo/bin/ld
checking if the linker (/folk/vrubiolo/bin/ld) is GNU ld... yes
checking whether the g++ linker (/folk/vrubiolo/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/folk/vrubiolo/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/folk/vrubiolo/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for library containing strerror... none required
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ANSI C... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ANSI C... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for glib-genmarshal... /folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/bin/glib-genmarshal
checking for glib-mkenums... /folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/bin/glib-mkenums
checking whether gcc understands -Wno-sign-compare... yes
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
checking what language compliance flags to pass to the C compiler...
checking for pkg-config... /usr/bin/pkg-config
checking for              glib-2.0 >= 2.6.0               pango >= 1.8.0                  gtk+-2.0 >= 2.6.3                libxml-2.0 >= 2.6.12            libxslt >= 1.1.7                libgnomeui-2.0 >= 2.6.0                  libglade-2.0 >= 2.3.1                   bonobo-activation-2.0                   ORBit-2.0                libglade-2.0 >= 2.3.1                   gnome-vfs-2.0 >= 2.9.2                  gnome-vfs-module-2.0             gconf-2.0               gnome-desktop-2.0 >= 2.9.91             ... yes
checking EPIPHANY_DEPENDENCY_CFLAGS... -DORBIT2=1 -pthread -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/glib-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/lib/glib-2.0/include -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/pango-1.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/gtk-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/lib/gtk-2.0/include -I/usr/X11R6/include -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/atk-1.0 -I/usr/include/freetype2 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/libxml2 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/libgnomeui-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/libgnome-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/libgnomecanvas-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/libart-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/gconf/2 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/libbonoboui-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/orbit-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/libbonobo-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/gnome-vfs-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/lib/gnome-vfs-2.0/include -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/bonobo-activation-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/libglade-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/gnome-vfs-module-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/gnome-desktop-2.0 -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/startup-notification-1.0
checking EPIPHANY_DEPENDENCY_LIBS... -Wl,--export-dynamic -pthread -L/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/lib -L/usr/X11R6/lib -lxslt -lglade-2.0 -lgnome-desktop-2 -lgnomeui-2 -lSM -lICE -lstartup-notification-1 -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
checking for gconftool-2... /folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/bin/gconftool-2
Using config source xml::/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for mkdtemp... yes
checking which mozilla to use... firefox
checking for firefox-gtkmozembed >= 0.10 firefox-xpcom >= 0.10... yes
checking MOZILLA_COMPONENT_CFLAGS... -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/firefox-1.0.1/gtkembedmoz -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/firefox-1.0.1/xpcom -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/firefox-1.0.1/string -I/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/include/firefox-1.0.1/nspr
checking MOZILLA_COMPONENT_LIBS... -L/folk/vrubiolo/InstalledProgs/GARNOME-2.10.0.1-gcc-3.4.3/lib/firefox-1.0.1 -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl
checking for compiler -fshort-wchar option... no
--cflags-only-other: unknown option
checking whether we have a gtk 2 mozilla build... configure: error: Epiphany needs a gtk 2 mozilla build
make[1]: *** [configure-work/main.d/epiphany-1.6.0/configure] Error 1
make[1]: Leaving directory `/folk/vrubiolo/Archives/GARNOME/garnome-2.10.0.1/desktop/epiphany'
make: *** [paranoid-install] Error 2


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