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

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to