Buenas tardes a todos. Estoy tratando de compilar la versión 3.5.2 de LibreOffice en una máquina con Windows 7, sin embargo estoy teniendo problemas. He seguido todos los pasos que vienen 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 sin problemas, para comenzar con la compilación extraje el contenido del archivo libreoffice-core-3.5.2.2.tar.xz en una ruta c:\libo y ejecuté el comando make fetch. La compilación comenzó sin problemas, después de algunas horas compilando marcó el siguiente error en el paquete 102 de 156 ============= (102/156) Building module unotest ============= ............ ----------------------------------------------------------------------- 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 ERROR: error 65280 occurred while making /cygdrive/c/libo/icu it seems you are using a threaded build, which means that the actual compile error is probably hidden far above, and could be inside any of these other modules: python please re-run build inside each one to isolate the problem. ----------------------------------------------------------------------- Al ir a cada uno de los módulos y tratar de construirlo de manera individual me está arrojando este 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, en la siguiente ruta: C:\software\Microsoft Visual Studio 9.0\VC\vcpackages Alguien podría echarme un cable y decirme dónde puede estar el error? o será acaso que me equivoqué en alguno de los pasos de los prerequisitos? De antemano muchas gracias por cualquier ayuda. Saludos Leo -- Unsubscribe instructions: E-mail to [email protected] 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

