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: John W. Eaton
Subject: Re: QtHandles: Qt-based toolkit with uicontrol/uipanel support
Date: Mon, 10 Oct 2011 10:51:49 -0400

On 10-Oct-2011, Michael Goffioul 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.
| 
| > The clean solution would be to #include <cstdint> instead, but that
| > means with the g++ compiler to pass the switch -std=c++0x otherwise this
| > header is not supported.
| > Maybe a less intrusive way is to simply check for __WORDSIZE == 32 (or
| > 64) since that is defined as far as I can see.
| 
| Maybe, but I have to check first whether it would work on my platform
| (I'm not using gcc).

I don't think you should count on __WORDSIZE being defined.

jwe


reply via email to

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