Index: ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* NEWS: Add g++ 3.4 compliance.
Index: tools/ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* tools/utilities/convert/color_space.cc: Make the file compliant with
g++-3.4.
* tools/utilities/convert/Makefile.am: Add missing library include to
the compilation flags.
Index: NEWS
--- NEWS Thu, 15 Apr 2004 19:46:21 +0200 van-vl_n (oln/0_NEWS 1.23 600)
+++ NEWS Mon, 28 Jun 2004 15:49:27 +0200 thivol_d (oln/0_NEWS 1.23 600)
@@ -1,3 +1,7 @@
+Olena 0.11 unknown date
+
+ * Olena now compiles with g++ 3.4.
+
Olena 0.10 April 15, 2004
* New documentation system.
Index: tools/utilities/convert/color_space.cc
--- tools/utilities/convert/color_space.cc Wed, 23 Jun 2004 12:41:33 +0200 van-vl_n
(oln/u/19_color_spac 1.1 600)
+++ tools/utilities/convert/color_space.cc Mon, 28 Jun 2004 15:47:47 +0200 thivol_d
(oln/u/19_color_spac 1.1 600)
@@ -149,20 +149,20 @@
}
-FROM_X_TO_RGB(hsi);
-FROM_RGB_TO_X(hsi);
-FROM_X_TO_RGB(hsl);
-FROM_RGB_TO_X(hsl);
-FROM_X_TO_RGB(hsv);
-FROM_RGB_TO_X(hsv);
-FROM_X_TO_RGB(nrgb);
-FROM_RGB_TO_X(nrgb);
-FROM_X_TO_RGB(xyz);
-FROM_RGB_TO_X(xyz);
-FROM_X_TO_RGB(yiq);
-FROM_RGB_TO_X(yiq);
-FROM_X_TO_RGB(yuv);
-FROM_RGB_TO_X(yuv);
+FROM_X_TO_RGB(hsi)
+FROM_RGB_TO_X(hsi)
+FROM_X_TO_RGB(hsl)
+FROM_RGB_TO_X(hsl)
+FROM_X_TO_RGB(hsv)
+FROM_RGB_TO_X(hsv)
+FROM_X_TO_RGB(nrgb)
+FROM_RGB_TO_X(nrgb)
+FROM_X_TO_RGB(xyz)
+FROM_RGB_TO_X(xyz)
+FROM_X_TO_RGB(yiq)
+FROM_RGB_TO_X(yiq)
+FROM_X_TO_RGB(yuv)
+FROM_RGB_TO_X(yuv)
Index: tools/utilities/convert/Makefile.am
--- tools/utilities/convert/Makefile.am Wed, 23 Jun 2004 12:41:33 +0200 van-vl_n
(oln/v/10_Makefile.a 1.1 600)
+++ tools/utilities/convert/Makefile.am Mon, 28 Jun 2004 15:47:41 +0200 thivol_d
(oln/v/10_Makefile.a 1.1 600)
@@ -1,4 +1,4 @@
-AM_CXXFLAGS = $(CXXFLAGS_STRICT) $(CXXFLAGS_OPTIMIZE)
+AM_CXXFLAGS = $(CXXFLAGS_STRICT) $(CXXFLAGS_OPTIMIZE) -lz
INCLUDES = -I$(srcdir)/../../lib
LDADD = ../../lib/libolntools.a
bin_PROGRAMS = color_space
--
Damien Thivolle
damien.thivolle(a)lrde.epita.fr