To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=82163 Issue #|82163 Summary|Compiling OOO Core using Visual C++ 2008 Component|tools Version|OOo 2.2.1 Platform|PC URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|dmake Assigned to|hjs Reported by|friendsinmelb
------- Additional comments from [EMAIL PROTECTED] Tue Oct 2 01:56:53 +0000 2007 ------- Hi I'm trying to build OO on Windows and following instructions as mentioned on http://tools.openoffice.org/dev_docs/build_windows_tcsh.html website. I've been able to configure OO. I used following configuration script: ./Configure --disable-build-mozilla --with-use-shell=bash --disable-activex -- with-win32 --with-distro=NovellWin32 --with-tag=src680-m190 --with-cl- home="/cygdrive/c/program files/microsoft visual studio 8/vc" --with-csc- path="/cygdrive/c/windows/microsoft.Net/Framework/v2.0.50727" --with-midl- path="/cygdrive/c/Program Files/Microsoft platform SDK/BIN" --with-frame- home="/cygdrive/c/Program Files/Microsoft Platform SDK" --with-ant- home="/cygdrive/c/apache-ant-1.7.0" --with-jdk- home="/cygdrive/c/j2sdk1.4.2_15" --disable-directx --with-nsis- path="/cygdrive/c/program files/nsis" When I try to run tcsh, I get an error saying "Badly placed ()'s". When I do ./bootstrap ... i get an error saying "C compiler cannot create executables See `config.log' for more details.". I'm copying config log for your reference: ------------------- config.log ------------------------ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by dmake configure 4.6, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --enable-spawn ## --------- ## ## Platform. ## ## --------- ## hostname = HP41242686310 uname -m = i686 uname -r = 1.5.24(0.156/4/2) uname -s = CYGWIN_NT-5.1 uname -v = 2007-01-31 10:57 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: . PATH: /cygdrive/c/Development/OpenOffice/OOo_2.2.1_src_core/OOF680_m18/solver/6 80/wntmsci11.pro/bin PATH: /cygdrive/c/Development/OpenOffice/OOo_2.2.1_src_core/OOF680_m18/solenv/b in PATH: /cygdrive/c/Development/OpenOffice/OOo_2.2.1_src_core/OOF680_m18/solenv/w ntmsci11/bin PATH: /cygdrive/c/J2SDK1~1.2_1/bin PATH: /cygdrive/c/J2SDK1~1.2_1/jre/bin/client PATH: /cygdrive/c/PROGRA~1/MICROS~2/vc/bin PATH: /cygdrive/c/PROGRA~1/MICROS~2/Common7/IDE PATH: /cygdrive/c/PROGRA~1/MIC977~1/BIN PATH: /cygdrive/c/windows/MICROS~1.NET/FRAMEW~1/V20~1.507 PATH: /cygdrive/c/PROGRA~1/MICROS~2/vc/bin PATH: /usr/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /cygdrive/c/PROGRA~1/MI2467~1/UTILIT~1/Bin/x86 PATH: /cygdrive/c/WINDOWS/system32 PATH: /cygdrive/c/WINDOWS PATH: /cygdrive/c/WINDOWS/System32/Wbem PATH: /cygdrive/c/PROGRA~1/MICROS~4/90/Tools/binn/ PATH: /cygdrive/c/PROGRA~1/MICROS~3.NET/Common7/IDE PATH: /cygdrive/c/PROGRA~1/MIC977~1/Bin/ PATH: /cygdrive/c/PROGRA~1/MIC977~1/Bin/WinNT/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:1351: checking build system type configure:1369: result: i686-pc-cygwin configure:1394: checking for a BSD-compatible install configure:1449: result: /usr/bin/install -c configure:1460: checking whether build environment is sane configure:1503: result: yes configure:1568: checking for gawk configure:1584: found /usr/bin/gawk configure:1594: result: gawk configure:1604: checking whether make sets $(MAKE) configure:1624: result: yes configure:1793: checking whether to enable maintainer-specific portions of Makefiles configure:1802: result: no configure:1878: checking for gcc configure:1894: found /usr/bin/gcc configure:1904: result: gcc configure:2148: checking for C compiler version configure:2151: gcc --version </dev/null >&5 gcc (GCC) 3.3.3 (cygwin special) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2154: $? = 0 configure:2156: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec- prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib -- mandir=/usr/share/man --infodir=/usr/share/info --enable- languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls --without-included- gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable- threads=posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable- version-specific-runtime-libs --disable-win32-registry Thread model: posix gcc version 3.3.3 (cygwin special) configure:2159: $? = 0 configure:2161: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:2164: $? = 1 configure:2187: checking for C compiler default output file name configure:2190: gcc conftest.c >&5 gcc: installation problem, cannot exec `as': No such file or directory configure:2193: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "dmake" | #define PACKAGE_TARNAME "dmake" | #define PACKAGE_VERSION "4.6" | #define PACKAGE_STRING "dmake 4.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "dmake" | #define VERSION "4.6" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2232: error: C compiler cannot create executables See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-cygwin ac_cv_build_alias=i686-pc-cygwin ac_cv_env_CC_set=set ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_make_make_set=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /cygdrive/c/Development/OpenOffice/OOo_2.2.1_src_core/OOF680_ m18/dmake/missing --run aclocal-1.9' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='' AMTAR='${SHELL} /cygdrive/c/Development/OpenOffice/OOo_2.2.1_src_core/OOF680_m1 8/dmake/missing --run tar' AUTOCONF='${SHELL} /cygdrive/c/Development/OpenOffice/OOo_2.2.1_src_core/OOF680 _m18/dmake/missing --run autoconf' AUTOHEADER='${SHELL} /cygdrive/c/Development/OpenOffice/OOo_2.2.1_src_core/OOF6 80_m18/dmake/missing --run autoheader' AUTOMAKE='${SHELL} /cygdrive/c/Development/OpenOffice/OOo_2.2.1_src_core/OOF680 _m18/dmake/missing --run automake-1.9' AWK='gawk' CC='gcc' CCDEPMODE='' CFLAGS='' CPP='' CPPFLAGS='' CYGPATH_W='cygpath -w' DBUG_FALSE='' DBUG_TRUE='' DEFS='' DEPDIR='' DMAKEROOT_H_LINE1='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='.exe' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LN_S='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /cygdrive/c/Development/OpenOffice/OOo_2.2.1_src_core/OOF680 _m18/dmake/missing --run makeinfo' OBJEXT='' OS_LIBRARY='' OS_SUBDIRS='' OS_TYPE='' OS_VERSION='' PACKAGE='dmake' PACKAGE_BUGREPORT='' PACKAGE_NAME='dmake' PACKAGE_STRING='dmake 4.6' PACKAGE_TARNAME='dmake' PACKAGE_VERSION='4.6' PATH_SEPARATOR=':' RANLIB='' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='4.6' ac_ct_CC='gcc' ac_ct_RANLIB='' ac_ct_STRIP='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='' am__include='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-cygwin' build_alias='' build_cpu='i686' build_os='cygwin' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/cygdrive/c/Development/OpenOffice/OOo_2.2.1_src_core/OOF680_m18/dm ake/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='NONE' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE "dmake" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "dmake" #define PACKAGE_STRING "dmake 4.6" #define PACKAGE_TARNAME "dmake" #define PACKAGE_VERSION "4.6" #define VERSION "4.6" configure: exit 77 ------------------- config.log ------------------------ I am a windows programmer and dont know much about Linux/ Unix system, so please forgive me if my description is off the mark. I will be really greatful for any suggestions. Regards --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
