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

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

[Octave-bug-tracker] [bug #54176] [MXE-Octave] can't build stable Octave


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #54176] [MXE-Octave] can't build stable Octave
Date: Sat, 30 Jun 2018 11:51:48 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #15, bug #54176 (project octave):

makeinst-script.sh currrently extract the version usinf:

VERSION=`echo $OCTAVE_VERSION | sed -n 's,\([0-9\.]*\).*,\1,p'`

so is only grabbing the numbers

you could change that to 

VERSION=`echo $OCTAVE_VERSION` 

and see if it will work, however as I said in comment 29, for some reason I
recall that anything not numeric was an issue.


Alternatively, the issue you are seeing is registry key values, vs the
application version.
So perhaps any registry key for install and uninstall should change from

Octave-$VERSION

to 

Octave-$OCTAVE_VERSION


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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