octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave on windows testing


From: Doug Stewart
Subject: Re: Octave on windows testing
Date: Thu, 10 Mar 2016 11:47:47 -0500



On Thu, Mar 10, 2016 at 11:44 AM, John W. Eaton <address@hidden> wrote:
On 03/10/2016 11:42 AM, Mike Miller wrote:

This is in the Octave 4.1+ headers, the error should be the same on any
OS (unless the Makefile is setting compiler vars or options differently
on Windows).

Is the package makefile not getting the value of CXX from mkoctfile or octave-config?  Is it just setting it to "g++" or something?

jwe




>> pkg install -forge struct
In file included from C:\Octave\Octave-4.1.0+\include\octave-4.1.0+\octave\../oct
ave/Array.h:38:0,
                 from C:\Octave\Octave-4.1.0+\include\octave-4.1.0+\octave\../oct
ave/boolMatrix.h:29,
                 from C:\Octave\Octave-4.1.0+\include\octave-4.1.0+\octave\../oct
ave/mx-base.h:34,
                 from C:\Octave\Octave-4.1.0+\include\octave-4.1.0+\octave\../oct
ave/Matrix.h:32,
                 from C:\Octave\Octave-4.1.0+\include\octave-4.1.0+\octave\../oct
ave/oct.h:30,
                 from error-helpers.cc:20:
C:\Octave\Octave-4.1.0+\include\octave-4.1.0+\octave\../octave/idx-vector.h:68:55
: error: 'unique_ptr' in namespace 'std' does not name a type
   template <typename T, typename D> friend class std::unique_ptr;
                                                       ^
make: *** [error-helpers.o] Error 1
make: Entering directory `/tmp/oct-Rg2MEu/struct-1.0.12/src'
CXX=g++ CXXFLAGS="-g -O2" C:/Octave/Octave-4.1.0+/bin/mkoctfile-4.1.0+.exe -c err
or-helpers.cc
make: Leaving directory `/tmp/oct-Rg2MEu/struct-1.0.12/src'

pkg: error running `make' for the struct package.
error: called from
    install at line 199 column 5
    pkg at line 409 column 9

--
DAS


reply via email to

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