Hi Damjan, The error is still the same, except for the wording is a little different.
Attached the config.log and output. In the meantime I will be looking at the script as well. If I find something wrong, I will let you know. On Sat, Jan 21, 2017 at 1:42 AM, Damjan Jovanovic <[email protected]> wrote: > Firstly, it looks like there's a bug in our configure script: the > dependencies that are checked for in bulk, are different from the > dependencies that are tested individually and reported as missing, so a > missing dependency can be wrongly reported. > > I've just committed a fix for it, so please "svn update", "autoconf", and > try "configure" again. If you still get errors, please attach the output > and your config.log. > > Damjan > > On Sat, Jan 21, 2017 at 3:38 AM, Hong <[email protected]> wrote: > > > Hi all, > > > > Now I am building AOO under Win7. Most of my settings are exactly the > same > > as the instruction. > > > > I keep seeing this package missing error when I did "./configure". Can > > someone please help? I already kept trying the entire afternoon. > > > > > > > > As you can see I did a check, it was installed, but just "./configure" > > complains it is missing. > > > > Someone reported this issue before, but the status is fixed now > > > > https://issues.apache.org/jira/browse/INFRA-12629 > > > > Also the buildbot does not have this issue. What could be wrong with my > > environment? https://ci.apache.org/builders/aoo-win7/builds/602 > > > > On Mon, Jan 16, 2017 at 12:43 PM, Hong <[email protected]> wrote: > > > >> Hi again, > >> > >> I now encountered this error, > >> > >> checking for PSDK files... configure: error: Some (all?) PSDK files not > >> found, please check if all needed Platform SDKs > >> are installed or use --with-psdk-home . > >> > >> I suspect it was that I installed Windows SDK v10, or maybe that I did > >> not install under the default "Program Files (x86)" ? > >> > >> The instruction said the Windows SDK is v7. Does it need to be strictly > >> followed? > >> > >> A more general question is does everything in > https://wiki.openoffice.org > >> /wiki/Documentation/Building_Guide_AOO/Step_by_step needs to be > strictly > >> followed? I am using a Windows 10 machine, but things like .NET 3.5, > MSVC > >> 2008 and GDI needs to come out of Win XP sound a bit outdated. > >> > >> On Sun, Jan 15, 2017 at 9:26 PM, Hong <[email protected]> wrote: > >> > >>> Thanks, will try to find it. > >>> > >>> On Sun, Jan 15, 2017 at 9:20 PM, Damjan Jovanovic <[email protected]> > >>> wrote: > >>> > >>>> The "autoconf" tool is part of Cygwin. > >>>> > >>>> On Mon, Jan 16, 2017 at 7:07 AM, Hong <[email protected]> wrote: > >>>> > >>>> > As in my screenshot, I did not see an autoconf file in my download > as > >>>> well. > >>>> > I was curious why was it too. Autoconf is a project file, not a > Cygwin > >>>> > command/tool? > >>>> > > >>>> > On Sun, Jan 15, 2017 at 9:03 PM, Damjan Jovanovic < > [email protected]> > >>>> > wrote: > >>>> > > >>>> > > Hi > >>>> > > > >>>> > > Please run "autoconf" first, which will generate "configure" from > " > >>>> > > configure.in". > >>>> > > > >>>> > > Damjan > >>>> > > > >>>> > > On Mon, Jan 16, 2017 at 6:58 AM, Hong <[email protected]> wrote: > >>>> > > > >>>> > > > Hello all, > >>>> > > > > >>>> > > > I am trying to build AOO 4.1.3 on a Windows machine. > >>>> > > > > >>>> > > > My source code was from this page, > https://openoffice.apache.org/ > >>>> > > > downloads.html (from the zip, not from the svn checkout) > >>>> > > > > >>>> > > > I was following through this guide, > https://wiki.openoffice.org/ > >>>> > > > wiki/Documentation/Building_Guide_AOO/Step_by_step > >>>> > > > > >>>> > > > I could follow the "Windows 7, Windows 8, Windows 10" section up > >>>> until > >>>> > > > this, > >>>> > > > > >>>> > > > SDK_PATH="/cygdrive/c/Microsoft_SDKs/Windows/v7.0" > >>>> > > > ./configure \ > >>>> > > > --with-frame-home="$SDK_PATH" \ > >>>> > > > --with-psdk-home="$SDK_PATH" \ > >>>> > > > --with-midl-path="$SDK_PATH/bin" \ > >>>> > > > --with-ant-home="/cygdrive/c/apache-ant-1.8.4" \ > >>>> > > > --with-jdk-home="C:/PROGRA~2/Java/JDK18~1.0_7" \ > >>>> > > > --with-csc-path="C:/Windows/Microsoft.NET/Framework/v3.5" \ > >>>> > > > --with-cl-home="C:/PROGRA~2/MI1DCA~1.0/VC" \ > >>>> > > > --with-asm-home="C:/PROGRA~2/MI1DCA~1.0/VC/bin" \ > >>>> > > > --with-dmake-url="http://sourceforge.net/projects/ > >>>> > > > oooextras.mirror/files/dmake-4.12.tar.bz2" \ > >>>> > > > --with-epm-url="https://sourceforge.net/projects/ > >>>> > > > oooextras.mirror/files/epm-3.7.tar.gz" \ > >>>> > > > --disable-pch \ > >>>> > > > --disable-atl \ > >>>> > > > --disable-activex \ > >>>> > > > --disable-nss-module \ > >>>> > > > --without-junit > >>>> > > > > >>>> > > > Assuming this is Cygwin code, typing in Cygwin gave me "bash: > >>>> > > ./configure: > >>>> > > > No such file or directory" > >>>> > > > > >>>> > > > Also the main directory does not seem to have a "configure", but > >>>> only > >>>> > > > configure.cmd and configure.in > >>>> > > > > >>>> > > > > >>>> > > > > >>>> > > > Any thoughts what was the problem here? Am I following the right > >>>> > > > instruction? > >>>> > > > > >>>> > > > >>>> > > >>>> > >>> > >>> > >> > > >
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... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin cygwin checking Cygwin version... 2.6.1(0.305/5/3) CYGWIN_NT-6.1-WOW Steven-PC 2.6.1(0.305/5/3) 2016-12-16 11:50 i686 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... 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... no checking whether to use ATL... no 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...
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
