[es-users] Compilar fuentes LibreOffice

2012-06-19 Por tema Leonardo Josué Corcega Ufona
Buenas tardes a Todos:

Este es mi primer mensaje, pero espero que me puedan ayudar.

Estoy tratando de compilar los fuentes de LibreOffice en un equipo con Windows 
7... para esto he seguido todos los pasos que aparecen en la documentación 
oficial:

http://wiki.documentfoundation.org/Development/How_to_build 

http://wiki.documentfoundation.org/Development/Native_Build/es 


Después de instalar todos los pre-requisitos:

http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies 


Pude correr el archivo autogen y al dar Make comenzó a descargar y compilar sin 
problemas, pero en el paquete /cygdrive/c/libo/python me marca el siguiente 
error:


=
(1/1) Building module python

=
Entering /cygdrive/c/libo/python

dmake:  Warning: -- Found file corresponding to virtual target 
[./wntmsci12.pro/misc/build/Python-2.6.1/PC/pyconfig.h].
Generador de proyectos de Microsoft (R) Generador de proyectos de Visual C++ - 
Versi▒n de l▒nea de comandos 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : error VCBLD0001: VCProjectEngine.dll no se puede cargar.
Aseg▒rese de que el archivo VCProjectEngine.dll se encuentra en el mismo 
directorio que el archivo vcbuild.exe.
dmake:  Error code 127, while making 
'./wntmsci12.pro/misc/build/so_built_so_python'
Retrying /cygdrive/c/libo/python

dmake:  Warning: -- Found file corresponding to virtual target 
[./wntmsci12.pro/misc/build/Python-2.6.1/PC/pyconfig.h].
Generador de proyectos de Microsoft (R) Generador de proyectos de Visual C++ - 
Versi▒n de l▒nea de comandos 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : error VCBLD0001: VCProjectEngine.dll no se puede cargar.
Aseg▒rese de que el archivo VCProjectEngine.dll se encuentra en el mismo 
directorio que el archivo vcbuild.exe.
dmake:  Error code 127, while making 
'./wntmsci12.pro/misc/build/so_built_so_python'

---
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making /cygdrive/c/libo/python

 it seems that the error is inside 'python', please re-run build
 inside this module to isolate the error and/or test your fix:
---

/usr/bin/sh
cd C:/libo
source ./Env.Host.sh
cd python
rm -Rf C:/libo/python/wntmsci12.pro # optional module 'clean'
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level


Busqué la DLL que menciona en la descripción del error (VCProjectEngine.dll), y 
esta se encuentra en la misma carpeta donde está el archivo vcbuild.exe

C:\software\Microsoft Visual Studio 9.0\VC\vcpackages


Alguien podría echarme un cable y decirme dónde puede estar el error?

De antemano muchas gracias por cualquier ayuda.

Saludos
Leo
-- 
Unsubscribe instructions: E-mail to users+h...@es.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/es/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [es-users] Compilar fuentes LibreOffice

2012-06-19 Por tema Mario Lacunza

Inicia un nuevo hilo para tu pregunta...

Saludos / Best regards

Mario Lacunza
Email:: mlacu...@gmail.com
Personal Website:: http://www.lacunza.biz/
OpenOffice.org:: http://es.openoffice.org/
OpenOffice.org Perú:: http://openoffice-peru.com/
Hosting:: http://mlv-host.com/
Mascotas Perdidas:: http://mascotas-perdidas.com/
Google Talk: mlacunzav Skype: mlacunzav
MSN: mlacun...@hotmail.com Y! messenger: mlacunzav


El 19/06/12 14:17, Leonardo Josué Corcega Ufona escribió:

Buenas tardes a Todos:

Este es mi primer mensaje, pero espero que me puedan ayudar.

Estoy tratando de compilar los fuentes de LibreOffice en un equipo con Windows 
7... para esto he seguido todos los pasos que aparecen en la documentación 
oficial:

http://wiki.documentfoundation.org/Development/How_to_build 

http://wiki.documentfoundation.org/Development/Native_Build/es 



Después de instalar todos los pre-requisitos:

http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies 



Pude correr el archivo autogen y al dar Make comenzó a descargar y compilar sin 
problemas, pero en el paquete /cygdrive/c/libo/python me marca el siguiente 
error:


=
(1/1) Building module python

=
Entering /cygdrive/c/libo/python

dmake:  Warning: -- Found file corresponding to virtual target 
[./wntmsci12.pro/misc/build/Python-2.6.1/PC/pyconfig.h].
Generador de proyectos de Microsoft (R) Generador de proyectos de Visual C++ - 
Versi▒n de l▒nea de comandos 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : error VCBLD0001: VCProjectEngine.dll no se puede cargar.
Aseg▒rese de que el archivo VCProjectEngine.dll se encuentra en el mismo 
directorio que el archivo vcbuild.exe.
dmake:  Error code 127, while making 
'./wntmsci12.pro/misc/build/so_built_so_python'
Retrying /cygdrive/c/libo/python

dmake:  Warning: -- Found file corresponding to virtual target 
[./wntmsci12.pro/misc/build/Python-2.6.1/PC/pyconfig.h].
Generador de proyectos de Microsoft (R) Generador de proyectos de Visual C++ - 
Versi▒n de l▒nea de comandos 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : error VCBLD0001: VCProjectEngine.dll no se puede cargar.
Aseg▒rese de que el archivo VCProjectEngine.dll se encuentra en el mismo 
directorio que el archivo vcbuild.exe.
dmake:  Error code 127, while making 
'./wntmsci12.pro/misc/build/so_built_so_python'

---
 Oh dear - something failed during the build - sorry !
   For more help with debugging build errors, please see the section in:
 http://wiki.documentfoundation.org/Development

   internal build errors:

ERROR: error 65280 occurred while making /cygdrive/c/libo/python

  it seems that the error is inside 'python', please re-run build
  inside this module to isolate the error and/or test your fix:
---

/usr/bin/sh
cd C:/libo
source ./Env.Host.sh
cd python
rm -Rf C:/libo/python/wntmsci12.pro # optional module 'clean'
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level


Busqué la DLL que menciona en la descripción del error (VCProjectEngine.dll), y 
esta se encuentra en la misma carpeta donde está el archivo vcbuild.exe

C:\software\Microsoft Visual Studio 9.0\VC\vcpackages


Alguien podría echarme un cable y decirme dónde puede estar el error?

De antemano muchas gracias por cualquier ayuda.

Saludos
Leo


--
Unsubscribe instructions: E-mail to users+h...@es.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/es/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [es-users] Compilar fuentes LibreOffice

2012-06-19 Por tema Juan C. Sanz

???=-O
¿No era el primer post del hilo?


El 19/06/2012 21:44, Mario Lacunza escribió:

Inicia un nuevo hilo para tu pregunta...

Saludos / Best regards

Mario Lacunza
Email:: mlacu...@gmail.com
Personal Website:: http://www.lacunza.biz/
OpenOffice.org:: http://es.openoffice.org/
OpenOffice.org Perú:: http://openoffice-peru.com/
Hosting:: http://mlv-host.com/
Mascotas Perdidas:: http://mascotas-perdidas.com/
Google Talk: mlacunzav Skype: mlacunzav
MSN: mlacun...@hotmail.com Y! messenger: mlacunzav


El 19/06/12 14:17, Leonardo Josué Corcega Ufona escribió:

Buenas tardes a Todos:

Este es mi primer mensaje, pero espero que me puedan ayudar.

Estoy tratando de compilar los fuentes de LibreOffice en un equipo 
con Windows 7... para esto he seguido todos los pasos que aparecen en 
la documentación oficial:


http://wiki.documentfoundation.org/Development/How_to_build
http://wiki.documentfoundation.org/Development/Native_Build/es

Después de instalar todos los pre-requisitos:

http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies 



Pude correr el archivo autogen y al dar Make comenzó a descargar y 
compilar sin problemas, pero en el paquete /cygdrive/c/libo/python me 
marca el siguiente error:



= 


(1/1) Building module python

=
Entering /cygdrive/c/libo/python

dmake:  Warning: -- Found file corresponding to virtual target 
[./wntmsci12.pro/misc/build/Python-2.6.1/PC/pyconfig.h].
Generador de proyectos de Microsoft (R) Generador de proyectos de 
Visual C++ - Versi▒n de l▒nea de comandos 9.00.30729

Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : error VCBLD0001: VCProjectEngine.dll no se puede cargar.
Aseg▒rese de que el archivo VCProjectEngine.dll se encuentra en el 
mismo directorio que el archivo vcbuild.exe.
dmake:  Error code 127, while making 
'./wntmsci12.pro/misc/build/so_built_so_python'

Retrying /cygdrive/c/libo/python

dmake:  Warning: -- Found file corresponding to virtual target 
[./wntmsci12.pro/misc/build/Python-2.6.1/PC/pyconfig.h].
Generador de proyectos de Microsoft (R) Generador de proyectos de 
Visual C++ - Versi▒n de l▒nea de comandos 9.00.30729

Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : error VCBLD0001: VCProjectEngine.dll no se puede cargar.
Aseg▒rese de que el archivo VCProjectEngine.dll se encuentra en el 
mismo directorio que el archivo vcbuild.exe.
dmake:  Error code 127, while making 
'./wntmsci12.pro/misc/build/so_built_so_python'


---
 Oh dear - something failed during the build - sorry !
   For more help with debugging build errors, please see the section in:
 http://wiki.documentfoundation.org/Development

   internal build errors:

ERROR: error 65280 occurred while making /cygdrive/c/libo/python

  it seems that the error is inside 'python', please re-run build
  inside this module to isolate the error and/or test your fix:
---

/usr/bin/sh
cd C:/libo
source ./Env.Host.sh
cd python
rm -Rf C:/libo/python/wntmsci12.pro # optional module 'clean'
build

when the problem is isolated and fixed exit and re-run 'make' from 
the top-level
 



Busqué la DLL que menciona en la descripción del error 
(VCProjectEngine.dll), y esta se encuentra en la misma carpeta donde 
está el archivo vcbuild.exe


C:\software\Microsoft Visual Studio 9.0\VC\vcpackages


Alguien podría echarme un cable y decirme dónde puede estar el error?

De antemano muchas gracias por cualquier ayuda.

Saludos
Leo






--
Unsubscribe instructions: E-mail to users+h...@es.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/es/users/
All messages sent to this list will be publicly archived and cannot be deleted