octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave mingw problem


From: Michael Goffioul
Subject: Re: octave mingw problem
Date: Wed, 23 Nov 2011 09:21:42 +0000

On Tue, Nov 22, 2011 at 8:35 PM, Kai Habel <address@hidden> wrote:
> I see the same error on linux. I had to remove/add some backslashes. See
> below:
>
> To compile the gui you also need qscintilla2. Maybe there exist a package
> for MacOS. For MinGW I have downloaded it from here:
>
> http://www.riverbankcomputing.co.uk/software/qscintilla/download
>
> Kai
>
> diff -r 36f90899e058 -r d15274f9e542 gui/octave-gui.pro
> --- a/gui/octave-gui.pro        Mon Nov 21 09:38:45 2011 +0000
> +++ b/gui/octave-gui.pro        Tue Nov 22 21:30:34 2011 +0100
> @@ -96,9 +96,9 @@
>     src/TerminalHighlighter.cpp \
>     src/TerminalView.cpp \
>     src/terminal/KPty.cpp \
> -    src/terminal/KPtyDevice.cpp
> +    src/terminal/KPtyDevice.cpp \
>     src/terminal/LinuxTerminalEmulation.cpp \
> -    src/terminal/TerminalEmulation.cpp \
> +    src/terminal/TerminalEmulation.cpp
>  }
>
>  win32 {
> @@ -135,7 +135,7 @@
>     src/TerminalHighlighter.h \
>     src/TerminalView.h \
>     src/terminal/KPtyDevice.h \
> -    src/terminal/KPty.h
> +    src/terminal/KPty.h \
>     src/terminal/LinuxTerminalEmulation.h \
>     src/terminal/TerminalEmulation.h \
>  }
>

I submitted the following change:
http://hg.savannah.gnu.org/hgweb/octave/rev/dd1f5493fff4

Michael.


reply via email to

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