octave-maintainers
[Top][All Lists]
Advanced

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

Re: Qscintilla2.dll not found, but is available


From: Rik
Subject: Re: Qscintilla2.dll not found, but is available
Date: Wed, 13 Nov 2013 21:57:28 -0800

On 11/13/2013 11:54 AM, Michael Goffioul wrote:

On Wed, Nov 13, 2013 at 1:55 PM, Rik <address@hidden> wrote:
11/13/13

All,

When trying to run octave.exe under MinGW I get a warning message that the
Qscintilla2.dll is not available.  Under UNIX you could resolve this by
setting LD_LIBRARY_PATH to include the directory where qscintilla2.dll is
located.  I don't know if that is possible in Windows so I just copied the
dll file into the bin directory and then octave.exe works.  All of the
other installed dlls under MXE seem to have installed themselves in the
bin/ directory and additionally into the lib directory.  Should we, or the
Qscintilla2.mk file, also be installing the dll to the bin directory?

This should already be the case:

Michael.

Problem was that Qt doesn't support DESTDIR, wants INSTALL_ROOT to be used instead.  I patched it and it works fine now.

--Rik

reply via email to

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