You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Mohammed Abbas <al...@gmail.com> on 2020/02/20 09:35:38 UTC

Problims with configure

Hello
I am trying to build aoo in windows 7
I followed the instructions mentioned
But I have problem at the configure
I think it is with the dmake url


$ ./configure --with-dmake-url="
https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2"
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-pc-cygwin
checking host system type... x86_64-pc-cygwin
checking target system type... x86_64-pc-cygwin
cygwin
checking Cygwin version... 3.1.2(0.340/5/3)
head: cannot open '/etc/*-release' for reading: No such file or directory
CYGWIN_NT-6.1 moram-PC 3.1.2(0.340/5/3) 2019-12-21 15:25 x86_64 Cygwin
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
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... no
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... no: disabled modules
nss, hunspell, hyphen, saxon, rhino, graphite, coinmp
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
./configure: line 6433: test: too many arguments
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...
configure: error: not found. install GNU tar.



Any help knowing what am I missing hear