octave-maintainers
[Top][All Lists]
Advanced

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

Re: RC1 Candidate


From: Avinoam
Subject: Re: RC1 Candidate
Date: Mon, 28 Jan 2019 12:35:08 -0600 (CST)

tmacchant wrote
I have built windows w64-64 binary using mxe-octave. I tried to execute octave by octave.vbs, the application error (0xc000007b) appeared. <http://octave.1599824.n4.nabble.com/file/t131361/ApplicationError.png> (Sorry for Japanese message.) However, octave-cli.exe starts up normally. But this lacks some required environmental settings so that I cannot fully execute __run_test_suite__. Have anyone else tried windows build? Tatsuro -- Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html
I have build the windows version with the following script:
cd mxe-octave
hg -v pull
hg -v update

PATH=`pwd`/usr/bin:$PATH 
autoconf
./configure --enable-devel-tools --enable-octave=stable --enable-windows-64 --enable-64 
touch src/stable-octave.mk

make nsis-installer 
Avinoam

Sent from the Octave - Maintainers mailing list archive at Nabble.com.

reply via email to

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