octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44287] [OF] image package: missing AX_CXX_COM


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #44287] [OF] image package: missing AX_CXX_COMPILE_STDCXX_11 macro for configure.ac
Date: Tue, 17 Feb 2015 23:46:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.4.0

Update of bug #44287 (project octave):

                  Status:               Confirmed => Wont Fix               
             Open/Closed:                    Open => Closed                 
                 Summary: [OF] image package: configure error during
installation => [OF] image package: missing AX_CXX_COMPILE_STDCXX_11 macro for
configure.ac

    _______________________________________________________

Follow-up Comment #2:

The specific macro is indeed not part of the autoconf-archive version on
Debian stable but is already present on Debian testing. Because this is only a
dependency for developers (and for the image package this is a much much
smaller number than Octave core), I didn't bother much with it. An option for
developers in older distros is to download the macro themselves:


cd octave-forge/image/src
wget -O aclocal.m4
http://git.savannah.gnu.org/cgit/autoconf-archive.git/plain/m4/ax_cxx_compile_stdcxx_11.m4
cd ..
./bootstrap
cd src/
./configure


However, the macro is required since it sets up the flags required for the
build. Removing it is not an option.

I don't really understand why autoconf does not fail generating the configure
script since the AX_CXX_COMPILE_STDCXX_11 macro is obviously not there. Would
be great if anyone has a fix for this.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44287>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]