octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave-maintainers Digest, Vol 92, Issue 46


From: John Donoghue
Subject: Re: Octave-maintainers Digest, Vol 92, Issue 46
Date: Tue, 12 Nov 2013 01:43:46 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 11/12/2013 01:00 AM, address@hidden wrote:
Message: 3
Date: Mon, 11 Nov 2013 19:46:20 -0800
From: Rik<address@hidden>
To: Octave Maintainers<address@hidden>
Subject: MXE-Octave building (11/11/13)
Message-ID: <address@hidden>
Content-Type: text/plain; charset=UTF-8

11/11/13

I've never tried it, but it seems increasingly necessary to try and get a
MinGW copy of Octave myself so that I can debug things.  I tried using the
instructions athttp://wiki.octave.org/Windows_Installer.  The instructions
call for using './mk-dist --installer' which fails for me near the bottom
of the script.  Is this supposed to work or is only zip-file creation
supported?

The proximate cause of the failure is this stanza near the bottom of the
mk-dist script.

if [ $installer = "yes" ]; then
   $SHELL ../makeinst-script.sh $OCTAVE_TARGET-$DATE

$SHELL, in my case, is /bin/tcsh which fails to parse makeinst-script.sh
which is a Bourne shell script.  But even when I replace $SHELL with
/bin/sh it still fails further along.

--Rik

Whats the error?

The only issue I have had had lately with the installer script is when more than one copy (version) of octave has been installed - the installer looks for the icon to use and gets two names when it expected one.
I hadnt fixed it as the whole installer is going to be upgraded.
I usually delete the mxe-octave/usr/i686-xxxx/share/octave directory before rebuilding octave so there is only the shared files of one copy of octave.



reply via email to

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