I am building open office on my Windows 7 x64 bit machine, with VS2008, Active Perl, e.t.c installed on it.
in python module i am getting multiple errors. Can you please help me out. Errors: *********************************************************************************************************** Build started: Project: sqlite3, Configuration: Release|Win32 Compiling... sqlite3.c c1 : fatal error C1083: Cannot open source file: '..\..\sqlite-3.6.21\sqlite3.c': No such file or directory *********************************************************************************************************** Build started: Project: _bsddb, Configuration: Release|Win32 Compiling... _bsddb.c c:\work\openoffice\main\python\wntmsci12.pro\misc\build\python-2.7.5\modules\bsddb.h(104) : fatal error C1083: Cannot open include file: 'db.h': No such file or directory zerofill.c *********************************************************************************************************** Build started: Project: _ssl, Configuration: Release|Win32 Performing Pre-Build Event... Can not find a suitable PERL: the following perl interpreters were found: C:\cygwin\bin\perl.exe c:\perl\bin\perl.exe C:\perl\bin\perl.exe None of these versions appear suitable for building OpenSSL Please install ActivePerl and ensure it appears on your path No Perl installation was found. Existing Makefiles are used. Traceback (most recent call last): File "build_ssl.py", line 232, in <module> main() File "build_ssl.py", line 175, in main os.chdir(ssl_dir) WindowsError: [Error 2] The system cannot find the file specified: '..\\..\\openssl-0.9.8y' Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..." Project : warning PRJ0018 : The following environment variables were not found: $(UPDMINOREXT) Build log was saved at "file://C:\work\openoffice\main\python\wntmsci12.pro \misc\build\Python-2.7.5\PCbuild\Win32-temp-Release\_ssl\BuildLog.htm" _ssl - 1 error(s), 0 warning(s) Build started: Project: _hashlib, Configuration: Release|Win32 Performing Pre-Build Event... Can not find a suitable PERL: the following perl interpreters were found: C:\cygwin\bin\perl.exe c:\perl\bin\perl.exe C:\perl\bin\perl.exe None of these versions appear suitable for building OpenSSL Please install ActivePerl and ensure it appears on your path No Perl installation was found. Existing Makefiles are used. Traceback (most recent call last): File "build_ssl.py", line 232, in <module> main() File "build_ssl.py", line 175, in main os.chdir(ssl_dir) WindowsError: [Error 2] The system cannot find the file specified: '..\\..\\openssl-0.9.8y' Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..." Build log was saved at "file://C:\work\openoffice\main\python\wntmsci12.pro \misc\build\Python-2.7.5\PCbuild\Win32-temp-Release\_hashlib\BuildLog.htm" _hashlib - 1 error(s), 0 warning(s) Build complete: 18 Projects succeeded, 7 Projects failed, 1 Projects skipped dmake: Error code 1, while making './ wntmsci12.pro/misc/build/so_built_so_python' -- Regards Amit Mittal