autoconf + Debian Sid + gtk2
- From: David Lloyd <dlloyd microbits com au>
- To: gtk-list gnome org
- Subject: autoconf + Debian Sid + gtk2
- Date: Wed, 9 Apr 2003 13:22:48 +0930
Hi There,
I have:
ii libgtk1.2-dev 1.2.10-14 Development files for the GIMP Toolkit
ii libgtk2.0-dev 2.2.1-4 Development files for the GTK+ library
..however I'm not sure how to convince autoconf/automake to build
against 2.0. I have:
%cat configure.in
AC_INIT(src/mbfeedback.c)
AM_INIT_AUTOMAKE(mbfeedback, 0.1)
AM_ACLOCAL_INCLUDE(macros)
AC_PROG_CC
GNOME_INIT
AC_OUTPUT([
Makefile
src/Makefile
macros/Makefile
])
..and:
%cat src/Makefile.am
# Version @VERSION@
INCLUDES=$(GNOME_INCLUDEDIR)
bin_PROGRAMS=mbfeedback
mbfeedback_SOURCES=mbfeedback.c menu.c preferences.c toolbar.c startup.c
shutdown.c utility.c bug.c edit.c local.h
mbfeedback_LDADD=$(GNOME_LIBDIR) $(GNOMEUI_LIBS)
..and I'm stuck.
The actual program shouldn't break regardless of which gtk+ (or gnome
really) I build against...
[I hope this isn't too vague]
DSL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]