[gtkada] hi! two errors in cvs :-)
Dani
danielcheagle at ig.com.br
Tue May 18 07:34:26 CEST 2004
hi! there is two errors in cvs version :-)
error 1) maybe a two typos error, in root directory of gtkada in files
"configure" and "aclocal.m4" that prevent the detection of
libgnomeui due of the an extra word "gnomeui".(see the code piece below :-)
error2)in testgtk the the animation cause an assertion failed and
impossibility of see one animation.( the "animate gif" pinguindancing
work,however) ---->
"(testgtk:3634): GdkPixbuf-CRITICAL **: file gdk-pixbuf-scale.c: line
122 (gdk_pixbuf_composite):
assertion `overall_alpha >= 0 && overall_alpha <= 255' failed" "
in "aclocal.m4" now is:
#############################################################
#
# Checking for gnome2
#
#############################################################
AC_DEFUN(AM_CHECK_GNOME,
[
AC_MSG_CHECKING(for gnome2)
.
.
#cut
.
.
else
AC_MSG_RESULT(yes)
HAVE_GNOME="True"
GNOME_CFLAGS=`$PKG_CONFIG $GNOMEUI --cflags gnomeui`
____________________________________________________________^^^^^^^
****************************cut***********************************
(?) Maybe it have to do :-)
#############################################################
#
# Checking for gnome2
#
#############################################################
AC_DEFUN(AM_CHECK_GNOME,
[
AC_MSG_CHECKING(for gnome2)
.
.
#cut
.
.
else
AC_MSG_RESULT(yes)
HAVE_GNOME="True"
GNOME_CFLAGS=`$PKG_CONFIG $GNOMEUI --cflags`
____________________________________________________________^^^^^^^(line618,column50
:-)
****************************cut***********************************
Note that less the word "gnomeui" the configure detect the
gnomeui-2.0.pc :-)
the same error in file "configure" in the same equivalent place:-)
(line4049,column50)
Thank's :-)
my system is a debian sid,
gnome2.4
gcc3.3.3(Debian 20040429)(andthe ada package of gcc 3.3.3, too :-)
GNU Make 3.80
libc6 2.3.2.ds1-12
libc6-dev 2.3.2.ds1-12
kernel linux 2.6.5
[]'s Dani :-)
and Thanks my bad english 8-)
More information about the gtkada
mailing list