Inclusion of config.h in the example programs
- From: Stephen Nestinger <ssn17 yahoo com>
- To: gtk-devel-list gnome org
- Subject: Inclusion of config.h in the example programs
- Date: Mon, 1 Nov 2004 11:41:16 -0800 (PST)
I'm am create an upadated Ch binding to gtk+-2.4.10.
Ch is a free C/C++ interpreter available from
http://www.softintegration.com. Ch currently
comes with a Ch binding to gtk+-1.2 allowing
users the ability to run gtk+ C programs
interpretively. New programmers learning to program
with gtk+ can benefit from the Ch binding to gtk+.
Users running their code in Ch does not have to worry
about creating a Makefile for each program they
make.
It appears that all of the gtk+-2.4.10 examples
include config.h. The inclusion of this header file
conflicts with other packages that I have installed.
Is this really necessary for the correct operation of
the example? If it is not, can it be excluded from the
examples of future releases of gtk+? If it is really
necessary, can it be placed as
#include <gtk/config.h>
or
#include <glib/config.h>
or its contents included in
#include <glib/glibconfig.h>
or as
#include <gtkconfig.h>
instead of
#include <config.h>
Thank You,
Stephen N.
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]