mlview-hacking
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mlview-hacking] updated ja.po and patching for Makefiles.


From: Takeshi AIHANA
Subject: [Mlview-hacking] updated ja.po and patching for Makefiles.
Date: 01 Jul 2002 00:06:30 +0900

Hello all,

I updated ja.po for the latest, 0.0.2_rc4.
Dodji, please merge it into the next release.

And then it might be problem for my environemnt with libxml and libxml2
only; it mixed headers for gnome-xml (libxml) and libxml2 on system.
It caused compiling error to reference tree.h is provided by libxml2 in
$(topdir)/src as the bellow.
----------------------------------------------8<----------------------------------------------
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local//include/gnome-1.0
-DNEED_GNOMESUPPORT_H -I/usr/local//lib/gnome-libs/include
-I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include
-I/usr/local/include/orbit-1.0 -I/usr/local/include/gtk-1.2
-I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/libxml2
-I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2
-I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include
-DDEBUG -Wall -DMLVIEW_DATA_DIR=\"/usr/local/share/gnome-mlview\"
-DMLVIEW_XML_CATALOG_DIR_NAME=\"entities-catalog\"
-DMLVIEW_PIXMAPS_DIR=\"/usr/local/share/gnome-mlview/pixmaps\"
-DMLVIEW_ICON_PATH=\"/usr/local/share/gnome-mlview/pixmaps/mlview-app-icon.xpm\"
 -DGNOMELOCALEDIR=\"/usr/local/share/locale\" -DENABLE_NLS -g -Wall -c utils.c  
-fPIC -DPIC -o .libs/utils.lo
utils.c: In function `get_xml_parser_error_as_string2':
utils.c:174: warning: operation on `error_message' may be undefined
utils.c: In function `xmlValidGetValidElementsChildren':
utils.c:312: structure has no member named `children'
utils.c:350: warning: implicit declaration of function `xmlStrEqual'
make[2]: *** [utils.lo] Error 1
make[2]: Leaving directory `/opt/mlview-0.0.2_rc4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/mlview-0.0.2_rc4'
make: *** [all-recursive-am] Error 2
----------------------------------------------8<----------------------------------------------
It might be caused to reference headers for gnome-xml before libxml2.
So I patched that is attached file, it works to do.
i.e. Move `xml2-config --cflags` to the front of $(GNOME_INCLUDEDIR) in
'INCLUDES'.

Thank you for your advice.
Regards.

---
(TAKESHI)

Attachment: mlview-ja.po.gz
Description: GNU Zip compressed data

Attachment: mlview-0.0.2_rc4-pre_libxml2_CFLAGS.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]