19980917 compiling
- From: Andreas Jellinghaus <aj dungeon inka de>
- To: gnome-list gnome org
- Subject: 19980917 compiling
- Date: Fri, 18 Sep 1998 11:44:45 +0200
i'm working on "rebuild everything from gnome cvs tree every night".
i'm useing tar.gz and diff.gz files provided by ftp.jimpick.com.
(thanks jim !)
here is my summary. i'm not sure if i should file bug reports or something
like that. (debian has this nice bug system where you can send emails.
but i don't like web pages and clicking like i would have to do with gnome
...).
ok so far :
glib gtk+ imlib gnome-libs ORBit gnome-common gnome-chess gnome-filer
gnome-http gnome-media gnome-utils gnome-xml achtung atech balsa ee form-maker
gcmm
failed: fnlib - the autogen.sh looks handmade, not like the standard one
./configure: line 524: syntax error near unexpected token `AM_CONFIG_HEADER(config.h)'
./configure: line 524: `AM_CONFIG_HEADER(config.h)'
failed: stringlist - the autogen.sh looks handmade, not like the standard one
configure.in: 5: required file `./ltconfig' not found
failed: audiofile - no autogen.sh script at all
failed: gnome-core - kterm.png missing
make[2]: Entering directory `/nethome/aj/gnome/gnome-core/pixmaps'
make[2]: *** No rule to make target `kterm.png', needed by `all'. Stop.
make[2]: Leaving directory `/nethome/aj/gnome/gnome-core/pixmaps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/nethome/aj/gnome/gnome-core'
make: *** [all-recursive-am] Error 2
failed: gnome-admin - oops, my messages file is in a different place
configure: error: Cannot find messages log file, you should specify one in --with-messages=<filename>.
why can't it simply compile, and let me specify the path during runtime ?
setting values before compiling is evil !
(look at the isdn4linux stuff for a good example why).
failed: gnome-devel : oops what is this package ?
isn't this the same like the build/ subdir ?
anyway, skip it : i'm useing my own script (availble on demand).
failed: gnome-games - game.h not found
network.c:7: game.h: No such file or directory
make[2]: *** [network.o] Error 1
make[2]: Leaving directory `/nethome/aj/gnome/gnome-games/gnothello'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/nethome/aj/gnome/gnome-games'
make: *** [all-recursive-am] Error 2
failed: gnome-gfdisk - doesn't call gnome-config for paths !
/bin/sh ../libtool --mode=link gcc -g -O2 -o gfdisk pgraph.o device.o
gfdisk.o menu.o part.o spgraph.o pview.o elist.o -rdynamic -lgnomeui \
-lgdk_imlib -ljpeg -lgif -lpng -lz -lSM -lICE -lgtk-1.1 -lgdk-1.1 \
-lgmodule -lXext -lX11 -lm -lgnom e -lgnomesupport -ldb -lglib -ldl
gcc -g -O2 -o gfdisk pgraph.o device.o gfdisk.o menu.o part.o spgraph.o \
pview.o elist.o -rdynamic -lgnomeui -lgdk_imlib -ljpeg -lgif -lpng -lz \
-lSM -lICE -lgtk- 1.1 -lgdk-1.1 -lgmodule -lXext -lX11 -lm -lgnome \
-lgnomesupport -ldb -lglib -ldl
ld: cannot open -lgnomeui: No such file or directory
make[2]: *** [gfdisk] Error 1
make[2]: Leaving directory `/nethome/aj/gnome/gnome-gfdisk/gfdisk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/nethome/aj/gnome/gnome-gfdisk'
should call `gnome-config --libs` and ad that to ldflags (as usual).
failed: gnome-guile - doesn't find guile-gtk ?
configuring in guile-gtk
running /bin/sh ./configure --enable-maintainer-mode
--enable-compile-warnings
--prefix=/opt/gnome --cache-file=.././config.cache --srcdir=.
./configure: ./configure: No such file or directory
configure: error: ./configure failed for guile-gtk
log start:
Running autogen.sh in guile-gtk
aclocal: configure.in: 44: macro `AM_PATH_GTK' not found in library processing .
`aclocal' will also look in `macros'
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: Makefile.am: installing `./INSTALL'
skipping ./guile-gtk -- flagged as no auto-gen
skipping ./guile-gtk/examples -- flagged as no auto-gen
running ./configure --enable-maintainer-mode --enable-compile-warnings
--prefix=
/opt/gnome
creating cache ./config.cache
failed: gnome-network needs gnome-objc
changed order in my script
failed: gnome-objc :
.libs/libobgnome.so: undefined reference to `GNOME_UISIGFUNC'
make[2]: *** [obgnome-hello] Error 1
make[2]: Leaving directory `/nethome/aj/gnome/gnome-objc/obgnome'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/nethome/aj/gnome/gnome-objc'
make: *** [all-recursive-am] Error 2
failed: gnome-perl:
changed script to look for Makefile.PL and exec that (not autogen.sh)
failed: gnome-pilot
changed order to build pilot-link first
failed: Eterm
autogen.sh doesn't call configure. that is non-standard and should be changed
(unless there is a good reason - as usual).
failed: aorta - doesn't call glib-config
/bin/sh ../libtool --mode=link gcc -g -O2 -o tasklist tasklist.o ../libaorta/l ibaorta.la -lglib
gcc -g -O2 -o .libs/tasklist tasklist.o -Wl,-rpath -Wl,/opt/gnome/lib ../libaorta/.libs/libaorta.so -lglib
ld: cannot open -lglib: No such file or directory
make[1]: *** [tasklist] Error 1
make[1]: Leaving directory `/nethome/aj/gnome/aorta/taskmanager'
make: *** [all-recursive] Error 1
failed: atlas
skip it, README sais it's not ready for prime time.
failed: baboon - makefile error ?
Now type 'make' to compile baboon.
Making all in libgnorba
make[1]: Entering directory `/nethome/aj/gnome/baboon/libgnorba'
make[1]: *** No rule to make target `all'. Stop.
make[1]: Leaving directory `/nethome/aj/gnome/baboon/libgnorba'
make: *** [all-recursive] Error 1
failed: dia - autogen.sh errors
Using `AC_PROG_RANLIB' is rendered obsolete by `AM_PROG_LIBTOOL'
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.
aclocal: configure.in: 13: macro `AM_DISABLE_STATIC' not found in library
creating cache ./config.cache
./configure: line 522: syntax error near unexpected token
`AM_INIT_AUTOMAKE(dia,
'
./configure: line 522: `AM_INIT_AUTOMAKE(dia, 0.20)'
Now type 'make' to compile dia.
make: *** No targets. Stop.
failed: e - autogen.sh doesn't call configure
please do so.
failed: gcalender - autogen.sh errors
processing .
aclocal: configure.in: 17: macro `AM_PATH_GTK' not found in library
Makefile.am:14: variable `GTK_LIBS' not defined
Makefile.am:14: variable `GTK_LIBS' not defined
creating cache ./config.cache
./configure: line 528: syntax error near unexpected token `AM_INIT_AUTOMAKE(gcalendar,'
./configure: line 528: `AM_INIT_AUTOMAKE(gcalendar, 0.6.0)'
Now type 'make' to compile G Calendar.
make: *** No targets. Stop.
failed: gdm - directory policy ?
gdm want's to install in /etc/pam.d.
i don't want gdm to do that (don't touch my /etc unless i told you).
failed: genius - makefile errors
make[2]: *** No rule to make target `@PROGRAMS_GNOME@', needed by `all'.
Stop.
make[2]: Leaving directory `/nethome/aj/gnome/genius/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/nethome/aj/gnome/genius'
make: *** [all-recursive-am] Error 2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]