Hello,

I have been testing for a while now, the MSVC 2010 compiler and the Windows 7.1 SDK, with OpenOffice.
While I configured the project correctly finding the correct compiler and SDK, I build the project and while,
most of the modules build successfully with several warnings on the new compiler, others refuse to build
so I am having trouble continuing to a full correct build. More specific the project’s external gtest library,
produces errors, while building. In a thread in gtest i have found that a certain version of gtest fails with
the MSVC 2010 compiler.

I enclose a config log of the configuration with the MSVC 2010 compiler. All in all, the migration seems 
to work fine except on several modules. I thought that I was fairly close, but it seems that more build 
tests are needed in order to generate a correct build.

Best regards,
George

$ ./configure \
>     --with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`  -  
> Development Build" \
>     --with-vendor="Apache OpenOffice Developers" \
>     --with-frame-home="$SDK_PATH" \
>     --with-psdk-home="$SDK_PATH" \
>     --with-midl-path="$SDK_PATH/bin" \
>     --with-ant-home="/cygdrive/c/apache-ant-1.10.5" \
>     --with-jdk-home="C:/PROGRA~2/Java/JDK18~1.0_1" \
>     
> --with-dmake-url="https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
>  \
>     --with-directx-home="C:\Microsoft_DirectX_SDK_June_2010" \
>     --with-csc-path="C:/Windows/Microsoft.NET/Framework/v4.0.30319" \
>     --with-atl-include-dir="$WDK_HOME/inc/atl71" \
>     --with-atl-lib-dir="$WDK_HOME/lib/atl/i386" \
>     --with-mfc-include-dir="$WDK_HOME/inc/mfc42" \
>     --with-mfc-lib-dir="$WDK_HOME/lib/mfc/i386" \
>     --enable-win-x64-shellext \
>     --enable-wiki-publisher \
>     --with-junit="C:/junit/junit-4.12.jar" \
>     --with-hamcrest-core="C:/hamcrest/hamcrest-core-1.3.jar" \
>     --without-stlport \
>     --with-mozilla-build="/cygdrive/c/mozilla-build" \
>     --enable-category-b \
>     --with-lang="en-US" \
>     --enable-bundled-dictionaries \
>     --with-nsis-path="C:/NSIS"
checking whether configure is up-to-date... yes
********************************************************************
*                                                                  *
*   Apache OpenOffice build configuration.                         *
*                                                                  *
*   The configure process checks your platform to see whether      *
*   you can build Apache OpenOffice on it.                         *
*   This process checks all pre-requisites and generates a file    *
*   containing the necessary environment variables.                *
*   Source this file after configure has ended successfully.       *
*                                                                  *
*   Warnings that are generated during the configure process       *
*   must be taken into account since it can be a reason for        *
*   an unsuccessful build of Apache OpenOffice.                    *
*                                                                  *
********************************************************************

********************************************************************
*                                                                  *
*   Checking the platform pre-requisites.                          *
*                                                                  *
********************************************************************

checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for awk... /usr/bin/awk
checking for sed... /usr/bin/sed
checking for solenv environment... default
checking for custom pack.lst... no
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
cygwin
checking Cygwin version... 2.11.1(0.329/5/3)
head: cannot open '/etc/*-release' for reading: No such file or directory
CYGWIN_NT-10.0 DESKTOP-TKLQI74 2.11.1(0.329/5/3) 2018-09-05 10:24 x86_64 Cygwin
checking for pkg-config... no
checking whether to enable crashdump feature... no
checking whether to use the standard non-optimizing compiler... no
checking whether to build/use the Windows 64bit shell extensions... yes
checking whether to build 64 bit OpenOffice on 64 bit Windows... no
checking whether to turn warnings to errors... no
checking whether to do a debug build... no
checking whether to build with additional debug utilities... no, full product 
build
checking whether to include symbols into final build... no
checking whether to strip the solver or not.... yes
checking whether to enable category B components... yes: allow modules nss, 
hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp to be built
checking whether to enable the Online Update support... yes
checking whether to enable unit tests... yes
checking whether to enable native CUPS support... no
checking whether to enable fontconfig support... no
checking whether to use DirectX... yes
checking whether to use ActiveX... yes
checking whether to use ATL... yes
checking whether to use RPATH in shared libraries... yes
checking whether to use dicts from external paths... no
checking Windows build environment sanity... ok
checking for cygwin gcc/g++... found
checking for bash... /usr/bin/bash
checking gcc home... /usr
checking whether to enable pch feature... no
checking for GNU make... make
checking the GNU make version... make 4.2.1
3+:
checking for dmake... configure: no system or user-provided dmake found
dmake will be downloaded and compiled in bootstrap
checking for GNU or compatible BSD tar... tar
checking for perl... /usr/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... all modules found
checking for friendly registry keys... done
checking for mspdb80.dll... no
checking for mspdb71.dll... no
checking the Microsoft C/C++ Compiler... found 
(/cygdrive/c/PROGRA~2/MICROS~3.0/VC/bin/cl.exe)
checking the Version of Microsoft C/C++ Compiler... found Compiler version 
001600004021 in "Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 
16.00.40219.0" for 80x86
found .NET 2008 / VS 10.0.
checking for midl.exe... no
checking for csc.exe... no
checking .NET Framework... found
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking size of long... 0
checking whether byte ordering is bigendian... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
checking exception type...
checking what the default STL should be... checking whether we are allowed and 
able to use --ccache-skip... only used on Mac currently, skipping
checking which memory allocator to use... internal
checking whether to add custom build version... yes, 2018-12-17 17:23 - 
CYGWIN_NT-10.0 x86_64  -  Development Build
checking whether to build with Java support... yes
checking the installed JDK... checked (JDK 1.8.0_181)
checking for jawt lib name... -ljawt
checking whether to enable gcj aot compilation... no
checking whether to enable EPM for packing... yes
checking which package format to use... msi
checking for gperf... /usr/bin/gperf
checking for gperf... (cached) /usr/bin/gperf
checking gperf version... OK
checking whether to build the stax... yes
checking whether to build the ODK... yes
checking for external/unowinreg/unowinreg.dll... not found, will be built
checking whether to provide libstdc++/libgcc_s in the installset... yes
checking which zlib to use... internal
checking which jpeg to use... internal
checking which expat to use... internal
checking which libxslt to use... internal
checking which libxml to use... internal
checking which python to use... internal
checking for bzip2... /usr/bin/bzip2
checking which lucene to use... internal
checking whether to build the MySQL Connector extension... no
checking which hsqldb to use... internal
checking which beanshell to use... none (disabled)
checking which saxon to use... internal
checking whether to enable support for JavaScript... yes
checking which libapr to use... internal
checking which libapr-util to use... internal
checking which libserf to use... internal
checking whether to enable support for CoinMP... yes
checking which coinmp to use... internal
checking which curl to use... internal
checking which mdds to use... internal
checking which boost to use... internal
checking which vigra to use... internal
checking which odbc headers to use... internal
checking whether to build XML Security support... yes
checking whether to build LDAP configuration backend... checking whether to 
build the internal NSS module... yes
checking for Mozilla build tooling... ok
checking which sane header to use... internal
checking which icu to use... internal
checking whether to enable graphite support... yes
checking which graphite to use... internal
checking whether to link to Xrender... no, dynamically open it
checking which Xrender headers to use... internal
checking whether to enable RandR support... no
checking which libnss to use... internal
checking which libssl to use... internal
checking which redland library to use... internal
checking whether to build the Spell Checking component... checking which 
libhunspell to use... internal
checking whether to build the Hyphenator component... checking which libhyphen 
to use... internal
checking which mythes to use... internal
checking which libtextcat to use... internal
checking which libtextcat data directory to use... internal
checking for getopt... no
checking for readdir_r... no
checking for PSDK files... SDK files found ...)
Found Legacy Windows Platform SDK (/cygdrive/c/PROGRA~2/MICROS~2/Windows/v7.1A)
checking for DirectX SDK files... found
checking for ATL and MFC... configure: testing ATL/MFC libs and includes
configure: looking for atlbase.h in "/cygdrive/c/WinDDK/7600.16385.1/inc/atl71"
configure: found atlbase.h in "/cygdrive/c/WinDDK/7600.16385.1/inc/atl71"? "yes"
configure: looking for afx.h in "/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42"
configure: found afx.h in "/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42"? "yes"
configure: looking for atls.lib in 
"/cygdrive/c/WinDDK/7600.16385.1/lib/atl/i386"
configure: looking for atlthunk.lib in 
"/cygdrive/c/WinDDK/7600.16385.1/lib/atl/i386"
configure: found atlthunk.lib in 
"/cygdrive/c/WinDDK/7600.16385.1/lib/atl/i386"? "YES"
configure: found atls.lib in "/cygdrive/c/WinDDK/7600.16385.1/lib/atl/i386"? 
"yes"
ATL/MFC enabled
checking for NSIS... checking for nsis.exe... no
found (/cygdrive/c/NSIS)
checking whether NSIS version is >= 3.*... found NSIS 3.03 >= 3.*
checking whether NSIS was compiled with Unicode support... NSIS version 
compiled with Unicode support.
checking for bison... /usr/bin/bison
checking the bison version... checked (/usr/bin/bison 3.0.4)
checking for flex... /usr/bin/flex
checking for patch... /usr/bin/patch
checking for gnucp... no
checking for cp... /usr/bin/cp
checking whether /usr/bin/cp is GNU cp from coreutils with preserve= 
support...yes
checking for bash... /usr/bin/bash
checking ml.exe assembler path... checking for ml.exe... no
found (/cygdrive/C/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin)

checking nasm.exe assembler path... checking for nasm.exe... no

checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking for dbghelp.dll... found and executable
checking for vc_redist.x86.exe... found and executable
checking for vc_redist.x64.exe... found and executable
checking for gdiplus.dll... found and executable
checking for msvcr100.dll... found and executable
checking which VCLplugs shall be built... gtk
checking whether to enable GConf support... no
checking whether to enable GNOME VFS support... no
checking whether to use cairo... no
checking whether to build the OpenGL Transitions component... no
checking whether to build the PDF Import extension... no
checking whether to build the Wiki Publisher extension... yes
checking for swext module... OK
checking which Servlet API Jar to use... internal
checking whether to build the Report Builder extension... no
checking which Apache commons-* libs to use... internal
checking whether to enable the lockdown pieces... no
checking whether to enable evolution 2 support... no
checking whether to include MathMLDTD... yes
checking whether to include category B fonts... yes
checking whether to include category A fonts... yes
checking whether any fonts are included... yes
checking whether to include PPDs... yes
checking whether to include AFMs... yes
checking whether and how to use Xinerama... no
checking whether to build own version of libpng... yes
checking whether to build own version of libjpeg... yes
checking whether to trigger rat scan... no
checking for apache-ant... no
checking for ant... /cygdrive/c/apache-ant-1.10.5/bin/ant
checking if /cygdrive/c/apache-ant-1.10.5/bin/ant works... Ant works
checking Ant lib directory... Ant lib directory found.
checking whether ant is >= 1.9.1... yes, 1.10.5
checking whether ant supports mapper type="regexp"... yes
checking for JUnit... yes
checking whether JUnit is version 4.x... yes, but Hamcrest Core is mandatory 
with this JUnit version (>= 4.11)
checking for hamcrest-core... yes
checking which languages to be built... en-US
checking which languages have poor help localizations... none
checking which dictionaries to include... ALL
checking for additional 'intro' bitmaps... none
checking for additional 'about' bitmaps... none
checking for vendor... Apache OpenOffice Developers
checking for UNIX wrapper name... not set
checking whether to statically link to Gtk... no
checking whether to use layout dialogs... no
checking build verbosity... not set
checking whether to enable dependency tracking... yes
********************************************************************
*                                                                  *
*   Setting up the build environment variables.                    *
*                                                                  *
********************************************************************
checking solver path... default
configure: writing config.status
configure: creating ./config.status
config.status: creating set_soenv
config.status: creating Makefile
Setting up the environment for building Apache OpenOffice
Setting platform independent values... Setting Windows x86 build with bash 
shell specific values... done
Setting the environment variables... done
Setting the aliases... done
The variable SRC_ROOT          is set to: C:/OpenOffice/source/main
The variable OOO_SHELL         is set to: /usr/bin/bash
The variable JAVA_HOME         is set to: C:/PROGRA~2/Java/JDK18~1.0_1
The variable ANT_HOME          is set to: C:/apache-ant-1.10.5
The variable ANT_LIB           is set to: C:/apache-ant-1.10.5/lib
The variable ANT               is set to: C:/apache-ant-1.10.5/bin/ant
The variable JDKLIB            is set to: C:/PROGRA~2/Java/JDK18~1.0_1/lib
The variable ASM_PATH          is set to: C:/PROGRA~2/MICROS~3.0/VC/bin
The variable NASM_PATH         is set to: NO_NASM_HOME
The variable BUILD_SOSL        is set to: true
The variable FRAMEWORKSHOME    is set to: unset

#
# Platform independent constant values.
#
The variable DIC_DADK          is set to: TRUE
The variable DIC_DEDE          is set to: TRUE
The variable DIC_ENGB          is set to: TRUE
The variable DIC_ENUS          is set to: TRUE
The variable DIC_HUHU          is set to: TRUE
The variable DIC_ITIT          is set to: TRUE
The variable DIC_RURU          is set to: TRUE
The variable DIC_THTH          is set to: TRUE
The variable DIC_SWTZ          is set to: TRUE
The variable DIC_ALL           is set to: TRUE
The variable WITH_LANG         is set to: en-US
The variable INTRO_BITMAPS     is set to: unset
The variable ABOUT_BITMAPS     is set to: unset
The variable OOO_VENDOR        is set to: Apache OpenOffice Developers
The variable OOODMAKEMODE      is set to: YES
The variable WITH_POOR_HELP_LOCALIZATIONS is set to: unset
The variable CALL_CDECL        is set to: TRUE
The variable COMMON_OUTDIR     is set to: unset
The variable common_build      is set to: unset
The variable BMP_WRITES_FLAG   is set to: TRUE
The variable BUILD_SOSL_RELEASE is set to: TRUE
The variable NO_REC_RES        is set to: TRUE
The variable SO3               is set to: TRUE
The variable SOLAR_PLUGIN      is set to: TRUE
The variable UPDATER           is set to: YES
The variable build_deliver     is set to: true
The variable VCL               is set to: TRUE
The variable ENABLEUNICODE     is set to: TRUE
The variable NEW_JAR_PACK      is set to: TRUE
The variable NO_BSYMBOLIC      is set to: TRUE
The variable TF_FILTER         is set to: TRUE
The variable debug             is set to: unset
The variable EXTERNAL_WARNINGS_NOT_ERRORS is set to: TRUE
The variable PRODUCT           is set to: full
The variable PROFULLSWITCH     is set to: product=full
The variable PROEXT            is set to: .pro
The variable VALGRIND_CFLAGS   is set to: unset
The variable UNIXWRAPPERNAME   is set to: unset
The variable ENABLE_NSS_MODULE is set to: YES
The variable MOZILLABUILD      is set to: /cygdrive/c/mozilla-build
The variable BUILD_VER_STRING  is set to: 2018-12-17 17:23 - CYGWIN_NT-10.0 
x86_64  -  Development Build
The variable DEFAULT_TO_ENGLISH_FOR_PACKING is set to: yes
The variable ENABLE_GTK        is set to: TRUE
The variable GTK_CFLAGS        is set to: unset
The variable GTK_LIBS          is set to: unset
The variable GTHREAD_CFLAGS    is set to: unset
The variable GTHREAD_LIBS      is set to: unset
The variable ENABLE_SYSTRAY_GTK is set to: unset
The variable ENABLE_STATIC_GTK is set to: FALSE
The variable ENABLE_GSTREAMER  is set to: unset
The variable ENABLE_CAIRO      is set to: unset
The variable ENABLE_CAIRO_CANVAS is set to: FALSE
The variable ENABLE_OPENGL     is set to: unset
The variable ENABLE_PDFIMPORT  is set to: NO
The variable ENABLE_REPORTBUILDER is set to: NO
The variable SYSTEM_JFREEREPORT is set to: unset
The variable OOO_JUNIT_JAR     is set to: C:/junit/junit-4.12.jar
The variable HAMCREST_CORE_JAR is set to: C:/hamcrest/hamcrest-core-1.3.jar
The variable SAC_JAR           is set to: unset
The variable LIBXML_JAR        is set to: unset
The variable FLUTE_JAR         is set to: unset
The variable JFREEREPORT_JAR   is set to: unset
The variable LIBLAYOUT_JAR     is set to: unset
The variable LIBLOADER_JAR     is set to: unset
The variable LIBFORMULA_JAR    is set to: unset
The variable LIBREPOSITORY_JAR is set to: unset
The variable LIBBASE_JAR       is set to: unset
The variable LIBFONTS_JAR      is set to: unset
The variable LIBSERIALIZER_JAR is set to: unset
The variable ENABLE_MEDIAWIKI  is set to: YES
The variable SYSTEM_APACHE_COMMONS is set to: NO
The variable COMMONS_CODEC_JAR is set to: unset
The variable COMMONS_LANG_JAR  is set to: unset
The variable COMMONS_HTTPCLIENT_JAR is set to: unset
The variable COMMONS_LOGGING_JAR is set to: unset
The variable SYSTEM_SERVLETAPI is set to: NO
The variable SERVLETAPI_JAR    is set to: unset
The variable ENABLE_DBUS       is set to: unset
The variable ENABLE_GCONF      is set to: unset
The variable ENABLE_GNOMEVFS   is set to: unset
The variable GNOMEVFS_CFLAGS   is set to: unset
The variable GNOMEVFS_LIBS     is set to: unset
The variable ENABLE_GIO        is set to: unset
The variable GIO_CFLAGS        is set to: unset
The variable GIO_LIBS          is set to: unset
The variable ENABLE_KDE        is set to: unset
The variable KDE_CFLAGS        is set to: unset
The variable KDE_LIBS          is set to: unset
The variable MOC               is set to: moc
The variable ENABLE_KDE4       is set to: unset
The variable KDE4_CFLAGS       is set to: unset
The variable KDE4_LIBS         is set to: unset
The variable MOC4              is set to: moc
The variable PSPRINT           is set to: TRUE
The variable MKDEPENDSOLVER    is set to: TRUE
The variable nodep             is set to: unset
The variable TARFILE_LOCATION  is set to: C:/OpenOffice/source/ext_sources
The variable DO_FETCH_TARBALLS is set to: yes
The variable CUSTOM_PACK_LIST  is set to: unset
The variable USE_PACKAGER      is set to: unset
The variable ENABLE_ONLINE_UPDATE is set to: YES

#
# Platform dependent constant values.
#
The variable SOLAR_JAVA        is set to: TRUE
The variable BIG_SVX           is set to: unset
The variable COM               is set to: MSC
The variable COMPATH           is set to: C:/PROGRA~2/MICROS~3.0/VC
The variable CC_PATH           is set to: ./
The variable COMNAME           is set to: msci
The variable COMID             is set to: MSC
The variable CCNUMVER          is set to: 001600004021
The variable CCVER             is set to: 16.00.4021
The variable CXX_X64_BINARY    is set to: 
C:/PROGRA~2/MICROS~3.0/VC/bin/amd64/cl.exe
The variable LINK_X64_BINARY   is set to: 
C:/PROGRA~2/MICROS~3.0/VC/bin/amd64/link.exe
The variable LIBMGR_X64_BINARY is set to: 
C:/PROGRA~2/MICROS~3.0/VC/bin/amd64/lib.exe
The variable ALIGN             is set to: NEED_ALIGN8
The variable CPU               is set to: I
The variable CPUNAME           is set to: INTEL
The variable CVER              is set to: M1500
The variable GUI               is set to: WNT
The variable GLIBC             is set to: unset
The variable GUIBASE           is set to: WIN
The variable GVER              is set to: NT351
The variable OS                is set to: WNT
The variable OSVERSION         is set to: unset
The variable PTHREAD_CFLAGS    is set to: unset
The variable PTHREAD_LIBS      is set to: unset
The variable OUTPATH           is set to: wntmsci12
The variable INPATH            is set to: wntmsci12.pro
The variable PATH_SEPERATOR    is set to: ;
The variable COMEX             is set to: 12
The variable CDPATHx           is set to: unset
The variable DYNAMIC_CRT       is set to: TRUE
The variable SET_EXCEPTIONS    is set to: TRUE
The variable use_shl_versions  is set to: TRUE
The variable FLIPCMD           is set to: slfl.pl
The variable ARM_TARGET        is set to: unset

#
# Variable values.
#
The variable CYGWIN_PATH       is set to: C:/cygwin64/bin
The variable PSDK_HOME         is set to: C:/PROGRA~2/MICROS~2/Windows/v7.1A
The variable WINDOWS_VISTA_PSDK is set to: unset
The variable DIRECTXSDK_LIB    is set to: 
C:/Microsoft_DirectX_SDK_June_2010/lib/x86
The variable USE_DIRECTX5      is set to: unset
The variable ATL_LIB           is set to: C:/WinDDK/760016~1.1/lib/atl/i386
The variable ATL_LIB_X64       is set to: C:/WinDDK/760016~1.1/lib/atl/amd64
The variable ATL_INCLUDE       is set to: C:/WinDDK/760016~1.1/inc/atl71
The variable HAVE_ATLTHUNK     is set to: YES
The variable MFC_LIB           is set to: C:/WinDDK/760016~1.1/lib/mfc/i386
The variable MFC_INCLUDE       is set to: C:/WinDDK/760016~1.1/inc/mfc42
The variable NSIS_PATH         is set to: C:/NSIS
The variable DISABLE_ACTIVEX   is set to: unset
The variable DISABLE_ATL       is set to: unset
The variable USE_NEW_SDK       is set to: TRUE
The variable TMPDIR            is set to: /tmp
The variable ENABLE_HUNSPELL   is set to: YES
The variable ENABLE_HYPHEN     is set to: YES
The variable PERL              is set to: C:/cygwin64/bin/perl.exe
The variable RPM               is set to: unset
The variable DPKG              is set to: unset
The variable PKGMK             is set to: unset
The variable GNUMAKE           is set to: make
The variable GNUTAR            is set to: tar
The variable UPD               is set to: 420
The variable WORK_STAMP        is set to: AOO420
The variable SOLARVER          is set to: C:/OpenOffice/source/main/solver/420
The variable SOLARVERSION      is set to: $SOLARVER
The variable WORKDIR           is set to: $SOLARVER/$INPATH/workdir
The variable OUTDIR            is set to: $SOLARVER/$INPATH
The variable SOLARENV          is set to: C:/OpenOffice/source/main/solenv
The variable SOLARENVINC       is set to: $SOLARENV/inc
The variable LOCALINI          is set to: $SOLARENV/config
The variable STAR_INIROOT      is set to: $SOLARENV/config
The variable STAR_INIROOTOLD   is set to: $SOLARENV/config
The variable STAR_STANDLST     is set to: $SOLARENV/config/stand.lst
The variable STAR_SSCOMMON     is set to: $SOLARENV/config/ssolar.cmn
The variable STAR_SSOLARINI    is set to: $SOLARENV/config/ssolar.ini
The variable DMAKEROOT         is set to: $SOLARENVINC/startup
The variable CLASSPATH         is set to: $JAVA_HOME/jre/lib/rt.jar;.
The variable XCLASSPATH        is set to: $JAVA_HOME/jre/lib/rt.jar;.
The variable JDK               is set to: sun
The variable JAVAFLAGS         is set to: unset
The variable JAVAINTERPRETER   is set to: 
C:/PROGRA~2/Java/JDK18~1.0_1/bin/java.exe
The variable JAVAIFLAGS        is set to: unset
The variable JAVACOMPILER      is set to: 
C:/PROGRA~2/Java/JDK18~1.0_1/bin/javac.exe
The variable JAVAAOTCOMPILER   is set to: unset
The variable JAVADOC           is set to: 
C:/PROGRA~2/Java/JDK18~1.0_1/bin/javadoc.exe
The variable SCPDEFS           is set to:  -DENABLE_ONLINE_UPDATE 
-DWITH_CATB_FONTS -DWITH_CATA_FONTS
The variable SOLAREXTRAINC     is set to: unset
The variable SOLAREXTRALIB     is set to: unset
The variable PATH              is set to: 
/cygdrive/c/OpenOffice/source/main/solenv/bin:/cygdrive/c/OpenOffice/source/main/solenv/wntmsci12.pro/bin:/cygdrive/c/PROGRA~2/Java/JDK18~1.0_1/bin:/cygdrive/c/PROGRA~2/Java/JDK18~1.0_1/jre/bin/client:/cygdrive/c/PROGRA~2/MICROS~3.0/VC/bin:.:/cygdrive/c/PROGRA~2/MICROS~2/Windows/v7.1A/bin:/cygdrive/c/Windows/MICROS~1.NET/FRAMEW~1/V40~1.303:/cygdrive/c/PROGRA~2/MICROS~3.0/VC/bin:/usr/bin:/cygdrive/c/NSIS:/usr/local/bin:/cygdrive/c/Program
 Files (x86)/Parallels/Parallels Tools/Applications:/cygdrive/c/Program Files 
(x86)/Common Files/Oracle/Java/javapath:/cygdrive/c/Program Files 
(x86)/Intel/iCLS Client:/cygdrive/c/Program Files/Intel/iCLS 
Client:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program
 Files/dotnet:/cygdrive/c/Program Files/Microsoft SQL 
Server/130/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL 
Server/90/Tools/binn:/cygdrive/c/Program 
Files/Git/cmd:/cygdrive/c/Users/George/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/George/AppData/Local/Programs/Microsoft
 VS Code/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
10.0/Common7/IDE
The variable SOLARLIB          is set to:  -L$SOLARVER/$INPATH/lib -L../lib 
-L$SOLARENV/$OUTPATH/lib
The variable SOLARINC          is set to:  -I. -I$SOLARVER/$INPATH/inc/stl 
-I$SOLARVER/$INPATH/inc/external -I$SOLARVER/$INPATH/inc 
-I$SOLARENV/$OUTPATH/inc -I$SOLARENV/inc -I$SRC_ROOT/res -I$SRC_ROOT/tools/inc 
-I$SRC_ROOT/comphelper/inc -I$JAVA_HOME/include/win32 -I$JAVA_HOME/include 
-I$PSDK_HOME/include -I$COMPATH/include 
-IC:/Microsoft_DirectX_SDK_June_2010/include 
-IC:/Microsoft_DirectX_SDK_June_2010/include
The variable COMP_ENV          is set to: wntmsci12
The variable JAVAHOME          is set to: $JAVA_HOME
The variable CC                is set to: C:/PROGRA~2/MICROS~3.0/VC/bin/cl.exe
The variable HAVE_GCC_VISIBILITY_FEATURE is set to: unset
The variable HAVE_LD_HASH_STYLE is set to: unset
The variable HAVE_LD_BSYMBOLIC_FUNCTIONS is set to: unset
The variable CXX               is set to: C:/PROGRA~2/MICROS~3.0/VC/bin/cl.exe
The variable USE_CCACHE        is set to: unset
The variable MINGWCXX          is set to: unset
The variable MINGWSTRIP        is set to: unset
The variable USE_SYSTEM_STL    is set to: YES
The variable ALLOC             is set to: unset
The variable ENABLE_SYMBOLS    is set to: unset
The variable DISABLE_STRIP     is set to: unset
The variable LFS_CFLAGS        is set to: -D_FILE_OFFSET_BITS=unknown 
-D_LARGE_FILES
The variable ENABLE_CRASHDUMP  is set to: unset
The variable ENABLE_CUPS       is set to: unset
The variable ENABLE_RANDR      is set to: unset
The variable ENABLE_FONTCONFIG is set to: unset
The variable ENABLE_DIRECTX    is set to: TRUE
The variable ENABLE_DIRECT_DRAW is set to: unset
The variable ENABLE_LAYOUT     is set to: FALSE
The variable ENABLE_PCH        is set to: unset
The variable ENABLE_GRAPHITE   is set to: TRUE
The variable SYSTEM_GRAPHITE   is set to: NO
The variable GRAPHITE_LIBS     is set to: unset
The variable GRAPHITE_CFLAGS   is set to: unset
The variable VC_STANDARD       is set to: unset
The variable BUILD_X64         is set to: TRUE
The variable ENABLE_CATEGORY_B is set to: YES
The variable BUNDLED_EXTENSION_BLOBS is set to: unset
The variable BUNDLED_PREREG_EXTENSIONS is set to: unset
The variable ENABLE_BUNDLED_DICTIONARIES is set to: YES
The variable SYSTEM_DICTS      is set to: NO
The variable DICT_SYSTEM_DIR   is set to: unset
The variable HYPH_SYSTEM_DIR   is set to: unset
The variable THES_SYSTEM_DIR   is set to: unset
The variable ENABLE_LOCKDOWN   is set to: unset
The variable WITH_LDAP         is set to: NO
The variable WITH_OPENLDAP     is set to: unset
The variable MOZ_INC           is set to: unset
The variable WITH_CATA_FONTS   is set to: YES
The variable WITH_CATB_FONTS   is set to: YES
The variable WITH_FONTS        is set to: YES
The variable WITHOUT_AFMS      is set to: unset
The variable WITHOUT_PPDS      is set to: unset
The variable BUILD_TYPE        is set to: OOo TWAIN GTEST ODK ZLIB JPEG EXPAT 
LIBXSLT LIBXML2 LIBXMLSEC PYTHON LUCENE HSQLDB SAXON RHINO APR APR_UTIL SERF 
COINMP COINMP CURL MDDS BOOST VIGRA UNIXODBC NSS SANE ICU GRAPHITE 
X11_EXTENSIONS NSS OPENSSL REDLAND HUNSPELL HYPHEN MYTHES LIBTEXTCAT 
LIBTEXTCATDATA SWEXT TOMCAT APACHE_COMMONS TOMCAT MATHMLDTD CATB_FONTS 
MORE_FONTS AFMS L10N
The variable ADDITIONAL_REPOSITORIES is set to: ../ext_libraries ../extras
The variable VERBOSE           is set to: unset
The variable ENABLE_EVOAB2     is set to: unset
The variable GOBJECT_CFLAGS    is set to: unset
The variable GOBJECT_LIBS      is set to: unset
The variable EPM               is set to: unset
The variable EPM_URL           is set to: unset
The variable EPM_FLAGS         is set to: unset
The variable BUILD_EPM         is set to: unset
The variable PKGFORMAT         is set to: msi
The variable SYSTEM_STDLIBS    is set to: NO
The variable SYSTEM_ZLIB       is set to: NO
The variable SYSTEM_NSS        is set to: NO
The variable NSS_CFLAGS        is set to: unset
The variable NSS_LIBS          is set to: unset
The variable SYSTEM_OPENSSL    is set to: NO
The variable OPENSSL_CFLAGS    is set to: unset
The variable OPENSSL_LIBS      is set to: unset
The variable SYSTEM_PYTHON     is set to: NO
The variable PYTHON_CFLAGS     is set to: unset
The variable PYTHON_LIBS       is set to: unset
The variable HOME              is set to: /home/George
The variable SYSTEM_ICU        is set to: NO
The variable ICU_MAJOR         is set to: unset
The variable ICU_MINOR         is set to: unset
The variable ICU_MICRO         is set to: unset
The variable SYSTEM_GENBRK     is set to: unset
The variable SYSTEM_GENCCODE   is set to: unset
The variable SYSTEM_GENCMN     is set to: unset
The variable SYSTEM_JPEG       is set to: NO
The variable FREETYPE_CFLAGS   is set to: unset
The variable FREETYPE_LIBS     is set to: unset
The variable SYSTEM_POPPLER    is set to: unset
The variable POPPLER_CFLAGS    is set to: unset
The variable POPPLER_LIBS      is set to: unset
The variable GSTREAMER_CFLAGS  is set to: unset
The variable GSTREAMER_LIBS    is set to: unset
The variable SYSTEM_CAIRO      is set to: unset
The variable BUILD_PIXMAN      is set to: unset
The variable CAIRO_CFLAGS      is set to: unset
The variable CAIRO_LIBS        is set to: unset
The variable XRANDR_CFLAGS     is set to: unset
The variable XRANDR_LIBS       is set to: unset
The variable XRANDR_DLOPEN     is set to: unset
The variable ENABLE_UNIT_TESTS is set to: YES
The variable SYSTEM_LIBXML     is set to: NO
The variable USE_FT_EMBOLDEN   is set to: unset
The variable LIBXML_CFLAGS     is set to: unset
The variable LIBXML_LIBS       is set to: unset
The variable SYSTEM_EXPAT      is set to: NO
The variable ENABLE_MYSQLC     is set to: NO
The variable SYSTEM_MYSQL      is set to: unset
The variable SYSTEM_MYSQL_CPPCONN is set to: unset
The variable MYSQL_INC         is set to: unset
The variable MYSQL_LIB         is set to: unset
The variable MYSQL_DEFINES     is set to: unset
The variable LIBMYSQL_PATH     is set to: unset
The variable SYSTEM_HSQLDB     is set to: NO
The variable HSQLDB_JAR        is set to: unset
The variable SYSTEM_LUCENE     is set to: NO
The variable LUCENE_CORE_JAR   is set to: unset
The variable LUCENE_ANALYZERS_JAR is set to: unset
The variable SYSTEM_BSH        is set to: NO
The variable BSH_JAR           is set to: unset
The variable ENABLE_BEANSHELL  is set to: NO
The variable SYSTEM_SAXON      is set to: NO
The variable SAXON_JAR         is set to: unset
The variable DISABLE_SAXON     is set to: unset
The variable ENABLE_JAVASCRIPT is set to: YES
The variable SYSTEM_APR        is set to: NO
The variable APR_CFLAGS        is set to: unset
The variable APR_LIBS          is set to: unset
The variable SYSTEM_APR_UTIL   is set to: NO
The variable APR_UTIL_CFLAGS   is set to: unset
The variable APR_UTIL_LIBS     is set to: unset
The variable SYSTEM_SERF       is set to: NO
The variable SERF_CFLAGS       is set to: unset
The variable SERF_LIBS         is set to: unset
The variable SYSTEM_COINMP     is set to: NO
The variable ENABLE_COINMP     is set to: YES
The variable COINMP_CFLAGS     is set to: unset
The variable COINMP_LIBS       is set to: unset
The variable SYSTEM_ODBC_HEADERS is set to: NO
The variable SYSTEM_LIBXSLT    is set to: NO
The variable LIBXSLT_CFLAGS    is set to: unset
The variable LIBXSLT_LIBS      is set to: unset
The variable SYSTEM_SANE_HEADER is set to: NO
The variable SYSTEM_XRENDER_HEADERS is set to: NO
The variable SYSTEM_CURL       is set to: NO
The variable CURL_CFLAGS       is set to: unset
The variable CURL_LIBS         is set to: unset
The variable SYSTEM_BOOST      is set to: NO
The variable SYSTEM_MDDS       is set to: NO
The variable SYSTEM_VIGRA      is set to: NO
The variable SYSTEM_GDKPIXBUF  is set to: YES
The variable SYSTEM_GLIB       is set to: YES
The variable SYSTEM_GETTEXT    is set to: YES
The variable SYSTEM_PANGO      is set to: YES
The variable SYSTEM_LIBPNG     is set to: NO
The variable SYSTEM_LIBJPEG    is set to: NO
The variable RAT_JAR_HOME      is set to: unset
The variable DMAKE_URL         is set to: 
https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
The variable DMAKE_PATH        is set to: unset
The variable IS_SYSTEM_DMAKE   is set to: unset
The variable BUILD_STAX        is set to: YES
The variable BUILD_UNOWINREG   is set to: YES
The variable USE_XINERAMA      is set to: unset
The variable XINERAMA_LINK     is set to: unset
The variable SYSTEM_REDLAND    is set to: NO
The variable REDLAND_CFLAGS    is set to: unset
The variable REDLAND_LIBS      is set to: unset
The variable SYSTEM_HUNSPELL   is set to: NO
The variable HUNSPELL_CFLAGS   is set to: unset
The variable HUNSPELL_LIBS     is set to: unset
The variable HAVE_GETOPT       is set to: NO
The variable HAVE_READDIR_R    is set to: NO
The variable SYSTEM_LIBC       is set to: unset
The variable SYSTEM_HYPH       is set to: NO
The variable HYPHEN_LIB        is set to: unset
The variable SYSTEM_MYTHES     is set to: NO
The variable MYTHES_CFLAGS     is set to: unset
The variable MYTHES_LIBS       is set to: unset
The variable SYSTEM_LIBTEXTCAT is set to: NO
The variable SYSTEM_LIBTEXTCAT_DATA is set to: unset
The variable PAM               is set to: unset
The variable NEW_SHADOW_API    is set to: unset
The variable PAM_LINK          is set to: unset
The variable CRYPT_LINK        is set to: unset
The variable XAU_LIBS          is set to: unset
The variable COMMON_BUILD_TOOLS is set to: $SRC_ROOT/external/common
The variable SOLARSRC          is set to: $SRC_ROOT
The variable SOURCE_ROOT_DIR   is set to: C:/OpenOffice/source
The variable gb_REPOS          is set to: C:/OpenOffice/source/main 
/cygdrive/c/OpenOffice/source/ext_libraries /cygdrive/c/OpenOffice/source/extras
The variable ILIB              is set to: 
.;C:\\OpenOffice\\source\\main\\solver\\420\\wntmsci12.pro\\lib;C:\\PROGRA~2\\Java\\JDK18~1.0_1\\lib;C:\\PROGRA~2\\MICROS~2\\Windows\\v7.1A\\lib;C:\\PROGRA~2\\MICROS~2\\Windows\\v7.1A\\lib;C:\\PROGRA~2\\MICROS~3.0\\VC\\lib
The variable GREP              is set to: $CYGWIN_PATH/grep.exe
The variable FIND              is set to: $CYGWIN_PATH/find.exe
The variable LS                is set to: $CYGWIN_PATH/ls.exe
The variable GNUCOPY           is set to: $CYGWIN_PATH/cp.exe
The variable TOUCH             is set to: $CYGWIN_PATH/touch.exe
The variable WITH_VC_REDIST    is set to: YES
The variable DELIVER           is set to: deliver.pl
The variable MKOUT             is set to: mkout.pl
The variable ZIPDEP            is set to: zipdep.pl

#
# Aliases.
#
The alias mkout is set to: "$PERL $SOLARENV/bin/mkout.pl"
The alias deliver is set to: "$PERL $SOLARENV/bin/deliver.pl"
The alias build is set to: "$PERL $SOLARENV/bin/build.pl"
The alias build_client is set to: "$PERL $SOLARENV/bin/build_client.pl"
The alias zipdep is set to: "$PERL $SOLARENV/bin/zipdep.pl"
The variable GNUPATCH          is set to: unset
The variable GPERF             is set to: /usr/bin/gperf
The variable GNUCOPY           is set to: /usr/bin/cp
The variable SAL_ENABLE_FILE_LOCKING is set to: 1
mv: cannot stat 'winenv.set': No such file or directory
****************************************************************************
*
* Apache OpenOffice 420 configuration.
*
*
* Configuration part of Apache OpenOffice 420 build is finished.
*
* Note: Be aware that you might not be able to build Apache OpenOffice if
* you ignore any warnings that were generated during this configuration
* process.
*
*
* USAGE:
* Source winenv.set.sh (in sh)
* in order to set up the build-environment variables.
*
*
****************************************************************************
Configure completed

Run ./bootstrap in C:/OpenOffice/source/main to provide build tools and get 
third-party packages
=============
Building module gtest
=============

Entering /cygdrive/c/OpenOffice/source/ext_libraries/gtest

mkdir: cannot create directory './wntmsci12.pro/misc/build/gtest-1.7.0/': File 
exists
[ build CXX ] gtest/wntmsci12.pro/misc/build/gtest-1.7.0/src/gtest-all
R=c:/OpenOffice/source && O=$R/main/solver/420/wntmsci12.pro && 
W=$R/main/solver/420/wntmsci12.pro/workdir && S=$R/main &&  mkdir -p 
$W/CxxObject/gtest/wntmsci12.pro/misc/build/gtest-1.7.0/src/ 
$W/Dep/CxxObject/gtest/wntmsci12.pro/misc/build/gtest-1.7.0/src/ && unset 
INCLUDE && C:/PROGRA~2/MICROS~3.0/VC/bin/cl.exe -DBOOST_MEM_FN_ENABLE_CDECL 
-DCPPU_ENV=msci -DCUI -DENABLE_GRAPHITE -DENABLE_GTK -DENABLE_LAYOUT=0 
-DENABLE_LAYOUT_EXPERIMENTAL=0 -DFULL_DESK -DINTEL -DM1500-DMSC -DNDEBUG 
-DNEED_ALIGN8 -DNT351 -DOPTIMIZE -DOSL_DEBUG_LEVEL=0 -DPRODUCT -DPRODUCT_FULL 
-DSOLAR_JAVA -DSUPD=420 -DVCL -DWIN32 -DWINVER=0x0500 -DWNT 
-D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NON_CONFORMING_SWPRINTFS 
-D_CRT_SECURE_NO_DEPRECATE -D_DLL -D_MT -D_REENTRANT -D_WIN32_IE=0x0500 
-D_X86_=1  -D_DLL_  -DGTEST_CREATE_SHARED_LIBRARY=1  -Gd -GR -Gs -GS -Gy 
-nologo -Wall -wd4005 -wd4061 -wd4127 -wd4180 -wd4189 -wd4191 -wd4217 -wd4250 
-wd4251 -wd4275 -wd4290 -wd4294 -wd4350 -wd4355 -wd4365 -wd4503 -wd4505 -wd4511 
-wd4512 -wd4514 -wd4611 -wd4619 -wd4625 -wd4626 -wd4640 -wd4668 -wd4675 -wd4692 
-wd4710 -wd4711 -wd4738 -wd4786 -wd4800 -wd4820 -wd4826 -Zc:wchar_t- -Zm500   
-DEXCEPTIONS_ON -EHa  -Fd$W/LinkTarget/pdb/Library/igtest.lib.pdb -Ob1 -Oxs 
-Oy-  -I$R/ext_libraries/gtest/wntmsci12.pro/misc/build/gtest-1.7.0/src/ 
-IC:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc/stl 
-IC:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc/external 
-IC:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc 
-IC:/OpenOffice/source/main/solenv/wntmsci12/inc 
-IC:/OpenOffice/source/main/solenv/inc -IC:/OpenOffice/source/main/res 
-IC:/OpenOffice/source/main/tools/inc 
-IC:/OpenOffice/source/main/comphelper/inc 
-IC:/PROGRA~2/Java/JDK18~1.0_1/include/win32 
-IC:/PROGRA~2/Java/JDK18~1.0_1/include 
-IC:/PROGRA~2/MICROS~2/Windows/v7.1A/include 
-IC:/PROGRA~2/MICROS~3.0/VC/include 
-IC:/Microsoft_DirectX_SDK_June_2010/include 
-IC:/Microsoft_DirectX_SDK_June_2010/include   -I. -I./include  -c 
$R/ext_libraries/gtest/wntmsci12.pro/misc/build/gtest-1.7.0/src/gtest-all.cxx 
-Fo$W/CxxObject/gtest/wntmsci12.pro/misc/build/gtest-1.7.0/src/gtest-all.o
gtest-all.cxx
C:/PROGRA~2/MICROS~3.0/VC/include\crtdbg.h(1041) : warning C4986: 'operator 
new[]': exception specification does not match previous declaration
        C:/PROGRA~2/MICROS~3.0/VC/include\new(79) : see declaration of 
'operator new[]'
C:/PROGRA~2/MICROS~3.0/VC/include\crtdbg.h(1059) : warning C4986: 'operator 
delete[]': exception specification does not match previous declaration
        C:/PROGRA~2/MICROS~3.0/VC/include\new(77) : see declaration of 
'operator delete[]'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(791)
 : error C3855: 'std::tr1::tuple_element': template parameter '_Idx' is 
incompatible with the declaration
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(803)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(803)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(803)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(807)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(807)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(807)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(815)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(815)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(815)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(819)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(819)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(819)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(827)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(827)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(827)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(831)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(831)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(831)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(839)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(839)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(839)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(843)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(843)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(843)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(851)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(851)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(851)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(855)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(855)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(855)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(863)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(863)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(863)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(867)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(867)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(867)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(875)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(875)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(875)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(879)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(879)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(879)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(887)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(887)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(887)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(891)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(891)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(891)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(899)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(899)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(899)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(903)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(903)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(903)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(911)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(911)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(911)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(915)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(915)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(915)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(922)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(922)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(922)
 : error C2065: 'type' : undeclared identifier
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(928)
 : error C2039: 'type' : is not a member of 'std::tr1::tuple_element'
        
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(788)
 : see declaration of 'std::tr1::tuple_element'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(928)
 : error C2146: syntax error : missing ',' before identifier 'type'
C:/OpenOffice/source/main/solver/420/wntmsci12.pro/inc\gtest/internal/gtest-tuple.h(928)
 : error C2065: 'type' : undeclared identifier
make: *** No rule to make target 
'/cygdrive/c/OpenOffice/source/main/solver/420/wntmsci12.pro/workdir/CxxObject/gtest/wntmsci12.pro/misc/build/gtest-1.7.0/src/gtest-all.o',
 needed by 
'/cygdrive/c/OpenOffice/source/main/solver/420/wntmsci12.pro/workdir/LinkTarget/Library/igtest.lib'.
  Stop.
dmake:  Error code 2, while making 
'./wntmsci12.pro/misc/build/so_built_oo_gtest'

1 module(s):
        gtest
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making 
/cygdrive/c/OpenOffice/source/ext_libraries/gtest

When you have fixed the errors in that module you can resume the build by 
running:

        build --all:gtest

On 14 Oct 2018, at 13:09, Gavin McDonald <ipv6g...@gmail.com> wrote:


Please consider filing an INFRA ticket with any new software versions that
might be needed on the Buildbots.
Also eqnuire about an extra 16.04 buildbot if needed.

Gav...


On Sat, Oct 13, 2018 at 9:31 PM Matthias Seidel <matthias.sei...@hamburg.de>
wrote:

Hello George,

Am 10.10.2018 um 13:23 schrieb George Karalis:
Hello,

This is an update of the current MSVC task. So far I had success in
integrating MSVC 2015
to the project but it requires Windows SDK 8.1 or higher in order to
work correctly. I ‘ve
found that Microsoft has reworked the folder structure of this SDK so it
requires additional
work to be done in the configure.ac, in order to find the correct
compilers and tools. Same
thing at the Windows 10 SDK, which has a more different structure.

Thank you for your work!
Windows is the main platform for our users with about 85% of downloads.
Still is has been a bit neglected...
A newer SDK/compiler will certainly help us on our way to a 64-bit version.


Another thing that requires additional work is the integration of MSVC
2017. I was able to
find the installation from the registry, using oowintool, copy the
required dll etc., but in Visual
Studio 2017 the folder structure is completely different, so changes are
also needed at
configure.ac, for —with-cl-home to work correctly.

So that leaves me with the following notes:

(1) Integrate MSVC 2010 with Windows 7.1 SDK, both are available from
Microsoft, no
    additional work is needed at the configure level, and update the
project to MSBuild
    (Easy)

This is the SDK we are talking about?
https://www.microsoft.com/en-us/download/details.aspx?id=8279

As a non developer I would say this should be our first step.


(2) Integrate MSVC 2017 with Windows 10 SDK, requires more work, but it
’s the main
    goal.

I ‘m thinking of doing an incremental integration. Work on option (1)
and after a successful build
continue to option (2). Option (1) also provides support for Windows XP,
so we could stick at
that for a while. After (1) is complete I presume that building to a new
compiler and SDK, will
be easier, since the project will have already changed to MSBuild.

Sounds like a plan to me.
And I also think it would be good if we can support XP for some
additional time.

Regards,
  Matthias


What are your thoughts and suggestions about this matter?

Kind regards,
George




--
Gav...

Reply via email to