On Fri, May 31, 2013 at 7:58 AM, Thorsten Liebig
<address@hidden> wrote:
Follow-up Comment #12, patch #8051 (project octave):
I tried it again with a clean and fresh hg clone.
Same error.
If I run
"make nsis"
first and then:
"make octave" or "./mk-dist --installer"
it works. But since testing this always takes many hours I can't really
quickly try this or that... Usually I try to double check.. Confirmation would
be nice..
Furthermore the "makeinst-script.sh" failed for me with an error message. I
found that my Ubuntu uses "dash" for sh. Replacing the sh command in "mk-dist"
with bash solved this for me...
ok - found the issue - uuid is still installing (again?) libuuid.dll.a - removing that file should make it compileok without the order issues - I'll fix that when I get home tonight.
I guess mk-inst should be changed to use $SHELL rather than sh - I will change that as well