[Anjuta-list] [anjuta - Help] Make for anjuta-1.1.1 fails on RH9



Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2013752
By: jaalburquerque

I believe I downladed the necessary packages and configure executes successfully,
but the make command fails.  Below is the configure output and then the partial
make output where make fails. Any comments?  Please advice.  Thank you.

-----------------------configure output----------------------------
[root sweety /usr/src/anjuta-1.1.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for perl... /usr/bin/perl
checking for gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for strerror in -lcposix... no
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
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 for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking return type of signal handlers... void
checking for pkg-config... /usr/bin/pkg-config
checking for    glib-2.0 >= 2.0.6       gtk+-2.0 >= 2.0.8       ORBit-2.0 >=
2.4.0      libglade-2.0 >= 2.0.0   libgnome-2.0 >= 2.0.2   libgnomeui-2.0 >=
2.0.2libgnomeprint-2.2 >= 2.0.1       libgnomeprintui-2.2 >= 2.0.1    gnome-vfs-2.0
>= 2.0.2  gnome-vfs-module-2.0 >= 2.0.2   libbonobo-2.0 >= 2.0.0 
libbonoboui-2.0
>= 2.0.1        vte >= 0.7.0    libzvt-2.0 >= 2.0.0     libxml-2.0 >= 2.4.23
pango >= 1.1.1... yes
checking ANJUTA_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -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/X11R6/include
-I/usr/include/freetype2 -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0
-I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2
-I/usr/include/gnome-vfs-module-2.0 -I/usr/include/libzvt-2.0
checking ANJUTA_LIBS... -Wl,--export-dynamic -pthread -L/usr/X11R6/lib -lglade-2.0
-lgnomeui-2 -lSM -lICE -lgnomeprintui-2-2 -lgnomeprint-2-2 -lbonoboui-2
-lgnomecanvas-2 -lgnome-2 -lpangoft2-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2
-lbonobo-activation -lORBit-2 -llinc -lgthread-2.0 -lvte -lncurses -lzvt-2.0
-lutil -lgtk-x11-2.0 -lart_lgpl_2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangoxft-1.0 -lpangox-1.0 -lxml2 -lz -lm -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-ldl -lglib-2.0
checking for vte >= 0.9.0... yes
checking VTE_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/freetype2
checking VTE_LIBS... -Wl,--export-dynamic -lvte -lncurses -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0
-lgmodule-2.0 -ldl -lglib-2.0
checking for glib-2.0... yes
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for gtk+-2.0... yes
checking GTK_CFLAGS... -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/X11R6/include
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTK_LIBS... -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0
-lgmodule-2.0 -ldl -lglib-2.0
checking for ranlib... (cached) ranlib
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for dgettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  az be da de el en_GB es fr hi it ja
nl no pl pt pt_BR ru sk sv ta tr uk zh_CN zh_TW
checking for perl... (cached) /usr/bin/perl
./configure: line 10613: GNOME_XML_CHECK: command not found
checking for scrollkeeper-config... /usr/bin/scrollkeeper-config
checking for scrollkeeper version number... found 0.3.11
checking for pkg-config... /usr/bin/pkg-config
checking for pcre-config... /usr/bin/pcre-config
checking for jw... /usr/bin/jw
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking stat.h usability... no
checking stat.h presence... no
checking for stat.h... no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking types.h usability... no
checking types.h presence... no
checking for types.h... no
checking for unistd.h... (cached) yes
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking for sys/stat.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking for off_t... (cached) yes
checking "for fpos_t"... yes
checking "for clock_t"... yes
checking "if L_tmpnam is defined in stdio.h"... yes
checking "if INT_MAX is defined in limits.h"... yes
checking if struct stat contains st_ino... yes
checking for fnmatch... yes
checking for strstr... yes
checking for stricmp... no
checking for strnicmp... no
checking for fgetpos... yes
checking for mkstemp... yes
checking directory to use for temporary files... /tmp
checking for strerror... yes
checking for opendir... yes
checking for clock... yes
checking for remove... yes
checking for truncate... yes
checking for setenv... (cached) yes
checking for regcomp... yes
checking if regcomp works... yes
checking if building on FreeBSD... no
configure: checking "for missing prototypes"...
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating tagmanager/Makefile
config.status: creating tagmanager/include/Makefile
config.status: creating global-tags/Makefile
config.status: creating scintilla/Makefile
config.status: creating gdl/Makefile
config.status: creating widgets/Makefile
config.status: creating printing/Makefile
config.status: creating scintilla/include/Makefile
config.status: creating anjuta.spec
config.status: creating src/Makefile
config.status: creating pixmaps/Makefile
config.status: creating data/Makefile
config.status: creating data/welcome.txt
config.status: creating data/properties/Makefile
config.status: creating data/macros/Makefile
config.status: creating data/macros2/Makefile
config.status: creating doc/anjuta.1
config.status: creating doc/anjuta_launcher.1
config.status: creating doc/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/anjuta_import.sh
config.status: creating launcher/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/sample1/Makefile
config.status: creating plugins/class-gen/Makefile
config.status: creating plugins/patch/Makefile
config.status: creating anjuta.desktop.in
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
config.status: executing default-4 commands
[root sweety /usr/src/anjuta-1.1.1]#
------------------------------------------------------------------------

--------------------------make output------------------------------
...
Making all in printing
make[2]: Entering directory `/usr/src/anjuta-1.1.1/printing'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -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/X11R6/include
-I/usr/include/freetype2 -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0
-I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2
-I/usr/include/gnome-vfs-module-2.0 -I/usr/include/libzvt-2.0   -I.. -I../src
-I./../scintilla/include -I./../tagmanager/include -I./../widgets -I./../pixmaps
-I.. -I.    -g -O2 -c print.c
rm -f libanjutaprint.a
ar cru libanjutaprint.a print.o
ranlib libanjutaprint.a
make[2]: Leaving directory `/usr/src/anjuta-1.1.1/printing'
Making all in pixmaps
make[2]: Entering directory `/usr/src/anjuta-1.1.1/pixmaps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/anjuta-1.1.1/pixmaps'
Making all in scripts
make[2]: Entering directory `/usr/src/anjuta-1.1.1/scripts'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/anjuta-1.1.1/scripts'
Making all in data
make[2]: Entering directory `/usr/src/anjuta-1.1.1/data'
Making all in properties
make[3]: Entering directory `/usr/src/anjuta-1.1.1/data/properties'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/anjuta-1.1.1/data/properties'
Making all in macros
make[3]: Entering directory `/usr/src/anjuta-1.1.1/data/macros'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/anjuta-1.1.1/data/macros'
Making all in macros2
make[3]: Entering directory `/usr/src/anjuta-1.1.1/data/macros2'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/anjuta-1.1.1/data/macros2'
make[3]: Entering directory `/usr/src/anjuta-1.1.1/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/anjuta-1.1.1/data'
make[2]: Leaving directory `/usr/src/anjuta-1.1.1/data'
Making all in doc
make[2]: Entering directory `/usr/src/anjuta-1.1.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/anjuta-1.1.1/doc'
Making all in launcher
make[2]: Entering directory `/usr/src/anjuta-1.1.1/launcher'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -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/X11R6/include
-I/usr/include/freetype2 -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0
-I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2
-I/usr/include/gnome-vfs-module-2.0 -I/usr/include/libzvt-2.0   -I. -I.. -g
-O    -g -O2 -c anjuta_launcher.c
/bin/sh ../libtool --mode=link gcc  -g -O2  -o anjuta_launcher  anjuta_launcher.o
-Wl,--export-dynamic -pthread -L/usr/X11R6/lib -lglade-2.0 -lgnomeui-2 -lSM
-lICE -lgnomeprintui-2-2 -lgnomeprint-2-2 -lbonoboui-2 -lgnomecanvas-2 -lgnome-2
-lpangoft2-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2
-llinc -lgthread-2.0 -lvte -lncurses -lzvt-2.0 -lutil -lgtk-x11-2.0 -lart_lgpl_2
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lxml2
-lz -lm -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
mkdir .libs
libtool: link: cannot find the library
`/home/gnome/gnome2/INSTALL/lib/libgtk-x11-2.0.la'
make[2]: *** [anjuta_launcher] Error 1
make[2]: Leaving directory `/usr/src/anjuta-1.1.1/launcher'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/anjuta-1.1.1'
make: *** [all-recursive-am] Error 2
[root sweety /usr/src/anjuta-1.1.1]#
-------------------------------------------------------------------------


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/monitor.php?forum_id=44932




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