Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#90 fixed libcaca fails to build with clang on darwin Sam Hocevar Jeremy Huddleston
Description

clang is stricter. This was previously a warning with gcc, and it is now an error with clang.

--- caca/caca.h.orig 2011-07-05 00:09:51.000000000 -0700 +++ caca/caca.h 2011-07-05 00:10:10.000000000 -0700 @@ -645,7 +645,7 @@ typedef struct cucul_buffer cucul_buffer

# define CACA_DEPRECATED # endif

-# if defined GNUC && GNUC > 3 +# if !defined APPLE && defined GNUC && GNUC > 3

# define CACA_ALIAS(x) attribute ((weak, alias(#x))) # else # define CACA_ALIAS(x)

#79 fixed svn rev 4412 broke neercs sourcetree Pascal Terjan Godzil
Description

The revision 4412 introduce some new things, but forgot to add files needed for the new things.

The file src/action.c is missing on the git and svn repository.

#3 duplicate outdated Python bindings Jean-Yves Lamoureux Sam Hocevar
Description

The libcaca and libcucul Python bindings are terribly outdated.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.