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

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

[Octave-bug-tracker] [bug #47968] mxe-octave: build of default branch fa


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #47968] mxe-octave: build of default branch fails with "unable to deduce 'const auto' from 'octave::sys::popen2'"
Date: Tue, 24 May 2016 16:38:08 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #5, bug #47968 (project octave):

It looks like what happened here is simple naming conflict with the new
namespace approach jwe is working on.

The old names were octave_popen2 (an internal-use only function defined on
non-Cygwin Windows systems) and octave_syscalls::popen2, the public exposed
API function for calling popen2 in Octave (either from libinterp or from
external code).

The new names are both octave::sys::popen2, so we just need a new name for one
of them to avoid the name conflict. I think the one in lo-sysdep should be
renamed since it is only there for the other to use internally on Windows
systems.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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