[Gambas-devel] xml.libxml 0.0.4

ron ronstk at ...124...
Sun Oct 10 22:06:56 CEST 2004


---8<----
GOT IT !!!!
> ============================
> src/lib/libxml/Makefile.am
> ------------
> 
> SUBDIRS = rpc
> INCLUDES = -I$(top_srcdir)/src/share -I/usr/local/include/libxml2
> 
> EXTRA_DIST = *.component
> 
> pkglib_LTLIBRARIES = lib.gb.libxml.la
> 
> lib_gb_libxml_la_LIBADD =
> lib_gb_libxml_la_LDFLAGS = @LD_FLAGS@ -lxml2 -lpthread -lz -lm -lxslt 
> 
> lib_gb_libxml_la_SOURCES = main.h main.c CXMLNode.h CXMLNode.c CXMLReader.h CXMLReader.c \
>                            CXMLWriter.h CXMLWriter.c CXMLDocument.h CXMLDocument.c \
>       CXSLT.h CXSLT.c
> 
>  install-exec-local:
>  @cp -f *.component $(pkglibdir)

HERE the leading character for install-exec-local is VERY wrong.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
After remove I got the *.component in /opt/gambas/lib, 
i had not seen that one was missing too, 
and the *.info and *.list in /opt/gambas/share/info

> 
> 
> ============================
> src/lib/libxml/rpc/Makefile.am
> ------------
> 
> INCLUDES = -I$(top_srcdir)/src/share -I/usr/local/include/libxml2
> 
> EXTRA_DIST = *.component
> 
> pkglib_LTLIBRARIES = lib.gb.libxml.rpc.la
> 
> lib_gb_libxml_rpc_la_LIBADD =
> lib_gb_libxml_rpc_la_LDFLAGS = @LD_FLAGS@ -lxml2 -lpthread -lz -lm -lxslt 
> 
> lib_gb_libxml_rpc_la_SOURCES = main.h main.c CXxmlRpc.h CXmlRpc.c 
> 
>  install-exec-local:
>  @cp -f *.component $(pkglibdir)

Same problem with leading character
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> *******************************
>   --------------
>    note: I can't use @LIBXML_INC@ in first line for xml!
>   --------------

--8<---

The help pages are also available now.

For now in the gb.xml.libxml the missing xml directory
Was not say in the first release, it told into ./src/lib and not
./src/lib/xml and the make of the xml directory.
Now what should be in the Makefile.am and Makefile.in for it?
How should I know about it?

And the 2 unknown characters found as problem for the help
and get the component in the project>properties>component list


Ron


 




More information about the Devel mailing list