Re: gnome-libs make can't find libgnomeui/gnometypebuiltins.h



>+----- From: Shane Lenagh <sml13@cornell.edu>
>| I get the following error when trying to 'make' gnome-libs:
>|
>| "\" -DGNOMESYSCONFDIR=\""/usr/local/gnome/etc"\" -DVERSION=\""0.30"\"
>| -I/usr/X11R6/include -I/usr/local/gnome/lib/glib/include
>| -I/usr/local/gnome/include -g -O2 -Wall -Wno-unused -Wmissing-prototypes
>| -Wmissing-declarations -Wpointer-arith  -c gconfigger.c
>| In file included from ../gnome.h:9,
>|                  from gconfigger.c:5:
>| ../libgnomeui/libgnomeui.h:68: libgnomeui/gnometypebuiltins.h: No such
>| file or directory
>+--->8
>
>I ran into this last night while "bootstrapping" GNOME onto another system.
>It looks like it's a circular reference:  gnometypebuiltins is a generated
>file, but libgnome needs to be built before libgnomeui so it hasn't been
>generated yet.
>

libgnome is already built before libgnomeui. Here is the (similar) error I
get with very fresh (this afternoon via cvs) gnome-libs:


&& gawk -f maketypes.awk gnome.defs macros > gtb.tmp \
&& mv gtb.tmp gnometypebuiltins.h
gawk: maketypes.awk:24: fatal: cannot open file `gnome.defs' for reading
(No such file or directory)
make[2]: *** [gnometypebuiltins.h] Error 2
make[2]: Leaving directory `/usr/local/src/sources/gnome-libs/libgnomeui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/sources/gnome-libs'
make: *** [all-recursive-am] Error 2

There is a file called gnome.defs, which was either included or generated
from the archive gnome-libs-0.30.1.tar.gz, but it does not exist in any of
the material downloaded via cvs. After getting gnome-libs with cvs, I ran
the script 'autogen.sh'. It creates the 'configure' script, and says to
type 'make' to compile gnome-libs. Am I woefully ignorant of some other
commands that must be run before one can run make?

Thanks,


Andrew L Gram
Pleasure Point Computing Services
mechanized information processing specialists

E-mail:     agram@pleasurepoint.com

Pager:     831-480-9861

Fax:    831-476-1761

HyperText:     http://www.pleasurepoint.com/ppcs/

US Mail:     870 30th Avenue, Santa Cruz, CA 95062-4362, USA

-----------------------------------------------------------------------------

Copyright © 1998 Pleasure Point Computing Services




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