build breakage

From: Philip Blundell <philb.a.t.gnu.org>
Date: Mon Aug 12 2002 - 17:49:42 EDT

I've just moved all the libgpewidget header files into a "gpe"
subdirectory, so the layout in CVS more closely matches the installed
structure. This will break the compilation of virtually every program
in the tree; my apologies in advance for that, but I think it's a change
for the better.

To fix your favourite program, you need to either change the CFLAGS from
-I../libgpewidget to -I../libgpewidget/gpe, or (preferably) change all
#include statements from e.g. #include "init.h" to #include
<gpe/init.h>. The advantage of the latter is that you can compile
against installed headers in /usr/include or whatever just by changing
the CFLAGS; this is probably not something that most people are very
excited about doing, but it's important for Debian and the like.

p.
Received on Mon Aug 12 21:49:48 2002

This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:41:29 EDT