[LCP]Debian Sarge + Gnome 2.2 + libgnome-dev
David Lloyd
dlloyd at microbits.com.au
Fri Feb 28 14:40:01 UTC 2003
..breaks.
% cat configure.in
AC_INIT(src/gnome.c)
AM_INIT_AUTOMAKE(mb-feedback, 0.1)
AM_ACLOCAL_INCLUDE(macros)
GNOME_INIT
AC_PROG_CC
AC_HEADER_STDC
GNOME_COMPILE_WARNINGS
GNOME_X_CHECKS
AC_OUTPUT([
Makefile
src/Makefile
macros/Makefile
])
% cat src/Makefile.am
# Version @VERSION@
INCLUDES=-I/usr/include/gnome-1.0 $(GNOME_INCLUDEDIR)
bin_PROGRAMS=gnome
gnome=gnome.c menu.c
gnome_LDADD=$(GNOME_LIBDIR) $(GNOMEUI_LIBS)
..but I get:
make[1]: Entering directory `/home/lloy0076/work/programming/gnome-0.1/src'
gcc -g -O2 -Wall -Wunused -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include gnome.c -o gnome
In file included from gnome.c:1:
local.h:1: gnome.h: No such file or directory
gnome.c:2: gnome.h: No such file or directory
make[1]: *** [gnome] Error 1
Anyone seen this before?
DSL
--
Microbits Linux Technician
Ph: +61 8 8362 9220
More information about the linuxCprogramming
mailing list