diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9c7bfa660f..d3dff47734 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,15 +8,34 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-12 13:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbhpdf/Makefile + ! Fixed to find libharu headers in its current default + location. (tested on Ubuntu with .tar.gz package from + libharu.org.) + [1.0] + + ; Some more (albeit not new) errors from Ubuntu when compiled + will all possible external packages installed: + + In file included from ../../fi_winfu.c:74: + /usr/include/FreeImage.h:134: error: conflicting types for 'LONG' + ../../../../include/hbdefs.h:205: error: previous declaration of 'LONG' was here + In file included from ../../fi_wrp.c:74: + /usr/include/FreeImage.h:134: error: conflicting types for 'LONG' + ../../../../include/hbdefs.h:205: error: previous declaration of 'LONG' was here + 2008-08-12 13:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_xmingw.sh * harbour/make_xmingwce.sh ! cleanup and some minor fixes * synced behavior of both scripts in few places + [1.0] * harbour/contrib/rddads/ads1.c * harbour/contrib/rddads/adsfunc.c ! fixed casting of parameters passed to snprintf() + [1.0] 2008-08-12 12:02 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/adsfunc.c diff --git a/harbour/contrib/hbhpdf/Makefile b/harbour/contrib/hbhpdf/Makefile index 219097cd05..458bb33992 100644 --- a/harbour/contrib/hbhpdf/Makefile +++ b/harbour/contrib/hbhpdf/Makefile @@ -10,7 +10,7 @@ ifneq ($(HB_ARCHITECTURE),dos) ifeq ($(HB_INC_LIBHARU),) ifeq ($(HB_XBUILD),) -HB_INC_LIBHARU = /usr/include +HB_INC_LIBHARU = /usr/include /usr/local/include endif endif