Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
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,

RE: [dev] Issues building under windows xp: patch

2010-06-29 Thread Ramón García Fernández
? -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

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
...@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

RE: [dev] Issues building under windows xp: patch

2010-06-29 Thread Ramón García Fernández
. What should we do? Perhaps the lib (lowercase) should be undefined in the variables script winenv.set.sh. -Mensaje original- De: Mathias Bauer [mailto:nospamfor...@gmx.de] Enviado el: martes, 29 de junio de 2010 16:44 Para: dev@openoffice.org Asunto: Re: [dev] Issues building under windows

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
Hi, On 29.06.2010 16:43, Mathias Bauer wrote: 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

RE: [dev] Issues building under windows xp: patch

2010-06-29 Thread Ramón García Fernández
- De: Mathias Bauer [mailto:nospamfor...@gmx.de] Enviado el: martes, 29 de junio de 2010 18:25 Para: dev@openoffice.org Asunto: Re: [dev] Issues building under windows xp: patch [...] Now on Windows. I just patched the makefile.msvc from the libxslt module to add $(LIB) to the linker command

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
] Issues building under windows xp: patch 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

RE: [dev] Issues building under windows xp: patch

2010-06-29 Thread Ramón García Fernández
shared libraries: mspdb80.dll: cannot open shared object file: No such file or directory -Mensaje original- De: Mathias Bauer [mailto:nospamfor...@gmx.de] Enviado el: martes, 29 de junio de 2010 18:33 Para: dev@openoffice.org Asunto: Re: [dev] Issues building under windows xp: patch Hi Ramón

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
Para: dev@openoffice.org Asunto: Re: [dev] Issues building under windows xp: patch Hi Ramón, so you are building OOo in a system where vbvars32.bat is executed and pollutes the global environment? This is an unsupported scenario. Does it help to remove all environment variables set in that batch

RE: [dev] Issues building under windows xp: patch

2010-06-29 Thread Ramón García Fernández
de junio de 2010 19:20 Para: dev@openoffice.org Asunto: Re: [dev] Issues building under windows xp: patch Hi, you should follow the building guide. If you do that, you don't need vc32vars.bat for building OOo. As an example, the mspdb80.dll is found through the --with-mspdb-path switch. Maybe

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
the option --with-mspdb-path. -Mensaje original- De: Mathias Bauer [mailto:nospamfor...@gmx.de] Enviado el: martes, 29 de junio de 2010 19:20 Para: dev@openoffice.org Asunto: Re: [dev] Issues building under windows xp: patch Hi, you should follow the building guide. If you do that, you don't