octave-maintainers
[Top][All Lists]
Advanced

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

Re: make fails for octave gui using mingw


From: Michael Goffioul
Subject: Re: make fails for octave gui using mingw
Date: Sun, 20 Nov 2011 13:33:08 +0000

On Sun, Nov 20, 2011 at 1:25 PM, Kai Habel <address@hidden> wrote:
> pp:196:39: error: 'GetConsoleWindow' was not declar
> ed in this scope

See 
http://msdn.microsoft.com/en-us/library/windows/desktop/ms683175(v=vs.85).aspx
You'll have to look into the MinGW windows headers to see why it's not
defined. It may be because of _WIN32_WINNT being defined to a version
too old.

> src/terminal/win32/QConsole.cpp:220:50: error: invalid conversion from
> 'wchar_t*
> ' to 'const ushort*'

What's the sizeof (wchar_t) on your system?

Michael.


reply via email to

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