[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] wxPdfDoc: autoreconf failing with cygwin
From: |
Greg Chicares |
Subject: |
[lmi] wxPdfDoc: autoreconf failing with cygwin |
Date: |
Wed, 8 Aug 2018 17:16:54 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
Vadim--You probably don't have time to fix this properly right now,
but in the meantime can you think of any kludge that might get us
past this problem quickly so that we can start final testing of the
PDF code you've modernized?
This happens on an msw-10 machine, on which cygwin was installed
today using 'install_cygwin.bat'.
cd /opt/lmi/wxpdfdoc-scratch/wxPdfDoc-v0.9.6-28-gf66b428 \
&& export PATH="/MinGW_/bin/:/usr/local/bin:/usr/bin:[...tons of corporate
clutter removed...]" \
&& autoreconf \
&& ./configure --prefix=/opt/lmi/local --exec-prefix=/opt/lmi/local
--with-wx-prefix=/opt/lmi/local --with-wx-exec-prefix=/opt/lmi/local
--build=i686-pc-cygwin --host=i686-w64-mingw32 --disable-dependency-tracking
CFLAGS='-fno-omit-frame-pointer' CXXFLAGS='-fno-omit-frame-pointer -std=c++11'
\
&& make install \
configure.ac:46: error: possibly undefined macro: AC_MSG_FAILURE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf-2.69: /usr/bin/autoconf-2.69 failed with exit status: 1
make[1]: *** [/opt/lmi/src/lmi/install_wxpdfdoc.make:116: wxpdfdoc] Error 1
make[1]: Leaving directory '/opt/lmi/src/lmi'
make: *** [install_wxpdfdoc.make:93: all] Error 2
- [lmi] wxPdfDoc: autoreconf failing with cygwin,
Greg Chicares <=