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

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

[Octave-bug-tracker] [bug #45813] geometry-2.0.0 fails to install on win


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45813] geometry-2.0.0 fails to install on windows
Date: Sat, 26 Sep 2015 22:30:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

Follow-up Comment #17, bug #45813 (project octave):

Okay, I checked and the way the delimiter argument is handled is a difference
between the old strsplit (now "ostrsplit") and the Matlab compatible
strsplit.

I still think that PKG_ADD could be fixed so that it can work with a mix of
slashes and backslashes, using filesep("all").


delim = cellstr (filesep ("all")(:));


should give a cell array of possible directory delimiters. This can be given
to the strsplit calls.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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