octave-maintainers
[Top][All Lists]
Advanced

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

Re: QtHandles: Qt-based toolkit with uicontrol/uipanel support


From: Michael Goffioul
Subject: Re: QtHandles: Qt-based toolkit with uicontrol/uipanel support
Date: Mon, 10 Oct 2011 15:57:06 +0100

On Mon, Oct 10, 2011 at 3:45 PM, Michael Goffioul
<address@hidden> wrote:
> On Mon, Oct 10, 2011 at 3:13 PM, Martin Helm <address@hidden> wrote:
>> The whole problem here is that it simply does not work to include the
>> stdint.h C99 header into the C++ program.
>
> ??
> Octave is including that file, in config.h.

OK, I think the problem is actually a missing __STDC_LIMIT_MACROS definition,
as explained in http://linux.die.net/man/3/int32_max. Could you try to add:

DEFINES += __STDC_LIMIT_MACROS

in src/src.pro, after the line:

include(../common.pri)

Then try again.

Michael.


reply via email to

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