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

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

[Octave-bug-tracker] [bug #40222] OF windows pkg doesn't get installed a


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #40222] OF windows pkg doesn't get installed anymore with Octave dev version
Date: Wed, 09 Oct 2013 18:57:55 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

Follow-up Comment #4, bug #40222 (project octave):

Indeed, after inserting

#include <string>

at the top of OCTAVE_HOME>/include/octave-3.7.7+/octave/version.h, the windows
package gets installed fine.

Could the cure be to do something like

#ifndef _STRING_H_
#include <string>
#endif

in version.in.h ?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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