[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make fails for octave gui using mingw
From: |
Kai Habel |
Subject: |
Re: make fails for octave gui using mingw |
Date: |
Mon, 21 Nov 2011 12:39:13 +0100 |
-------- Original-Nachricht --------
> Datum: Mon, 21 Nov 2011 09:40:18 +0000
> Von: Michael Goffioul <address@hidden>
> An: Kai Habel <address@hidden>
> CC: Octave Maintainers List <address@hidden>
> Betreff: Re: make fails for octave gui using mingw
> On Sun, Nov 20, 2011 at 7:27 PM, Kai Habel <address@hidden> wrote:
> > Yes that helps as well. Thanks! Now I can compile octave-gui, but
> > unfortunately it does not start. I get an error during startup.
> (Translated:
> > Could not start application error 0xc000007b) I think that comes from
> the
> > fact that I have compiled octave&dependencies with mingw&gcc4.5.2 but
> the
> > precompiled Qt version is for Mingw&gcc4.4. I will try to build Qt from
> > source. I will see how long this takes.
>
> I've checked in this change:
> http://hg.savannah.gnu.org/hgweb/octave/rev/36f90899e058
>
> Michael.
It seems I have solved the problem reported above. After inspecting the linked
dlls using the Dendency Walker I noticed some search path issues. Now the gui
starts briefly and quits immmediately, because of the more general problem I
have. (See my other mail)
Kai