Hi,

there is nothing we need to do for the LIB variable as it is used already. The LIB variable is set in the environment of the linker when it is called. So whatever goes wrong in your build, it must have another reason.

Currently I'm working on Linux, maybe later I will have some time to check what's going on.

To exclude possible errors: does your build work if you build the libxml2 module, call deliver for it and then build libxslt?

Regards,
Mathias

On 06/29/2010 03:54 PM, Ramón García Fernández wrote:
So, what can we do? Microsoft linker needs the LIB variable or the /LIBPATH 
switch so that libraries are searched in solver/../lib. For consistency with 
INCLUDE, I would use the LIB environment variable, and rename the existing LIB. 
What option should we choose?

Can we export ILIB named as LIB?

-----Mensaje original-----
De: Mathias Bauer [mailto:nospamfor...@gmx.de]
Enviado el: martes, 29 de junio de 2010 10:24
Para: dev@openoffice.org
Asunto: Re: [dev] Issues building under windows xp: patch

Hi Ramón,


On 28.06.2010 19:32, Ramón García Fernández wrote:

After studying the failures in the components that link against
libxml2 (libxslt and xmlsecurity) I am convinced that there is a bug
in the build system. The makefiles (tg_ext.mk) defines the INCLUDE
variable on Windows platforms, used by Microsoft compilers to define
the search path for header files. But the LIB variable, needed for the
search path for libraries, is not defined.
The LIB variable is set in solenv/inc/settings.mk. It is not exported to the 
shell environment, so you won't see it there. It contains the ILIB variable 
that is set by configure (and should be visible in your shell environment). 
ILIB contains (amongst others) the lib directory of the solver where 
libxml2.lib should be found.

Regards,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at 
Sun: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de".
I use it for the OOo lists and only rarely read other mails sent to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, 
e-mail: dev-h...@openoffice.org


Aviso legal – Comisión Nacional del Mercado de Valores

Este mensaje y, en su caso, los ficheros que lleve incorporados, está dirigido 
exclusivamente a su destinatario y es de carácter confidencial. Si fuere 
recibido por error o se tuviere conocimiento del mismo sin ser su destinatario, 
rogamos nos lo comunique por la misma vía o telefónicamente (91 585 15 00) y 
proceda a su destrucción, debiendo abstenerse de utilizar, transmitir, divulgar 
o  reproducir la información contenida en el mismo. La CNMV se reserva las 
acciones legales que procedan contra todo tercero que acceda de forma ilegítima 
al contenido de cualquier mensaje externo procedente de la entidad

Para información y consultas visite nuestra web: http://www.cnmv.es


Disclaimer - Comisión Nacional del Mercado de Valores

This message, its content and any file attached thereto is for the intended 
recipient only and is confidential. If you have received this e-mail in error 
or had access to it, you should note that the information in it is private and 
any use thereof is unauthorised. In such an event please notify us by e-mail or 
by telephone (+ 34 91 585 15 00). Any reproduction of this e-mail by whatsoever 
means and any transmission or dissemination thereof to other persons is 
prohibited. The Comisión Nacional del Mercado de Valores reserves the right to 
take legal action against any persons unlawfully gaining access to the content 
of any external message it has emitted

For additional information, please visit our website: http://www.cnmv.es


--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to "nospamfor...@gmx.de".
I use it for the OOo lists and only rarely read other mails sent to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to