|
From: | Anirudha Bose |
Subject: | Re: [GSoC] Octave Windows installer test |
Date: | Thu, 25 Jul 2013 18:31:10 +0530 |
Hi Anirudha,I've recompiled everything using your repo (for people interested, it's available here [1]) using cross-compilation. To test the procedure, I simply typed "./mk-dist --jobs 2 --installer" using a fresh clone. Except the following 2 problem, unrelated to your work, the compilation went smoothly and the installer got generated:1) I needed to install SCons2) I needed to patch native-gcc.mk due to my recent change [2], I'll push the change soonHere are a few remarks regarding the current result:1) octave wasn't compiled with JIT, although I specified --enable-jit; it seems it can't detect llvm properly [3]2) on the installer license page, one should avoid the button "I agree" and related terminology; Jordi can explain why much better than me; I think I did that in my installer so you can have a look there3) the default installation direction under WinXP is "C:\Program Files\Octave", the presence of the white space can lead to various problems at runtime and this should be avoided; I would also append the version number, so it's possible to install several octave versions side-by-side without having to change the default install dirMichael.[1] http://inversethought.com/hg/mxe-octave-anirudha/ (thanks to Jordi for hosting it)[3] extract from octave configure script run===checking for llvm-config... llvm-configchecking whether i686-pc-mingw32-gcc accepts -isystem .... yesconfigure: using -isystem for LLVM headerschecking llvm/Support/TargetSelect.h usability... nochecking llvm/Support/TargetSelect.h presence... nochecking for llvm/Support/TargetSelect.h... noconfigure: WARNING: LLVM was not found or is to old. JIT compiler is disabled.===
[Prev in Thread] | Current Thread | [Next in Thread] |