[Xfc-dev] ANNOUNCE: XFC 4.3.1

Jeff Franks jcfranks at tpg.com.au
Fri Jun 17 13:50:27 CEST 2005


Daichi Kawahata wrote:

> [snip]
>
>Index: tests/core/mainloop/mainloop.cc
>===================================================================
>--- tests/core/mainloop/mainloop.cc	(revision 15926)
>+++ tests/core/mainloop/mainloop.cc	(working copy)
>@@ -7,6 +7,10 @@
> #undef G_DISABLE_ASSERT
> #undef G_LOG_DOMAIN
> 
>+#ifdef HAVE_CONFIG_H
>+#include "xfccore-config.h"
>+#endif
>+
> #include "mainloop.hh"
> #include <xfc/glib/rand.hh>
> #include <xfc/utfstring.hh>
>Index: tests/glade/example-3/example-3.cc
>===================================================================
>--- tests/glade/example-3/example-3.cc	(revision 15926)
>+++ tests/glade/example-3/example-3.cc	(working copy)
>@@ -6,6 +6,10 @@
>  * XFC translation of Example-3 from the "Developing with Gnome Tutorial, Copyright 2004" .
>  */
> 
>+#ifdef HAVE_CONFIG_H
>+#include "xfcglade-config.h"
>+#endif
>+
> #include "example-3.hh"
> #include <xfc/gtk/label.hh>
> #include <xfc/glib/main.hh>
>
>  
>
Daichi,
I took my time replying to this email because it prompted me to look at 
simplifying up the config files. I removed xfccore-config.h.in, 
xfcglade-config.h.in and xfcui-config.h.in and replaced them with a 
single config file: xfc-config.h.in, which is generated by autoheader 
when autogen.sh is run for the first time. To mainloop.cc and 
example-3.cc I added an include for xfc-config.h before the check for 
HAVE_UNISTD_H.

These changes are in the SVN. Hopefully these files will now compile ok 
on IRIX.

Regards,
Jeff.



More information about the Xfc-dev mailing list