Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (253 - 255 of 1030)

Ticket Resolution Summary Owner Reporter
#1004 worksforme segfault (ICE) on gnome 2 header when creating FFI file Faheem Mitha
Description

In the course of rebuilding the interface headers, I got an ICE on Debian unstable on an i386 system. This error does not show up on Debian squeeze (stable).

This corresponds to the file x86-headers/gnome2/C/populate.sh in the sources, whose content is

################################################## #!/bin/sh CFLAGS="-m32"; export CFLAGS h-to-ffi.sh pkg-config --cflags libgnomeui-2.0 /usr/include/libgnomeui-2.0/gnome.h ##################################################

The error is:

In file included from /usr/include/libgnomeui-2.0/libgnomeui/libgnomeui.h:34, from /usr/include/libgnomeui-2.0/gnome.h:7: /usr/include/libgnomeui-2.0/libgnomeui/gnome-app.h:58: internal compiler error: Segmentation fault

I have therefore disabled the building of the ffi for this header. I don't get any errors for the other headers.

I have no idea what information would be useful or relevant, so let me know what information you need.

#1002 invalid call-next-method hidden p2
Description

Apropos and arglist don't seem to find call-next-method

1.9-dev-r15422M-trunk in Hemlock API.

#1001 invalid special operators without macro definition Pascal Bourguignon
Description

The following special operators don't have a corresponding macro definition.

ccl:nfunction 
ccl:compiler-let 
ccl::ppc-lap-function 
ccl::with-variable-c-frame 
ccl::with-c-frame 
ccl::fbind 

While the standard doesn't specify anything for special operators not in the CL package, it would still be nice if they followed the same rule as for CL macros implemented as special operators:

3.1.2.1.2.2 Macro Forms
An implementation is free to implement any macro operator as a special operator, 
but only if an equivalent definition of the macro is also provided. 

since this would ensure that portable code walkers can be written.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.