discuss-gnustep
[Top][All Lists]
Advanced

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

Re: ANN: Paje 1.98


From: Lucas Schnorr
Subject: Re: ANN: Paje 1.98
Date: Mon, 26 Dec 2011 11:41:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0

Hi,

On 12/22/2011 06:34 PM, Sebastian Reitenbach wrote:
when compiling, I get this warning about a missing header:
DrawView+Drawing.m:26:20: warning: values.h: No such file or
directory

which, IIRC may lead to an error when compiled with clang, or newer
gcc.

I committed a change that removes the values.h header dependency. The compilation should pass now without warning about it (if you use the schnorr/official/master branch of the git repository).

Otherwise I get some warnings regarding incompatible pointer types of
arguments, which may, as far as I know, lead to weird errors on some
"not so common" platforms.

If you are interested, I can send you the whole build output.

Yeah, that will be helpful. I only have access to a ubuntu+gnustep_startup and MacOSX systems.
The build output on other platforms are welcomed.

At a first glance it seemed, there are two separate boxes for the
Thread Data and Monitor Events, but they seem to be on top of each
other. I managed to change the sizes, but the Monitor Events always
seems to align to the bottom, and there the Thread Data is written on
top of it (or behind). See new screenshot.

I filed a bug on the project's page to track this issue. Thanks for the report. In the meantime, one possible way to avoid this is to have only one event type per container type, and classify all event instances for a given container using the same event type.

Regards,
Lucas



reply via email to

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